Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class RemoveIamPolicyResponse.
Response message for DataprocMetastore.RemoveIamPolicy.
Generated from protobuf message google.cloud.metastore.v1beta.RemoveIamPolicyResponse
Namespace
Google \ Cloud \ Metastore \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ success |
bool
True if the policy is successfully removed. |
getSuccess
True if the policy is successfully removed.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setSuccess
True if the policy is successfully removed.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|