Package com.google.dataflow.v1beta3
Interface ListJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListJobsResponse
,ListJobsResponse.Builder
public interface ListJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailedLocation
getFailedLocation(int index)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.int
getFailedLocationCount()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.List<FailedLocation>
getFailedLocationList()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.FailedLocationOrBuilder
getFailedLocationOrBuilder(int index)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.List<? extends FailedLocationOrBuilder>
getFailedLocationOrBuilderList()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.Job
getJobs(int index)
A subset of the requested job information.int
getJobsCount()
A subset of the requested job information.List<Job>
getJobsList()
A subset of the requested job information.JobOrBuilder
getJobsOrBuilder(int index)
A subset of the requested job information.List<? extends JobOrBuilder>
getJobsOrBuilderList()
A subset of the requested job information.String
getNextPageToken()
Set if there may be more results than fit in this response.com.google.protobuf.ByteString
getNextPageTokenBytes()
Set if there may be more results than fit in this response.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobsList
List<Job> getJobsList()
A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
-
getJobs
Job getJobs(int index)
A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
-
getJobsCount
int getJobsCount()
A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
-
getJobsOrBuilderList
List<? extends JobOrBuilder> getJobsOrBuilderList()
A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
-
getJobsOrBuilder
JobOrBuilder getJobsOrBuilder(int index)
A subset of the requested job information.
repeated .google.dataflow.v1beta3.Job jobs = 1;
-
getNextPageToken
String getNextPageToken()
Set if there may be more results than fit in this response.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
Set if there may be more results than fit in this response.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
getFailedLocationList
List<FailedLocation> getFailedLocationList()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
-
getFailedLocation
FailedLocation getFailedLocation(int index)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
-
getFailedLocationCount
int getFailedLocationCount()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
-
getFailedLocationOrBuilderList
List<? extends FailedLocationOrBuilder> getFailedLocationOrBuilderList()
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
-
getFailedLocationOrBuilder
FailedLocationOrBuilder getFailedLocationOrBuilder(int index)
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
repeated .google.dataflow.v1beta3.FailedLocation failed_location = 3;
-
-