public interface ListJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getJobs(int index)
List of jobs in the specified region.
|
int |
getJobsCount()
List of jobs in the specified region.
|
List<Job> |
getJobsList()
List of jobs in the specified region.
|
JobOrBuilder |
getJobsOrBuilder(int index)
List of jobs in the specified region.
|
List<? extends JobOrBuilder> |
getJobsOrBuilderList()
List of jobs in the specified region.
|
String |
getNextPageToken()
The pagination token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The pagination token.
|
String |
getUnreachable(int index)
List of regions that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
List of regions that could not be reached.
|
int |
getUnreachableCount()
List of regions that could not be reached.
|
List<String> |
getUnreachableList()
List of regions that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Job> getJobsList()
List of jobs in the specified region.
repeated .google.cloud.video.transcoder.v1.Job jobs = 1;Job getJobs(int index)
List of jobs in the specified region.
repeated .google.cloud.video.transcoder.v1.Job jobs = 1;int getJobsCount()
List of jobs in the specified region.
repeated .google.cloud.video.transcoder.v1.Job jobs = 1;List<? extends JobOrBuilder> getJobsOrBuilderList()
List of jobs in the specified region.
repeated .google.cloud.video.transcoder.v1.Job jobs = 1;JobOrBuilder getJobsOrBuilder(int index)
List of jobs in the specified region.
repeated .google.cloud.video.transcoder.v1.Job jobs = 1;String getNextPageToken()
The pagination token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The pagination token.
string next_page_token = 2;List<String> getUnreachableList()
List of regions that could not be reached.
repeated string unreachable = 3;int getUnreachableCount()
List of regions that could not be reached.
repeated string unreachable = 3;String getUnreachable(int index)
List of regions that could not be reached.
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
List of regions that could not be reached.
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.