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 \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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: |
↳ 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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAsynchronous
Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setAsynchronous
Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|