public interface JobTemplateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels associated with this job template.
|
JobConfig |
getConfig()
The configuration for this template.
|
JobConfigOrBuilder |
getConfigOrBuilder()
The configuration for this template.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels associated with this job template.
|
Map<String,String> |
getLabelsMap()
The labels associated with this job template.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels associated with this job template.
|
String |
getLabelsOrThrow(String key)
The labels associated with this job template.
|
String |
getName()
The resource name of the job template.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the job template.
|
boolean |
hasConfig()
The configuration for this template.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the job template.
Format:
`projects/{project_number}/locations/{location}/jobTemplates/{job_template}`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the job template.
Format:
`projects/{project_number}/locations/{location}/jobTemplates/{job_template}`
string name = 1;boolean hasConfig()
The configuration for this template.
.google.cloud.video.transcoder.v1.JobConfig config = 2;JobConfig getConfig()
The configuration for this template.
.google.cloud.video.transcoder.v1.JobConfig config = 2;JobConfigOrBuilder getConfigOrBuilder()
The configuration for this template.
.google.cloud.video.transcoder.v1.JobConfig config = 2;int getLabelsCount()
The labels associated with this job template. You can use these to organize and group your job templates.
map<string, string> labels = 3;boolean containsLabels(String key)
The labels associated with this job template. You can use these to organize and group your job templates.
map<string, string> labels = 3;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
The labels associated with this job template. You can use these to organize and group your job templates.
map<string, string> labels = 3;String getLabelsOrDefault(String key, String defaultValue)
The labels associated with this job template. You can use these to organize and group your job templates.
map<string, string> labels = 3;Copyright © 2022 Google LLC. All rights reserved.