public interface GetIamPolicyRequestOrBuilder
extends com.google.protobuf.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`.
|
String |
getResource()
REQUIRED: The resource for which the policy is being requested.
|
com.google.protobuf.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, hasOneofString 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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;Copyright © 2020 Google LLC. All rights reserved.