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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
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>
|
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>
|
public InputStreamProperty.Builder addAudioStreams(AudioStreamProperty value)
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public InputStreamProperty.Builder addAudioStreams(AudioStreamProperty.Builder builderForValue)
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public InputStreamProperty.Builder addAudioStreams(int index, AudioStreamProperty value)
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public InputStreamProperty.Builder addAudioStreams(int index, AudioStreamProperty.Builder builderForValue)
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public AudioStreamProperty.Builder addAudioStreamsBuilder()
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
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
|
public InputStreamProperty.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public InputStreamProperty.Builder addVideoStreams(VideoStreamProperty value)
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
public InputStreamProperty.Builder addVideoStreams(VideoStreamProperty.Builder builderForValue)
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
public InputStreamProperty.Builder addVideoStreams(int index, VideoStreamProperty value)
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
public InputStreamProperty.Builder addVideoStreams(int index, VideoStreamProperty.Builder builderForValue)
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
public VideoStreamProperty.Builder addVideoStreamsBuilder()
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
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
|
public InputStreamProperty build()
public InputStreamProperty buildPartial()
public InputStreamProperty.Builder clear()
Overrides
public InputStreamProperty.Builder clearAudioStreams()
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public InputStreamProperty.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
public InputStreamProperty.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public InputStreamProperty.Builder clearVideoStreams()
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
public InputStreamProperty.Builder clone()
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 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
|
public List<AudioStreamProperty.Builder> getAudioStreamsBuilderList()
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
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 Descriptors.Descriptor getDescriptorForType()
Overrides
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 Timestamp.Builder getLastEstablishTimeBuilder()
The time that the current input stream is accepted and the connection is
established.
.google.protobuf.Timestamp last_establish_time = 1;
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 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 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
|
public List<VideoStreamProperty.Builder> getVideoStreamsBuilderList()
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public InputStreamProperty.Builder mergeFrom(InputStreamProperty other)
public InputStreamProperty.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public InputStreamProperty.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
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;
public final InputStreamProperty.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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
|
public InputStreamProperty.Builder setAudioStreams(int index, AudioStreamProperty value)
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public InputStreamProperty.Builder setAudioStreams(int index, AudioStreamProperty.Builder builderForValue)
Properties of the audio streams.
repeated .google.cloud.video.livestream.v1.AudioStreamProperty audio_streams = 3;
public InputStreamProperty.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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;
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
|
public InputStreamProperty.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final InputStreamProperty.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public InputStreamProperty.Builder setVideoStreams(int index, VideoStreamProperty value)
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;
public InputStreamProperty.Builder setVideoStreams(int index, VideoStreamProperty.Builder builderForValue)
Properties of the video streams.
repeated .google.cloud.video.livestream.v1.VideoStreamProperty video_streams = 2;