public final class TestPermissionsRequest extends GeneratedMessageV3 implements TestPermissionsRequestOrBuilder
Protobuf type google.cloud.compute.v1.TestPermissionsRequest
Static Fields
PERMISSIONS_FIELD_NUMBER
public static final int PERMISSIONS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TestPermissionsRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static TestPermissionsRequest.Builder newBuilder()
Returns
newBuilder(TestPermissionsRequest prototype)
public static TestPermissionsRequest.Builder newBuilder(TestPermissionsRequest prototype)
Parameter
Returns
public static TestPermissionsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TestPermissionsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TestPermissionsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TestPermissionsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TestPermissionsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TestPermissionsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TestPermissionsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TestPermissionsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TestPermissionsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TestPermissionsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TestPermissionsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TestPermissionsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TestPermissionsRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public TestPermissionsRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<TestPermissionsRequest> getParserForType()
Returns
Overrides
getPermissions(int index)
public 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;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The permissions at the given index.
|
getPermissionsBytes(int index)
public 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;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the permissions at the given index.
|
getPermissionsCount()
public 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;
Returns
Type | Description |
int | The count of permissions.
|
getPermissionsList()
public ProtocolStringList getPermissionsList()
The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage.') are not allowed.
repeated string permissions = 59962500;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public TestPermissionsRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TestPermissionsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public TestPermissionsRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions