- 0.55.0 (latest)
- 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 Channel.Builder extends GeneratedMessageV3.Builder<Channel.Builder> implements ChannelOrBuilder
Channel resource represents the processor that does a user-defined "streaming" operation, which includes getting an input stream through an input, transcoding it to multiple renditions, and publishing output live streams in certain formats (for example, HLS or DASH) to the specified location.
Protobuf type google.cloud.video.livestream.v1.Channel
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Channel.BuilderImplements
ChannelOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllElementaryStreams(Iterable<? extends ElementaryStream> values)
public Channel.Builder addAllElementaryStreams(Iterable<? extends ElementaryStream> values)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
values | Iterable<? extends com.google.cloud.video.livestream.v1.ElementaryStream> |
Type | Description |
Channel.Builder |
addAllInputAttachments(Iterable<? extends InputAttachment> values)
public Channel.Builder addAllInputAttachments(Iterable<? extends InputAttachment> values)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
values | Iterable<? extends com.google.cloud.video.livestream.v1.InputAttachment> |
Type | Description |
Channel.Builder |
addAllManifests(Iterable<? extends Manifest> values)
public Channel.Builder addAllManifests(Iterable<? extends Manifest> values)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
values | Iterable<? extends com.google.cloud.video.livestream.v1.Manifest> |
Type | Description |
Channel.Builder |
addAllMuxStreams(Iterable<? extends MuxStream> values)
public Channel.Builder addAllMuxStreams(Iterable<? extends MuxStream> values)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
values | Iterable<? extends com.google.cloud.video.livestream.v1.MuxStream> |
Type | Description |
Channel.Builder |
addAllSpriteSheets(Iterable<? extends SpriteSheet> values)
public Channel.Builder addAllSpriteSheets(Iterable<? extends SpriteSheet> values)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
values | Iterable<? extends com.google.cloud.video.livestream.v1.SpriteSheet> |
Type | Description |
Channel.Builder |
addElementaryStreams(ElementaryStream value)
public Channel.Builder addElementaryStreams(ElementaryStream value)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
value | ElementaryStream |
Type | Description |
Channel.Builder |
addElementaryStreams(ElementaryStream.Builder builderForValue)
public Channel.Builder addElementaryStreams(ElementaryStream.Builder builderForValue)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
builderForValue | ElementaryStream.Builder |
Type | Description |
Channel.Builder |
addElementaryStreams(int index, ElementaryStream value)
public Channel.Builder addElementaryStreams(int index, ElementaryStream value)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
value | ElementaryStream |
Type | Description |
Channel.Builder |
addElementaryStreams(int index, ElementaryStream.Builder builderForValue)
public Channel.Builder addElementaryStreams(int index, ElementaryStream.Builder builderForValue)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
builderForValue | ElementaryStream.Builder |
Type | Description |
Channel.Builder |
addElementaryStreamsBuilder()
public ElementaryStream.Builder addElementaryStreamsBuilder()
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Type | Description |
ElementaryStream.Builder |
addElementaryStreamsBuilder(int index)
public ElementaryStream.Builder addElementaryStreamsBuilder(int index)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
Type | Description |
ElementaryStream.Builder |
addInputAttachments(InputAttachment value)
public Channel.Builder addInputAttachments(InputAttachment value)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
value | InputAttachment |
Type | Description |
Channel.Builder |
addInputAttachments(InputAttachment.Builder builderForValue)
public Channel.Builder addInputAttachments(InputAttachment.Builder builderForValue)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
builderForValue | InputAttachment.Builder |
Type | Description |
Channel.Builder |
addInputAttachments(int index, InputAttachment value)
public Channel.Builder addInputAttachments(int index, InputAttachment value)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
value | InputAttachment |
Type | Description |
Channel.Builder |
addInputAttachments(int index, InputAttachment.Builder builderForValue)
public Channel.Builder addInputAttachments(int index, InputAttachment.Builder builderForValue)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
builderForValue | InputAttachment.Builder |
Type | Description |
Channel.Builder |
addInputAttachmentsBuilder()
public InputAttachment.Builder addInputAttachmentsBuilder()
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Type | Description |
InputAttachment.Builder |
addInputAttachmentsBuilder(int index)
public InputAttachment.Builder addInputAttachmentsBuilder(int index)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
Type | Description |
InputAttachment.Builder |
addManifests(Manifest value)
public Channel.Builder addManifests(Manifest value)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
value | Manifest |
Type | Description |
Channel.Builder |
addManifests(Manifest.Builder builderForValue)
public Channel.Builder addManifests(Manifest.Builder builderForValue)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
builderForValue | Manifest.Builder |
Type | Description |
Channel.Builder |
addManifests(int index, Manifest value)
public Channel.Builder addManifests(int index, Manifest value)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
value | Manifest |
Type | Description |
Channel.Builder |
addManifests(int index, Manifest.Builder builderForValue)
public Channel.Builder addManifests(int index, Manifest.Builder builderForValue)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
builderForValue | Manifest.Builder |
Type | Description |
Channel.Builder |
addManifestsBuilder()
public Manifest.Builder addManifestsBuilder()
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Type | Description |
Manifest.Builder |
addManifestsBuilder(int index)
public Manifest.Builder addManifestsBuilder(int index)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
Type | Description |
Manifest.Builder |
addMuxStreams(MuxStream value)
public Channel.Builder addMuxStreams(MuxStream value)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
value | MuxStream |
Type | Description |
Channel.Builder |
addMuxStreams(MuxStream.Builder builderForValue)
public Channel.Builder addMuxStreams(MuxStream.Builder builderForValue)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
builderForValue | MuxStream.Builder |
Type | Description |
Channel.Builder |
addMuxStreams(int index, MuxStream value)
public Channel.Builder addMuxStreams(int index, MuxStream value)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
value | MuxStream |
Type | Description |
Channel.Builder |
addMuxStreams(int index, MuxStream.Builder builderForValue)
public Channel.Builder addMuxStreams(int index, MuxStream.Builder builderForValue)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
builderForValue | MuxStream.Builder |
Type | Description |
Channel.Builder |
addMuxStreamsBuilder()
public MuxStream.Builder addMuxStreamsBuilder()
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Type | Description |
MuxStream.Builder |
addMuxStreamsBuilder(int index)
public MuxStream.Builder addMuxStreamsBuilder(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
Type | Description |
MuxStream.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Channel.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Channel.Builder |
addSpriteSheets(SpriteSheet value)
public Channel.Builder addSpriteSheets(SpriteSheet value)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
value | SpriteSheet |
Type | Description |
Channel.Builder |
addSpriteSheets(SpriteSheet.Builder builderForValue)
public Channel.Builder addSpriteSheets(SpriteSheet.Builder builderForValue)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
builderForValue | SpriteSheet.Builder |
Type | Description |
Channel.Builder |
addSpriteSheets(int index, SpriteSheet value)
public Channel.Builder addSpriteSheets(int index, SpriteSheet value)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
value | SpriteSheet |
Type | Description |
Channel.Builder |
addSpriteSheets(int index, SpriteSheet.Builder builderForValue)
public Channel.Builder addSpriteSheets(int index, SpriteSheet.Builder builderForValue)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
builderForValue | SpriteSheet.Builder |
Type | Description |
Channel.Builder |
addSpriteSheetsBuilder()
public SpriteSheet.Builder addSpriteSheetsBuilder()
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Type | Description |
SpriteSheet.Builder |
addSpriteSheetsBuilder(int index)
public SpriteSheet.Builder addSpriteSheetsBuilder(int index)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
Type | Description |
SpriteSheet.Builder |
build()
public Channel build()
Type | Description |
Channel |
buildPartial()
public Channel buildPartial()
Type | Description |
Channel |
clear()
public Channel.Builder clear()
Type | Description |
Channel.Builder |
clearActiveInput()
public Channel.Builder clearActiveInput()
Output only. The InputAttachment.key that serves as the current input source. The first input in the input_attachments is the initial input source.
string active_input = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Channel.Builder | This builder for chaining. |
clearCreateTime()
public Channel.Builder clearCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Channel.Builder |
clearElementaryStreams()
public Channel.Builder clearElementaryStreams()
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Type | Description |
Channel.Builder |
clearField(Descriptors.FieldDescriptor field)
public Channel.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Channel.Builder |
clearInputAttachments()
public Channel.Builder clearInputAttachments()
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Type | Description |
Channel.Builder |
clearLabels()
public Channel.Builder clearLabels()
Type | Description |
Channel.Builder |
clearLogConfig()
public Channel.Builder clearLogConfig()
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Type | Description |
Channel.Builder |
clearManifests()
public Channel.Builder clearManifests()
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Type | Description |
Channel.Builder |
clearMuxStreams()
public Channel.Builder clearMuxStreams()
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Type | Description |
Channel.Builder |
clearName()
public Channel.Builder clearName()
The resource name of the channel, in the form of:
projects/{project}/locations/{location}/channels/{channelId}
.
string name = 1;
Type | Description |
Channel.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Channel.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Channel.Builder |
clearOutput()
public Channel.Builder clearOutput()
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Channel.Builder |
clearSpriteSheets()
public Channel.Builder clearSpriteSheets()
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Type | Description |
Channel.Builder |
clearStreamingError()
public Channel.Builder clearStreamingError()
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Channel.Builder |
clearStreamingState()
public Channel.Builder clearStreamingState()
Output only. State of the streaming operation.
.google.cloud.video.livestream.v1.Channel.StreamingState streaming_state = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Channel.Builder | This builder for chaining. |
clearUpdateTime()
public Channel.Builder clearUpdateTime()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Channel.Builder |
clone()
public Channel.Builder clone()
Type | Description |
Channel.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
boolean |
getActiveInput()
public String getActiveInput()
Output only. The InputAttachment.key that serves as the current input source. The first input in the input_attachments is the initial input source.
string active_input = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The activeInput. |
getActiveInputBytes()
public ByteString getActiveInputBytes()
Output only. The InputAttachment.key that serves as the current input source. The first input in the input_attachments is the initial input source.
string active_input = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for activeInput. |
getCreateTime()
public Timestamp getCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public Channel getDefaultInstanceForType()
Type | Description |
Channel |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getElementaryStreams(int index)
public ElementaryStream getElementaryStreams(int index)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
Type | Description |
ElementaryStream |
getElementaryStreamsBuilder(int index)
public ElementaryStream.Builder getElementaryStreamsBuilder(int index)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
Type | Description |
ElementaryStream.Builder |
getElementaryStreamsBuilderList()
public List<ElementaryStream.Builder> getElementaryStreamsBuilderList()
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Type | Description |
List<Builder> |
getElementaryStreamsCount()
public int getElementaryStreamsCount()
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Type | Description |
int |
getElementaryStreamsList()
public List<ElementaryStream> getElementaryStreamsList()
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Type | Description |
List<ElementaryStream> |
getElementaryStreamsOrBuilder(int index)
public ElementaryStreamOrBuilder getElementaryStreamsOrBuilder(int index)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
Type | Description |
ElementaryStreamOrBuilder |
getElementaryStreamsOrBuilderList()
public List<? extends ElementaryStreamOrBuilder> getElementaryStreamsOrBuilderList()
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Type | Description |
List<? extends com.google.cloud.video.livestream.v1.ElementaryStreamOrBuilder> |
getInputAttachments(int index)
public InputAttachment getInputAttachments(int index)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
Type | Description |
InputAttachment |
getInputAttachmentsBuilder(int index)
public InputAttachment.Builder getInputAttachmentsBuilder(int index)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
Type | Description |
InputAttachment.Builder |
getInputAttachmentsBuilderList()
public List<InputAttachment.Builder> getInputAttachmentsBuilderList()
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Type | Description |
List<Builder> |
getInputAttachmentsCount()
public int getInputAttachmentsCount()
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Type | Description |
int |
getInputAttachmentsList()
public List<InputAttachment> getInputAttachmentsList()
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Type | Description |
List<InputAttachment> |
getInputAttachmentsOrBuilder(int index)
public InputAttachmentOrBuilder getInputAttachmentsOrBuilder(int index)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
Type | Description |
InputAttachmentOrBuilder |
getInputAttachmentsOrBuilderList()
public List<? extends InputAttachmentOrBuilder> getInputAttachmentsOrBuilderList()
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Type | Description |
List<? extends com.google.cloud.video.livestream.v1.InputAttachmentOrBuilder> |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
User-defined key/value metadata.
map<string, string> labels = 4;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
User-defined key/value metadata.
map<string, string> labels = 4;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
String |
getLogConfig()
public LogConfig getLogConfig()
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Type | Description |
LogConfig | The logConfig. |
getLogConfigBuilder()
public LogConfig.Builder getLogConfigBuilder()
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Type | Description |
LogConfig.Builder |
getLogConfigOrBuilder()
public LogConfigOrBuilder getLogConfigOrBuilder()
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Type | Description |
LogConfigOrBuilder |
getManifests(int index)
public Manifest getManifests(int index)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
Type | Description |
Manifest |
getManifestsBuilder(int index)
public Manifest.Builder getManifestsBuilder(int index)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
Type | Description |
Manifest.Builder |
getManifestsBuilderList()
public List<Manifest.Builder> getManifestsBuilderList()
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Type | Description |
List<Builder> |
getManifestsCount()
public int getManifestsCount()
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Type | Description |
int |
getManifestsList()
public List<Manifest> getManifestsList()
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Type | Description |
List<Manifest> |
getManifestsOrBuilder(int index)
public ManifestOrBuilder getManifestsOrBuilder(int index)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
Type | Description |
ManifestOrBuilder |
getManifestsOrBuilderList()
public List<? extends ManifestOrBuilder> getManifestsOrBuilderList()
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Type | Description |
List<? extends com.google.cloud.video.livestream.v1.ManifestOrBuilder> |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getMuxStreams(int index)
public MuxStream getMuxStreams(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
Type | Description |
MuxStream |
getMuxStreamsBuilder(int index)
public MuxStream.Builder getMuxStreamsBuilder(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
Type | Description |
MuxStream.Builder |
getMuxStreamsBuilderList()
public List<MuxStream.Builder> getMuxStreamsBuilderList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Type | Description |
List<Builder> |
getMuxStreamsCount()
public int getMuxStreamsCount()
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Type | Description |
int |
getMuxStreamsList()
public List<MuxStream> getMuxStreamsList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Type | Description |
List<MuxStream> |
getMuxStreamsOrBuilder(int index)
public MuxStreamOrBuilder getMuxStreamsOrBuilder(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
Type | Description |
MuxStreamOrBuilder |
getMuxStreamsOrBuilderList()
public List<? extends MuxStreamOrBuilder> getMuxStreamsOrBuilderList()
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Type | Description |
List<? extends com.google.cloud.video.livestream.v1.MuxStreamOrBuilder> |
getName()
public String getName()
The resource name of the channel, in the form of:
projects/{project}/locations/{location}/channels/{channelId}
.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The resource name of the channel, in the form of:
projects/{project}/locations/{location}/channels/{channelId}
.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getOutput()
public Channel.Output getOutput()
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Channel.Output | The output. |
getOutputBuilder()
public Channel.Output.Builder getOutputBuilder()
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Channel.Output.Builder |
getOutputOrBuilder()
public Channel.OutputOrBuilder getOutputOrBuilder()
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Channel.OutputOrBuilder |
getSpriteSheets(int index)
public SpriteSheet getSpriteSheets(int index)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
Type | Description |
SpriteSheet |
getSpriteSheetsBuilder(int index)
public SpriteSheet.Builder getSpriteSheetsBuilder(int index)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
Type | Description |
SpriteSheet.Builder |
getSpriteSheetsBuilderList()
public List<SpriteSheet.Builder> getSpriteSheetsBuilderList()
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Type | Description |
List<Builder> |
getSpriteSheetsCount()
public int getSpriteSheetsCount()
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Type | Description |
int |
getSpriteSheetsList()
public List<SpriteSheet> getSpriteSheetsList()
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Type | Description |
List<SpriteSheet> |
getSpriteSheetsOrBuilder(int index)
public SpriteSheetOrBuilder getSpriteSheetsOrBuilder(int index)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
Type | Description |
SpriteSheetOrBuilder |
getSpriteSheetsOrBuilderList()
public List<? extends SpriteSheetOrBuilder> getSpriteSheetsOrBuilderList()
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Type | Description |
List<? extends com.google.cloud.video.livestream.v1.SpriteSheetOrBuilder> |
getStreamingError()
public Status getStreamingError()
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
com.google.rpc.Status | The streamingError. |
getStreamingErrorBuilder()
public Status.Builder getStreamingErrorBuilder()
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
com.google.rpc.Status.Builder |
getStreamingErrorOrBuilder()
public StatusOrBuilder getStreamingErrorOrBuilder()
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
com.google.rpc.StatusOrBuilder |
getStreamingState()
public Channel.StreamingState getStreamingState()
Output only. State of the streaming operation.
.google.cloud.video.livestream.v1.Channel.StreamingState streaming_state = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Channel.StreamingState | The streamingState. |
getStreamingStateValue()
public int getStreamingStateValue()
Output only. State of the streaming operation.
.google.cloud.video.livestream.v1.Channel.StreamingState streaming_state = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The enum numeric value on the wire for streamingState. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the createTime field is set. |
hasLogConfig()
public boolean hasLogConfig()
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Type | Description |
boolean | Whether the logConfig field is set. |
hasOutput()
public boolean hasOutput()
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the output field is set. |
hasStreamingError()
public boolean hasStreamingError()
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the streamingError field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public Channel.Builder mergeCreateTime(Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Channel.Builder |
mergeFrom(Channel other)
public Channel.Builder mergeFrom(Channel other)
Name | Description |
other | Channel |
Type | Description |
Channel.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Channel.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Channel.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Channel.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Channel.Builder |
mergeLogConfig(LogConfig value)
public Channel.Builder mergeLogConfig(LogConfig value)
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Name | Description |
value | LogConfig |
Type | Description |
Channel.Builder |
mergeOutput(Channel.Output value)
public Channel.Builder mergeOutput(Channel.Output value)
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | Channel.Output |
Type | Description |
Channel.Builder |
mergeStreamingError(Status value)
public Channel.Builder mergeStreamingError(Status value)
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | com.google.rpc.Status |
Type | Description |
Channel.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Channel.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Channel.Builder |
mergeUpdateTime(Timestamp value)
public Channel.Builder mergeUpdateTime(Timestamp value)
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Channel.Builder |
putAllLabels(Map<String,String> values)
public Channel.Builder putAllLabels(Map<String,String> values)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
values | Map<String,String> |
Type | Description |
Channel.Builder |
putLabels(String key, String value)
public Channel.Builder putLabels(String key, String value)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
value | String |
Type | Description |
Channel.Builder |
removeElementaryStreams(int index)
public Channel.Builder removeElementaryStreams(int index)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
Type | Description |
Channel.Builder |
removeInputAttachments(int index)
public Channel.Builder removeInputAttachments(int index)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
Type | Description |
Channel.Builder |
removeLabels(String key)
public Channel.Builder removeLabels(String key)
User-defined key/value metadata.
map<string, string> labels = 4;
Name | Description |
key | String |
Type | Description |
Channel.Builder |
removeManifests(int index)
public Channel.Builder removeManifests(int index)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
Type | Description |
Channel.Builder |
removeMuxStreams(int index)
public Channel.Builder removeMuxStreams(int index)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
Type | Description |
Channel.Builder |
removeSpriteSheets(int index)
public Channel.Builder removeSpriteSheets(int index)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
Type | Description |
Channel.Builder |
setActiveInput(String value)
public Channel.Builder setActiveInput(String value)
Output only. The InputAttachment.key that serves as the current input source. The first input in the input_attachments is the initial input source.
string active_input = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The activeInput to set. |
Type | Description |
Channel.Builder | This builder for chaining. |
setActiveInputBytes(ByteString value)
public Channel.Builder setActiveInputBytes(ByteString value)
Output only. The InputAttachment.key that serves as the current input source. The first input in the input_attachments is the initial input source.
string active_input = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for activeInput to set. |
Type | Description |
Channel.Builder | This builder for chaining. |
setCreateTime(Timestamp value)
public Channel.Builder setCreateTime(Timestamp value)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Channel.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Channel.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Channel.Builder |
setElementaryStreams(int index, ElementaryStream value)
public Channel.Builder setElementaryStreams(int index, ElementaryStream value)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
value | ElementaryStream |
Type | Description |
Channel.Builder |
setElementaryStreams(int index, ElementaryStream.Builder builderForValue)
public Channel.Builder setElementaryStreams(int index, ElementaryStream.Builder builderForValue)
List of elementary streams.
repeated .google.cloud.video.livestream.v1.ElementaryStream elementary_streams = 10;
Name | Description |
index | int |
builderForValue | ElementaryStream.Builder |
Type | Description |
Channel.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Channel.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Channel.Builder |
setInputAttachments(int index, InputAttachment value)
public Channel.Builder setInputAttachments(int index, InputAttachment value)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
value | InputAttachment |
Type | Description |
Channel.Builder |
setInputAttachments(int index, InputAttachment.Builder builderForValue)
public Channel.Builder setInputAttachments(int index, InputAttachment.Builder builderForValue)
A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time.
repeated .google.cloud.video.livestream.v1.InputAttachment input_attachments = 16;
Name | Description |
index | int |
builderForValue | InputAttachment.Builder |
Type | Description |
Channel.Builder |
setLogConfig(LogConfig value)
public Channel.Builder setLogConfig(LogConfig value)
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Name | Description |
value | LogConfig |
Type | Description |
Channel.Builder |
setLogConfig(LogConfig.Builder builderForValue)
public Channel.Builder setLogConfig(LogConfig.Builder builderForValue)
Configuration of platform logs for this channel.
.google.cloud.video.livestream.v1.LogConfig log_config = 19;
Name | Description |
builderForValue | LogConfig.Builder |
Type | Description |
Channel.Builder |
setManifests(int index, Manifest value)
public Channel.Builder setManifests(int index, Manifest value)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
value | Manifest |
Type | Description |
Channel.Builder |
setManifests(int index, Manifest.Builder builderForValue)
public Channel.Builder setManifests(int index, Manifest.Builder builderForValue)
List of output manifests.
repeated .google.cloud.video.livestream.v1.Manifest manifests = 12;
Name | Description |
index | int |
builderForValue | Manifest.Builder |
Type | Description |
Channel.Builder |
setMuxStreams(int index, MuxStream value)
public Channel.Builder setMuxStreams(int index, MuxStream value)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
value | MuxStream |
Type | Description |
Channel.Builder |
setMuxStreams(int index, MuxStream.Builder builderForValue)
public Channel.Builder setMuxStreams(int index, MuxStream.Builder builderForValue)
List of multiplexing settings for output streams.
repeated .google.cloud.video.livestream.v1.MuxStream mux_streams = 11;
Name | Description |
index | int |
builderForValue | MuxStream.Builder |
Type | Description |
Channel.Builder |
setName(String value)
public Channel.Builder setName(String value)
The resource name of the channel, in the form of:
projects/{project}/locations/{location}/channels/{channelId}
.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
Channel.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public Channel.Builder setNameBytes(ByteString value)
The resource name of the channel, in the form of:
projects/{project}/locations/{location}/channels/{channelId}
.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
Channel.Builder | This builder for chaining. |
setOutput(Channel.Output value)
public Channel.Builder setOutput(Channel.Output value)
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | Channel.Output |
Type | Description |
Channel.Builder |
setOutput(Channel.Output.Builder builderForValue)
public Channel.Builder setOutput(Channel.Output.Builder builderForValue)
Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream).
.google.cloud.video.livestream.v1.Channel.Output output = 9 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
builderForValue | Channel.Output.Builder |
Type | Description |
Channel.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Channel.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Channel.Builder |
setSpriteSheets(int index, SpriteSheet value)
public Channel.Builder setSpriteSheets(int index, SpriteSheet value)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
value | SpriteSheet |
Type | Description |
Channel.Builder |
setSpriteSheets(int index, SpriteSheet.Builder builderForValue)
public Channel.Builder setSpriteSheets(int index, SpriteSheet.Builder builderForValue)
List of output sprite sheets.
repeated .google.cloud.video.livestream.v1.SpriteSheet sprite_sheets = 13;
Name | Description |
index | int |
builderForValue | SpriteSheet.Builder |
Type | Description |
Channel.Builder |
setStreamingError(Status value)
public Channel.Builder setStreamingError(Status value)
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | com.google.rpc.Status |
Type | Description |
Channel.Builder |
setStreamingError(Status.Builder builderForValue)
public Channel.Builder setStreamingError(Status.Builder builderForValue)
Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR.
.google.rpc.Status streaming_error = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | com.google.rpc.Status.Builder |
Type | Description |
Channel.Builder |
setStreamingState(Channel.StreamingState value)
public Channel.Builder setStreamingState(Channel.StreamingState value)
Output only. State of the streaming operation.
.google.cloud.video.livestream.v1.Channel.StreamingState streaming_state = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Channel.StreamingState The streamingState to set. |
Type | Description |
Channel.Builder | This builder for chaining. |
setStreamingStateValue(int value)
public Channel.Builder setStreamingStateValue(int value)
Output only. State of the streaming operation.
.google.cloud.video.livestream.v1.Channel.StreamingState streaming_state = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | int The enum numeric value on the wire for streamingState to set. |
Type | Description |
Channel.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Channel.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Channel.Builder |
setUpdateTime(Timestamp value)
public Channel.Builder setUpdateTime(Timestamp value)
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | Timestamp |
Type | Description |
Channel.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Channel.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue | Builder |
Type | Description |
Channel.Builder |