Interface TranslationConfigDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TranslationConfigDetails,TranslationConfigDetails.Builder
public interface TranslationConfigDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGcsSourcePath()The Cloud Storage path for a directory of files to translate in a task.com.google.protobuf.ByteStringgetGcsSourcePathBytes()The Cloud Storage path for a directory of files to translate in a task.StringgetGcsTargetPath()The Cloud Storage path to write back the corresponding input files to.com.google.protobuf.ByteStringgetGcsTargetPathBytes()The Cloud Storage path to write back the corresponding input files to.ObjectNameMappingListgetNameMappingList()The mapping of objects to their desired output names in list form.ObjectNameMappingListOrBuildergetNameMappingListOrBuilder()The mapping of objects to their desired output names in list form.TranslationConfigDetails.OutputNameMappingCasegetOutputNameMappingCase()StringgetRequestSource()The indicator to show translation request initiator.com.google.protobuf.ByteStringgetRequestSourceBytes()The indicator to show translation request initiator.DialectgetSourceDialect()The dialect of the input files.DialectOrBuildergetSourceDialectOrBuilder()The dialect of the input files.SourceEnvgetSourceEnv()The default source environment values for the translation.SourceEnvOrBuildergetSourceEnvOrBuilder()The default source environment values for the translation.TranslationConfigDetails.SourceLocationCasegetSourceLocationCase()DialectgetTargetDialect()The target dialect for the engine to translate the input to.DialectOrBuildergetTargetDialectOrBuilder()The target dialect for the engine to translate the input to.TranslationConfigDetails.TargetLocationCasegetTargetLocationCase()booleanhasGcsSourcePath()The Cloud Storage path for a directory of files to translate in a task.booleanhasGcsTargetPath()The Cloud Storage path to write back the corresponding input files to.booleanhasNameMappingList()The mapping of objects to their desired output names in list form.booleanhasSourceDialect()The dialect of the input files.booleanhasSourceEnv()The default source environment values for the translation.booleanhasTargetDialect()The target dialect for the engine to translate the input to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsSourcePath
boolean hasGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;- Returns:
- Whether the gcsSourcePath field is set.
-
getGcsSourcePath
String getGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;- Returns:
- The gcsSourcePath.
-
getGcsSourcePathBytes
com.google.protobuf.ByteString getGcsSourcePathBytes()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;- Returns:
- The bytes for gcsSourcePath.
-
hasGcsTargetPath
boolean hasGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;- Returns:
- Whether the gcsTargetPath field is set.
-
getGcsTargetPath
String getGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;- Returns:
- The gcsTargetPath.
-
getGcsTargetPathBytes
com.google.protobuf.ByteString getGcsTargetPathBytes()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;- Returns:
- The bytes for gcsTargetPath.
-
hasNameMappingList
boolean hasNameMappingList()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;- Returns:
- Whether the nameMappingList field is set.
-
getNameMappingList
ObjectNameMappingList getNameMappingList()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;- Returns:
- The nameMappingList.
-
getNameMappingListOrBuilder
ObjectNameMappingListOrBuilder getNameMappingListOrBuilder()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
-
hasSourceDialect
boolean hasSourceDialect()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;- Returns:
- Whether the sourceDialect field is set.
-
getSourceDialect
Dialect getSourceDialect()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;- Returns:
- The sourceDialect.
-
getSourceDialectOrBuilder
DialectOrBuilder getSourceDialectOrBuilder()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
-
hasTargetDialect
boolean hasTargetDialect()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;- Returns:
- Whether the targetDialect field is set.
-
getTargetDialect
Dialect getTargetDialect()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;- Returns:
- The targetDialect.
-
getTargetDialectOrBuilder
DialectOrBuilder getTargetDialectOrBuilder()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
-
hasSourceEnv
boolean hasSourceEnv()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;- Returns:
- Whether the sourceEnv field is set.
-
getSourceEnv
SourceEnv getSourceEnv()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;- Returns:
- The sourceEnv.
-
getSourceEnvOrBuilder
SourceEnvOrBuilder getSourceEnvOrBuilder()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
-
getRequestSource
String getRequestSource()
The indicator to show translation request initiator.
string request_source = 8;- Returns:
- The requestSource.
-
getRequestSourceBytes
com.google.protobuf.ByteString getRequestSourceBytes()
The indicator to show translation request initiator.
string request_source = 8;- Returns:
- The bytes for requestSource.
-
getSourceLocationCase
TranslationConfigDetails.SourceLocationCase getSourceLocationCase()
-
getTargetLocationCase
TranslationConfigDetails.TargetLocationCase getTargetLocationCase()
-
getOutputNameMappingCase
TranslationConfigDetails.OutputNameMappingCase getOutputNameMappingCase()
-
-