public interface TestIamPermissionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.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.
|
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, hasOneofjava.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;com.google.protobuf.ByteString getPermissionsBytes(int index)
A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
repeated string permissions = 1;