Interface ListJobsResponseOrBuilder (0.9.0)

public interface ListJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Job

getJobsCount()

public abstract int getJobsCount()

A subset of the requested job information.

repeated .google.dataflow.v1beta3.Job jobs = 1;

Returns
TypeDescription
int

getJobsList()

public abstract List<Job> getJobsList()

A subset of the requested job information.

repeated .google.dataflow.v1beta3.Job jobs = 1;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
JobOrBuilder

getJobsOrBuilderList()

public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()

A subset of the requested job information.

repeated .google.dataflow.v1beta3.Job jobs = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.