Interface TextStream.TextMappingOrBuilder (1.2.2)

public static interface TextStream.TextMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAtomKey()

public abstract String getAtomKey()

Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.

string atom_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for atomKey.

getInputKey()

public abstract String getInputKey()

Required. The Input.key that identifies the input file.

string input_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The inputKey.

getInputKeyBytes()

public abstract ByteString getInputKeyBytes()

Required. The Input.key that identifies the input file.

string input_key = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The inputTrack.