Class ProjectsResource.LocationsResource.ServicesResource.RemoveIamPolicyRequest
Removes the attached IAM policies for a resource
Inheritance
ProjectsResource.LocationsResource.ServicesResource.RemoveIamPolicyRequest
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2beta
Assembly: Google.Apis.DataprocMetastore.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.RemoveIamPolicyRequest : DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2betaRemoveIamPolicyResponse>, IClientServiceRequest<GoogleCloudMetastoreV2betaRemoveIamPolicyResponse>, IClientServiceRequest
Constructors
RemoveIamPolicyRequest(IClientService, GoogleCloudMetastoreV2betaRemoveIamPolicyRequest, string)
Constructs a new RemoveIamPolicy request.
Declaration
public RemoveIamPolicyRequest(IClientService service, GoogleCloudMetastoreV2betaRemoveIamPolicyRequest body, string resource)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudMetastoreV2betaRemoveIamPolicyRequest | body | |
| string | resource |
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
Resource
Required. The relative resource name of the dataplane resource to remove IAM policy, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id} or projects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}/tables/{table_id}.
Declaration
[RequestParameter("resource", RequestParameterType.Path)]
public virtual string Resource { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes RemoveIamPolicy parameter list.
Declaration
protected override void InitParameters()