public interface TestIamPermissionsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPermissions(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is
allowed.
|
ByteString |
getPermissionsBytes(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is
allowed.
|
int |
getPermissionsCount()
A subset of `TestPermissionsRequest.permissions` that the caller is
allowed.
|
java.util.List<java.lang.String> |
getPermissionsList()
A subset of `TestPermissionsRequest.permissions` that the caller is
allowed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<java.lang.String> getPermissionsList()
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
repeated string permissions = 1;
int getPermissionsCount()
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
repeated string permissions = 1;
java.lang.String getPermissions(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
repeated string permissions = 1;
ByteString getPermissionsBytes(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
repeated string permissions = 1;