public static interface TextStream.TextAtom.TextInputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKey()
public abstract 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 abstract 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 abstract 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. |