public interface ListJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobs(int index)
public abstract Job getJobs(int index)Output only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Job |
|
getJobsCount()
public abstract int getJobsCount()Output only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getJobsList()
public abstract List<Job> getJobsList()Output only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<Job> |
|
getJobsOrBuilder(int index)
public abstract JobOrBuilder getJobsOrBuilder(int index)Output only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
JobOrBuilder |
|
getJobsOrBuilderList()
public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()Output only. Jobs list.
repeated .google.cloud.dataproc.v1.Job jobs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataproc.v1.JobOrBuilder> |
|
getNextPageToken()
public abstract 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |