- 1.79.0 (latest)
- 1.77.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.5
- 1.0.4
- 0.4.3
public static final class ElementaryStream.Builder extends GeneratedMessageV3.Builder<ElementaryStream.Builder> implements ElementaryStreamOrBuilderEncoding 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.v1beta1.ElementaryStream
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ElementaryStream.BuilderImplements
ElementaryStreamOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ElementaryStream.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ElementaryStream.Builder |
build()
public ElementaryStream build()| Type | Description |
| ElementaryStream |
buildPartial()
public ElementaryStream buildPartial()| Type | Description |
| ElementaryStream |
clear()
public ElementaryStream.Builder clear()| Type | Description |
| ElementaryStream.Builder |
clearAudioStream()
public ElementaryStream.Builder clearAudioStream()Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Type | Description |
| ElementaryStream.Builder |
clearElementaryStream()
public ElementaryStream.Builder clearElementaryStream()| Type | Description |
| ElementaryStream.Builder |
clearField(Descriptors.FieldDescriptor field)
public ElementaryStream.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ElementaryStream.Builder |
clearKey()
public ElementaryStream.Builder clearKey()A unique key for this elementary stream.
string key = 4;
| Type | Description |
| ElementaryStream.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ElementaryStream.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ElementaryStream.Builder |
clearTextStream()
public ElementaryStream.Builder clearTextStream()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Type | Description |
| ElementaryStream.Builder |
clearVideoStream()
public ElementaryStream.Builder clearVideoStream()Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Type | Description |
| ElementaryStream.Builder |
clone()
public ElementaryStream.Builder clone()| Type | Description |
| ElementaryStream.Builder |
getAudioStream()
public AudioStream getAudioStream()Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Type | Description |
| AudioStream | The audioStream. |
getAudioStreamBuilder()
public AudioStream.Builder getAudioStreamBuilder()Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Type | Description |
| AudioStream.Builder |
getAudioStreamOrBuilder()
public AudioStreamOrBuilder getAudioStreamOrBuilder()Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Type | Description |
| AudioStreamOrBuilder |
getDefaultInstanceForType()
public ElementaryStream getDefaultInstanceForType()| Type | Description |
| ElementaryStream |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getElementaryStreamCase()
public ElementaryStream.ElementaryStreamCase getElementaryStreamCase()| Type | Description |
| ElementaryStream.ElementaryStreamCase |
getKey()
public String getKey()A unique key for this elementary stream.
string key = 4;
| Type | Description |
| String | The key. |
getKeyBytes()
public ByteString getKeyBytes()A unique key for this elementary stream.
string key = 4;
| Type | Description |
| ByteString | The bytes for key. |
getTextStream()
public TextStream getTextStream()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Type | Description |
| TextStream | The textStream. |
getTextStreamBuilder()
public TextStream.Builder getTextStreamBuilder()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Type | Description |
| TextStream.Builder |
getTextStreamOrBuilder()
public TextStreamOrBuilder getTextStreamOrBuilder()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Type | Description |
| TextStreamOrBuilder |
getVideoStream()
public VideoStream getVideoStream()Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Type | Description |
| VideoStream | The videoStream. |
getVideoStreamBuilder()
public VideoStream.Builder getVideoStreamBuilder()Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Type | Description |
| VideoStream.Builder |
getVideoStreamOrBuilder()
public VideoStreamOrBuilder getVideoStreamOrBuilder()Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Type | Description |
| VideoStreamOrBuilder |
hasAudioStream()
public boolean hasAudioStream()Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Type | Description |
| boolean | Whether the audioStream field is set. |
hasTextStream()
public boolean hasTextStream()Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Type | Description |
| boolean | Whether the textStream field is set. |
hasVideoStream()
public boolean hasVideoStream()Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Type | Description |
| boolean | Whether the videoStream field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeAudioStream(AudioStream value)
public ElementaryStream.Builder mergeAudioStream(AudioStream value)Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Name | Description |
| value | AudioStream |
| Type | Description |
| ElementaryStream.Builder |
mergeFrom(ElementaryStream other)
public ElementaryStream.Builder mergeFrom(ElementaryStream other)| Name | Description |
| other | ElementaryStream |
| Type | Description |
| ElementaryStream.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ElementaryStream.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ElementaryStream.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ElementaryStream.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ElementaryStream.Builder |
mergeTextStream(TextStream value)
public ElementaryStream.Builder mergeTextStream(TextStream value)Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Name | Description |
| value | TextStream |
| Type | Description |
| ElementaryStream.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ElementaryStream.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ElementaryStream.Builder |
mergeVideoStream(VideoStream value)
public ElementaryStream.Builder mergeVideoStream(VideoStream value)Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Name | Description |
| value | VideoStream |
| Type | Description |
| ElementaryStream.Builder |
setAudioStream(AudioStream value)
public ElementaryStream.Builder setAudioStream(AudioStream value)Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Name | Description |
| value | AudioStream |
| Type | Description |
| ElementaryStream.Builder |
setAudioStream(AudioStream.Builder builderForValue)
public ElementaryStream.Builder setAudioStream(AudioStream.Builder builderForValue)Encoding of an audio stream.
.google.cloud.video.transcoder.v1beta1.AudioStream audio_stream = 2;
| Name | Description |
| builderForValue | AudioStream.Builder |
| Type | Description |
| ElementaryStream.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ElementaryStream.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ElementaryStream.Builder |
setKey(String value)
public ElementaryStream.Builder setKey(String value)A unique key for this elementary stream.
string key = 4;
| Name | Description |
| value | StringThe key to set. |
| Type | Description |
| ElementaryStream.Builder | This builder for chaining. |
setKeyBytes(ByteString value)
public ElementaryStream.Builder setKeyBytes(ByteString value)A unique key for this elementary stream.
string key = 4;
| Name | Description |
| value | ByteStringThe bytes for key to set. |
| Type | Description |
| ElementaryStream.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ElementaryStream.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ElementaryStream.Builder |
setTextStream(TextStream value)
public ElementaryStream.Builder setTextStream(TextStream value)Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Name | Description |
| value | TextStream |
| Type | Description |
| ElementaryStream.Builder |
setTextStream(TextStream.Builder builderForValue)
public ElementaryStream.Builder setTextStream(TextStream.Builder builderForValue)Encoding of a text stream. For example, closed captions or subtitles.
.google.cloud.video.transcoder.v1beta1.TextStream text_stream = 3;
| Name | Description |
| builderForValue | TextStream.Builder |
| Type | Description |
| ElementaryStream.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ElementaryStream.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ElementaryStream.Builder |
setVideoStream(VideoStream value)
public ElementaryStream.Builder setVideoStream(VideoStream value)Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Name | Description |
| value | VideoStream |
| Type | Description |
| ElementaryStream.Builder |
setVideoStream(VideoStream.Builder builderForValue)
public ElementaryStream.Builder setVideoStream(VideoStream.Builder builderForValue)Encoding of a video stream.
.google.cloud.video.transcoder.v1beta1.VideoStream video_stream = 1;
| Name | Description |
| builderForValue | VideoStream.Builder |
| Type | Description |
| ElementaryStream.Builder |