Interface TextStream.TextAtom.TextInputOrBuilder (0.4.3)

public static interface TextStream.TextAtom.TextInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

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

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

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for key.

getTrack()

public abstract int getTrack()

Required. The zero-based index of the track in the input file.

int32 track = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The track.