public interface CreateJobTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
JobTemplate |
getJobTemplate()
Required.
|
String |
getJobTemplateId()
Required.
|
com.google.protobuf.ByteString |
getJobTemplateIdBytes()
Required.
|
JobTemplateOrBuilder |
getJobTemplateOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasJobTemplate()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent location to create this job template.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent location to create this job template.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasJobTemplate()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
JobTemplate getJobTemplate()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
JobTemplateOrBuilder getJobTemplateOrBuilder()
Required. Parameters for creating job template.
.google.cloud.video.transcoder.v1.JobTemplate job_template = 2 [(.google.api.field_behavior) = REQUIRED];
String getJobTemplateId()
Required. The ID to use for the job template, which will become the final component of the job template's resource name. This value should be 4-63 characters, and valid characters must match the regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getJobTemplateIdBytes()
Required. The ID to use for the job template, which will become the final component of the job template's resource name. This value should be 4-63 characters, and valid characters must match the regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.