public interface GetIamPolicyRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GetPolicyOptions |
getOptions()
OPTIONAL: A `GetPolicyOptions` object for specifying options to
`GetIamPolicy`.
|
GetPolicyOptionsOrBuilder |
getOptionsOrBuilder()
OPTIONAL: A `GetPolicyOptions` object for specifying options to
`GetIamPolicy`.
|
java.lang.String |
getResource()
REQUIRED: The resource for which the policy is being requested.
|
ByteString |
getResourceBytes()
REQUIRED: The resource for which the policy is being requested.
|
boolean |
hasOptions()
OPTIONAL: A `GetPolicyOptions` object for specifying options to
`GetIamPolicy`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getResource()
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
string resource = 1;
ByteString getResourceBytes()
REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.
string resource = 1;
boolean hasOptions()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;
GetPolicyOptions getOptions()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;
GetPolicyOptionsOrBuilder getOptionsOrBuilder()
OPTIONAL: A `GetPolicyOptions` object for specifying options to `GetIamPolicy`. This field is only used by Cloud IAM.
.google.iam.v1.GetPolicyOptions options = 2;