public interface ListJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getJobs(int index)
The list of jobs.
|
int |
getJobsCount()
The list of jobs.
|
List<Job> |
getJobsList()
The list of jobs.
|
JobOrBuilder |
getJobsOrBuilder(int index)
The list of jobs.
|
List<? extends JobOrBuilder> |
getJobsOrBuilderList()
The list of jobs.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Job> getJobsList()
The list of jobs.
repeated .google.cloud.scheduler.v1.Job jobs = 1;Job getJobs(int index)
The list of jobs.
repeated .google.cloud.scheduler.v1.Job jobs = 1;int getJobsCount()
The list of jobs.
repeated .google.cloud.scheduler.v1.Job jobs = 1;List<? extends JobOrBuilder> getJobsOrBuilderList()
The list of jobs.
repeated .google.cloud.scheduler.v1.Job jobs = 1;JobOrBuilder getJobsOrBuilder(int index)
The list of jobs.
repeated .google.cloud.scheduler.v1.Job jobs = 1;String getNextPageToken()
A token to retrieve next page of results. Pass this value in the [page_token][google.cloud.scheduler.v1.ListJobsRequest.page_token] field in the subsequent call to [ListJobs][google.cloud.scheduler.v1.CloudScheduler.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;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass this value in the [page_token][google.cloud.scheduler.v1.ListJobsRequest.page_token] field in the subsequent call to [ListJobs][google.cloud.scheduler.v1.CloudScheduler.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;Copyright © 2024 Google LLC. All rights reserved.