- 1.77.0 (latest)
- 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
public static final class JobConfig.Builder extends GeneratedMessageV3.Builder<JobConfig.Builder> implements JobConfigOrBuilderJob configuration
Protobuf type google.cloud.video.transcoder.v1.JobConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > JobConfig.BuilderImplements
JobConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAdBreaks(AdBreak value)
public JobConfig.Builder addAdBreaks(AdBreak value)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;
| Name | Description |
| value | AdBreak |
| Type | Description |
| JobConfig.Builder |
addAdBreaks(AdBreak.Builder builderForValue)
public JobConfig.Builder addAdBreaks(AdBreak.Builder builderForValue)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;
| Name | Description |
| builderForValue | AdBreak.Builder |
| Type | Description |
| JobConfig.Builder |
addAdBreaks(int index, AdBreak value)
public JobConfig.Builder addAdBreaks(int index, AdBreak value)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;
| Name | Description |
| index | int |
| value | AdBreak |
| Type | Description |
| JobConfig.Builder |
addAdBreaks(int index, AdBreak.Builder builderForValue)
public JobConfig.Builder addAdBreaks(int index, AdBreak.Builder builderForValue)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;
| Name | Description |
| index | int |
| builderForValue | AdBreak.Builder |
| Type | Description |
| JobConfig.Builder |
addAdBreaksBuilder()
public AdBreak.Builder addAdBreaksBuilder()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;
| Type | Description |
| AdBreak.Builder |
addAdBreaksBuilder(int index)
public AdBreak.Builder addAdBreaksBuilder(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;
| Name | Description |
| index | int |
| Type | Description |
| AdBreak.Builder |
addAllAdBreaks(Iterable<? extends AdBreak> values)
public JobConfig.Builder addAllAdBreaks(Iterable<? extends AdBreak> values)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;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.AdBreak> |
| Type | Description |
| JobConfig.Builder |
addAllEditList(Iterable<? extends EditAtom> values)
public JobConfig.Builder addAllEditList(Iterable<? extends EditAtom> values) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.EditAtom> |
| Type | Description |
| JobConfig.Builder |
addAllElementaryStreams(Iterable<? extends ElementaryStream> values)
public JobConfig.Builder addAllElementaryStreams(Iterable<? extends ElementaryStream> values)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.ElementaryStream> |
| Type | Description |
| JobConfig.Builder |
addAllInputs(Iterable<? extends Input> values)
public JobConfig.Builder addAllInputs(Iterable<? extends Input> values)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.Input> |
| Type | Description |
| JobConfig.Builder |
addAllManifests(Iterable<? extends Manifest> values)
public JobConfig.Builder addAllManifests(Iterable<? extends Manifest> values)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.Manifest> |
| Type | Description |
| JobConfig.Builder |
addAllMuxStreams(Iterable<? extends MuxStream> values)
public JobConfig.Builder addAllMuxStreams(Iterable<? extends MuxStream> values)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.MuxStream> |
| Type | Description |
| JobConfig.Builder |
addAllOverlays(Iterable<? extends Overlay> values)
public JobConfig.Builder addAllOverlays(Iterable<? extends Overlay> values)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.Overlay> |
| Type | Description |
| JobConfig.Builder |
addAllSpriteSheets(Iterable<? extends SpriteSheet> values)
public JobConfig.Builder addAllSpriteSheets(Iterable<? extends SpriteSheet> values)List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Name | Description |
| values | Iterable<? extends com.google.cloud.video.transcoder.v1.SpriteSheet> |
| Type | Description |
| JobConfig.Builder |
addEditList(EditAtom value)
public JobConfig.Builder addEditList(EditAtom value) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| value | EditAtom |
| Type | Description |
| JobConfig.Builder |
addEditList(EditAtom.Builder builderForValue)
public JobConfig.Builder addEditList(EditAtom.Builder builderForValue) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| builderForValue | EditAtom.Builder |
| Type | Description |
| JobConfig.Builder |
addEditList(int index, EditAtom value)
public JobConfig.Builder addEditList(int index, EditAtom value) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| value | EditAtom |
| Type | Description |
| JobConfig.Builder |
addEditList(int index, EditAtom.Builder builderForValue)
public JobConfig.Builder addEditList(int index, EditAtom.Builder builderForValue) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| builderForValue | EditAtom.Builder |
| Type | Description |
| JobConfig.Builder |
addEditListBuilder()
public EditAtom.Builder addEditListBuilder() List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Type | Description |
| EditAtom.Builder |
addEditListBuilder(int index)
public EditAtom.Builder addEditListBuilder(int index) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| Type | Description |
| EditAtom.Builder |
addElementaryStreams(ElementaryStream value)
public JobConfig.Builder addElementaryStreams(ElementaryStream value)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| value | ElementaryStream |
| Type | Description |
| JobConfig.Builder |
addElementaryStreams(ElementaryStream.Builder builderForValue)
public JobConfig.Builder addElementaryStreams(ElementaryStream.Builder builderForValue)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| builderForValue | ElementaryStream.Builder |
| Type | Description |
| JobConfig.Builder |
addElementaryStreams(int index, ElementaryStream value)
public JobConfig.Builder addElementaryStreams(int index, ElementaryStream value)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| value | ElementaryStream |
| Type | Description |
| JobConfig.Builder |
addElementaryStreams(int index, ElementaryStream.Builder builderForValue)
public JobConfig.Builder addElementaryStreams(int index, ElementaryStream.Builder builderForValue)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| builderForValue | ElementaryStream.Builder |
| Type | Description |
| JobConfig.Builder |
addElementaryStreamsBuilder()
public ElementaryStream.Builder addElementaryStreamsBuilder()List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Type | Description |
| ElementaryStream.Builder |
addElementaryStreamsBuilder(int index)
public ElementaryStream.Builder addElementaryStreamsBuilder(int index)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| Type | Description |
| ElementaryStream.Builder |
addInputs(Input value)
public JobConfig.Builder addInputs(Input value)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| value | Input |
| Type | Description |
| JobConfig.Builder |
addInputs(Input.Builder builderForValue)
public JobConfig.Builder addInputs(Input.Builder builderForValue)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| builderForValue | Input.Builder |
| Type | Description |
| JobConfig.Builder |
addInputs(int index, Input value)
public JobConfig.Builder addInputs(int index, Input value)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| value | Input |
| Type | Description |
| JobConfig.Builder |
addInputs(int index, Input.Builder builderForValue)
public JobConfig.Builder addInputs(int index, Input.Builder builderForValue)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| builderForValue | Input.Builder |
| Type | Description |
| JobConfig.Builder |
addInputsBuilder()
public Input.Builder addInputsBuilder()List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Type | Description |
| Input.Builder |
addInputsBuilder(int index)
public Input.Builder addInputsBuilder(int index)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| Type | Description |
| Input.Builder |
addManifests(Manifest value)
public JobConfig.Builder addManifests(Manifest value)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| value | Manifest |
| Type | Description |
| JobConfig.Builder |
addManifests(Manifest.Builder builderForValue)
public JobConfig.Builder addManifests(Manifest.Builder builderForValue)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| builderForValue | Manifest.Builder |
| Type | Description |
| JobConfig.Builder |
addManifests(int index, Manifest value)
public JobConfig.Builder addManifests(int index, Manifest value)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| value | Manifest |
| Type | Description |
| JobConfig.Builder |
addManifests(int index, Manifest.Builder builderForValue)
public JobConfig.Builder addManifests(int index, Manifest.Builder builderForValue)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| builderForValue | Manifest.Builder |
| Type | Description |
| JobConfig.Builder |
addManifestsBuilder()
public Manifest.Builder addManifestsBuilder()List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Type | Description |
| Manifest.Builder |
addManifestsBuilder(int index)
public Manifest.Builder addManifestsBuilder(int index)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| Type | Description |
| Manifest.Builder |
addMuxStreams(MuxStream value)
public JobConfig.Builder addMuxStreams(MuxStream value)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| value | MuxStream |
| Type | Description |
| JobConfig.Builder |
addMuxStreams(MuxStream.Builder builderForValue)
public JobConfig.Builder addMuxStreams(MuxStream.Builder builderForValue)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| builderForValue | MuxStream.Builder |
| Type | Description |
| JobConfig.Builder |
addMuxStreams(int index, MuxStream value)
public JobConfig.Builder addMuxStreams(int index, MuxStream value)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| index | int |
| value | MuxStream |
| Type | Description |
| JobConfig.Builder |
addMuxStreams(int index, MuxStream.Builder builderForValue)
public JobConfig.Builder addMuxStreams(int index, MuxStream.Builder builderForValue)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| index | int |
| builderForValue | MuxStream.Builder |
| Type | Description |
| JobConfig.Builder |
addMuxStreamsBuilder()
public MuxStream.Builder addMuxStreamsBuilder()List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Type | Description |
| MuxStream.Builder |
addMuxStreamsBuilder(int index)
public MuxStream.Builder addMuxStreamsBuilder(int index)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| index | int |
| Type | Description |
| MuxStream.Builder |
addOverlays(Overlay value)
public JobConfig.Builder addOverlays(Overlay value)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| value | Overlay |
| Type | Description |
| JobConfig.Builder |
addOverlays(Overlay.Builder builderForValue)
public JobConfig.Builder addOverlays(Overlay.Builder builderForValue)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| builderForValue | Overlay.Builder |
| Type | Description |
| JobConfig.Builder |
addOverlays(int index, Overlay value)
public JobConfig.Builder addOverlays(int index, Overlay value)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| index | int |
| value | Overlay |
| Type | Description |
| JobConfig.Builder |
addOverlays(int index, Overlay.Builder builderForValue)
public JobConfig.Builder addOverlays(int index, Overlay.Builder builderForValue)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| index | int |
| builderForValue | Overlay.Builder |
| Type | Description |
| JobConfig.Builder |
addOverlaysBuilder()
public Overlay.Builder addOverlaysBuilder()List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Type | Description |
| Overlay.Builder |
addOverlaysBuilder(int index)
public Overlay.Builder addOverlaysBuilder(int index)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| index | int |
| Type | Description |
| Overlay.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public JobConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobConfig.Builder |
addSpriteSheets(SpriteSheet value)
public JobConfig.Builder addSpriteSheets(SpriteSheet value)List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Name | Description |
| value | SpriteSheet |
| Type | Description |
| JobConfig.Builder |
addSpriteSheets(SpriteSheet.Builder builderForValue)
public JobConfig.Builder addSpriteSheets(SpriteSheet.Builder builderForValue)List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Name | Description |
| builderForValue | SpriteSheet.Builder |
| Type | Description |
| JobConfig.Builder |
addSpriteSheets(int index, SpriteSheet value)
public JobConfig.Builder addSpriteSheets(int index, SpriteSheet value)List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Name | Description |
| index | int |
| value | SpriteSheet |
| Type | Description |
| JobConfig.Builder |
addSpriteSheets(int index, SpriteSheet.Builder builderForValue)
public JobConfig.Builder addSpriteSheets(int index, SpriteSheet.Builder builderForValue)List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Name | Description |
| index | int |
| builderForValue | SpriteSheet.Builder |
| Type | Description |
| JobConfig.Builder |
addSpriteSheetsBuilder()
public SpriteSheet.Builder addSpriteSheetsBuilder()List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Type | Description |
| SpriteSheet.Builder |
addSpriteSheetsBuilder(int index)
public SpriteSheet.Builder addSpriteSheetsBuilder(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;
| Name | Description |
| index | int |
| Type | Description |
| SpriteSheet.Builder |
build()
public JobConfig build()| Type | Description |
| JobConfig |
buildPartial()
public JobConfig buildPartial()| Type | Description |
| JobConfig |
clear()
public JobConfig.Builder clear()| Type | Description |
| JobConfig.Builder |
clearAdBreaks()
public JobConfig.Builder clearAdBreaks()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;
| Type | Description |
| JobConfig.Builder |
clearEditList()
public JobConfig.Builder clearEditList() List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Type | Description |
| JobConfig.Builder |
clearElementaryStreams()
public JobConfig.Builder clearElementaryStreams()List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Type | Description |
| JobConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public JobConfig.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| JobConfig.Builder |
clearInputs()
public JobConfig.Builder clearInputs()List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Type | Description |
| JobConfig.Builder |
clearManifests()
public JobConfig.Builder clearManifests()List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Type | Description |
| JobConfig.Builder |
clearMuxStreams()
public JobConfig.Builder clearMuxStreams()List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Type | Description |
| JobConfig.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public JobConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| JobConfig.Builder |
clearOutput()
public JobConfig.Builder clearOutput()Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Type | Description |
| JobConfig.Builder |
clearOverlays()
public JobConfig.Builder clearOverlays()List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Type | Description |
| JobConfig.Builder |
clearPubsubDestination()
public JobConfig.Builder clearPubsubDestination()Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Type | Description |
| JobConfig.Builder |
clearSpriteSheets()
public JobConfig.Builder clearSpriteSheets()List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Type | Description |
| JobConfig.Builder |
clone()
public JobConfig.Builder clone()| Type | Description |
| JobConfig.Builder |
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;
| Name | Description |
| index | int |
| Type | Description |
| AdBreak |
getAdBreaksBuilder(int index)
public AdBreak.Builder getAdBreaksBuilder(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;
| Name | Description |
| index | int |
| Type | Description |
| AdBreak.Builder |
getAdBreaksBuilderList()
public List<AdBreak.Builder> getAdBreaksBuilderList()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;
| Type | Description |
| List<Builder> |
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;
| 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;
| Type | Description |
| List<AdBreak> |
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;
| Name | Description |
| index | int |
| Type | Description |
| AdBreakOrBuilder |
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;
| Type | Description |
| List<? extends com.google.cloud.video.transcoder.v1.AdBreakOrBuilder> |
getDefaultInstanceForType()
public JobConfig getDefaultInstanceForType()| Type | Description |
| JobConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getEditList(int index)
public EditAtom getEditList(int index) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| Type | Description |
| EditAtom |
getEditListBuilder(int index)
public EditAtom.Builder getEditListBuilder(int index) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| Type | Description |
| EditAtom.Builder |
getEditListBuilderList()
public List<EditAtom.Builder> getEditListBuilderList() List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Type | Description |
| List<Builder> |
getEditListCount()
public int getEditListCount() List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Type | Description |
| int |
getEditListList()
public List<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;
| Type | Description |
| List<EditAtom> |
getEditListOrBuilder(int index)
public EditAtomOrBuilder getEditListOrBuilder(int index) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| Type | Description |
| EditAtomOrBuilder |
getEditListOrBuilderList()
public List<? extends EditAtomOrBuilder> 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;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| ElementaryStream |
getElementaryStreamsBuilder(int index)
public ElementaryStream.Builder getElementaryStreamsBuilder(int index)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| Type | Description |
| ElementaryStream.Builder |
getElementaryStreamsBuilderList()
public List<ElementaryStream.Builder> getElementaryStreamsBuilderList()List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Type | Description |
| List<Builder> |
getElementaryStreamsCount()
public int getElementaryStreamsCount()List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Type | Description |
| int |
getElementaryStreamsList()
public List<ElementaryStream> getElementaryStreamsList()List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Type | Description |
| List<ElementaryStream> |
getElementaryStreamsOrBuilder(int index)
public ElementaryStreamOrBuilder getElementaryStreamsOrBuilder(int index)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| Type | Description |
| ElementaryStreamOrBuilder |
getElementaryStreamsOrBuilderList()
public List<? extends ElementaryStreamOrBuilder> getElementaryStreamsOrBuilderList()List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Type | Description |
| List<? extends com.google.cloud.video.transcoder.v1.ElementaryStreamOrBuilder> |
getInputs(int index)
public Input getInputs(int index)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| Type | Description |
| Input |
getInputsBuilder(int index)
public Input.Builder getInputsBuilder(int index)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| Type | Description |
| Input.Builder |
getInputsBuilderList()
public List<Input.Builder> getInputsBuilderList()List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Type | Description |
| List<Builder> |
getInputsCount()
public int getInputsCount()List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Type | Description |
| int |
getInputsList()
public List<Input> getInputsList()List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Type | Description |
| List<Input> |
getInputsOrBuilder(int index)
public InputOrBuilder getInputsOrBuilder(int index)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| Type | Description |
| InputOrBuilder |
getInputsOrBuilderList()
public List<? extends InputOrBuilder> getInputsOrBuilderList()List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| Manifest |
getManifestsBuilder(int index)
public Manifest.Builder getManifestsBuilder(int index)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| Type | Description |
| Manifest.Builder |
getManifestsBuilderList()
public List<Manifest.Builder> getManifestsBuilderList()List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Type | Description |
| List<Builder> |
getManifestsCount()
public int getManifestsCount()List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Type | Description |
| int |
getManifestsList()
public List<Manifest> getManifestsList()List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Type | Description |
| List<Manifest> |
getManifestsOrBuilder(int index)
public ManifestOrBuilder getManifestsOrBuilder(int index)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| Type | Description |
| ManifestOrBuilder |
getManifestsOrBuilderList()
public List<? extends ManifestOrBuilder> getManifestsOrBuilderList()List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| MuxStream |
getMuxStreamsBuilder(int index)
public MuxStream.Builder getMuxStreamsBuilder(int index)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| index | int |
| Type | Description |
| MuxStream.Builder |
getMuxStreamsBuilderList()
public List<MuxStream.Builder> getMuxStreamsBuilderList()List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Type | Description |
| List<Builder> |
getMuxStreamsCount()
public int getMuxStreamsCount()List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| 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;
| Type | Description |
| List<MuxStream> |
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;
| Name | Description |
| index | int |
| Type | Description |
| MuxStreamOrBuilder |
getMuxStreamsOrBuilderList()
public List<? extends MuxStreamOrBuilder> getMuxStreamsOrBuilderList()List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| 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;
| Type | Description |
| Output | The output. |
getOutputBuilder()
public Output.Builder getOutputBuilder()Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Type | Description |
| Output.Builder |
getOutputOrBuilder()
public OutputOrBuilder getOutputOrBuilder()Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Type | Description |
| OutputOrBuilder |
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;
| Name | Description |
| index | int |
| Type | Description |
| Overlay |
getOverlaysBuilder(int index)
public Overlay.Builder getOverlaysBuilder(int index)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| index | int |
| Type | Description |
| Overlay.Builder |
getOverlaysBuilderList()
public List<Overlay.Builder> getOverlaysBuilderList()List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Type | Description |
| List<Builder> |
getOverlaysCount()
public int getOverlaysCount()List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| 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;
| Type | Description |
| List<Overlay> |
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;
| Name | Description |
| index | int |
| Type | Description |
| OverlayOrBuilder |
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;
| Type | Description |
| List<? extends com.google.cloud.video.transcoder.v1.OverlayOrBuilder> |
getPubsubDestination()
public PubsubDestination getPubsubDestination()Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Type | Description |
| PubsubDestination | The pubsubDestination. |
getPubsubDestinationBuilder()
public PubsubDestination.Builder getPubsubDestinationBuilder()Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Type | Description |
| PubsubDestination.Builder |
getPubsubDestinationOrBuilder()
public PubsubDestinationOrBuilder getPubsubDestinationOrBuilder()Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Type | Description |
| PubsubDestinationOrBuilder |
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;
| Name | Description |
| index | int |
| Type | Description |
| SpriteSheet |
getSpriteSheetsBuilder(int index)
public SpriteSheet.Builder getSpriteSheetsBuilder(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;
| Name | Description |
| index | int |
| Type | Description |
| SpriteSheet.Builder |
getSpriteSheetsBuilderList()
public List<SpriteSheet.Builder> getSpriteSheetsBuilderList()List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Type | Description |
| List<Builder> |
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;
| 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;
| Type | Description |
| List<SpriteSheet> |
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;
| Name | Description |
| index | int |
| Type | Description |
| SpriteSheetOrBuilder |
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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the pubsubDestination field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(JobConfig other)
public JobConfig.Builder mergeFrom(JobConfig other)| Name | Description |
| other | JobConfig |
| Type | Description |
| JobConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| JobConfig.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public JobConfig.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| JobConfig.Builder |
mergeOutput(Output value)
public JobConfig.Builder mergeOutput(Output value)Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Name | Description |
| value | Output |
| Type | Description |
| JobConfig.Builder |
mergePubsubDestination(PubsubDestination value)
public JobConfig.Builder mergePubsubDestination(PubsubDestination value)Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Name | Description |
| value | PubsubDestination |
| Type | Description |
| JobConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final JobConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobConfig.Builder |
removeAdBreaks(int index)
public JobConfig.Builder removeAdBreaks(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;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
removeEditList(int index)
public JobConfig.Builder removeEditList(int index) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
removeElementaryStreams(int index)
public JobConfig.Builder removeElementaryStreams(int index)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
removeInputs(int index)
public JobConfig.Builder removeInputs(int index)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
removeManifests(int index)
public JobConfig.Builder removeManifests(int index)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
removeMuxStreams(int index)
public JobConfig.Builder removeMuxStreams(int index)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
removeOverlays(int index)
public JobConfig.Builder removeOverlays(int index)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
removeSpriteSheets(int index)
public JobConfig.Builder removeSpriteSheets(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;
| Name | Description |
| index | int |
| Type | Description |
| JobConfig.Builder |
setAdBreaks(int index, AdBreak value)
public JobConfig.Builder setAdBreaks(int index, AdBreak value)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;
| Name | Description |
| index | int |
| value | AdBreak |
| Type | Description |
| JobConfig.Builder |
setAdBreaks(int index, AdBreak.Builder builderForValue)
public JobConfig.Builder setAdBreaks(int index, AdBreak.Builder builderForValue)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;
| Name | Description |
| index | int |
| builderForValue | AdBreak.Builder |
| Type | Description |
| JobConfig.Builder |
setEditList(int index, EditAtom value)
public JobConfig.Builder setEditList(int index, EditAtom value) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| value | EditAtom |
| Type | Description |
| JobConfig.Builder |
setEditList(int index, EditAtom.Builder builderForValue)
public JobConfig.Builder setEditList(int index, EditAtom.Builder builderForValue) List of Edit atoms. Defines the ultimate timeline of the resulting
file or manifest.
repeated .google.cloud.video.transcoder.v1.EditAtom edit_list = 2;
| Name | Description |
| index | int |
| builderForValue | EditAtom.Builder |
| Type | Description |
| JobConfig.Builder |
setElementaryStreams(int index, ElementaryStream value)
public JobConfig.Builder setElementaryStreams(int index, ElementaryStream value)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| value | ElementaryStream |
| Type | Description |
| JobConfig.Builder |
setElementaryStreams(int index, ElementaryStream.Builder builderForValue)
public JobConfig.Builder setElementaryStreams(int index, ElementaryStream.Builder builderForValue)List of elementary streams.
repeated .google.cloud.video.transcoder.v1.ElementaryStream elementary_streams = 3;
| Name | Description |
| index | int |
| builderForValue | ElementaryStream.Builder |
| Type | Description |
| JobConfig.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public JobConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobConfig.Builder |
setInputs(int index, Input value)
public JobConfig.Builder setInputs(int index, Input value)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| value | Input |
| Type | Description |
| JobConfig.Builder |
setInputs(int index, Input.Builder builderForValue)
public JobConfig.Builder setInputs(int index, Input.Builder builderForValue)List of input assets stored in Cloud Storage.
repeated .google.cloud.video.transcoder.v1.Input inputs = 1;
| Name | Description |
| index | int |
| builderForValue | Input.Builder |
| Type | Description |
| JobConfig.Builder |
setManifests(int index, Manifest value)
public JobConfig.Builder setManifests(int index, Manifest value)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| value | Manifest |
| Type | Description |
| JobConfig.Builder |
setManifests(int index, Manifest.Builder builderForValue)
public JobConfig.Builder setManifests(int index, Manifest.Builder builderForValue)List of output manifests.
repeated .google.cloud.video.transcoder.v1.Manifest manifests = 5;
| Name | Description |
| index | int |
| builderForValue | Manifest.Builder |
| Type | Description |
| JobConfig.Builder |
setMuxStreams(int index, MuxStream value)
public JobConfig.Builder setMuxStreams(int index, MuxStream value)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| index | int |
| value | MuxStream |
| Type | Description |
| JobConfig.Builder |
setMuxStreams(int index, MuxStream.Builder builderForValue)
public JobConfig.Builder setMuxStreams(int index, MuxStream.Builder builderForValue)List of multiplexing settings for output streams.
repeated .google.cloud.video.transcoder.v1.MuxStream mux_streams = 4;
| Name | Description |
| index | int |
| builderForValue | MuxStream.Builder |
| Type | Description |
| JobConfig.Builder |
setOutput(Output value)
public JobConfig.Builder setOutput(Output value)Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Name | Description |
| value | Output |
| Type | Description |
| JobConfig.Builder |
setOutput(Output.Builder builderForValue)
public JobConfig.Builder setOutput(Output.Builder builderForValue)Output configuration.
.google.cloud.video.transcoder.v1.Output output = 6;
| Name | Description |
| builderForValue | Output.Builder |
| Type | Description |
| JobConfig.Builder |
setOverlays(int index, Overlay value)
public JobConfig.Builder setOverlays(int index, Overlay value)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| index | int |
| value | Overlay |
| Type | Description |
| JobConfig.Builder |
setOverlays(int index, Overlay.Builder builderForValue)
public JobConfig.Builder setOverlays(int index, Overlay.Builder builderForValue)List of overlays on the output video, in descending Z-order.
repeated .google.cloud.video.transcoder.v1.Overlay overlays = 10;
| Name | Description |
| index | int |
| builderForValue | Overlay.Builder |
| Type | Description |
| JobConfig.Builder |
setPubsubDestination(PubsubDestination value)
public JobConfig.Builder setPubsubDestination(PubsubDestination value)Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Name | Description |
| value | PubsubDestination |
| Type | Description |
| JobConfig.Builder |
setPubsubDestination(PubsubDestination.Builder builderForValue)
public JobConfig.Builder setPubsubDestination(PubsubDestination.Builder builderForValue)Destination on Pub/Sub.
.google.cloud.video.transcoder.v1.PubsubDestination pubsub_destination = 8;
| Name | Description |
| builderForValue | PubsubDestination.Builder |
| Type | Description |
| JobConfig.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public JobConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| JobConfig.Builder |
setSpriteSheets(int index, SpriteSheet value)
public JobConfig.Builder setSpriteSheets(int index, SpriteSheet value)List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Name | Description |
| index | int |
| value | SpriteSheet |
| Type | Description |
| JobConfig.Builder |
setSpriteSheets(int index, SpriteSheet.Builder builderForValue)
public JobConfig.Builder setSpriteSheets(int index, SpriteSheet.Builder builderForValue)List of output sprite sheets. Spritesheets require at least one VideoStream in the Jobconfig.
repeated .google.cloud.video.transcoder.v1.SpriteSheet sprite_sheets = 9;
| Name | Description |
| index | int |
| builderForValue | SpriteSheet.Builder |
| Type | Description |
| JobConfig.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final JobConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobConfig.Builder |