public interface TestPermissionsRequestOrBuilder
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'.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getPermissionsList()
The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.
repeated string permissions = 59962500;int getPermissionsCount()
The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.
repeated string permissions = 59962500;String getPermissions(int index)
The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.
repeated string permissions = 59962500;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.
repeated string permissions = 59962500;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.