public static final class TestPermissionsResponse.Builder extends GeneratedMessage.Builder<TestPermissionsResponse.Builder> implements TestPermissionsResponseOrBuilder Protobuf type google.cloud.compute.v1.TestPermissionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TestPermissionsResponse.BuilderImplements
TestPermissionsResponseOrBuilderStatic 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 |
StringThe 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 |
ByteStringThe 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 |
|
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 |
|
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 |
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 = 59962500;
| 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 = 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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TestPermissionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TestPermissionsResponse.Builder |
|
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 |
intThe index to set the value at. |
value |
StringThe permissions to set. |
| Returns | |
|---|---|
| Type | Description |
TestPermissionsResponse.Builder |
This builder for chaining. |