Class ProjectsResource.ServicesResource.ResourcePoliciesResource.PatchRequest
Updates the specified ResourcePolicy configuration.
Inheritance
ProjectsResource.ServicesResource.ResourcePoliciesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class ProjectsResource.ServicesResource.ResourcePoliciesResource.PatchRequest : FirebaseappcheckBaseServiceRequest<GoogleFirebaseAppcheckV1ResourcePolicy>, IClientServiceRequest<GoogleFirebaseAppcheckV1ResourcePolicy>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleFirebaseAppcheckV1ResourcePolicy, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleFirebaseAppcheckV1ResourcePolicy body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleFirebaseAppcheckV1ResourcePolicy | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. Identifier. The relative name of the resource policy object, in the format:
projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}
Note
that the service_id
element must be a supported service ID. Currently, the following service
IDs are supported: * oauth2.googleapis.com
(Google Identity for iOS) resource_policy_id
is a
system-generated UID.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Required. A comma-separated list of names of fields in the ResourcePolicy to update. Example:
enforcement_mode
.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()