Class ListDeploymentRevisionsResponse.Builder (0.13.0)

public static final class ListDeploymentRevisionsResponse.Builder extends GeneratedMessageV3.Builder<ListDeploymentRevisionsResponse.Builder> implements ListDeploymentRevisionsResponseOrBuilder

List of deployment revisions for a given deployment.

Protobuf type google.cloud.telcoautomation.v1alpha1.ListDeploymentRevisionsResponse

Static Methods

getDescriptor()

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

Methods

addAllDeployments(Iterable<? extends Deployment> values)

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

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.telcoautomation.v1alpha1.Deployment>
Returns
Type Description
ListDeploymentRevisionsResponse.Builder

addDeployments(Deployment value)

public ListDeploymentRevisionsResponse.Builder addDeployments(Deployment value)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Parameter
Name Description
value Deployment
Returns
Type Description
ListDeploymentRevisionsResponse.Builder

addDeployments(Deployment.Builder builderForValue)

public ListDeploymentRevisionsResponse.Builder addDeployments(Deployment.Builder builderForValue)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

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

addDeployments(int index, Deployment value)

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

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

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

addDeployments(int index, Deployment.Builder builderForValue)

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

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

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

addDeploymentsBuilder()

public Deployment.Builder addDeploymentsBuilder()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Returns
Type Description
Deployment.Builder

addDeploymentsBuilder(int index)

public Deployment.Builder addDeploymentsBuilder(int index)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
Deployment.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListDeploymentRevisionsResponse build()
Returns
Type Description
ListDeploymentRevisionsResponse

buildPartial()

public ListDeploymentRevisionsResponse buildPartial()
Returns
Type Description
ListDeploymentRevisionsResponse

clear()

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

clearDeployments()

public ListDeploymentRevisionsResponse.Builder clearDeployments()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Returns
Type Description
ListDeploymentRevisionsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListDeploymentRevisionsResponse.Builder clearNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListDeploymentRevisionsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public ListDeploymentRevisionsResponse getDefaultInstanceForType()
Returns
Type Description
ListDeploymentRevisionsResponse

getDeployments(int index)

public Deployment getDeployments(int index)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
Deployment

getDeploymentsBuilder(int index)

public Deployment.Builder getDeploymentsBuilder(int index)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
Deployment.Builder

getDeploymentsBuilderList()

public List<Deployment.Builder> getDeploymentsBuilderList()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Returns
Type Description
List<Builder>

getDeploymentsCount()

public int getDeploymentsCount()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Returns
Type Description
int

getDeploymentsList()

public List<Deployment> getDeploymentsList()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Returns
Type Description
List<Deployment>

getDeploymentsOrBuilder(int index)

public DeploymentOrBuilder getDeploymentsOrBuilder(int index)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
DeploymentOrBuilder

getDeploymentsOrBuilderList()

public List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Returns
Type Description
List<? extends com.google.cloud.telcoautomation.v1alpha1.DeploymentOrBuilder>

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListDeploymentRevisionsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeDeployments(int index)

public ListDeploymentRevisionsResponse.Builder removeDeployments(int index)

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

Parameter
Name Description
index int
Returns
Type Description
ListDeploymentRevisionsResponse.Builder

setDeployments(int index, Deployment value)

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

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

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

setDeployments(int index, Deployment.Builder builderForValue)

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

The revisions of the deployment.

repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListDeploymentRevisionsResponse.Builder setNextPageToken(String value)

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListDeploymentRevisionsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListDeploymentRevisionsResponse.Builder setNextPageTokenBytes(ByteString value)

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListDeploymentRevisionsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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