public final class TestIamPermissionsResponse extends GeneratedMessageV3 implements TestIamPermissionsResponseOrBuilder
Response message for TestIamPermissions
method.
Protobuf type google.iam.v1.TestIamPermissionsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TestIamPermissionsResponseImplements
TestIamPermissionsResponseOrBuilderStatic Fields
PERMISSIONS_FIELD_NUMBER
public static final int PERMISSIONS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TestIamPermissionsResponse getDefaultInstance()
Type | Description |
TestIamPermissionsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static TestIamPermissionsResponse.Builder newBuilder()
Type | Description |
TestIamPermissionsResponse.Builder |
newBuilder(TestIamPermissionsResponse prototype)
public static TestIamPermissionsResponse.Builder newBuilder(TestIamPermissionsResponse prototype)
Name | Description |
prototype | TestIamPermissionsResponse |
Type | Description |
TestIamPermissionsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static TestIamPermissionsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TestIamPermissionsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static TestIamPermissionsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TestIamPermissionsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TestIamPermissionsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TestIamPermissionsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TestIamPermissionsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TestIamPermissionsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static TestIamPermissionsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TestIamPermissionsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TestIamPermissionsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TestIamPermissionsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TestIamPermissionsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TestIamPermissionsResponse> parser()
Type | Description |
Parser<TestIamPermissionsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public TestIamPermissionsResponse getDefaultInstanceForType()
Type | Description |
TestIamPermissionsResponse |
getParserForType()
public Parser<TestIamPermissionsResponse> getParserForType()
Type | Description |
Parser<TestIamPermissionsResponse> |
getPermissions(int index)
public String getPermissions(int index)
A subset of TestPermissionsRequest.permissions
that the caller is
allowed.
repeated string permissions = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The permissions at the given index. |
getPermissionsBytes(int index)
public ByteString getPermissionsBytes(int index)
A subset of TestPermissionsRequest.permissions
that the caller is
allowed.
repeated string permissions = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the permissions at the given index. |
getPermissionsCount()
public int getPermissionsCount()
A subset of TestPermissionsRequest.permissions
that the caller is
allowed.
repeated string permissions = 1;
Type | Description |
int | The count of permissions. |
getPermissionsList()
public ProtocolStringList getPermissionsList()
A subset of TestPermissionsRequest.permissions
that the caller is
allowed.
repeated string permissions = 1;
Type | Description |
ProtocolStringList | A list containing the permissions. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public TestIamPermissionsResponse.Builder newBuilderForType()
Type | Description |
TestIamPermissionsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TestIamPermissionsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
TestIamPermissionsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public TestIamPermissionsResponse.Builder toBuilder()
Type | Description |
TestIamPermissionsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |