public interface ListJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getJobs(int index)
The resulting list of Jobs.
|
int |
getJobsCount()
The resulting list of Jobs.
|
List<Job> |
getJobsList()
The resulting list of Jobs.
|
JobOrBuilder |
getJobsOrBuilder(int index)
The resulting list of Jobs.
|
List<? extends JobOrBuilder> |
getJobsOrBuilderList()
The resulting list of Jobs.
|
String |
getNextPageToken()
A token indicating there are more items than page_size.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token indicating there are more items than page_size.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Job> getJobsList()
The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;Job getJobs(int index)
The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;int getJobsCount()
The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;List<? extends JobOrBuilder> getJobsOrBuilderList()
The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;JobOrBuilder getJobsOrBuilder(int index)
The resulting list of Jobs.
repeated .google.cloud.run.v2.Job jobs = 1;String getNextPageToken()
A token indicating there are more items than page_size. Use it in the next ListJobs request to continue.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token indicating there are more items than page_size. Use it in the next ListJobs request to continue.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.