Class JobConfig
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.video.transcoder.v1.JobConfig
-
- All Implemented Interfaces:
JobConfigOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class JobConfig extends com.google.protobuf.GeneratedMessageV3 implements JobConfigOrBuilder
Job configuration
Protobuf typegoogle.cloud.video.transcoder.v1.JobConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JobConfig.Builder
Job configuration-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
AD_BREAKS_FIELD_NUMBER
static int
EDIT_LIST_FIELD_NUMBER
static int
ELEMENTARY_STREAMS_FIELD_NUMBER
static int
ENCRYPTIONS_FIELD_NUMBER
static int
INPUTS_FIELD_NUMBER
static int
MANIFESTS_FIELD_NUMBER
static int
MUX_STREAMS_FIELD_NUMBER
static int
OUTPUT_FIELD_NUMBER
static int
OVERLAYS_FIELD_NUMBER
static int
PUBSUB_DESTINATION_FIELD_NUMBER
static int
SPRITE_SHEETS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
AdBreak
getAdBreaks(int index)
List of ad breaks.int
getAdBreaksCount()
List of ad breaks.List<AdBreak>
getAdBreaksList()
List of ad breaks.AdBreakOrBuilder
getAdBreaksOrBuilder(int index)
List of ad breaks.List<? extends AdBreakOrBuilder>
getAdBreaksOrBuilderList()
List of ad breaks.static JobConfig
getDefaultInstance()
JobConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
EditAtom
getEditList(int index)
List of `Edit atom`s.int
getEditListCount()
List of `Edit atom`s.List<EditAtom>
getEditListList()
List of `Edit atom`s.EditAtomOrBuilder
getEditListOrBuilder(int index)
List of `Edit atom`s.List<? extends EditAtomOrBuilder>
getEditListOrBuilderList()
List of `Edit atom`s.ElementaryStream
getElementaryStreams(int index)
List of elementary streams.int
getElementaryStreamsCount()
List of elementary streams.List<ElementaryStream>
getElementaryStreamsList()
List of elementary streams.ElementaryStreamOrBuilder
getElementaryStreamsOrBuilder(int index)
List of elementary streams.List<? extends ElementaryStreamOrBuilder>
getElementaryStreamsOrBuilderList()
List of elementary streams.Encryption
getEncryptions(int index)
List of encryption configurations for the content.int
getEncryptionsCount()
List of encryption configurations for the content.List<Encryption>
getEncryptionsList()
List of encryption configurations for the content.EncryptionOrBuilder
getEncryptionsOrBuilder(int index)
List of encryption configurations for the content.List<? extends EncryptionOrBuilder>
getEncryptionsOrBuilderList()
List of encryption configurations for the content.Input
getInputs(int index)
List of input assets stored in Cloud Storage.int
getInputsCount()
List of input assets stored in Cloud Storage.List<Input>
getInputsList()
List of input assets stored in Cloud Storage.InputOrBuilder
getInputsOrBuilder(int index)
List of input assets stored in Cloud Storage.List<? extends InputOrBuilder>
getInputsOrBuilderList()
List of input assets stored in Cloud Storage.Manifest
getManifests(int index)
List of output manifests.int
getManifestsCount()
List of output manifests.List<Manifest>
getManifestsList()
List of output manifests.ManifestOrBuilder
getManifestsOrBuilder(int index)
List of output manifests.List<? extends ManifestOrBuilder>
getManifestsOrBuilderList()
List of output manifests.MuxStream
getMuxStreams(int index)
List of multiplexing settings for output streams.int
getMuxStreamsCount()
List of multiplexing settings for output streams.List<MuxStream>
getMuxStreamsList()
List of multiplexing settings for output streams.MuxStreamOrBuilder
getMuxStreamsOrBuilder(int index)
List of multiplexing settings for output streams.List<? extends MuxStreamOrBuilder>
getMuxStreamsOrBuilderList()
List of multiplexing settings for output streams.Output
getOutput()
Output configuration.OutputOrBuilder
getOutputOrBuilder()
Output configuration.Overlay
getOverlays(int index)
List of overlays on the output video, in descending Z-order.int
getOverlaysCount()
List of overlays on the output video, in descending Z-order.List<Overlay>
getOverlaysList()
List of overlays on the output video, in descending Z-order.OverlayOrBuilder
getOverlaysOrBuilder(int index)
List of overlays on the output video, in descending Z-order.List<? extends OverlayOrBuilder>
getOverlaysOrBuilderList()
List of overlays on the output video, in descending Z-order.com.google.protobuf.Parser<JobConfig>
getParserForType()
PubsubDestination
getPubsubDestination()
Destination on Pub/Sub.PubsubDestinationOrBuilder
getPubsubDestinationOrBuilder()
Destination on Pub/Sub.int
getSerializedSize()
SpriteSheet
getSpriteSheets(int index)
List of output sprite sheets.int
getSpriteSheetsCount()
List of output sprite sheets.List<SpriteSheet>
getSpriteSheetsList()
List of output sprite sheets.SpriteSheetOrBuilder
getSpriteSheetsOrBuilder(int index)
List of output sprite sheets.List<? extends SpriteSheetOrBuilder>
getSpriteSheetsOrBuilderList()
List of output sprite sheets.int
hashCode()
boolean
hasOutput()
Output configuration.boolean
hasPubsubDestination()
Destination on Pub/Sub.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static JobConfig.Builder
newBuilder()
static JobConfig.Builder
newBuilder(JobConfig prototype)
JobConfig.Builder
newBuilderForType()
protected JobConfig.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static JobConfig
parseDelimitedFrom(InputStream input)
static JobConfig
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
parseFrom(byte[] data)
static JobConfig
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
parseFrom(com.google.protobuf.ByteString data)
static JobConfig
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
parseFrom(com.google.protobuf.CodedInputStream input)
static JobConfig
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
parseFrom(InputStream input)
static JobConfig
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static JobConfig
parseFrom(ByteBuffer data)
static JobConfig
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<JobConfig>
parser()
JobConfig.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
INPUTS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EDIT_LIST_FIELD_NUMBER
public static final int EDIT_LIST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ELEMENTARY_STREAMS_FIELD_NUMBER
public static final int ELEMENTARY_STREAMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MUX_STREAMS_FIELD_NUMBER
public static final int MUX_STREAMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MANIFESTS_FIELD_NUMBER
public static final int MANIFESTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUT_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AD_BREAKS_FIELD_NUMBER
public static final int AD_BREAKS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PUBSUB_DESTINATION_FIELD_NUMBER
public static final int PUBSUB_DESTINATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPRITE_SHEETS_FIELD_NUMBER
public static final int SPRITE_SHEETS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OVERLAYS_FIELD_NUMBER
public static final int OVERLAYS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENCRYPTIONS_FIELD_NUMBER
public static final int ENCRYPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getInputsList
public List<Input> getInputsList()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
- Specified by:
getInputsList
in interfaceJobConfigOrBuilder
-
getInputsOrBuilderList
public List<? extends InputOrBuilder> getInputsOrBuilderList()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
- Specified by:
getInputsOrBuilderList
in interfaceJobConfigOrBuilder
-
getInputsCount
public int getInputsCount()
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
- Specified by:
getInputsCount
in interfaceJobConfigOrBuilder
-
getInputs
public Input getInputs(int index)
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
- Specified by:
getInputs
in interfaceJobConfigOrBuilder
-
getInputsOrBuilder
public InputOrBuilder getInputsOrBuilder(int index)
List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
- Specified by:
getInputsOrBuilder
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getEditListList
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getEditListOrBuilderList
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getEditListCount
in interfaceJobConfigOrBuilder
-
getEditList
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;
- Specified by:
getEditList
in interfaceJobConfigOrBuilder
-
getEditListOrBuilder
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;
- Specified by:
getEditListOrBuilder
in interfaceJobConfigOrBuilder
-
getElementaryStreamsList
public List<ElementaryStream> getElementaryStreamsList()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
- Specified by:
getElementaryStreamsList
in interfaceJobConfigOrBuilder
-
getElementaryStreamsOrBuilderList
public List<? extends ElementaryStreamOrBuilder> getElementaryStreamsOrBuilderList()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
- Specified by:
getElementaryStreamsOrBuilderList
in interfaceJobConfigOrBuilder
-
getElementaryStreamsCount
public int getElementaryStreamsCount()
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
- Specified by:
getElementaryStreamsCount
in interfaceJobConfigOrBuilder
-
getElementaryStreams
public ElementaryStream getElementaryStreams(int index)
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
- Specified by:
getElementaryStreams
in interfaceJobConfigOrBuilder
-
getElementaryStreamsOrBuilder
public ElementaryStreamOrBuilder getElementaryStreamsOrBuilder(int index)
List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
- Specified by:
getElementaryStreamsOrBuilder
in interfaceJobConfigOrBuilder
-
getMuxStreamsList
public List<MuxStream> getMuxStreamsList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
- Specified by:
getMuxStreamsList
in interfaceJobConfigOrBuilder
-
getMuxStreamsOrBuilderList
public List<? extends MuxStreamOrBuilder> getMuxStreamsOrBuilderList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
- Specified by:
getMuxStreamsOrBuilderList
in interfaceJobConfigOrBuilder
-
getMuxStreamsCount
public int getMuxStreamsCount()
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
- Specified by:
getMuxStreamsCount
in interfaceJobConfigOrBuilder
-
getMuxStreams
public MuxStream getMuxStreams(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
- Specified by:
getMuxStreams
in interfaceJobConfigOrBuilder
-
getMuxStreamsOrBuilder
public MuxStreamOrBuilder getMuxStreamsOrBuilder(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
- Specified by:
getMuxStreamsOrBuilder
in interfaceJobConfigOrBuilder
-
getManifestsList
public List<Manifest> getManifestsList()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
- Specified by:
getManifestsList
in interfaceJobConfigOrBuilder
-
getManifestsOrBuilderList
public List<? extends ManifestOrBuilder> getManifestsOrBuilderList()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
- Specified by:
getManifestsOrBuilderList
in interfaceJobConfigOrBuilder
-
getManifestsCount
public int getManifestsCount()
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
- Specified by:
getManifestsCount
in interfaceJobConfigOrBuilder
-
getManifests
public Manifest getManifests(int index)
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
- Specified by:
getManifests
in interfaceJobConfigOrBuilder
-
getManifestsOrBuilder
public ManifestOrBuilder getManifestsOrBuilder(int index)
List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
- Specified by:
getManifestsOrBuilder
in interfaceJobConfigOrBuilder
-
hasOutput
public boolean hasOutput()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
- Specified by:
hasOutput
in interfaceJobConfigOrBuilder
- Returns:
- Whether the output field is set.
-
getOutput
public Output getOutput()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
- Specified by:
getOutput
in interfaceJobConfigOrBuilder
- Returns:
- The output.
-
getOutputOrBuilder
public OutputOrBuilder getOutputOrBuilder()
Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
- Specified by:
getOutputOrBuilder
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getAdBreaksList
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getAdBreaksOrBuilderList
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getAdBreaksCount
in interfaceJobConfigOrBuilder
-
getAdBreaks
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;
- Specified by:
getAdBreaks
in interfaceJobConfigOrBuilder
-
getAdBreaksOrBuilder
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;
- Specified by:
getAdBreaksOrBuilder
in interfaceJobConfigOrBuilder
-
hasPubsubDestination
public boolean hasPubsubDestination()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
- Specified by:
hasPubsubDestination
in interfaceJobConfigOrBuilder
- Returns:
- Whether the pubsubDestination field is set.
-
getPubsubDestination
public PubsubDestination getPubsubDestination()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
- Specified by:
getPubsubDestination
in interfaceJobConfigOrBuilder
- Returns:
- The pubsubDestination.
-
getPubsubDestinationOrBuilder
public PubsubDestinationOrBuilder getPubsubDestinationOrBuilder()
Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
- Specified by:
getPubsubDestinationOrBuilder
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getSpriteSheetsList
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getSpriteSheetsOrBuilderList
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getSpriteSheetsCount
in interfaceJobConfigOrBuilder
-
getSpriteSheets
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;
- Specified by:
getSpriteSheets
in interfaceJobConfigOrBuilder
-
getSpriteSheetsOrBuilder
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;
- Specified by:
getSpriteSheetsOrBuilder
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getOverlaysList
in interfaceJobConfigOrBuilder
-
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;
- Specified by:
getOverlaysOrBuilderList
in interfaceJobConfigOrBuilder
-
getOverlaysCount
public int getOverlaysCount()
List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
- Specified by:
getOverlaysCount
in interfaceJobConfigOrBuilder
-
getOverlays
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;
- Specified by:
getOverlays
in interfaceJobConfigOrBuilder
-
getOverlaysOrBuilder
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;
- Specified by:
getOverlaysOrBuilder
in interfaceJobConfigOrBuilder
-
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][google.cloud.video.transcoder.v1.MuxStream.encryption_id] field to indicate the configuration to use for that `MuxStream` output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
- Specified by:
getEncryptionsList
in interfaceJobConfigOrBuilder
-
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][google.cloud.video.transcoder.v1.MuxStream.encryption_id] field to indicate the configuration to use for that `MuxStream` output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
- Specified by:
getEncryptionsOrBuilderList
in interfaceJobConfigOrBuilder
-
getEncryptionsCount
public int getEncryptionsCount()
List of encryption configurations for the content. Each configuration has an ID. Specify this ID in the [MuxStream.encryption_id][google.cloud.video.transcoder.v1.MuxStream.encryption_id] field to indicate the configuration to use for that `MuxStream` output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
- Specified by:
getEncryptionsCount
in interfaceJobConfigOrBuilder
-
getEncryptions
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][google.cloud.video.transcoder.v1.MuxStream.encryption_id] field to indicate the configuration to use for that `MuxStream` output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
- Specified by:
getEncryptions
in interfaceJobConfigOrBuilder
-
getEncryptionsOrBuilder
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][google.cloud.video.transcoder.v1.MuxStream.encryption_id] field to indicate the configuration to use for that `MuxStream` output.
repeated .google.cloud.video.transcoder.v1.Encryption encryptions = 11;
- Specified by:
getEncryptionsOrBuilder
in interfaceJobConfigOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static JobConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static JobConfig parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static JobConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static JobConfig parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static JobConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static JobConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static JobConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public JobConfig.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static JobConfig.Builder newBuilder()
-
newBuilder
public static JobConfig.Builder newBuilder(JobConfig prototype)
-
toBuilder
public JobConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected JobConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static JobConfig getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<JobConfig> parser()
-
getParserForType
public com.google.protobuf.Parser<JobConfig> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public JobConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-