public interface TestIamPermissionsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPermissions(int index)
The set of permissions to check for the `resource`.
|
ByteString |
getPermissionsBytes(int index)
The set of permissions to check for the `resource`.
|
int |
getPermissionsCount()
The set of permissions to check for the `resource`.
|
java.util.List<java.lang.String> |
getPermissionsList()
The set of permissions to check for the `resource`.
|
java.lang.String |
getResource()
REQUIRED: The resource for which the policy detail is being requested.
|
ByteString |
getResourceBytes()
REQUIRED: The resource for which the policy detail is being requested.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String 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;
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;
java.util.List<java.lang.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;
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;
java.lang.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;
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;