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;
| Name | Description |
index |
int |
| Type | Description |
Job |
getJobsCount()
public abstract int getJobsCount()The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| Type | Description |
int |
getJobsList()
public abstract List<Job> getJobsList()The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| 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;
| Name | Description |
index |
int |
| Type | Description |
JobOrBuilder |
getJobsOrBuilderList()
public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;
| 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;
| 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;
| Type | Description |
ByteString |
The bytes for nextPageToken. |