public static final class ElementaryStream.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder> implements ElementaryStreamOrBuilder
Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.Protobuf type
google.cloud.video.transcoder.v1.ElementaryStream| Modifier and Type | Method and Description |
|---|---|
ElementaryStream.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ElementaryStream |
build() |
ElementaryStream |
buildPartial() |
ElementaryStream.Builder |
clear() |
ElementaryStream.Builder |
clearAudioStream()
Encoding of an audio stream.
|
ElementaryStream.Builder |
clearElementaryStream() |
ElementaryStream.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ElementaryStream.Builder |
clearKey()
A unique key for this elementary stream.
|
ElementaryStream.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ElementaryStream.Builder |
clearTextStream()
Encoding of a text stream.
|
ElementaryStream.Builder |
clearVideoStream()
Encoding of a video stream.
|
ElementaryStream.Builder |
clone() |
AudioStream |
getAudioStream()
Encoding of an audio stream.
|
AudioStream.Builder |
getAudioStreamBuilder()
Encoding of an audio stream.
|
AudioStreamOrBuilder |
getAudioStreamOrBuilder()
Encoding of an audio stream.
|
ElementaryStream |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ElementaryStream.ElementaryStreamCase |
getElementaryStreamCase() |
String |
getKey()
A unique key for this elementary stream.
|
com.google.protobuf.ByteString |
getKeyBytes()
A unique key for this elementary stream.
|
TextStream |
getTextStream()
Encoding of a text stream.
|
TextStream.Builder |
getTextStreamBuilder()
Encoding of a text stream.
|
TextStreamOrBuilder |
getTextStreamOrBuilder()
Encoding of a text stream.
|
VideoStream |
getVideoStream()
Encoding of a video stream.
|
VideoStream.Builder |
getVideoStreamBuilder()
Encoding of a video stream.
|
VideoStreamOrBuilder |
getVideoStreamOrBuilder()
Encoding of a video stream.
|
boolean |
hasAudioStream()
Encoding of an audio stream.
|
boolean |
hasTextStream()
Encoding of a text stream.
|
boolean |
hasVideoStream()
Encoding of a video stream.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ElementaryStream.Builder |
mergeAudioStream(AudioStream value)
Encoding of an audio stream.
|
ElementaryStream.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ElementaryStream.Builder |
mergeFrom(ElementaryStream other) |
ElementaryStream.Builder |
mergeFrom(com.google.protobuf.Message other) |
ElementaryStream.Builder |
mergeTextStream(TextStream value)
Encoding of a text stream.
|
ElementaryStream.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ElementaryStream.Builder |
mergeVideoStream(VideoStream value)
Encoding of a video stream.
|
ElementaryStream.Builder |
setAudioStream(AudioStream.Builder builderForValue)
Encoding of an audio stream.
|
ElementaryStream.Builder |
setAudioStream(AudioStream value)
Encoding of an audio stream.
|
ElementaryStream.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ElementaryStream.Builder |
setKey(String value)
A unique key for this elementary stream.
|
ElementaryStream.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
A unique key for this elementary stream.
|
ElementaryStream.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ElementaryStream.Builder |
setTextStream(TextStream.Builder builderForValue)
Encoding of a text stream.
|
ElementaryStream.Builder |
setTextStream(TextStream value)
Encoding of a text stream.
|
ElementaryStream.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ElementaryStream.Builder |
setVideoStream(VideoStream.Builder builderForValue)
Encoding of a video stream.
|
ElementaryStream.Builder |
setVideoStream(VideoStream value)
Encoding of a video stream.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ElementaryStream build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ElementaryStream buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ElementaryStream.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ElementaryStream.Builder>public ElementaryStream.Builder mergeFrom(ElementaryStream other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public ElementaryStream.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ElementaryStream.Builder>IOExceptionpublic ElementaryStream.ElementaryStreamCase getElementaryStreamCase()
getElementaryStreamCase in interface ElementaryStreamOrBuilderpublic ElementaryStream.Builder clearElementaryStream()
public String getKey()
A unique key for this elementary stream.
string key = 4;getKey in interface ElementaryStreamOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
A unique key for this elementary stream.
string key = 4;getKeyBytes in interface ElementaryStreamOrBuilderpublic ElementaryStream.Builder setKey(String value)
A unique key for this elementary stream.
string key = 4;value - The key to set.public ElementaryStream.Builder clearKey()
A unique key for this elementary stream.
string key = 4;public ElementaryStream.Builder setKeyBytes(com.google.protobuf.ByteString value)
A unique key for this elementary stream.
string key = 4;value - The bytes for key to set.public boolean hasVideoStream()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;hasVideoStream in interface ElementaryStreamOrBuilderpublic VideoStream getVideoStream()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;getVideoStream in interface ElementaryStreamOrBuilderpublic ElementaryStream.Builder setVideoStream(VideoStream value)
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;public ElementaryStream.Builder setVideoStream(VideoStream.Builder builderForValue)
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;public ElementaryStream.Builder mergeVideoStream(VideoStream value)
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;public ElementaryStream.Builder clearVideoStream()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;public VideoStream.Builder getVideoStreamBuilder()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;public VideoStreamOrBuilder getVideoStreamOrBuilder()
Encoding of a video stream.
.google.cloud.video.transcoder.v1.VideoStream video_stream = 1;getVideoStreamOrBuilder in interface ElementaryStreamOrBuilderpublic boolean hasAudioStream()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;hasAudioStream in interface ElementaryStreamOrBuilderpublic AudioStream getAudioStream()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;getAudioStream in interface ElementaryStreamOrBuilderpublic ElementaryStream.Builder setAudioStream(AudioStream value)
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;public ElementaryStream.Builder setAudioStream(AudioStream.Builder builderForValue)
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;public ElementaryStream.Builder mergeAudioStream(AudioStream value)
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;public ElementaryStream.Builder clearAudioStream()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;public AudioStream.Builder getAudioStreamBuilder()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;public AudioStreamOrBuilder getAudioStreamOrBuilder()
Encoding of an audio stream.
.google.cloud.video.transcoder.v1.AudioStream audio_stream = 2;getAudioStreamOrBuilder in interface ElementaryStreamOrBuilderpublic boolean hasTextStream()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;hasTextStream in interface ElementaryStreamOrBuilderpublic TextStream getTextStream()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;getTextStream in interface ElementaryStreamOrBuilderpublic ElementaryStream.Builder setTextStream(TextStream value)
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;public ElementaryStream.Builder setTextStream(TextStream.Builder builderForValue)
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;public ElementaryStream.Builder mergeTextStream(TextStream value)
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;public ElementaryStream.Builder clearTextStream()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;public TextStream.Builder getTextStreamBuilder()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;public TextStreamOrBuilder getTextStreamOrBuilder()
Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1.TextStream text_stream = 3;getTextStreamOrBuilder in interface ElementaryStreamOrBuilderpublic final ElementaryStream.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>public final ElementaryStream.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ElementaryStream.Builder>Copyright © 2022 Google LLC. All rights reserved.