- 0.85.0 (latest)
- 0.84.0
- 0.82.0
- 0.80.0
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.8
- 0.3.0
public static final class InputStreamProperty.Builder extends GeneratedMessage.Builder<InputStreamProperty.Builder> implements InputStreamPropertyOrBuilderProperties of the input stream.
Protobuf type google.cloud.video.livestream.v1.InputStreamProperty
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > InputStreamProperty.BuilderImplements
InputStreamPropertyOrBuilderStatic 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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public InputStreamProperty.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
InputStreamProperty.Builder |
|
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 |
|
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 |
|
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 |
|
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 |
|