Interface TextStream.TextMappingOrBuilder (1.79.0)

publicstaticinterface TextStream.TextMappingOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAtomKey()

publicabstractStringgetAtomKey()

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

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

Returns
Type Description
String

The atomKey.

getAtomKeyBytes()

publicabstractByteStringgetAtomKeyBytes()

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

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

Returns
Type Description
ByteString

The bytes for atomKey.

getInputKey()

publicabstractStringgetInputKey()

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

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

Returns
Type Description
String

The inputKey.

getInputKeyBytes()

publicabstractByteStringgetInputKeyBytes()

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

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

Returns
Type Description
ByteString

The bytes for inputKey.

getInputTrack()

publicabstractintgetInputTrack()

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

int32 input_track = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The inputTrack.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.