Generated from protobuf message google.cloud.metastore.v1alpha.RemoveIamPolicyRequest
Namespace
Google \ Cloud \ Metastore \ V1alpha
Methods
__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: 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
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dataproc Metastore V1alpha Client - Class RemoveIamPolicyRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-dataproc-metastore/latest/V1alpha.RemoveIamPolicyRequest)\n- [1.1.0](/php/docs/reference/cloud-dataproc-metastore/1.1.0/V1alpha.RemoveIamPolicyRequest)\n- [1.0.4](/php/docs/reference/cloud-dataproc-metastore/1.0.4/V1alpha.RemoveIamPolicyRequest)\n- [0.11.5](/php/docs/reference/cloud-dataproc-metastore/0.11.5/V1alpha.RemoveIamPolicyRequest)\n- [0.10.2](/php/docs/reference/cloud-dataproc-metastore/0.10.2/V1alpha.RemoveIamPolicyRequest)\n- [0.9.0](/php/docs/reference/cloud-dataproc-metastore/0.9.0/V1alpha.RemoveIamPolicyRequest)\n- [0.8.1](/php/docs/reference/cloud-dataproc-metastore/0.8.1/V1alpha.RemoveIamPolicyRequest)\n- [0.7.0](/php/docs/reference/cloud-dataproc-metastore/0.7.0/V1alpha.RemoveIamPolicyRequest)\n- [0.6.1](/php/docs/reference/cloud-dataproc-metastore/0.6.1/V1alpha.RemoveIamPolicyRequest)\n- [0.5.1](/php/docs/reference/cloud-dataproc-metastore/0.5.1/V1alpha.RemoveIamPolicyRequest)\n- [0.4.1](/php/docs/reference/cloud-dataproc-metastore/0.4.1/V1alpha.RemoveIamPolicyRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class RemoveIamPolicyRequest.\n\nRequest message for\n[DataprocMetastore.RemoveIamPolicy](/php/docs/reference/cloud-dataproc-metastore/latest/V1alpha.Client.DataprocMetastoreClient#_Google_Cloud_Metastore_V1alpha_Client_DataprocMetastoreClient__removeIamPolicy__).\n\nGenerated from protobuf message `google.cloud.metastore.v1alpha.RemoveIamPolicyRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Metastore \\\\ V1alpha\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getResource\n\nRequired. The relative resource name of the dataplane resource to remove\nIAM policy, in the following form:\n`projects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}`\nor\n`projects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}/tables/{table_id}`.\n\n### setResource\n\nRequired. The relative resource name of the dataplane resource to remove\nIAM policy, in the following form:\n`projects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}`\nor\n`projects/{project_id}/locations/{location_id}/services/{service_id}/databases/{database_id}/tables/{table_id}`.\n\n### getAsynchronous\n\nOptional. Removes IAM policy attached to database or table asynchronously\nwhen it is set. The default is false.\n\n### setAsynchronous\n\nOptional. Removes IAM policy attached to database or table asynchronously\nwhen it is set. The default is false."]]