Send feedback
Class TextStream.TextAtom.TextInput.Builder (0.4.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.4.3 keyboard_arrow_down
public static final class TextStream . TextAtom . TextInput . Builder extends GeneratedMessageV3 . Builder<TextStream . TextAtom . TextInput . Builder > implements TextStream . TextAtom . TextInputOrBuilder
Identifies which input file and track should be used.
Protobuf type google.cloud.video.transcoder.v1beta1.TextStream.TextAtom.TextInput
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextStream . TextAtom . TextInput . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public TextStream . TextAtom . TextInput build ()
Returns
buildPartial()
public TextStream . TextAtom . TextInput buildPartial ()
Returns
clear()
public TextStream . TextAtom . TextInput . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public TextStream . TextAtom . TextInput . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearKey()
public TextStream . TextAtom . TextInput . Builder clearKey ()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public TextStream . TextAtom . TextInput . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearTrack()
public TextStream . TextAtom . TextInput . Builder clearTrack ()
Required. The zero-based index of the track in the input file.
int32 track = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
clone()
public TextStream . TextAtom . TextInput . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public TextStream . TextAtom . TextInput getDefaultInstanceForType ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getKey()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getKeyBytes()
public ByteString getKeyBytes ()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getTrack()
Required. The zero-based index of the track in the input file.
int32 track = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description int The track.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(TextStream.TextAtom.TextInput other)
public TextStream . TextAtom . TextInput . Builder mergeFrom ( TextStream . TextAtom . TextInput other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextStream . TextAtom . TextInput . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TextStream . TextAtom . TextInput . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextStream . TextAtom . TextInput . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TextStream . TextAtom . TextInput . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setKey(String value)
public TextStream . TextAtom . TextInput . Builder setKey ( String value )
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value String
The key to set.
Returns
setKeyBytes(ByteString value)
public TextStream . TextAtom . TextInput . Builder setKeyBytes ( ByteString value )
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value ByteString
The bytes for key to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextStream . TextAtom . TextInput . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setTrack(int value)
public TextStream . TextAtom . TextInput . Builder setTrack ( int value )
Required. The zero-based index of the track in the input file.
int32 track = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value int
The track to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final TextStream . TextAtom . TextInput . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]