Class ListDeploymentsResponse.Builder (0.21.0)

public static final class ListDeploymentsResponse.Builder extends GeneratedMessageV3.Builder<ListDeploymentsResponse.Builder> implements ListDeploymentsResponseOrBuilder

Protobuf type google.cloud.config.v1.ListDeploymentsResponse

Static Methods

getDescriptor()

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

Methods

addAllDeployments(Iterable<? extends Deployment> values)

public ListDeploymentsResponse.Builder addAllDeployments(Iterable<? extends Deployment> values)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.config.v1.Deployment>
Returns
Type Description
ListDeploymentsResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListDeploymentsResponse.Builder addAllUnreachable(Iterable<String> values)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.

addDeployments(Deployment value)

public ListDeploymentsResponse.Builder addDeployments(Deployment value)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
value Deployment
Returns
Type Description
ListDeploymentsResponse.Builder

addDeployments(Deployment.Builder builderForValue)

public ListDeploymentsResponse.Builder addDeployments(Deployment.Builder builderForValue)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
builderForValue Deployment.Builder
Returns
Type Description
ListDeploymentsResponse.Builder

addDeployments(int index, Deployment value)

public ListDeploymentsResponse.Builder addDeployments(int index, Deployment value)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameters
Name Description
index int
value Deployment
Returns
Type Description
ListDeploymentsResponse.Builder

addDeployments(int index, Deployment.Builder builderForValue)

public ListDeploymentsResponse.Builder addDeployments(int index, Deployment.Builder builderForValue)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameters
Name Description
index int
builderForValue Deployment.Builder
Returns
Type Description
ListDeploymentsResponse.Builder

addDeploymentsBuilder()

public Deployment.Builder addDeploymentsBuilder()

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Returns
Type Description
Deployment.Builder

addDeploymentsBuilder(int index)

public Deployment.Builder addDeploymentsBuilder(int index)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
Deployment.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDeploymentsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

addUnreachable(String value)

public ListDeploymentsResponse.Builder addUnreachable(String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListDeploymentsResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.

build()

public ListDeploymentsResponse build()
Returns
Type Description
ListDeploymentsResponse

buildPartial()

public ListDeploymentsResponse buildPartial()
Returns
Type Description
ListDeploymentsResponse

clear()

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

clearDeployments()

public ListDeploymentsResponse.Builder clearDeployments()

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Returns
Type Description
ListDeploymentsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListDeploymentsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

clearNextPageToken()

public ListDeploymentsResponse.Builder clearNextPageToken()

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

string next_page_token = 2;

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDeploymentsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

clearUnreachable()

public ListDeploymentsResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.

clone()

public ListDeploymentsResponse.Builder clone()
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListDeploymentsResponse getDefaultInstanceForType()
Returns
Type Description
ListDeploymentsResponse

getDeployments(int index)

public Deployment getDeployments(int index)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
Deployment

getDeploymentsBuilder(int index)

public Deployment.Builder getDeploymentsBuilder(int index)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
Deployment.Builder

getDeploymentsBuilderList()

public List<Deployment.Builder> getDeploymentsBuilderList()

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Returns
Type Description
List<Builder>

getDeploymentsCount()

public int getDeploymentsCount()

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Returns
Type Description
int

getDeploymentsList()

public List<Deployment> getDeploymentsList()

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Returns
Type Description
List<Deployment>

getDeploymentsOrBuilder(int index)

public DeploymentOrBuilder getDeploymentsOrBuilder(int index)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
DeploymentOrBuilder

getDeploymentsOrBuilderList()

public List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Returns
Type Description
List<? extends com.google.cloud.config.v1.DeploymentOrBuilder>

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListDeploymentsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDeploymentsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

removeDeployments(int index)

public ListDeploymentsResponse.Builder removeDeployments(int index)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
ListDeploymentsResponse.Builder

setDeployments(int index, Deployment value)

public ListDeploymentsResponse.Builder setDeployments(int index, Deployment value)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameters
Name Description
index int
value Deployment
Returns
Type Description
ListDeploymentsResponse.Builder

setDeployments(int index, Deployment.Builder builderForValue)

public ListDeploymentsResponse.Builder setDeployments(int index, Deployment.Builder builderForValue)

List of Deployments.

repeated .google.cloud.config.v1.Deployment deployments = 1;

Parameters
Name Description
index int
builderForValue Deployment.Builder
Returns
Type Description
ListDeploymentsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListDeploymentsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

setNextPageToken(String value)

public ListDeploymentsResponse.Builder setNextPageToken(String value)

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListDeploymentsResponse.Builder setNextPageTokenBytes(ByteString value)

Token to be supplied to the next ListDeployments request via page_token to obtain the next set of results.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListDeploymentsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDeploymentsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListDeploymentsResponse.Builder
Overrides

setUnreachable(int index, String value)

public ListDeploymentsResponse.Builder setUnreachable(int index, String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListDeploymentsResponse.Builder

This builder for chaining.