Class InputStreamProperty (0.46.0)

public final class InputStreamProperty extends GeneratedMessageV3 implements InputStreamPropertyOrBuilder

Properties of the input stream.

Protobuf type google.cloud.video.livestream.v1.InputStreamProperty

Static Fields

AUDIO_STREAMS_FIELD_NUMBER

public static final int AUDIO_STREAMS_FIELD_NUMBER
Field Value
Type Description
int

LAST_ESTABLISH_TIME_FIELD_NUMBER

public static final int LAST_ESTABLISH_TIME_FIELD_NUMBER
Field Value
Type Description
int

VIDEO_STREAMS_FIELD_NUMBER

public static final int VIDEO_STREAMS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InputStreamProperty getDefaultInstance()
Returns
Type Description
InputStreamProperty

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static InputStreamProperty.Builder newBuilder()
Returns
Type Description
InputStreamProperty.Builder

newBuilder(InputStreamProperty prototype)

public static InputStreamProperty.Builder newBuilder(InputStreamProperty prototype)
Parameter
Name Description
prototype InputStreamProperty
Returns
Type Description
InputStreamProperty.Builder

parseDelimitedFrom(InputStream input)

public static InputStreamProperty parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InputStreamProperty parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InputStreamProperty parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InputStreamProperty parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InputStreamProperty parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InputStreamProperty parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InputStreamProperty parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InputStreamProperty parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InputStreamProperty parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InputStreamProperty parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InputStreamProperty parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InputStreamProperty parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputStreamProperty
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InputStreamProperty> parser()
Returns
Type Description
Parser<InputStreamProperty>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAudioStreams(int index)

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
Returns
Type Description
AudioStreamProperty

getAudioStreamsCount()

public int getAudioStreamsCount()

Properties of the audio streams.

repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;

Returns
Type Description
int

getAudioStreamsList()

public List<AudioStreamProperty> getAudioStreamsList()

Properties of the audio streams.

repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;

Returns
Type Description
List<AudioStreamProperty>

getAudioStreamsOrBuilder(int index)

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
Returns
Type Description
AudioStreamPropertyOrBuilder

getAudioStreamsOrBuilderList()

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>

getDefaultInstanceForType()

public InputStreamProperty getDefaultInstanceForType()
Returns
Type Description
InputStreamProperty

getLastEstablishTime()

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.

getLastEstablishTimeOrBuilder()

public TimestampOrBuilder getLastEstablishTimeOrBuilder()

The time that the current input stream is accepted and the connection is established.

.google.protobuf.Timestamp last_establish_time = 1;

Returns
Type Description
TimestampOrBuilder

getParserForType()

public Parser<InputStreamProperty> getParserForType()
Returns
Type Description
Parser<InputStreamProperty>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVideoStreams(int index)

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
Returns
Type Description
VideoStreamProperty

getVideoStreamsCount()

public int getVideoStreamsCount()

Properties of the video streams.

repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;

Returns
Type Description
int

getVideoStreamsList()

public List<VideoStreamProperty> getVideoStreamsList()

Properties of the video streams.

repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;

Returns
Type Description
List<VideoStreamProperty>

getVideoStreamsOrBuilder(int index)

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
Returns
Type Description
VideoStreamPropertyOrBuilder

getVideoStreamsOrBuilderList()

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>

hasLastEstablishTime()

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public InputStreamProperty.Builder newBuilderForType()
Returns
Type Description
InputStreamProperty.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InputStreamProperty.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
InputStreamProperty.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public InputStreamProperty.Builder toBuilder()
Returns
Type Description
InputStreamProperty.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException