- 0.55.0 (latest)
- 0.53.0
- 0.52.0
- 0.50.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class SearchDeploymentRevisionsResponse.Builder extends GeneratedMessage.Builder<SearchDeploymentRevisionsResponse.Builder> implements SearchDeploymentRevisionsResponseOrBuilder Response object for SearchDeploymentRevisions.
Protobuf type google.cloud.telcoautomation.v1alpha1.SearchDeploymentRevisionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchDeploymentRevisionsResponse.BuilderImplements
SearchDeploymentRevisionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDeployments(Iterable<? extends Deployment> values)
public SearchDeploymentRevisionsResponse.Builder addAllDeployments(Iterable<? extends Deployment> values)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.telcoautomation.v1alpha1.Deployment> |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
addDeployments(Deployment value)
public SearchDeploymentRevisionsResponse.Builder addDeployments(Deployment value)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Deployment |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
addDeployments(Deployment.Builder builderForValue)
public SearchDeploymentRevisionsResponse.Builder addDeployments(Deployment.Builder builderForValue)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Deployment.Builder |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
addDeployments(int index, Deployment value)
public SearchDeploymentRevisionsResponse.Builder addDeployments(int index, Deployment value)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Deployment |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
addDeployments(int index, Deployment.Builder builderForValue)
public SearchDeploymentRevisionsResponse.Builder addDeployments(int index, Deployment.Builder builderForValue)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Deployment.Builder |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
addDeploymentsBuilder()
public Deployment.Builder addDeploymentsBuilder()The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
Deployment.Builder |
|
addDeploymentsBuilder(int index)
public Deployment.Builder addDeploymentsBuilder(int index)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Deployment.Builder |
|
build()
public SearchDeploymentRevisionsResponse build()| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse |
|
buildPartial()
public SearchDeploymentRevisionsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse |
|
clear()
public SearchDeploymentRevisionsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
clearDeployments()
public SearchDeploymentRevisionsResponse.Builder clearDeployments()The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
clearNextPageToken()
public SearchDeploymentRevisionsResponse.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 |
SearchDeploymentRevisionsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SearchDeploymentRevisionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse |
|
getDeployments(int index)
public Deployment getDeployments(int index)The list of requested deployment revisions.
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 list of requested deployment revisions.
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 list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getDeploymentsCount()
public int getDeploymentsCount()The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDeploymentsList()
public List<Deployment> getDeploymentsList()The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Returns | |
|---|---|
| Type | Description |
List<Deployment> |
|
getDeploymentsOrBuilder(int index)
public DeploymentOrBuilder getDeploymentsOrBuilder(int index)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DeploymentOrBuilder |
|
getDeploymentsOrBuilderList()
public List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()The list of requested deployment revisions.
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 |
|
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(SearchDeploymentRevisionsResponse other)
public SearchDeploymentRevisionsResponse.Builder mergeFrom(SearchDeploymentRevisionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchDeploymentRevisionsResponse |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchDeploymentRevisionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchDeploymentRevisionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
removeDeployments(int index)
public SearchDeploymentRevisionsResponse.Builder removeDeployments(int index)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
setDeployments(int index, Deployment value)
public SearchDeploymentRevisionsResponse.Builder setDeployments(int index, Deployment value)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Deployment |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
setDeployments(int index, Deployment.Builder builderForValue)
public SearchDeploymentRevisionsResponse.Builder setDeployments(int index, Deployment.Builder builderForValue)The list of requested deployment revisions.
repeated .google.cloud.telcoautomation.v1alpha1.Deployment deployments = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Deployment.Builder |
| Returns | |
|---|---|
| Type | Description |
SearchDeploymentRevisionsResponse.Builder |
|
setNextPageToken(String value)
public SearchDeploymentRevisionsResponse.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 |
SearchDeploymentRevisionsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public SearchDeploymentRevisionsResponse.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 |
SearchDeploymentRevisionsResponse.Builder |
This builder for chaining. |