public interface ListWorkerPoolsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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 abstract 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 abstract 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 |
|
getWorkerPoolsCount()
public abstract int getWorkerPoolsCount()The resulting list of WorkerPools.
repeated .google.cloud.run.v2.WorkerPool worker_pools = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWorkerPoolsList()
public abstract 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 abstract 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 abstract 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> |
|