- 0.54.0 (latest)
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.8
- 0.3.0
public static final class Manifest.Builder extends GeneratedMessageV3.Builder<Manifest.Builder> implements ManifestOrBuilder
Manifest configuration.
Protobuf type google.cloud.video.livestream.v1.Manifest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Manifest.BuilderImplements
ManifestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllMuxStreams(Iterable<String> values)
public Manifest.Builder addAllMuxStreams(Iterable<String> values)
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
values | Iterable<String> The muxStreams to add. |
Type | Description |
Manifest.Builder | This builder for chaining. |
addMuxStreams(String value)
public Manifest.Builder addMuxStreams(String value)
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The muxStreams to add. |
Type | Description |
Manifest.Builder | This builder for chaining. |
addMuxStreamsBytes(ByteString value)
public Manifest.Builder addMuxStreamsBytes(ByteString value)
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes of the muxStreams to add. |
Type | Description |
Manifest.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Manifest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Manifest.Builder |
build()
public Manifest build()
Type | Description |
Manifest |
buildPartial()
public Manifest buildPartial()
Type | Description |
Manifest |
clear()
public Manifest.Builder clear()
Type | Description |
Manifest.Builder |
clearField(Descriptors.FieldDescriptor field)
public Manifest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Manifest.Builder |
clearFileName()
public Manifest.Builder clearFileName()
The name of the generated file. The default is manifest
with the
extension suffix corresponding to the Manifest
type. If multiple
manifests are added to the channel, each must have a unique file name.
string file_name = 1;
Type | Description |
Manifest.Builder | This builder for chaining. |
clearMaxSegmentCount()
public Manifest.Builder clearMaxSegmentCount()
Maximum number of segments that this manifest holds. Once the manifest reaches this maximum number of segments, whenever a new segment is added to the manifest, the oldest segment will be removed from the manifest. The minimum value is 3 and the default value is 5.
int32 max_segment_count = 4;
Type | Description |
Manifest.Builder | This builder for chaining. |
clearMuxStreams()
public Manifest.Builder clearMuxStreams()
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Manifest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Manifest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Manifest.Builder |
clearSegmentKeepDuration()
public Manifest.Builder clearSegmentKeepDuration()
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Type | Description |
Manifest.Builder |
clearType()
public Manifest.Builder clearType()
Required. Type of the manifest, can be HLS
or DASH
.
.google.cloud.video.livestream.v1.Manifest.ManifestType type = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Manifest.Builder | This builder for chaining. |
clone()
public Manifest.Builder clone()
Type | Description |
Manifest.Builder |
getDefaultInstanceForType()
public Manifest getDefaultInstanceForType()
Type | Description |
Manifest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFileName()
public String getFileName()
The name of the generated file. The default is manifest
with the
extension suffix corresponding to the Manifest
type. If multiple
manifests are added to the channel, each must have a unique file name.
string file_name = 1;
Type | Description |
String | The fileName. |
getFileNameBytes()
public ByteString getFileNameBytes()
The name of the generated file. The default is manifest
with the
extension suffix corresponding to the Manifest
type. If multiple
manifests are added to the channel, each must have a unique file name.
string file_name = 1;
Type | Description |
ByteString | The bytes for fileName. |
getMaxSegmentCount()
public int getMaxSegmentCount()
Maximum number of segments that this manifest holds. Once the manifest reaches this maximum number of segments, whenever a new segment is added to the manifest, the oldest segment will be removed from the manifest. The minimum value is 3 and the default value is 5.
int32 max_segment_count = 4;
Type | Description |
int | The maxSegmentCount. |
getMuxStreams(int index)
public String getMuxStreams(int index)
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The muxStreams at the given index. |
getMuxStreamsBytes(int index)
public ByteString getMuxStreamsBytes(int index)
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the muxStreams at the given index. |
getMuxStreamsCount()
public int getMuxStreamsCount()
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int | The count of muxStreams. |
getMuxStreamsList()
public ProtocolStringList getMuxStreamsList()
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ProtocolStringList | A list containing the muxStreams. |
getSegmentKeepDuration()
public Duration getSegmentKeepDuration()
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Type | Description |
Duration | The segmentKeepDuration. |
getSegmentKeepDurationBuilder()
public Duration.Builder getSegmentKeepDurationBuilder()
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Type | Description |
Builder |
getSegmentKeepDurationOrBuilder()
public DurationOrBuilder getSegmentKeepDurationOrBuilder()
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Type | Description |
DurationOrBuilder |
getType()
public Manifest.ManifestType getType()
Required. Type of the manifest, can be HLS
or DASH
.
.google.cloud.video.livestream.v1.Manifest.ManifestType type = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Manifest.ManifestType | The type. |
getTypeValue()
public int getTypeValue()
Required. Type of the manifest, can be HLS
or DASH
.
.google.cloud.video.livestream.v1.Manifest.ManifestType type = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int | The enum numeric value on the wire for type. |
hasSegmentKeepDuration()
public boolean hasSegmentKeepDuration()
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Type | Description |
boolean | Whether the segmentKeepDuration field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Manifest other)
public Manifest.Builder mergeFrom(Manifest other)
Name | Description |
other | Manifest |
Type | Description |
Manifest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Manifest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Manifest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Manifest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Manifest.Builder |
mergeSegmentKeepDuration(Duration value)
public Manifest.Builder mergeSegmentKeepDuration(Duration value)
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Name | Description |
value | Duration |
Type | Description |
Manifest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Manifest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Manifest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Manifest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Manifest.Builder |
setFileName(String value)
public Manifest.Builder setFileName(String value)
The name of the generated file. The default is manifest
with the
extension suffix corresponding to the Manifest
type. If multiple
manifests are added to the channel, each must have a unique file name.
string file_name = 1;
Name | Description |
value | String The fileName to set. |
Type | Description |
Manifest.Builder | This builder for chaining. |
setFileNameBytes(ByteString value)
public Manifest.Builder setFileNameBytes(ByteString value)
The name of the generated file. The default is manifest
with the
extension suffix corresponding to the Manifest
type. If multiple
manifests are added to the channel, each must have a unique file name.
string file_name = 1;
Name | Description |
value | ByteString The bytes for fileName to set. |
Type | Description |
Manifest.Builder | This builder for chaining. |
setMaxSegmentCount(int value)
public Manifest.Builder setMaxSegmentCount(int value)
Maximum number of segments that this manifest holds. Once the manifest reaches this maximum number of segments, whenever a new segment is added to the manifest, the oldest segment will be removed from the manifest. The minimum value is 3 and the default value is 5.
int32 max_segment_count = 4;
Name | Description |
value | int The maxSegmentCount to set. |
Type | Description |
Manifest.Builder | This builder for chaining. |
setMuxStreams(int index, String value)
public Manifest.Builder setMuxStreams(int index, String value)
Required. List of MuxStream
keys that should appear in this
manifest.
- For HLS, either
fmp4
orts
mux streams can be specified but not mixed. - For DASH, only
fmp4
mux streams can be specified.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index to set the value at. |
value | String The muxStreams to set. |
Type | Description |
Manifest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Manifest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Manifest.Builder |
setSegmentKeepDuration(Duration value)
public Manifest.Builder setSegmentKeepDuration(Duration value)
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Name | Description |
value | Duration |
Type | Description |
Manifest.Builder |
setSegmentKeepDuration(Duration.Builder builderForValue)
public Manifest.Builder setSegmentKeepDuration(Duration.Builder builderForValue)
How long to keep a segment on the output Google Cloud Storage bucket after
it is removed from the manifest. This field should be large enough to cover
the manifest propagation delay. Otherwise, a player could receive 404
errors while accessing segments which are listed in the manifest that the
player has, but were already deleted from the output Google Cloud Storage
bucket. Default value is 60s
.
.google.protobuf.Duration segment_keep_duration = 5;
Name | Description |
builderForValue | Builder |
Type | Description |
Manifest.Builder |
setType(Manifest.ManifestType value)
public Manifest.Builder setType(Manifest.ManifestType value)
Required. Type of the manifest, can be HLS
or DASH
.
.google.cloud.video.livestream.v1.Manifest.ManifestType type = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | Manifest.ManifestType The type to set. |
Type | Description |
Manifest.Builder | This builder for chaining. |
setTypeValue(int value)
public Manifest.Builder setTypeValue(int value)
Required. Type of the manifest, can be HLS
or DASH
.
.google.cloud.video.livestream.v1.Manifest.ManifestType type = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | int The enum numeric value on the wire for type to set. |
Type | Description |
Manifest.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Manifest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Manifest.Builder |