public interface TranslationConfigDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
|
com.google.protobuf.ByteString |
getGcsSourcePathBytes()
The Cloud Storage path for a directory of files to translate in a task.
|
String |
getGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
|
com.google.protobuf.ByteString |
getGcsTargetPathBytes()
The Cloud Storage path to write back the corresponding input files to.
|
ObjectNameMappingList |
getNameMappingList()
The mapping of objects to their desired output names in list form.
|
ObjectNameMappingListOrBuilder |
getNameMappingListOrBuilder()
The mapping of objects to their desired output names in list form.
|
TranslationConfigDetails.OutputNameMappingCase |
getOutputNameMappingCase() |
String |
getRequestSource()
The indicator to show translation request initiator.
|
com.google.protobuf.ByteString |
getRequestSourceBytes()
The indicator to show translation request initiator.
|
Dialect |
getSourceDialect()
The dialect of the input files.
|
DialectOrBuilder |
getSourceDialectOrBuilder()
The dialect of the input files.
|
SourceEnv |
getSourceEnv()
The default source environment values for the translation.
|
SourceEnvOrBuilder |
getSourceEnvOrBuilder()
The default source environment values for the translation.
|
TranslationConfigDetails.SourceLocationCase |
getSourceLocationCase() |
Dialect |
getTargetDialect()
The target dialect for the engine to translate the input to.
|
DialectOrBuilder |
getTargetDialectOrBuilder()
The target dialect for the engine to translate the input to.
|
TranslationConfigDetails.TargetLocationCase |
getTargetLocationCase() |
boolean |
hasGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
|
boolean |
hasGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
|
boolean |
hasNameMappingList()
The mapping of objects to their desired output names in list form.
|
boolean |
hasSourceDialect()
The dialect of the input files.
|
boolean |
hasSourceEnv()
The default source environment values for the translation.
|
boolean |
hasTargetDialect()
The target dialect for the engine to translate the input to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;String getGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;com.google.protobuf.ByteString getGcsSourcePathBytes()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;boolean hasGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;String getGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;com.google.protobuf.ByteString getGcsTargetPathBytes()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;boolean hasNameMappingList()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;ObjectNameMappingList getNameMappingList()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;ObjectNameMappingListOrBuilder getNameMappingListOrBuilder()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;boolean hasSourceDialect()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;Dialect getSourceDialect()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;DialectOrBuilder getSourceDialectOrBuilder()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;boolean hasTargetDialect()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;Dialect getTargetDialect()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;DialectOrBuilder getTargetDialectOrBuilder()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;boolean hasSourceEnv()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;SourceEnv getSourceEnv()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;SourceEnvOrBuilder getSourceEnvOrBuilder()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;String getRequestSource()
The indicator to show translation request initiator.
string request_source = 8;com.google.protobuf.ByteString getRequestSourceBytes()
The indicator to show translation request initiator.
string request_source = 8;TranslationConfigDetails.SourceLocationCase getSourceLocationCase()
TranslationConfigDetails.TargetLocationCase getTargetLocationCase()
TranslationConfigDetails.OutputNameMappingCase getOutputNameMappingCase()
Copyright © 2024 Google LLC. All rights reserved.