Class TestPermissionsRequest.Builder (1.93.0)

public static final class TestPermissionsRequest.Builder extends GeneratedMessage.Builder<TestPermissionsRequest.Builder> implements TestPermissionsRequestOrBuilder

Protobuf type google.cloud.compute.v1.TestPermissionsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllPermissions(Iterable<String> values)

public TestPermissionsRequest.Builder addAllPermissions(Iterable<String> values)

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
values Iterable<String>

The permissions to add.

Returns
Type Description
TestPermissionsRequest.Builder

This builder for chaining.

addPermissions(String value)

public TestPermissionsRequest.Builder addPermissions(String value)

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
value String

The permissions to add.

Returns
Type Description
TestPermissionsRequest.Builder

This builder for chaining.

addPermissionsBytes(ByteString value)

public TestPermissionsRequest.Builder addPermissionsBytes(ByteString value)

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
value ByteString

The bytes of the permissions to add.

Returns
Type Description
TestPermissionsRequest.Builder

This builder for chaining.

build()

public TestPermissionsRequest build()
Returns
Type Description
TestPermissionsRequest

buildPartial()

public TestPermissionsRequest buildPartial()
Returns
Type Description
TestPermissionsRequest

clear()

public TestPermissionsRequest.Builder clear()
Returns
Type Description
TestPermissionsRequest.Builder
Overrides

clearPermissions()

public TestPermissionsRequest.Builder clearPermissions()

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
TestPermissionsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public TestPermissionsRequest getDefaultInstanceForType()
Returns
Type Description
TestPermissionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Type Description
ProtocolStringList

A list containing the permissions.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TestPermissionsRequest other)

public TestPermissionsRequest.Builder mergeFrom(TestPermissionsRequest other)
Parameter
Name Description
other TestPermissionsRequest
Returns
Type Description
TestPermissionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TestPermissionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestPermissionsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TestPermissionsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TestPermissionsRequest.Builder
Overrides

setPermissions(int index, String value)

public TestPermissionsRequest.Builder setPermissions(int index, String value)

The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage.') are not allowed.

repeated string permissions = 59962500;

Parameters
Name Description
index int

The index to set the value at.

value String

The permissions to set.

Returns
Type Description
TestPermissionsRequest.Builder

This builder for chaining.