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 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.-
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()
-
-