Interface RemoveIamPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveIamPolicyRequest
,RemoveIamPolicyRequest.Builder
public interface RemoveIamPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getAsynchronous()
Optional.String
getResource()
Required.com.google.protobuf.ByteString
getResourceBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResource
String 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) = { ... }
- Returns:
- The resource.
-
getResourceBytes
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) = { ... }
- Returns:
- The bytes for resource.
-
getAsynchronous
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];
- Returns:
- The asynchronous.
-
-