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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TextStream.TextAtom.TextInput.BuilderImplements
TextStream.TextAtom.TextInputOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextStream.TextAtom.TextInput.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
build()
public TextStream.TextAtom.TextInput build()
Type | Description |
TextStream.TextAtom.TextInput |
buildPartial()
public TextStream.TextAtom.TextInput buildPartial()
Type | Description |
TextStream.TextAtom.TextInput |
clear()
public TextStream.TextAtom.TextInput.Builder clear()
Type | Description |
TextStream.TextAtom.TextInput.Builder |
clearField(Descriptors.FieldDescriptor field)
public TextStream.TextAtom.TextInput.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
clearKey()
public TextStream.TextAtom.TextInput.Builder clearKey()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TextStream.TextAtom.TextInput.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TextStream.TextAtom.TextInput.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
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];
Type | Description |
TextStream.TextAtom.TextInput.Builder | This builder for chaining. |
clone()
public TextStream.TextAtom.TextInput.Builder clone()
Type | Description |
TextStream.TextAtom.TextInput.Builder |
getDefaultInstanceForType()
public TextStream.TextAtom.TextInput getDefaultInstanceForType()
Type | Description |
TextStream.TextAtom.TextInput |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getKey()
public String getKey()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The key. |
getKeyBytes()
public ByteString getKeyBytes()
Required. The Input.key
that identifies the input file.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for key. |
getTrack()
public int getTrack()
Required. The zero-based index of the track in the input file.
int32 track = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int | The track. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TextStream.TextAtom.TextInput other)
public TextStream.TextAtom.TextInput.Builder mergeFrom(TextStream.TextAtom.TextInput other)
Name | Description |
other | TextStream.TextAtom.TextInput |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextStream.TextAtom.TextInput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TextStream.TextAtom.TextInput.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextStream.TextAtom.TextInput.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TextStream.TextAtom.TextInput.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
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];
Name | Description |
value | String The key to set. |
Type | Description |
TextStream.TextAtom.TextInput.Builder | This builder for chaining. |
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];
Name | Description |
value | ByteString The bytes for key to set. |
Type | Description |
TextStream.TextAtom.TextInput.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextStream.TextAtom.TextInput.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
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];
Name | Description |
value | int The track to set. |
Type | Description |
TextStream.TextAtom.TextInput.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TextStream.TextAtom.TextInput.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TextStream.TextAtom.TextInput.Builder |