Class Job (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.79.0 (latest)
- 1.77.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.5
- 1.0.4
- 0.4.3
publicfinalclass JobextendsGeneratedMessageV3implementsJobOrBuilderTranscoding job resource.
Protobuf type google.cloud.video.transcoder.v1.Job
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > JobImplements
JobOrBuilderInherited Members
Static Fields
CONFIG_FIELD_NUMBER
publicstaticfinalintCONFIG_FIELD_NUMBERCREATE_TIME_FIELD_NUMBER
publicstaticfinalintCREATE_TIME_FIELD_NUMBEREND_TIME_FIELD_NUMBER
publicstaticfinalintEND_TIME_FIELD_NUMBERERROR_FIELD_NUMBER
publicstaticfinalintERROR_FIELD_NUMBERINPUT_URI_FIELD_NUMBER
publicstaticfinalintINPUT_URI_FIELD_NUMBERLABELS_FIELD_NUMBER
publicstaticfinalintLABELS_FIELD_NUMBERNAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBEROUTPUT_URI_FIELD_NUMBER
publicstaticfinalintOUTPUT_URI_FIELD_NUMBERSTART_TIME_FIELD_NUMBER
publicstaticfinalintSTART_TIME_FIELD_NUMBERSTATE_FIELD_NUMBER
publicstaticfinalintSTATE_FIELD_NUMBERTEMPLATE_ID_FIELD_NUMBER
publicstaticfinalintTEMPLATE_ID_FIELD_NUMBERTTL_AFTER_COMPLETION_DAYS_FIELD_NUMBER
publicstaticfinalintTTL_AFTER_COMPLETION_DAYS_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticJobgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticJob.BuildernewBuilder()newBuilder(Job prototype)
publicstaticJob.BuildernewBuilder(Jobprototype)parseDelimitedFrom(InputStream input)
publicstaticJobparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticJobparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticJobparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticJobparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticJobparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticJobparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticJobparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticJobparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticJobparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticJobparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticJobparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticJobparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<Job>parser()Methods
containsLabels(String key)
publicbooleancontainsLabels(Stringkey)The labels associated with this job. You can use these to organize and group your jobs.
map<string, string> labels = 16;
equals(Object obj)
publicbooleanequals(Objectobj)getConfig()
publicJobConfiggetConfig()The configuration for this job.
.google.cloud.video.transcoder.v1.JobConfig config = 5;
The config.
getConfigOrBuilder()
publicJobConfigOrBuildergetConfigOrBuilder()The configuration for this job.
.google.cloud.video.transcoder.v1.JobConfig config = 5;
getCreateTime()
publicTimestampgetCreateTime()Output only. The time the job was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
The createTime.
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()Output only. The time the job was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
publicJobgetDefaultInstanceForType()getEndTime()
publicTimestampgetEndTime()Output only. The time the transcoding finished.
.google.protobuf.Timestamp end_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
The endTime.
getEndTimeOrBuilder()
publicTimestampOrBuildergetEndTimeOrBuilder()Output only. The time the transcoding finished.
.google.protobuf.Timestamp end_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
getError()
publicStatusgetError() Output only. An error object that describes the reason for the failure.
This property is always present when state is FAILED.
.google.rpc.Status error = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
The error.
getErrorOrBuilder()
publicStatusOrBuildergetErrorOrBuilder() Output only. An error object that describes the reason for the failure.
This property is always present when state is FAILED.
.google.rpc.Status error = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
getInputUri()
publicStringgetInputUri() Input only. Specify the input_uri to populate empty uri fields in each element of
Job.config.inputs or JobTemplate.config.inputs when using template.
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4). See
Supported input and output
formats.
string input_uri = 2 [(.google.api.field_behavior) = INPUT_ONLY];
The inputUri.
getInputUriBytes()
publicByteStringgetInputUriBytes() Input only. Specify the input_uri to populate empty uri fields in each element of
Job.config.inputs or JobTemplate.config.inputs when using template.
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4). See
Supported input and output
formats.
string input_uri = 2 [(.google.api.field_behavior) = INPUT_ONLY];
The bytes for inputUri.
getJobConfigCase()
publicJob.JobConfigCasegetJobConfigCase()getLabels()
publicMap<String,String>getLabels()Use #getLabelsMap() instead.
getLabelsCount()
publicintgetLabelsCount()The labels associated with this job. You can use these to organize and group your jobs.
map<string, string> labels = 16;
getLabelsMap()
publicMap<String,String>getLabelsMap()The labels associated with this job. You can use these to organize and group your jobs.
map<string, string> labels = 16;
getLabelsOrDefault(String key, String defaultValue)
publicStringgetLabelsOrDefault(Stringkey,StringdefaultValue)The labels associated with this job. You can use these to organize and group your jobs.
map<string, string> labels = 16;
getLabelsOrThrow(String key)
publicStringgetLabelsOrThrow(Stringkey)The labels associated with this job. You can use these to organize and group your jobs.
map<string, string> labels = 16;
getName()
publicStringgetName() The resource name of the job.
Format: projects/{project_number}/locations/{location}/jobs/{job}
string name = 1;
The name.
getNameBytes()
publicByteStringgetNameBytes() The resource name of the job.
Format: projects/{project_number}/locations/{location}/jobs/{job}
string name = 1;
The bytes for name.
getOutputUri()
publicStringgetOutputUri() Input only. Specify the output_uri to populate an empty Job.config.output.uri or
JobTemplate.config.output.uri when using template.
URI for the output file(s). For example, gs://my-bucket/outputs/. See
Supported input and output
formats.
string output_uri = 3 [(.google.api.field_behavior) = INPUT_ONLY];
The outputUri.
getOutputUriBytes()
publicByteStringgetOutputUriBytes() Input only. Specify the output_uri to populate an empty Job.config.output.uri or
JobTemplate.config.output.uri when using template.
URI for the output file(s). For example, gs://my-bucket/outputs/. See
Supported input and output
formats.
string output_uri = 3 [(.google.api.field_behavior) = INPUT_ONLY];
The bytes for outputUri.
getParserForType()
publicParser<Job>getParserForType()getSerializedSize()
publicintgetSerializedSize()getStartTime()
publicTimestampgetStartTime()Output only. The time the transcoding started.
.google.protobuf.Timestamp start_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
The startTime.
getStartTimeOrBuilder()
publicTimestampOrBuildergetStartTimeOrBuilder()Output only. The time the transcoding started.
.google.protobuf.Timestamp start_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState()
publicJob.ProcessingStategetState()Output only. The current state of the job.
.google.cloud.video.transcoder.v1.Job.ProcessingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
The state.
getStateValue()
publicintgetStateValue()Output only. The current state of the job.
.google.cloud.video.transcoder.v1.Job.ProcessingState state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
The enum numeric value on the wire for state.
getTemplateId()
publicStringgetTemplateId() Input only. Specify the template_id to use for populating Job.config. The default
is preset/web-hd.
Preset Transcoder templates:
preset/{preset_id}- User defined JobTemplate:
{job_template_id}
string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];
The templateId.
getTemplateIdBytes()
publicByteStringgetTemplateIdBytes() Input only. Specify the template_id to use for populating Job.config. The default
is preset/web-hd.
Preset Transcoder templates:
preset/{preset_id}- User defined JobTemplate:
{job_template_id}
string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];
The bytes for templateId.
getTtlAfterCompletionDays()
publicintgetTtlAfterCompletionDays()Job time to live value in days, which will be effective after job completion. Job should be deleted automatically after the given TTL. Enter a value between 1 and 90. The default is 30.
int32 ttl_after_completion_days = 15;
The ttlAfterCompletionDays.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasConfig()
publicbooleanhasConfig()The configuration for this job.
.google.cloud.video.transcoder.v1.JobConfig config = 5;
Whether the config field is set.
hasCreateTime()
publicbooleanhasCreateTime()Output only. The time the job was created.
.google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Whether the createTime field is set.
hasEndTime()
publicbooleanhasEndTime()Output only. The time the transcoding finished.
.google.protobuf.Timestamp end_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Whether the endTime field is set.
hasError()
publicbooleanhasError() Output only. An error object that describes the reason for the failure.
This property is always present when state is FAILED.
.google.rpc.Status error = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Whether the error field is set.
hasStartTime()
publicbooleanhasStartTime()Output only. The time the transcoding started.
.google.protobuf.Timestamp start_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Whether the startTime field is set.
hasTemplateId()
publicbooleanhasTemplateId() Input only. Specify the template_id to use for populating Job.config. The default
is preset/web-hd.
Preset Transcoder templates:
preset/{preset_id}- User defined JobTemplate:
{job_template_id}
string template_id = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Whether the templateId field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicJob.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedJob.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicJob.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)