public static final class ManifestOptions.Builder extends GeneratedMessageV3.Builder<ManifestOptions.Builder> implements ManifestOptionsOrBuilder
Options for manifest generation.
Protobuf type google.cloud.video.stitcher.v1.ManifestOptions
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllIncludeRenditions(Iterable<? extends RenditionFilter> values)
public ManifestOptions.Builder addAllIncludeRenditions(Iterable<? extends RenditionFilter> values)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.video.stitcher.v1.RenditionFilter>
|
addIncludeRenditions(RenditionFilter value)
public ManifestOptions.Builder addIncludeRenditions(RenditionFilter value)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
addIncludeRenditions(RenditionFilter.Builder builderForValue)
public ManifestOptions.Builder addIncludeRenditions(RenditionFilter.Builder builderForValue)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
addIncludeRenditions(int index, RenditionFilter value)
public ManifestOptions.Builder addIncludeRenditions(int index, RenditionFilter value)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
addIncludeRenditions(int index, RenditionFilter.Builder builderForValue)
public ManifestOptions.Builder addIncludeRenditions(int index, RenditionFilter.Builder builderForValue)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
addIncludeRenditionsBuilder()
public RenditionFilter.Builder addIncludeRenditionsBuilder()
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
addIncludeRenditionsBuilder(int index)
public RenditionFilter.Builder addIncludeRenditionsBuilder(int index)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ManifestOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ManifestOptions build()
buildPartial()
public ManifestOptions buildPartial()
clear()
public ManifestOptions.Builder clear()
Overrides
clearBitrateOrder()
public ManifestOptions.Builder clearBitrateOrder()
If specified, the output manifest will orders the video and muxed
renditions by bitrate according to the ordering policy.
.google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy bitrate_order = 2;
clearField(Descriptors.FieldDescriptor field)
public ManifestOptions.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearIncludeRenditions()
public ManifestOptions.Builder clearIncludeRenditions()
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public ManifestOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ManifestOptions.Builder clone()
Overrides
getBitrateOrder()
public ManifestOptions.OrderPolicy getBitrateOrder()
If specified, the output manifest will orders the video and muxed
renditions by bitrate according to the ordering policy.
.google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy bitrate_order = 2;
getBitrateOrderValue()
public int getBitrateOrderValue()
If specified, the output manifest will orders the video and muxed
renditions by bitrate according to the ordering policy.
.google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy bitrate_order = 2;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for bitrateOrder.
|
getDefaultInstanceForType()
public ManifestOptions getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getIncludeRenditions(int index)
public RenditionFilter getIncludeRenditions(int index)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Parameter |
Name |
Description |
index |
int
|
getIncludeRenditionsBuilder(int index)
public RenditionFilter.Builder getIncludeRenditionsBuilder(int index)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Parameter |
Name |
Description |
index |
int
|
getIncludeRenditionsBuilderList()
public List<RenditionFilter.Builder> getIncludeRenditionsBuilderList()
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
getIncludeRenditionsCount()
public int getIncludeRenditionsCount()
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Returns |
Type |
Description |
int |
|
getIncludeRenditionsList()
public List<RenditionFilter> getIncludeRenditionsList()
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
getIncludeRenditionsOrBuilder(int index)
public RenditionFilterOrBuilder getIncludeRenditionsOrBuilder(int index)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Parameter |
Name |
Description |
index |
int
|
getIncludeRenditionsOrBuilderList()
public List<? extends RenditionFilterOrBuilder> getIncludeRenditionsOrBuilderList()
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.video.stitcher.v1.RenditionFilterOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ManifestOptions other)
public ManifestOptions.Builder mergeFrom(ManifestOptions other)
public ManifestOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ManifestOptions.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ManifestOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeIncludeRenditions(int index)
public ManifestOptions.Builder removeIncludeRenditions(int index)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
Parameter |
Name |
Description |
index |
int
|
setBitrateOrder(ManifestOptions.OrderPolicy value)
public ManifestOptions.Builder setBitrateOrder(ManifestOptions.OrderPolicy value)
If specified, the output manifest will orders the video and muxed
renditions by bitrate according to the ordering policy.
.google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy bitrate_order = 2;
setBitrateOrderValue(int value)
public ManifestOptions.Builder setBitrateOrderValue(int value)
If specified, the output manifest will orders the video and muxed
renditions by bitrate according to the ordering policy.
.google.cloud.video.stitcher.v1.ManifestOptions.OrderPolicy bitrate_order = 2;
Parameter |
Name |
Description |
value |
int
The enum numeric value on the wire for bitrateOrder to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ManifestOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setIncludeRenditions(int index, RenditionFilter value)
public ManifestOptions.Builder setIncludeRenditions(int index, RenditionFilter value)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
setIncludeRenditions(int index, RenditionFilter.Builder builderForValue)
public ManifestOptions.Builder setIncludeRenditions(int index, RenditionFilter.Builder builderForValue)
If specified, the output manifest will only return renditions matching the
specified filters.
repeated .google.cloud.video.stitcher.v1.RenditionFilter include_renditions = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ManifestOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ManifestOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides