- 1.60.0 (latest)
- 1.59.1
- 1.58.2
- 1.57.0
- 1.56.3
- 1.55.0
- 1.54.2
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.1
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.1
- 1.44.0
- 1.43.0
- 1.41.0
- 1.40.1
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.1
- 1.33.0
- 1.32.1
- 1.31.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.0
- 1.18.1
- 1.17.1
- 1.16.1
- 1.10.0
- 1.9.3
- 1.8.0
- 1.7.0
- 1.6.23
- 1.5.1
- 1.4.1
- 1.3.4
- 1.2.12
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. |