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- (::Boolean) — Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.
 
#asynchronous=
def asynchronous=(value) -> ::Boolean- value (::Boolean) — Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.
 
- (::Boolean) — Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.
 
#resource
def resource() -> ::String- 
        (::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}orprojects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}/tables/{table_id}. 
#resource=
def resource=(value) -> ::String- 
        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}orprojects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}/tables/{table_id}. 
- 
        (::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}orprojects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}/tables/{table_id}.