public interface TranslationFileMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInputPath()
The Cloud Storage path for a file to translation in a subtask.
|
com.google.protobuf.ByteString |
getInputPathBytes()
The Cloud Storage path for a file to translation in a subtask.
|
String |
getOutputPath()
The Cloud Storage path to write back the corresponding input file to.
|
com.google.protobuf.ByteString |
getOutputPathBytes()
The Cloud Storage path to write back the corresponding input file to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputPath()
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;com.google.protobuf.ByteString getInputPathBytes()
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;String getOutputPath()
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;com.google.protobuf.ByteString getOutputPathBytes()
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;Copyright © 2024 Google LLC. All rights reserved.