publicfinalclass JobConfigextendsGeneratedMessageV3implementsJobConfigOrBuilder
Job configuration
Protobuf type google.cloud.video.transcoder.v1.JobConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AD_BREAKS_FIELD_NUMBER
publicstaticfinalintAD_BREAKS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
EDIT_LIST_FIELD_NUMBER
publicstaticfinalintEDIT_LIST_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ELEMENTARY_STREAMS_FIELD_NUMBER
publicstaticfinalintELEMENTARY_STREAMS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
ENCRYPTIONS_FIELD_NUMBER
publicstaticfinalintENCRYPTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintINPUTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MANIFESTS_FIELD_NUMBER
publicstaticfinalintMANIFESTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MUX_STREAMS_FIELD_NUMBER
publicstaticfinalintMUX_STREAMS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
OUTPUT_FIELD_NUMBER
publicstaticfinalintOUTPUT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
OVERLAYS_FIELD_NUMBER
publicstaticfinalintOVERLAYS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PUBSUB_DESTINATION_FIELD_NUMBER
publicstaticfinalintPUBSUB_DESTINATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
SPRITE_SHEETS_FIELD_NUMBER
publicstaticfinalintSPRITE_SHEETS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticJobConfiggetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticJobConfig.BuildernewBuilder()
newBuilder(JobConfig prototype)
publicstaticJobConfig.BuildernewBuilder(JobConfigprototype)
| Parameter |
| Name |
Description |
prototype |
JobConfig
|
publicstaticJobConfigparseDelimitedFrom(InputStreaminput)
publicstaticJobConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticJobConfigparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticJobConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticJobConfigparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticJobConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticJobConfigparseFrom(CodedInputStreaminput)
publicstaticJobConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticJobConfigparseFrom(InputStreaminput)
publicstaticJobConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticJobConfigparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticJobConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<JobConfig>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAdBreaks(int index)
publicAdBreakgetAdBreaks(intindex)
List of ad breaks. Specifies where to insert ad break tags in the output
manifests.
repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7;
| Parameter |
| Name |
Description |
index |
int
|
getAdBreaksCount()
publicintgetAdBreaksCount()
List of ad breaks. Specifies where to insert ad break tags in the output
manifests.
repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7;
| Returns |
| Type |
Description |
int |
getAdBreaksList()
publicList<AdBreak>getAdBreaksList()
List of ad breaks. Specifies where to insert ad break tags in the output
manifests.
repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7;
getAdBreaksOrBuilder(int index)
publicAdBreakOrBuildergetAdBreaksOrBuilder(intindex)
List of ad breaks. Specifies where to insert ad break tags in the output
manifests.
repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7;
| Parameter |
| Name |
Description |
index |
int
|
getAdBreaksOrBuilderList()
publicList<?extendsAdBreakOrBuilder>getAdBreaksOrBuilderList()
List of ad breaks. Specifies where to insert ad break tags in the output
manifests.
repeated .google.cloud.video.transcoder.v1.AdBreak ad_breaks = 7;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.AdBreakOrBuilder> |
getDefaultInstanceForType()
publicJobConfiggetDefaultInstanceForType()
getEditList(int index)
publicEditAtomgetEditList(intindex)
List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Parameter |
| Name |
Description |
index |
int
|
getEditListCount()
publicintgetEditListCount()
List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Returns |
| Type |
Description |
int |
getEditListList()
publicList<EditAtom>getEditListList()
List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
getEditListOrBuilder(int index)
publicEditAtomOrBuildergetEditListOrBuilder(intindex)
List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Parameter |
| Name |
Description |
index |
int
|
getEditListOrBuilderList()
publicList<?extendsEditAtomOrBuilder>getEditListOrBuilderList()
List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.EditAtomOrBuilder> |
getElementaryStreams(int index)
publicElementaryStreamgetElementaryStreams(intindex)
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Parameter |
| Name |
Description |
index |
int
|
getElementaryStreamsCount()
publicintgetElementaryStreamsCount()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Returns |
| Type |
Description |
int |
getElementaryStreamsList()
publicList<ElementaryStream>getElementaryStreamsList()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
getElementaryStreamsOrBuilder(int index)
publicElementaryStreamOrBuildergetElementaryStreamsOrBuilder(intindex)
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Parameter |
| Name |
Description |
index |
int
|
getElementaryStreamsOrBuilderList()
publicList<?extendsElementaryStreamOrBuilder>getElementaryStreamsOrBuilderList()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.ElementaryStreamOrBuilder> |
getEncryptions(int index)
publicEncryptiongetEncryptions(intindex)
List of encryption configurations for the content.
Each configuration has an ID. Specify this ID in the
MuxStream.encryption_id
field to indicate the configuration to use for that MuxStream output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
| Parameter |
| Name |
Description |
index |
int
|
getEncryptionsCount()
publicintgetEncryptionsCount()
List of encryption configurations for the content.
Each configuration has an ID. Specify this ID in the
MuxStream.encryption_id
field to indicate the configuration to use for that MuxStream output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
| Returns |
| Type |
Description |
int |
getEncryptionsList()
publicList<Encryption>getEncryptionsList()
List of encryption configurations for the content.
Each configuration has an ID. Specify this ID in the
MuxStream.encryption_id
field to indicate the configuration to use for that MuxStream output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
getEncryptionsOrBuilder(int index)
publicEncryptionOrBuildergetEncryptionsOrBuilder(intindex)
List of encryption configurations for the content.
Each configuration has an ID. Specify this ID in the
MuxStream.encryption_id
field to indicate the configuration to use for that MuxStream output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
| Parameter |
| Name |
Description |
index |
int
|
getEncryptionsOrBuilderList()
publicList<?extendsEncryptionOrBuilder>getEncryptionsOrBuilderList()
List of encryption configurations for the content.
Each configuration has an ID. Specify this ID in the
MuxStream.encryption_id
field to indicate the configuration to use for that MuxStream output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.EncryptionOrBuilder> |
publicInputgetInputs(intindex)
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Input |
publicintgetInputsCount()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Returns |
| Type |
Description |
int |
publicList<Input>getInputsList()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
publicInputOrBuildergetInputsOrBuilder(intindex)
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Parameter |
| Name |
Description |
index |
int
|
publicList<?extendsInputOrBuilder>getInputsOrBuilderList()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.InputOrBuilder> |
getManifests(int index)
publicManifestgetManifests(intindex)
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Parameter |
| Name |
Description |
index |
int
|
getManifestsCount()
publicintgetManifestsCount()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Returns |
| Type |
Description |
int |
getManifestsList()
publicList<Manifest>getManifestsList()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
getManifestsOrBuilder(int index)
publicManifestOrBuildergetManifestsOrBuilder(intindex)
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Parameter |
| Name |
Description |
index |
int
|
getManifestsOrBuilderList()
publicList<?extendsManifestOrBuilder>getManifestsOrBuilderList()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.ManifestOrBuilder> |
getMuxStreams(int index)
publicMuxStreamgetMuxStreams(intindex)
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Parameter |
| Name |
Description |
index |
int
|
getMuxStreamsCount()
publicintgetMuxStreamsCount()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Returns |
| Type |
Description |
int |
getMuxStreamsList()
publicList<MuxStream>getMuxStreamsList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
getMuxStreamsOrBuilder(int index)
publicMuxStreamOrBuildergetMuxStreamsOrBuilder(intindex)
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Parameter |
| Name |
Description |
index |
int
|
getMuxStreamsOrBuilderList()
publicList<?extendsMuxStreamOrBuilder>getMuxStreamsOrBuilderList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.MuxStreamOrBuilder> |
getOutput()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Returns |
| Type |
Description |
Output |
The output.
|
getOutputOrBuilder()
publicOutputOrBuildergetOutputOrBuilder()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
getOverlays(int index)
publicOverlaygetOverlays(intindex)
List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Parameter |
| Name |
Description |
index |
int
|
getOverlaysCount()
publicintgetOverlaysCount()
List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Returns |
| Type |
Description |
int |
getOverlaysList()
publicList<Overlay>getOverlaysList()
List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
getOverlaysOrBuilder(int index)
publicOverlayOrBuildergetOverlaysOrBuilder(intindex)
List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Parameter |
| Name |
Description |
index |
int
|
getOverlaysOrBuilderList()
publicList<?extendsOverlayOrBuilder>getOverlaysOrBuilderList()
List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.OverlayOrBuilder> |
getParserForType()
publicParser<JobConfig>getParserForType()
Overrides
getPubsubDestination()
publicPubsubDestinationgetPubsubDestination()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
getPubsubDestinationOrBuilder()
publicPubsubDestinationOrBuildergetPubsubDestinationOrBuilder()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getSpriteSheets(int index)
publicSpriteSheetgetSpriteSheets(intindex)
List of output sprite sheets.
Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Parameter |
| Name |
Description |
index |
int
|
getSpriteSheetsCount()
publicintgetSpriteSheetsCount()
List of output sprite sheets.
Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Returns |
| Type |
Description |
int |
getSpriteSheetsList()
publicList<SpriteSheet>getSpriteSheetsList()
List of output sprite sheets.
Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
getSpriteSheetsOrBuilder(int index)
publicSpriteSheetOrBuildergetSpriteSheetsOrBuilder(intindex)
List of output sprite sheets.
Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Parameter |
| Name |
Description |
index |
int
|
getSpriteSheetsOrBuilderList()
publicList<?extendsSpriteSheetOrBuilder>getSpriteSheetsOrBuilderList()
List of output sprite sheets.
Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.video.transcoder.v1.SpriteSheetOrBuilder> |
hasOutput()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Returns |
| Type |
Description |
boolean |
Whether the output field is set.
|
hasPubsubDestination()
publicbooleanhasPubsubDestination()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Returns |
| Type |
Description |
boolean |
Whether the pubsubDestination field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicJobConfig.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedJobConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicJobConfig.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides