public static interface TextStream.TextMappingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAtomKey()
public abstract String getAtomKey()
Required. The EditAtom.key
that references atom with text inputs in the
Job.edit_list
.
string atom_key = 1;
Returns | |
---|---|
Type | Description |
String |
The atomKey. |
getAtomKeyBytes()
public abstract ByteString getAtomKeyBytes()
Required. The EditAtom.key
that references atom with text inputs in the
Job.edit_list
.
string atom_key = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for atomKey. |
getInputKey()
public abstract String getInputKey()
Required. The Input.key
that identifies the input file.
string input_key = 2;
Returns | |
---|---|
Type | Description |
String |
The inputKey. |
getInputKeyBytes()
public abstract ByteString getInputKeyBytes()
Required. The Input.key
that identifies the input file.
string input_key = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for inputKey. |
getInputTrack()
public abstract int getInputTrack()
Required. The zero-based index of the track in the input file.
int32 input_track = 3;
Returns | |
---|---|
Type | Description |
int |
The inputTrack. |