public static final class ListDeploymentRevisionsResponse.Builder extends GeneratedMessage.Builder<ListDeploymentRevisionsResponse.Builder> implements ListDeploymentRevisionsResponseOrBuilderList of deployment revisions for a given deployment.
Protobuf type google.cloud.telcoautomation.v1.ListDeploymentRevisionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDeploymentRevisionsResponse.BuilderImplements
ListDeploymentRevisionsResponseOrBuilderStatic 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.v1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.telcoautomation.v1.Deployment> |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentRevisionsResponse.Builder |
|
addDeployments(Deployment value)
public ListDeploymentRevisionsResponse.Builder addDeployments(Deployment value)The revisions of the deployment.
repeated .google.cloud.telcoautomation.v1.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.v1.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.v1.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.v1.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.v1.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.v1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Deployment.Builder |
|
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 |
|
clearDeployments()
public ListDeploymentRevisionsResponse.Builder clearDeployments()The revisions of the deployment.
repeated .google.cloud.telcoautomation.v1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
ListDeploymentRevisionsResponse.Builder |
|
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. |
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.v1.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.v1.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.v1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDeploymentsCount()
public int getDeploymentsCount()The revisions of the deployment.
repeated .google.cloud.telcoautomation.v1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDeploymentsList()
public List<Deployment> getDeploymentsList()The revisions of the deployment.
repeated .google.cloud.telcoautomation.v1.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.v1.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.v1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.telcoautomation.v1.DeploymentOrBuilder> |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDeploymentRevisionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentRevisionsResponse.Builder |
|
removeDeployments(int index)
public ListDeploymentRevisionsResponse.Builder removeDeployments(int index)The revisions of the deployment.
repeated .google.cloud.telcoautomation.v1.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.v1.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.v1.Deployment deployments = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Deployment.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentRevisionsResponse.Builder |
|
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 |
StringThe 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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDeploymentRevisionsResponse.Builder |
This builder for chaining. |