public static final class TextStream.TextAtom.TextInput extends GeneratedMessageV3 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<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TextStream.TextAtom.TextInputImplements
TextStream.TextAtom.TextInputOrBuilderStatic Fields
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Type | Description |
int |
TRACK_FIELD_NUMBER
public static final int TRACK_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static TextStream.TextAtom.TextInput getDefaultInstance()
Type | Description |
TextStream.TextAtom.TextInput |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static TextStream.TextAtom.TextInput.Builder newBuilder()
Type | Description |
TextStream.TextAtom.TextInput.Builder |
newBuilder(TextStream.TextAtom.TextInput prototype)
public static TextStream.TextAtom.TextInput.Builder newBuilder(TextStream.TextAtom.TextInput prototype)
Name | Description |
prototype | TextStream.TextAtom.TextInput |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
parseDelimitedFrom(InputStream input)
public static TextStream.TextAtom.TextInput parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom.TextInput parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
IOException |
parseFrom(byte[] data)
public static TextStream.TextAtom.TextInput parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom.TextInput parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TextStream.TextAtom.TextInput parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom.TextInput parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TextStream.TextAtom.TextInput parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom.TextInput parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
IOException |
parseFrom(InputStream input)
public static TextStream.TextAtom.TextInput parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom.TextInput parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TextStream.TextAtom.TextInput parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TextStream.TextAtom.TextInput parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TextStream.TextAtom.TextInput |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TextStream.TextAtom.TextInput> parser()
Type | Description |
Parser<TextInput> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public TextStream.TextAtom.TextInput getDefaultInstanceForType()
Type | Description |
TextStream.TextAtom.TextInput |
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. |
getParserForType()
public Parser<TextStream.TextAtom.TextInput> getParserForType()
Type | Description |
Parser<TextInput> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public TextStream.TextAtom.TextInput.Builder newBuilderForType()
Type | Description |
TextStream.TextAtom.TextInput.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TextStream.TextAtom.TextInput.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
TextStream.TextAtom.TextInput.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public TextStream.TextAtom.TextInput.Builder toBuilder()
Type | Description |
TextStream.TextAtom.TextInput.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |