Class InputStreamProperty.Builder (0.45.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
Type Description
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
Name Description
values Iterable<? extends com.google.cloud.video.livestream.v1.AudioStreamProperty>
Returns
Type Description
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
Name Description
values Iterable<? extends com.google.cloud.video.livestream.v1.VideoStreamProperty>
Returns
Type Description
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
Name Description
value AudioStreamProperty
Returns
Type Description
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
Name Description
builderForValue AudioStreamProperty.Builder
Returns
Type Description
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
Name Description
index int
value AudioStreamProperty
Returns
Type Description
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
Name Description
index int
builderForValue AudioStreamProperty.Builder
Returns
Type Description
InputStreamProperty.Builder

addAudioStreamsBuilder()

public AudioStreamProperty.Builder addAudioStreamsBuilder()

Properties of the audio streams.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
AudioStreamProperty.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InputStreamProperty.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value VideoStreamProperty
Returns
Type Description
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
Name Description
builderForValue VideoStreamProperty.Builder
Returns
Type Description
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
Name Description
index int
value VideoStreamProperty
Returns
Type Description
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
Name Description
index int
builderForValue VideoStreamProperty.Builder
Returns
Type Description
InputStreamProperty.Builder

addVideoStreamsBuilder()

public VideoStreamProperty.Builder addVideoStreamsBuilder()

Properties of the video streams.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
VideoStreamProperty.Builder

build()

public InputStreamProperty build()
Returns
Type Description
InputStreamProperty

buildPartial()

public InputStreamProperty buildPartial()
Returns
Type Description
InputStreamProperty

clear()

public InputStreamProperty.Builder clear()
Returns
Type Description
InputStreamProperty.Builder
Overrides

clearAudioStreams()

public InputStreamProperty.Builder clearAudioStreams()

Properties of the audio streams.

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

Returns
Type Description
InputStreamProperty.Builder

clearField(Descriptors.FieldDescriptor field)

public InputStreamProperty.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
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
Type Description
InputStreamProperty.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public InputStreamProperty.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
InputStreamProperty.Builder
Overrides

clearVideoStreams()

public InputStreamProperty.Builder clearVideoStreams()

Properties of the video streams.

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

Returns
Type Description
InputStreamProperty.Builder

clone()

public InputStreamProperty.Builder clone()
Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Name Description
index int
Returns
Type Description
AudioStreamProperty.Builder

getAudioStreamsBuilderList()

public List<AudioStreamProperty.Builder> getAudioStreamsBuilderList()

Properties of the audio streams.

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

Returns
Type Description
List<Builder>

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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Name Description
index int
Returns
Type Description
VideoStreamProperty.Builder

getVideoStreamsBuilderList()

public List<VideoStreamProperty.Builder> getVideoStreamsBuilderList()

Properties of the video streams.

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

Returns
Type Description
List<Builder>

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(InputStreamProperty other)

public InputStreamProperty.Builder mergeFrom(InputStreamProperty other)
Parameter
Name Description
other InputStreamProperty
Returns
Type Description
InputStreamProperty.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public InputStreamProperty.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InputStreamProperty.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public InputStreamProperty.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
InputStreamProperty.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InputStreamProperty.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Name Description
index int
value AudioStreamProperty
Returns
Type Description
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
Name Description
index int
builderForValue AudioStreamProperty.Builder
Returns
Type Description
InputStreamProperty.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public InputStreamProperty.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
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
Name Description
builderForValue Builder
Returns
Type Description
InputStreamProperty.Builder

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

public InputStreamProperty.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
InputStreamProperty.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final InputStreamProperty.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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
Name Description
index int
value VideoStreamProperty
Returns
Type Description
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
Name Description
index int
builderForValue VideoStreamProperty.Builder
Returns
Type Description
InputStreamProperty.Builder