Interface ListJobsResponseOrBuilder (2.37.0)

public interface ListJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobs(int index)

public abstract Job getJobs(int index)

The list of jobs.

repeated .google.cloud.scheduler.v1.Job jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Job

getJobsCount()

public abstract int getJobsCount()

The list of jobs.

repeated .google.cloud.scheduler.v1.Job jobs = 1;

Returns
TypeDescription
int

getJobsList()

public abstract List<Job> getJobsList()

The list of jobs.

repeated .google.cloud.scheduler.v1.Job jobs = 1;

Returns
TypeDescription
List<Job>

getJobsOrBuilder(int index)

public abstract JobOrBuilder getJobsOrBuilder(int index)

The list of jobs.

repeated .google.cloud.scheduler.v1.Job jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
JobOrBuilder

getJobsOrBuilderList()

public abstract List<? extends JobOrBuilder> getJobsOrBuilderList()

The list of jobs.

repeated .google.cloud.scheduler.v1.Job jobs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.scheduler.v1.JobOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate.

The page token is valid for only 2 hours.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate.

The page token is valid for only 2 hours.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.