Class TestIamPermissionsResponse.Builder (1.60.0)

public static final class TestIamPermissionsResponse.Builder extends GeneratedMessage.Builder<TestIamPermissionsResponse.Builder> implements TestIamPermissionsResponseOrBuilder

Response message for TestIamPermissions method.

Protobuf type google.iam.v1.TestIamPermissionsResponse

Static Methods

getDescriptor()

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

Methods

addAllPermissions(Iterable<String> values)

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

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

repeated string permissions = 1;

Parameter
Name Description
values Iterable<String>

The permissions to add.

Returns
Type Description
TestIamPermissionsResponse.Builder

This builder for chaining.

addPermissions(String value)

public TestIamPermissionsResponse.Builder addPermissions(String value)

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

repeated string permissions = 1;

Parameter
Name Description
value String

The permissions to add.

Returns
Type Description
TestIamPermissionsResponse.Builder

This builder for chaining.

addPermissionsBytes(ByteString value)

public TestIamPermissionsResponse.Builder addPermissionsBytes(ByteString value)

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

repeated string permissions = 1;

Parameter
Name Description
value ByteString

The bytes of the permissions to add.

Returns
Type Description
TestIamPermissionsResponse.Builder

This builder for chaining.

build()

public TestIamPermissionsResponse build()
Returns
Type Description
TestIamPermissionsResponse

buildPartial()

public TestIamPermissionsResponse buildPartial()
Returns
Type Description
TestIamPermissionsResponse

clear()

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

clearPermissions()

public TestIamPermissionsResponse.Builder clearPermissions()

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

repeated string permissions = 1;

Returns
Type Description
TestIamPermissionsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public TestIamPermissionsResponse getDefaultInstanceForType()
Returns
Type Description
TestIamPermissionsResponse

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 = 1;

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 = 1;

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 = 1;

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 = 1;

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(TestIamPermissionsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPermissions(int index, String value)

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

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

repeated string permissions = 1;

Parameters
Name Description
index int

The index to set the value at.

value String

The permissions to set.

Returns
Type Description
TestIamPermissionsResponse.Builder

This builder for chaining.