public interface ListJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFailedLocation(int index)
public abstract FailedLocation getFailedLocation(int index)Zero or more messages describing the regional endpoints that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
| Name | Description |
| index | int |
| Type | Description |
| FailedLocation |
getFailedLocationCount()
public abstract int getFailedLocationCount()Zero or more messages describing the regional endpoints that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
| Type | Description |
| int |
getFailedLocationList()
public abstract List<FailedLocation> getFailedLocationList()Zero or more messages describing the regional endpoints that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
| Type | Description |
| List<FailedLocation> |
getFailedLocationOrBuilder(int index)
public abstract FailedLocationOrBuilder getFailedLocationOrBuilder(int index)Zero or more messages describing the regional endpoints that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
| Name | Description |
| index | int |
| Type | Description |
| FailedLocationOrBuilder |
getFailedLocationOrBuilderList()
public abstract List<? extends FailedLocationOrBuilder> getFailedLocationOrBuilderList()Zero or more messages describing the regional endpoints that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
| Type | Description |
| List<? extends com.google.dataflow.v1beta3.FailedLocationOrBuilder> |
getJobs(int index)
public abstract Job getJobs(int index)A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| Job |
getJobsCount()
public abstract int getJobsCount()A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
| Type | Description |
| int |
getJobsList()
public abstract List<Job> getJobsList()A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
| Type | Description |
| List<Job> |
getJobsOrBuilder(int index)
public abstract JobOrBuilder getJobsOrBuilder(int index)A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
| Name | Description |
| index | int |
| Type | Description |
| JobOrBuilder |
getJobsOrBuilderList()
public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
| Type | Description |
| List<? extends com.google.dataflow.v1beta3.JobOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()Set if there may be more results than fit in this response.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Set if there may be more results than fit in this response.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |