public interface GetIamPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResource()
REQUIRED: The resource for which policy is being requested.
|
com.google.protobuf.ByteString |
getResourceBytes()
REQUIRED: The resource for which policy is being requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getResource()
REQUIRED: The resource for which policy is being requested. Resource
is usually specified as a path, such as, projects/{project}.
optional string resource = 1;com.google.protobuf.ByteString getResourceBytes()
REQUIRED: The resource for which policy is being requested. Resource
is usually specified as a path, such as, projects/{project}.
optional string resource = 1;