public interface TestIamPermissionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPermissions(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is
allowed.
|
com.google.protobuf.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.
|
List<String> |
getPermissionsList()
A subset of `TestPermissionsRequest.permissions` that the caller is
allowed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;String getPermissions(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
repeated string permissions = 1;index - The index of the element to return.com.google.protobuf.ByteString getPermissionsBytes(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
repeated string permissions = 1;index - The index of the value to return.Copyright © 2020 Google LLC. All rights reserved.