public interface RemoveIamPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsynchronous()
Optional.
|
String |
getResource()
Required.
|
com.google.protobuf.ByteString |
getResourceBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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}`.
string resource = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getResourceBytes()
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}`.
string resource = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean getAsynchronous()
Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.
bool asynchronous = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.