public interface ListJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobs(int index)
public abstract Job getJobs(int index)The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Job |
|
getJobsCount()
public abstract int getJobsCount()The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getJobsList()
public abstract List<Job> getJobsList()The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Job> |
|
getJobsOrBuilder(int index)
public abstract JobOrBuilder getJobsOrBuilder(int index)The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getJobsOrBuilderList()
public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.run.v2.JobOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token indicating there are more items than page_size. Use it in the next ListJobs 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 ListJobs request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |