Google Cloud Dataproc Metastore V1beta Client - Class RemoveIamPolicyRequest (0.11.0)

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

Request message for DataprocMetastore.RemoveIamPolicy.

Generated from protobuf message google.cloud.metastore.v1beta.RemoveIamPolicyRequest

Namespace

Google \ Cloud \ Metastore \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ resource 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}.

↳ asynchronous bool

Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.

getResource

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
TypeDescription
string

setResource

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAsynchronous

Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.

Returns
TypeDescription
bool

setAsynchronous

Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this