public static final class TestIamPermissionsResponse.Builder extends GeneratedMessage.Builder<TestIamPermissionsResponse.Builder> implements TestIamPermissionsResponseOrBuilder Response message for TestIamPermissions method.
Protobuf type google.iam.v1.TestIamPermissionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TestIamPermissionsResponse.BuilderImplements
TestIamPermissionsResponseOrBuilderStatic 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 |
StringThe 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 |
ByteStringThe 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 |
|
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 |
|
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 |
intThe 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 |
intThe 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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TestIamPermissionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsResponse.Builder |
|
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 |
intThe index to set the value at. |
value |
StringThe permissions to set. |
| Returns | |
|---|---|
| Type | Description |
TestIamPermissionsResponse.Builder |
This builder for chaining. |