- 0.83.0 (latest)
- 0.82.0
- 0.80.0
- 0.78.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.70.0
- 0.68.0
- 0.67.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.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.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.5
- 0.2.1
- 0.1.2
public static final class ListWorkerPoolsResponse.Builder extends GeneratedMessage.Builder<ListWorkerPoolsResponse.Builder> implements ListWorkerPoolsResponseOrBuilderResponse message containing a list of WorkerPools.
Protobuf type google.cloud.run.v2.ListWorkerPoolsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListWorkerPoolsResponse.BuilderImplements
ListWorkerPoolsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllWorkerPools(Iterable<? extends WorkerPool> values)
public ListWorkerPoolsResponse.Builder addAllWorkerPools(Iterable<? extends WorkerPool> values)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.run.v2.WorkerPool> |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
addWorkerPools(WorkerPool value)
public ListWorkerPoolsResponse.Builder addWorkerPools(WorkerPool value)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
WorkerPool |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
addWorkerPools(WorkerPool.Builder builderForValue)
public ListWorkerPoolsResponse.Builder addWorkerPools(WorkerPool.Builder builderForValue)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
WorkerPool.Builder |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
addWorkerPools(int index, WorkerPool value)
public ListWorkerPoolsResponse.Builder addWorkerPools(int index, WorkerPool value)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
WorkerPool |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
addWorkerPools(int index, WorkerPool.Builder builderForValue)
public ListWorkerPoolsResponse.Builder addWorkerPools(int index, WorkerPool.Builder builderForValue)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
WorkerPool.Builder |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
addWorkerPoolsBuilder()
public WorkerPool.Builder addWorkerPoolsBuilder()The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Returns | |
|---|---|
| Type | Description |
WorkerPool.Builder |
|
addWorkerPoolsBuilder(int index)
public WorkerPool.Builder addWorkerPoolsBuilder(int index)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WorkerPool.Builder |
|
build()
public ListWorkerPoolsResponse build()| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse |
|
buildPartial()
public ListWorkerPoolsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse |
|
clear()
public ListWorkerPoolsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
clearNextPageToken()
public ListWorkerPoolsResponse.Builder clearNextPageToken()A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
This builder for chaining. |
clearWorkerPools()
public ListWorkerPoolsResponse.Builder clearWorkerPools()The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
getDefaultInstanceForType()
public ListWorkerPoolsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getWorkerPools(int index)
public WorkerPool getWorkerPools(int index)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WorkerPool |
|
getWorkerPoolsBuilder(int index)
public WorkerPool.Builder getWorkerPoolsBuilder(int index)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WorkerPool.Builder |
|
getWorkerPoolsBuilderList()
public List<WorkerPool.Builder> getWorkerPoolsBuilderList()The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getWorkerPoolsCount()
public int getWorkerPoolsCount()The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWorkerPoolsList()
public List<WorkerPool> getWorkerPoolsList()The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Returns | |
|---|---|
| Type | Description |
List<WorkerPool> |
|
getWorkerPoolsOrBuilder(int index)
public WorkerPoolOrBuilder getWorkerPoolsOrBuilder(int index)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WorkerPoolOrBuilder |
|
getWorkerPoolsOrBuilderList()
public List<? extends WorkerPoolOrBuilder> getWorkerPoolsOrBuilderList()The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.run.v2.WorkerPoolOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListWorkerPoolsResponse other)
public ListWorkerPoolsResponse.Builder mergeFrom(ListWorkerPoolsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWorkerPoolsResponse |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListWorkerPoolsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListWorkerPoolsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
removeWorkerPools(int index)
public ListWorkerPoolsResponse.Builder removeWorkerPools(int index)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
setNextPageToken(String value)
public ListWorkerPoolsResponse.Builder setNextPageToken(String value)A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListWorkerPoolsResponse.Builder setNextPageTokenBytes(ByteString value)A token indicating there are more items than page_size. Use it in the next ListWorkerPools request to continue.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
This builder for chaining. |
setWorkerPools(int index, WorkerPool value)
public ListWorkerPoolsResponse.Builder setWorkerPools(int index, WorkerPool value)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
WorkerPool |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|
setWorkerPools(int index, WorkerPool.Builder builderForValue)
public ListWorkerPoolsResponse.Builder setWorkerPools(int index, WorkerPool.Builder builderForValue)The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
WorkerPool.Builder |
| Returns | |
|---|---|
| Type | Description |
ListWorkerPoolsResponse.Builder |
|