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. |
getUnreachable(int index)
public abstract String getUnreachable(int index) Output only. List of jobs with
kms_key-encrypted
parameters that could not be decrypted. A response to a jobs.get request
may indicate the reason for the decryption failure for a specific job.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index) Output only. List of jobs with
kms_key-encrypted
parameters that could not be decrypted. A response to a jobs.get request
may indicate the reason for the decryption failure for a specific job.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount() Output only. List of jobs with
kms_key-encrypted
parameters that could not be decrypted. A response to a jobs.get request
may indicate the reason for the decryption failure for a specific job.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList() Output only. List of jobs with
kms_key-encrypted
parameters that could not be decrypted. A response to a jobs.get request
may indicate the reason for the decryption failure for a specific job.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |