public final class JobConfig extends GeneratedMessageV3 implements JobConfigOrBuilder
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
public static final int AD_BREAKS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EDIT_LIST_FIELD_NUMBER
public static final int EDIT_LIST_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ELEMENTARY_STREAMS_FIELD_NUMBER
public static final int ELEMENTARY_STREAMS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENCRYPTIONS_FIELD_NUMBER
public static final int ENCRYPTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int INPUTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MANIFESTS_FIELD_NUMBER
public static final int MANIFESTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MUX_STREAMS_FIELD_NUMBER
public static final int MUX_STREAMS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OUTPUT_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OVERLAYS_FIELD_NUMBER
public static final int OVERLAYS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PUBSUB_DESTINATION_FIELD_NUMBER
public static final int PUBSUB_DESTINATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SPRITE_SHEETS_FIELD_NUMBER
public static final int SPRITE_SHEETS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static JobConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static JobConfig.Builder newBuilder()
newBuilder(JobConfig prototype)
public static JobConfig.Builder newBuilder(JobConfig prototype)
Parameter |
Name |
Description |
prototype |
JobConfig
|
public static JobConfig parseDelimitedFrom(InputStream input)
public static JobConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static JobConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static JobConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static JobConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobConfig parseFrom(CodedInputStream input)
public static JobConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static JobConfig parseFrom(InputStream input)
public static JobConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static JobConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static JobConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<JobConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAdBreaks(int index)
public AdBreak getAdBreaks(int index)
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()
public int getAdBreaksCount()
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()
public List<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)
public AdBreakOrBuilder getAdBreaksOrBuilder(int index)
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()
public List<? extends AdBreakOrBuilder> 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()
public JobConfig getDefaultInstanceForType()
getEditList(int index)
public EditAtom getEditList(int index)
List of Edit atom
s. 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()
public int getEditListCount()
List of Edit atom
s. 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()
public List<EditAtom> getEditListList()
List of Edit atom
s. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
getEditListOrBuilder(int index)
public EditAtomOrBuilder getEditListOrBuilder(int index)
List of Edit atom
s. 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()
public List<? extends EditAtomOrBuilder> getEditListOrBuilderList()
List of Edit atom
s. 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)
public ElementaryStream getElementaryStreams(int index)
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
Parameter |
Name |
Description |
index |
int
|
getElementaryStreamsCount()
public int getElementaryStreamsCount()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
Returns |
Type |
Description |
int |
|
getElementaryStreamsList()
public List<ElementaryStream> getElementaryStreamsList()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
getElementaryStreamsOrBuilder(int index)
public ElementaryStreamOrBuilder getElementaryStreamsOrBuilder(int index)
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
Parameter |
Name |
Description |
index |
int
|
getElementaryStreamsOrBuilderList()
public List<? extends ElementaryStreamOrBuilder> 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)
public Encryption getEncryptions(int index)
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()
public int getEncryptionsCount()
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()
public List<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)
public EncryptionOrBuilder getEncryptionsOrBuilder(int index)
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()
public List<? extends EncryptionOrBuilder> 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> |
|
public Input getInputs(int index)
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 |
|
public int getInputsCount()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
Returns |
Type |
Description |
int |
|
public List<Input> getInputsList()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
public InputOrBuilder getInputsOrBuilder(int index)
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
Parameter |
Name |
Description |
index |
int
|
public List<? extends InputOrBuilder> 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)
public Manifest getManifests(int index)
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
Parameter |
Name |
Description |
index |
int
|
getManifestsCount()
public int getManifestsCount()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
Returns |
Type |
Description |
int |
|
getManifestsList()
public List<Manifest> getManifestsList()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
getManifestsOrBuilder(int index)
public ManifestOrBuilder getManifestsOrBuilder(int index)
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
Parameter |
Name |
Description |
index |
int
|
getManifestsOrBuilderList()
public List<? extends ManifestOrBuilder> 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)
public MuxStream getMuxStreams(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
Parameter |
Name |
Description |
index |
int
|
getMuxStreamsCount()
public int getMuxStreamsCount()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
Returns |
Type |
Description |
int |
|
getMuxStreamsList()
public List<MuxStream> getMuxStreamsList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
getMuxStreamsOrBuilder(int index)
public MuxStreamOrBuilder getMuxStreamsOrBuilder(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
Parameter |
Name |
Description |
index |
int
|
getMuxStreamsOrBuilderList()
public List<? extends MuxStreamOrBuilder> 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()
public Output getOutput()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
Returns |
Type |
Description |
Output |
The output.
|
getOutputOrBuilder()
public OutputOrBuilder getOutputOrBuilder()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
getOverlays(int index)
public Overlay getOverlays(int index)
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()
public int getOverlaysCount()
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()
public List<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)
public OverlayOrBuilder getOverlaysOrBuilder(int index)
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()
public List<? extends OverlayOrBuilder> 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()
public Parser<JobConfig> getParserForType()
Overrides
getPubsubDestination()
public PubsubDestination getPubsubDestination()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
getPubsubDestinationOrBuilder()
public PubsubDestinationOrBuilder getPubsubDestinationOrBuilder()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSpriteSheets(int index)
public SpriteSheet getSpriteSheets(int index)
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()
public int getSpriteSheetsCount()
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()
public List<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)
public SpriteSheetOrBuilder getSpriteSheetsOrBuilder(int index)
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()
public List<? extends SpriteSheetOrBuilder> 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()
public boolean hasOutput()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
Returns |
Type |
Description |
boolean |
Whether the output field is set.
|
hasPubsubDestination()
public boolean hasPubsubDestination()
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()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public JobConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected JobConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public JobConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides