public interface PermissionsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getPermissions(int index)
A list of permissions.
|
ByteString |
getPermissionsBytes(int index)
A list of permissions.
|
int |
getPermissionsCount()
A list of permissions.
|
List<String> |
getPermissionsList()
A list of permissions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getPermissionsList()
A list of permissions. A sample permission string: "compute.disk.get".
repeated string permissions = 1;
int getPermissionsCount()
A list of permissions. A sample permission string: "compute.disk.get".
repeated string permissions = 1;
String getPermissions(int index)
A list of permissions. A sample permission string: "compute.disk.get".
repeated string permissions = 1;
index
- The index of the element to return.ByteString getPermissionsBytes(int index)
A list of permissions. A sample permission string: "compute.disk.get".
repeated string permissions = 1;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.