public interface CreateJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getJob()
Required.
|
JobOrBuilder |
getJobOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent location to create and process this job.
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 and process this job.
Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasJob()
Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Job getJob()
Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
JobOrBuilder getJobOrBuilder()
Required. Parameters for creating transcoding job.
.google.cloud.video.transcoder.v1.Job job = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.