- 1.74.0 (latest)
- 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 JobConfigOrBuilder
Job 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()
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
value |
AdBreak |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
builderForValue |
AdBreak.Builder |
Returns | |
---|---|
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AdBreak |
Returns | |
---|---|
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AdBreak.Builder |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.AdBreak> |
Returns | |
---|---|
Type | Description |
JobConfig.Builder |
addAllEditList(Iterable<? extends EditAtom> values)
public JobConfig.Builder addAllEditList(Iterable<? extends EditAtom> values)
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 |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.EditAtom> |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.ElementaryStream> |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.Input> |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.Manifest> |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.MuxStream> |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.Overlay> |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.video.transcoder.v1.SpriteSheet> |
Returns | |
---|---|
Type | Description |
JobConfig.Builder |
addEditList(EditAtom value)
public JobConfig.Builder addEditList(EditAtom value)
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 |
value |
EditAtom |
Returns | |
---|---|
Type | Description |
JobConfig.Builder |
addEditList(EditAtom.Builder builderForValue)
public JobConfig.Builder addEditList(EditAtom.Builder builderForValue)
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 |
builderForValue |
EditAtom.Builder |
Returns | |
---|---|
Type | Description |
JobConfig.Builder |
addEditList(int index, EditAtom value)
public JobConfig.Builder addEditList(int index, EditAtom value)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
EditAtom |
Returns | |
---|---|
Type | Description |
JobConfig.Builder |
addEditList(int index, EditAtom.Builder builderForValue)
public JobConfig.Builder addEditList(int index, EditAtom.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
EditAtom.Builder |
Returns | |
---|---|
Type | Description |
|