public interface TestIamPermissionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPermissions(int index)
The set of permissions to check for the `resource`.
|
com.google.protobuf.ByteString |
getPermissionsBytes(int index)
The set of permissions to check for the `resource`.
|
int |
getPermissionsCount()
The set of permissions to check for the `resource`.
|
List<String> |
getPermissionsList()
The set of permissions to check for the `resource`.
|
String |
getResource()
REQUIRED: The resource for which the policy detail is being requested.
|
com.google.protobuf.ByteString |
getResourceBytes()
REQUIRED: The resource for which the policy detail is being requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getResource()
REQUIRED: The resource for which the policy detail 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 detail 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) = { ... }
List<String> getPermissionsList()
The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
repeated string permissions = 2 [(.google.api.field_behavior) = REQUIRED];int getPermissionsCount()
The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
repeated string permissions = 2 [(.google.api.field_behavior) = REQUIRED];String getPermissions(int index)
The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
repeated string permissions = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getPermissionsBytes(int index)
The set of permissions to check for the `resource`. Permissions with wildcards (such as '*' or 'storage.*') are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
repeated string permissions = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.