public interface ListJobTemplatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JobTemplate |
getJobTemplates(int index)
List of job templates in the specified region.
|
int |
getJobTemplatesCount()
List of job templates in the specified region.
|
List<JobTemplate> |
getJobTemplatesList()
List of job templates in the specified region.
|
JobTemplateOrBuilder |
getJobTemplatesOrBuilder(int index)
List of job templates in the specified region.
|
List<? extends JobTemplateOrBuilder> |
getJobTemplatesOrBuilderList()
List of job templates 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<JobTemplate> getJobTemplatesList()
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1.JobTemplate job_templates = 1;JobTemplate getJobTemplates(int index)
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1.JobTemplate job_templates = 1;int getJobTemplatesCount()
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1.JobTemplate job_templates = 1;List<? extends JobTemplateOrBuilder> getJobTemplatesOrBuilderList()
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1.JobTemplate job_templates = 1;JobTemplateOrBuilder getJobTemplatesOrBuilder(int index)
List of job templates in the specified region.
repeated .google.cloud.video.transcoder.v1.JobTemplate job_templates = 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.