Class: Google::Cloud::Metastore::V1beta::RemoveIamPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/metastore/v1beta/metastore.rb

Overview

Request message for DataprocMetastore.RemoveIamPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#asynchronous::Boolean

Returns 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.



1346
1347
1348
1349
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 1346

class RemoveIamPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource::String

Returns 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}.



1346
1347
1348
1349
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 1346

class RemoveIamPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end