public interface ListJobsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Job |
getJobs(int index)
Output-only.
|
int |
getJobsCount()
Output-only.
|
java.util.List<Job> |
getJobsList()
Output-only.
|
JobOrBuilder |
getJobsOrBuilder(int index)
Output-only.
|
java.util.List<? extends JobOrBuilder> |
getJobsOrBuilderList()
Output-only.
|
java.lang.String |
getNextPageToken()
Optional.
|
ByteString |
getNextPageTokenBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Job> getJobsList()
Output-only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1;
Job getJobs(int index)
Output-only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1;
int getJobsCount()
Output-only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1;
java.util.List<? extends JobOrBuilder> getJobsOrBuilderList()
Output-only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1;
JobOrBuilder getJobsOrBuilder(int index)
Output-only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1;
java.lang.String getNextPageToken()
Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the `page_token` in a subsequent <code>ListJobsRequest</code>.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the `page_token` in a subsequent <code>ListJobsRequest</code>.
string next_page_token = 2;