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 StringgetResource()Required.com.google.protobuf.ByteStringgetResourceBytes()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 resource on which IAM policy to be removed is attached to.
string resource = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The resource.
-
getResourceBytes
com.google.protobuf.ByteString getResourceBytes()
Required. The resource on which IAM policy to be removed is attached to.
string resource = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for resource.
-
-