Dataproc Metastore V1beta API - Class Google::Cloud::Metastore::V1beta::RemoveIamPolicyRequest (v0.13.0)

Reference documentation and code samples for the Dataproc Metastore V1beta API class Google::Cloud::Metastore::V1beta::RemoveIamPolicyRequest.

Request message for DataprocMetastore.RemoveIamPolicy.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#asynchronous

def asynchronous() -> ::Boolean
Returns
  • (::Boolean) — Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.

#asynchronous=

def asynchronous=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.
Returns
  • (::Boolean) — Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.

#resource

def resource() -> ::String
Returns
  • (::String) — 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}.

#resource=

def resource=(value) -> ::String
Parameter
  • value (::String) — 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}.

Returns
  • (::String) — 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}.