public static interface TextStream.TextMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAtomKey()
Required.
|
com.google.protobuf.ByteString |
getAtomKeyBytes()
Required.
|
String |
getInputKey()
Required.
|
com.google.protobuf.ByteString |
getInputKeyBytes()
Required.
|
int |
getInputTrack()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];String getInputKey()
Required. The `Input.key` that identifies the input file.
string input_key = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getInputKeyBytes()
Required. The `Input.key` that identifies the input file.
string input_key = 2 [(.google.api.field_behavior) = REQUIRED];int getInputTrack()
Required. The zero-based index of the track in the input file.
int32 input_track = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2022 Google LLC. All rights reserved.