Send feedback
Class InputStreamProperty (0.78.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class InputStreamProperty extends GeneratedMessageV3 implements InputStreamPropertyOrBuilder
Properties of the input stream.
Protobuf type google.cloud.video.livestream.v1.InputStreamProperty
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
public static final int AUDIO_STREAMS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int LAST_ESTABLISH_TIME_FIELD_NUMBER
Field Value
Type
Description
int
public static final int VIDEO_STREAMS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static InputStreamProperty getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static InputStreamProperty . Builder newBuilder ()
public static InputStreamProperty . Builder newBuilder ( InputStreamProperty prototype )
public static InputStreamProperty parseDelimitedFrom ( InputStream input )
public static InputStreamProperty parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static InputStreamProperty parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static InputStreamProperty parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static InputStreamProperty parseFrom ( ByteString data )
public static InputStreamProperty parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InputStreamProperty parseFrom ( CodedInputStream input )
public static InputStreamProperty parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InputStreamProperty parseFrom ( InputStream input )
public static InputStreamProperty parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static InputStreamProperty parseFrom ( ByteBuffer data )
public static InputStreamProperty parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<InputStreamProperty> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public AudioStreamProperty getAudioStreams ( int index )
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
Parameter
Name
Description
index
int
public int getAudioStreamsCount ()
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
Returns
Type
Description
int
public List<AudioStreamProperty> getAudioStreamsList ()
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public AudioStreamPropertyOrBuilder getAudioStreamsOrBuilder ( int index )
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
Parameter
Name
Description
index
int
public List <? extends AudioStreamPropertyOrBuilder > getAudioStreamsOrBuilderList ()
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
Returns
Type
Description
List <? extends com.google.cloud.video.livestream.v1.AudioStreamPropertyOrBuilder >
public InputStreamProperty getDefaultInstanceForType ()
public Timestamp getLastEstablishTime ()
The time that the current input stream is accepted and the connection is
established.
.google.protobuf.Timestamp last_establish_time = 1;
Returns
Type
Description
Timestamp
The lastEstablishTime.
public TimestampOrBuilder getLastEstablishTimeOrBuilder ()
The time that the current input stream is accepted and the connection is
established.
.google.protobuf.Timestamp last_establish_time = 1;
public Parser<InputStreamProperty> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public VideoStreamProperty getVideoStreams ( int index )
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
Parameter
Name
Description
index
int
public int getVideoStreamsCount ()
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
Returns
Type
Description
int
public List<VideoStreamProperty> getVideoStreamsList ()
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
public VideoStreamPropertyOrBuilder getVideoStreamsOrBuilder ( int index )
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
Parameter
Name
Description
index
int
public List <? extends VideoStreamPropertyOrBuilder > getVideoStreamsOrBuilderList ()
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
Returns
Type
Description
List <? extends com.google.cloud.video.livestream.v1.VideoStreamPropertyOrBuilder >
public boolean hasLastEstablishTime ()
The time that the current input stream is accepted and the connection is
established.
.google.protobuf.Timestamp last_establish_time = 1;
Returns
Type
Description
boolean
Whether the lastEstablishTime field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public InputStreamProperty . Builder newBuilderForType ()
protected InputStreamProperty . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public InputStreamProperty . Builder toBuilder ()
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-11 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-11 UTC."],[],[]]