Class InputStreamProperty.Builder (0.21.0)

public static final class InputStreamProperty.Builder extends GeneratedMessageV3.Builder<InputStreamProperty.Builder> implements InputStreamPropertyOrBuilder

Properties of the input stream.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllAudioStreams(Iterable<? extends AudioStreamProperty> values)

public InputStreamProperty.Builder addAllAudioStreams(Iterable<? extends AudioStreamProperty> values)

Properties of the audio streams.

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

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.video.livestream.v1.AudioStreamProperty>
Returns
TypeDescription
InputStreamProperty.Builder

addAllVideoStreams(Iterable<? extends VideoStreamProperty> values)

public InputStreamProperty.Builder addAllVideoStreams(Iterable<? extends VideoStreamProperty> values)

Properties of the video streams.

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

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.video.livestream.v1.VideoStreamProperty>
Returns
TypeDescription
InputStreamProperty.Builder

addAudioStreams(AudioStreamProperty value)

public InputStreamProperty.Builder addAudioStreams(AudioStreamProperty value)

Properties of the audio streams.

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

Parameter
NameDescription
valueAudioStreamProperty
Returns
TypeDescription
InputStreamProperty.Builder

addAudioStreams(AudioStreamProperty.Builder builderForValue)

public InputStreamProperty.Builder addAudioStreams(AudioStreamProperty.Builder builderForValue)

Properties of the audio streams.

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

Parameter
NameDescription
builderForValueAudioStreamProperty.Builder
Returns
TypeDescription
InputStreamProperty.Builder

addAudioStreams(int index, AudioStreamProperty value)

public InputStreamProperty.Builder addAudioStreams(int index, AudioStreamProperty value)

Properties of the audio streams.

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

Parameters
NameDescription
indexint
valueAudioStreamProperty
Returns
TypeDescription
InputStreamProperty.Builder

addAudioStreams(int index, AudioStreamProperty.Builder builderForValue)

public InputStreamProperty.Builder addAudioStreams(int index, AudioStreamProperty.Builder builderForValue)

Properties of the audio streams.

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

Parameters
NameDescription
indexint
builderForValueAudioStreamProperty.Builder
Returns
TypeDescription
InputStreamProperty.Builder

addAudioStreamsBuilder()

public AudioStreamProperty.Builder addAudioStreamsBuilder()

Properties of the audio streams.

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

Returns
TypeDescription
AudioStreamProperty.Builder

addAudioStreamsBuilder(int index)

public AudioStreamProperty.Builder addAudioStreamsBuilder(int index)

Properties of the audio streams.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AudioStreamProperty.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InputStreamProperty.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

addVideoStreams(VideoStreamProperty value)

public InputStreamProperty.Builder addVideoStreams(VideoStreamProperty value)

Properties of the video streams.

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

Parameter
NameDescription
valueVideoStreamProperty
Returns
TypeDescription
InputStreamProperty.Builder

addVideoStreams(VideoStreamProperty.Builder builderForValue)

public InputStreamProperty.Builder addVideoStreams(VideoStreamProperty.Builder builderForValue)

Properties of the video streams.

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

Parameter
NameDescription
builderForValueVideoStreamProperty.Builder
Returns
TypeDescription
InputStreamProperty.Builder

addVideoStreams(int index, VideoStreamProperty value)

public InputStreamProperty.Builder addVideoStreams(int index, VideoStreamProperty value)

Properties of the video streams.

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

Parameters
NameDescription
indexint
valueVideoStreamProperty
Returns
TypeDescription
InputStreamProperty.Builder

addVideoStreams(int index, VideoStreamProperty.Builder builderForValue)

public InputStreamProperty.Builder addVideoStreams(int index, VideoStreamProperty.Builder builderForValue)

Properties of the video streams.

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

Parameters
NameDescription
indexint
builderForValueVideoStreamProperty.Builder
Returns
TypeDescription
InputStreamProperty.Builder

addVideoStreamsBuilder()

public VideoStreamProperty.Builder addVideoStreamsBuilder()

Properties of the video streams.

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

Returns
TypeDescription
VideoStreamProperty.Builder

addVideoStreamsBuilder(int index)

public VideoStreamProperty.Builder addVideoStreamsBuilder(int index)

Properties of the video streams.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoStreamProperty.Builder

build()

public InputStreamProperty build()
Returns
TypeDescription
InputStreamProperty

buildPartial()

public InputStreamProperty buildPartial()
Returns
TypeDescription
InputStreamProperty

clear()

public InputStreamProperty.Builder clear()
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

clearAudioStreams()

public InputStreamProperty.Builder clearAudioStreams()

Properties of the audio streams.

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

Returns
TypeDescription
InputStreamProperty.Builder

clearField(Descriptors.FieldDescriptor field)

public InputStreamProperty.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

clearLastEstablishTime()

public InputStreamProperty.Builder clearLastEstablishTime()

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

.google.protobuf.Timestamp last_establish_time = 1;

Returns
TypeDescription
InputStreamProperty.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public InputStreamProperty.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

clearVideoStreams()

public InputStreamProperty.Builder clearVideoStreams()

Properties of the video streams.

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

Returns
TypeDescription
InputStreamProperty.Builder

clone()

public InputStreamProperty.Builder clone()
Returns
TypeDescription
InputStreamProperty.Builder
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
NameDescription
indexint
Returns
TypeDescription
AudioStreamProperty

getAudioStreamsBuilder(int index)

public AudioStreamProperty.Builder getAudioStreamsBuilder(int index)

Properties of the audio streams.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
AudioStreamProperty.Builder

getAudioStreamsBuilderList()

public List<AudioStreamProperty.Builder> getAudioStreamsBuilderList()

Properties of the audio streams.

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

Returns
TypeDescription
List<Builder>

getAudioStreamsCount()

public int getAudioStreamsCount()

Properties of the audio streams.

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

Returns
TypeDescription
int

getAudioStreamsList()

public List<AudioStreamProperty> getAudioStreamsList()

Properties of the audio streams.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
AudioStreamPropertyOrBuilder

getAudioStreamsOrBuilderList()

public List<? extends AudioStreamPropertyOrBuilder> getAudioStreamsOrBuilderList()

Properties of the audio streams.

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

Returns
TypeDescription
List<? extends com.google.cloud.video.livestream.v1.AudioStreamPropertyOrBuilder>

getDefaultInstanceForType()

public InputStreamProperty getDefaultInstanceForType()
Returns
TypeDescription
InputStreamProperty

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
Timestamp

The lastEstablishTime.

getLastEstablishTimeBuilder()

public Timestamp.Builder getLastEstablishTimeBuilder()

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

.google.protobuf.Timestamp last_establish_time = 1;

Returns
TypeDescription
Builder

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
TypeDescription
TimestampOrBuilder

getVideoStreams(int index)

public VideoStreamProperty getVideoStreams(int index)

Properties of the video streams.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoStreamProperty

getVideoStreamsBuilder(int index)

public VideoStreamProperty.Builder getVideoStreamsBuilder(int index)

Properties of the video streams.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoStreamProperty.Builder

getVideoStreamsBuilderList()

public List<VideoStreamProperty.Builder> getVideoStreamsBuilderList()

Properties of the video streams.

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

Returns
TypeDescription
List<Builder>

getVideoStreamsCount()

public int getVideoStreamsCount()

Properties of the video streams.

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

Returns
TypeDescription
int

getVideoStreamsList()

public List<VideoStreamProperty> getVideoStreamsList()

Properties of the video streams.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
VideoStreamPropertyOrBuilder

getVideoStreamsOrBuilderList()

public List<? extends VideoStreamPropertyOrBuilder> getVideoStreamsOrBuilderList()

Properties of the video streams.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the lastEstablishTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(InputStreamProperty other)

public InputStreamProperty.Builder mergeFrom(InputStreamProperty other)
Parameter
NameDescription
otherInputStreamProperty
Returns
TypeDescription
InputStreamProperty.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public InputStreamProperty.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InputStreamProperty.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public InputStreamProperty.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

mergeLastEstablishTime(Timestamp value)

public InputStreamProperty.Builder mergeLastEstablishTime(Timestamp value)

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

.google.protobuf.Timestamp last_establish_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
InputStreamProperty.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InputStreamProperty.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

removeAudioStreams(int index)

public InputStreamProperty.Builder removeAudioStreams(int index)

Properties of the audio streams.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
InputStreamProperty.Builder

removeVideoStreams(int index)

public InputStreamProperty.Builder removeVideoStreams(int index)

Properties of the video streams.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
InputStreamProperty.Builder

setAudioStreams(int index, AudioStreamProperty value)

public InputStreamProperty.Builder setAudioStreams(int index, AudioStreamProperty value)

Properties of the audio streams.

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

Parameters
NameDescription
indexint
valueAudioStreamProperty
Returns
TypeDescription
InputStreamProperty.Builder

setAudioStreams(int index, AudioStreamProperty.Builder builderForValue)

public InputStreamProperty.Builder setAudioStreams(int index, AudioStreamProperty.Builder builderForValue)

Properties of the audio streams.

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

Parameters
NameDescription
indexint
builderForValueAudioStreamProperty.Builder
Returns
TypeDescription
InputStreamProperty.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public InputStreamProperty.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

setLastEstablishTime(Timestamp value)

public InputStreamProperty.Builder setLastEstablishTime(Timestamp value)

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

.google.protobuf.Timestamp last_establish_time = 1;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
InputStreamProperty.Builder

setLastEstablishTime(Timestamp.Builder builderForValue)

public InputStreamProperty.Builder setLastEstablishTime(Timestamp.Builder builderForValue)

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

.google.protobuf.Timestamp last_establish_time = 1;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
InputStreamProperty.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public InputStreamProperty.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final InputStreamProperty.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InputStreamProperty.Builder
Overrides

setVideoStreams(int index, VideoStreamProperty value)

public InputStreamProperty.Builder setVideoStreams(int index, VideoStreamProperty value)

Properties of the video streams.

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

Parameters
NameDescription
indexint
valueVideoStreamProperty
Returns
TypeDescription
InputStreamProperty.Builder

setVideoStreams(int index, VideoStreamProperty.Builder builderForValue)

public InputStreamProperty.Builder setVideoStreams(int index, VideoStreamProperty.Builder builderForValue)

Properties of the video streams.

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

Parameters
NameDescription
indexint
builderForValueVideoStreamProperty.Builder
Returns
TypeDescription
InputStreamProperty.Builder