Class TestPermissionsResponse.Builder (1.93.0)

public static final class TestPermissionsResponse.Builder extends GeneratedMessage.Builder<TestPermissionsResponse.Builder> implements TestPermissionsResponseOrBuilder

Protobuf type google.cloud.compute.v1.TestPermissionsResponse

Static Methods

getDescriptor()

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

Methods

addAllPermissions(Iterable<String> values)

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

A subset of TestPermissionsRequest.permissions that the caller is allowed.

repeated string permissions = 59962500;

Parameter
Name Description
values Iterable<String>

The permissions to add.

Returns
Type Description
TestPermissionsResponse.Builder

This builder for chaining.

addPermissions(String value)

public TestPermissionsResponse.Builder addPermissions(String value)

A subset of TestPermissionsRequest.permissions that the caller is allowed.

repeated string permissions = 59962500;

Parameter
Name Description
value String

The permissions to add.

Returns
Type Description
TestPermissionsResponse.Builder

This builder for chaining.

addPermissionsBytes(ByteString value)

public TestPermissionsResponse.Builder addPermissionsBytes(ByteString value)

A subset of TestPermissionsRequest.permissions that the caller is allowed.

repeated string permissions = 59962500;

Parameter
Name Description
value ByteString

The bytes of the permissions to add.

Returns
Type Description
TestPermissionsResponse.Builder

This builder for chaining.

build()

public TestPermissionsResponse build()
Returns
Type Description
TestPermissionsResponse

buildPartial()

public TestPermissionsResponse buildPartial()
Returns
Type Description
TestPermissionsResponse

clear()

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

clearPermissions()

public TestPermissionsResponse.Builder clearPermissions()

A subset of TestPermissionsRequest.permissions that the caller is allowed.

repeated string permissions = 59962500;

Returns
Type Description
TestPermissionsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public TestPermissionsResponse getDefaultInstanceForType()
Returns
Type Description
TestPermissionsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPermissions(int index)

public String getPermissions(int index)

A subset of TestPermissionsRequest.permissions that the caller is 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)

A subset of TestPermissionsRequest.permissions that the caller is 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()

A subset of TestPermissionsRequest.permissions that the caller is allowed.

repeated string permissions = 59962500;

Returns
Type Description
int

The count of permissions.

getPermissionsList()

public ProtocolStringList getPermissionsList()

A subset of TestPermissionsRequest.permissions that the caller is 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(TestPermissionsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPermissions(int index, String value)

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

A subset of TestPermissionsRequest.permissions that the caller is 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
TestPermissionsResponse.Builder

This builder for chaining.