- 0.54.0 (latest)
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.2
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class TranslationConfigDetails.Builder extends GeneratedMessageV3.Builder<TranslationConfigDetails.Builder> implements TranslationConfigDetailsOrBuilder
The translation config to capture necessary settings for a translation task and subtask.
Protobuf type google.cloud.bigquery.migration.v2.TranslationConfigDetails
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TranslationConfigDetails.BuilderImplements
TranslationConfigDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TranslationConfigDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TranslationConfigDetails.Builder |
build()
public TranslationConfigDetails build()
Type | Description |
TranslationConfigDetails |
buildPartial()
public TranslationConfigDetails buildPartial()
Type | Description |
TranslationConfigDetails |
clear()
public TranslationConfigDetails.Builder clear()
Type | Description |
TranslationConfigDetails.Builder |
clearField(Descriptors.FieldDescriptor field)
public TranslationConfigDetails.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TranslationConfigDetails.Builder |
clearGcsSourcePath()
public TranslationConfigDetails.Builder clearGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;
Type | Description |
TranslationConfigDetails.Builder | This builder for chaining. |
clearGcsTargetPath()
public TranslationConfigDetails.Builder clearGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;
Type | Description |
TranslationConfigDetails.Builder | This builder for chaining. |
clearNameMappingList()
public TranslationConfigDetails.Builder clearNameMappingList()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Type | Description |
TranslationConfigDetails.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TranslationConfigDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
TranslationConfigDetails.Builder |
clearOutputNameMapping()
public TranslationConfigDetails.Builder clearOutputNameMapping()
Type | Description |
TranslationConfigDetails.Builder |
clearSourceDialect()
public TranslationConfigDetails.Builder clearSourceDialect()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Type | Description |
TranslationConfigDetails.Builder |
clearSourceEnv()
public TranslationConfigDetails.Builder clearSourceEnv()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Type | Description |
TranslationConfigDetails.Builder |
clearSourceLocation()
public TranslationConfigDetails.Builder clearSourceLocation()
Type | Description |
TranslationConfigDetails.Builder |
clearTargetDialect()
public TranslationConfigDetails.Builder clearTargetDialect()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Type | Description |
TranslationConfigDetails.Builder |
clearTargetLocation()
public TranslationConfigDetails.Builder clearTargetLocation()
Type | Description |
TranslationConfigDetails.Builder |
clone()
public TranslationConfigDetails.Builder clone()
Type | Description |
TranslationConfigDetails.Builder |
getDefaultInstanceForType()
public TranslationConfigDetails getDefaultInstanceForType()
Type | Description |
TranslationConfigDetails |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getGcsSourcePath()
public String getGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;
Type | Description |
String | The gcsSourcePath. |
getGcsSourcePathBytes()
public ByteString getGcsSourcePathBytes()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;
Type | Description |
ByteString | The bytes for gcsSourcePath. |
getGcsTargetPath()
public String getGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;
Type | Description |
String | The gcsTargetPath. |
getGcsTargetPathBytes()
public ByteString getGcsTargetPathBytes()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;
Type | Description |
ByteString | The bytes for gcsTargetPath. |
getNameMappingList()
public ObjectNameMappingList getNameMappingList()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Type | Description |
ObjectNameMappingList | The nameMappingList. |
getNameMappingListBuilder()
public ObjectNameMappingList.Builder getNameMappingListBuilder()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Type | Description |
ObjectNameMappingList.Builder |
getNameMappingListOrBuilder()
public ObjectNameMappingListOrBuilder getNameMappingListOrBuilder()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Type | Description |
ObjectNameMappingListOrBuilder |
getOutputNameMappingCase()
public TranslationConfigDetails.OutputNameMappingCase getOutputNameMappingCase()
Type | Description |
TranslationConfigDetails.OutputNameMappingCase |
getSourceDialect()
public Dialect getSourceDialect()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Type | Description |
Dialect | The sourceDialect. |
getSourceDialectBuilder()
public Dialect.Builder getSourceDialectBuilder()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Type | Description |
Dialect.Builder |
getSourceDialectOrBuilder()
public DialectOrBuilder getSourceDialectOrBuilder()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Type | Description |
DialectOrBuilder |
getSourceEnv()
public SourceEnv getSourceEnv()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Type | Description |
SourceEnv | The sourceEnv. |
getSourceEnvBuilder()
public SourceEnv.Builder getSourceEnvBuilder()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Type | Description |
SourceEnv.Builder |
getSourceEnvOrBuilder()
public SourceEnvOrBuilder getSourceEnvOrBuilder()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Type | Description |
SourceEnvOrBuilder |
getSourceLocationCase()
public TranslationConfigDetails.SourceLocationCase getSourceLocationCase()
Type | Description |
TranslationConfigDetails.SourceLocationCase |
getTargetDialect()
public Dialect getTargetDialect()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Type | Description |
Dialect | The targetDialect. |
getTargetDialectBuilder()
public Dialect.Builder getTargetDialectBuilder()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Type | Description |
Dialect.Builder |
getTargetDialectOrBuilder()
public DialectOrBuilder getTargetDialectOrBuilder()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Type | Description |
DialectOrBuilder |
getTargetLocationCase()
public TranslationConfigDetails.TargetLocationCase getTargetLocationCase()
Type | Description |
TranslationConfigDetails.TargetLocationCase |
hasGcsSourcePath()
public boolean hasGcsSourcePath()
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;
Type | Description |
boolean | Whether the gcsSourcePath field is set. |
hasGcsTargetPath()
public boolean hasGcsTargetPath()
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;
Type | Description |
boolean | Whether the gcsTargetPath field is set. |
hasNameMappingList()
public boolean hasNameMappingList()
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Type | Description |
boolean | Whether the nameMappingList field is set. |
hasSourceDialect()
public boolean hasSourceDialect()
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Type | Description |
boolean | Whether the sourceDialect field is set. |
hasSourceEnv()
public boolean hasSourceEnv()
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Type | Description |
boolean | Whether the sourceEnv field is set. |
hasTargetDialect()
public boolean hasTargetDialect()
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Type | Description |
boolean | Whether the targetDialect field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TranslationConfigDetails other)
public TranslationConfigDetails.Builder mergeFrom(TranslationConfigDetails other)
Name | Description |
other | TranslationConfigDetails |
Type | Description |
TranslationConfigDetails.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TranslationConfigDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TranslationConfigDetails.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TranslationConfigDetails.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TranslationConfigDetails.Builder |
mergeNameMappingList(ObjectNameMappingList value)
public TranslationConfigDetails.Builder mergeNameMappingList(ObjectNameMappingList value)
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Name | Description |
value | ObjectNameMappingList |
Type | Description |
TranslationConfigDetails.Builder |
mergeSourceDialect(Dialect value)
public TranslationConfigDetails.Builder mergeSourceDialect(Dialect value)
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Name | Description |
value | Dialect |
Type | Description |
TranslationConfigDetails.Builder |
mergeSourceEnv(SourceEnv value)
public TranslationConfigDetails.Builder mergeSourceEnv(SourceEnv value)
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Name | Description |
value | SourceEnv |
Type | Description |
TranslationConfigDetails.Builder |
mergeTargetDialect(Dialect value)
public TranslationConfigDetails.Builder mergeTargetDialect(Dialect value)
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Name | Description |
value | Dialect |
Type | Description |
TranslationConfigDetails.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TranslationConfigDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TranslationConfigDetails.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TranslationConfigDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TranslationConfigDetails.Builder |
setGcsSourcePath(String value)
public TranslationConfigDetails.Builder setGcsSourcePath(String value)
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;
Name | Description |
value | String The gcsSourcePath to set. |
Type | Description |
TranslationConfigDetails.Builder | This builder for chaining. |
setGcsSourcePathBytes(ByteString value)
public TranslationConfigDetails.Builder setGcsSourcePathBytes(ByteString value)
The Cloud Storage path for a directory of files to translate in a task.
string gcs_source_path = 1;
Name | Description |
value | ByteString The bytes for gcsSourcePath to set. |
Type | Description |
TranslationConfigDetails.Builder | This builder for chaining. |
setGcsTargetPath(String value)
public TranslationConfigDetails.Builder setGcsTargetPath(String value)
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;
Name | Description |
value | String The gcsTargetPath to set. |
Type | Description |
TranslationConfigDetails.Builder | This builder for chaining. |
setGcsTargetPathBytes(ByteString value)
public TranslationConfigDetails.Builder setGcsTargetPathBytes(ByteString value)
The Cloud Storage path to write back the corresponding input files to.
string gcs_target_path = 2;
Name | Description |
value | ByteString The bytes for gcsTargetPath to set. |
Type | Description |
TranslationConfigDetails.Builder | This builder for chaining. |
setNameMappingList(ObjectNameMappingList value)
public TranslationConfigDetails.Builder setNameMappingList(ObjectNameMappingList value)
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Name | Description |
value | ObjectNameMappingList |
Type | Description |
TranslationConfigDetails.Builder |
setNameMappingList(ObjectNameMappingList.Builder builderForValue)
public TranslationConfigDetails.Builder setNameMappingList(ObjectNameMappingList.Builder builderForValue)
The mapping of objects to their desired output names in list form.
.google.cloud.bigquery.migration.v2.ObjectNameMappingList name_mapping_list = 5;
Name | Description |
builderForValue | ObjectNameMappingList.Builder |
Type | Description |
TranslationConfigDetails.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TranslationConfigDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
TranslationConfigDetails.Builder |
setSourceDialect(Dialect value)
public TranslationConfigDetails.Builder setSourceDialect(Dialect value)
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Name | Description |
value | Dialect |
Type | Description |
TranslationConfigDetails.Builder |
setSourceDialect(Dialect.Builder builderForValue)
public TranslationConfigDetails.Builder setSourceDialect(Dialect.Builder builderForValue)
The dialect of the input files.
.google.cloud.bigquery.migration.v2.Dialect source_dialect = 3;
Name | Description |
builderForValue | Dialect.Builder |
Type | Description |
TranslationConfigDetails.Builder |
setSourceEnv(SourceEnv value)
public TranslationConfigDetails.Builder setSourceEnv(SourceEnv value)
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Name | Description |
value | SourceEnv |
Type | Description |
TranslationConfigDetails.Builder |
setSourceEnv(SourceEnv.Builder builderForValue)
public TranslationConfigDetails.Builder setSourceEnv(SourceEnv.Builder builderForValue)
The default source environment values for the translation.
.google.cloud.bigquery.migration.v2.SourceEnv source_env = 6;
Name | Description |
builderForValue | SourceEnv.Builder |
Type | Description |
TranslationConfigDetails.Builder |
setTargetDialect(Dialect value)
public TranslationConfigDetails.Builder setTargetDialect(Dialect value)
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Name | Description |
value | Dialect |
Type | Description |
TranslationConfigDetails.Builder |
setTargetDialect(Dialect.Builder builderForValue)
public TranslationConfigDetails.Builder setTargetDialect(Dialect.Builder builderForValue)
The target dialect for the engine to translate the input to.
.google.cloud.bigquery.migration.v2.Dialect target_dialect = 4;
Name | Description |
builderForValue | Dialect.Builder |
Type | Description |
TranslationConfigDetails.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TranslationConfigDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TranslationConfigDetails.Builder |