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)
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)
Overrides
public InputStreamProperty.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides