Send feedback
Class DistributionStream (0.77.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class DistributionStream extends GeneratedMessageV3 implements DistributionStreamOrBuilder
Multiplexing settings for output streams used in
Distribution .
Protobuf type google.cloud.video.livestream.v1.DistributionStream
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONTAINER_FIELD_NUMBER
public static final int CONTAINER_FIELD_NUMBER
Field Value
Type
Description
int
ELEMENTARY_STREAMS_FIELD_NUMBER
public static final int ELEMENTARY_STREAMS_FIELD_NUMBER
Field Value
Type
Description
int
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DistributionStream getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DistributionStream . Builder newBuilder ()
newBuilder(DistributionStream prototype)
public static DistributionStream . Builder newBuilder ( DistributionStream prototype )
public static DistributionStream parseDelimitedFrom ( InputStream input )
public static DistributionStream parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DistributionStream parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DistributionStream parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DistributionStream parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DistributionStream parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DistributionStream parseFrom ( CodedInputStream input )
public static DistributionStream parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DistributionStream parseFrom ( InputStream input )
public static DistributionStream parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DistributionStream parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DistributionStream parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DistributionStream> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getContainer()
public String getContainer ()
Required. The container format.
Supported container formats:
ts
, must contain exactly one audio stream and up to one video stream.
flv
, must contain at most one audio stream and at most one video
stream.
string container = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The container.
getContainerBytes()
public ByteString getContainerBytes ()
Required. The container format.
Supported container formats:
ts
, must contain exactly one audio stream and up to one video stream.
flv
, must contain at most one audio stream and at most one video
stream.
string container = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for container.
getDefaultInstanceForType()
public DistributionStream getDefaultInstanceForType ()
getElementaryStreams(int index)
public String getElementaryStreams ( int index )
Required. List of ElementaryStream
key s multiplexed
in this stream. Must contain at least one audio stream and up to one video
stream.
repeated string elementary_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The elementaryStreams at the given index.
getElementaryStreamsBytes(int index)
public ByteString getElementaryStreamsBytes ( int index )
Required. List of ElementaryStream
key s multiplexed
in this stream. Must contain at least one audio stream and up to one video
stream.
repeated string elementary_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the elementaryStreams at the given index.
getElementaryStreamsCount()
public int getElementaryStreamsCount ()
Required. List of ElementaryStream
key s multiplexed
in this stream. Must contain at least one audio stream and up to one video
stream.
repeated string elementary_streams = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The count of elementaryStreams.
getElementaryStreamsList()
public ProtocolStringList getElementaryStreamsList ()
Required. List of ElementaryStream
key s multiplexed
in this stream. Must contain at least one audio stream and up to one video
stream.
repeated string elementary_streams = 3 [(.google.api.field_behavior) = REQUIRED];
getKey()
Required. A unique key for this distribution stream. The key must be 1-63
characters in length. The key must begin and end with a letter (regardless
of case) or a number, but can contain dashes or underscores in between.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The key.
getKeyBytes()
public ByteString getKeyBytes ()
Required. A unique key for this distribution stream. The key must be 1-63
characters in length. The key must begin and end with a letter (regardless
of case) or a number, but can contain dashes or underscores in between.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for key.
getParserForType()
public Parser<DistributionStream> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DistributionStream . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DistributionStream . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DistributionStream . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-02 UTC."],[],[]]