Class TranslationFileMapping.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
- com.google.cloud.bigquery.migration.v2alpha.TranslationFileMapping.Builder
-
- All Implemented Interfaces:
TranslationFileMappingOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- TranslationFileMapping
public static final class TranslationFileMapping.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder> implements TranslationFileMappingOrBuilder
Mapping between an input and output file to be translated in a subtask.
Protobuf typegoogle.cloud.bigquery.migration.v2alpha.TranslationFileMapping
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TranslationFileMapping.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TranslationFileMapping
build()
TranslationFileMapping
buildPartial()
TranslationFileMapping.Builder
clear()
TranslationFileMapping.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
TranslationFileMapping.Builder
clearInputPath()
The Cloud Storage path for a file to translation in a subtask.TranslationFileMapping.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
TranslationFileMapping.Builder
clearOutputPath()
The Cloud Storage path to write back the corresponding input file to.TranslationFileMapping.Builder
clone()
TranslationFileMapping
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TranslationFileMapping.Builder
mergeFrom(TranslationFileMapping other)
TranslationFileMapping.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TranslationFileMapping.Builder
mergeFrom(com.google.protobuf.Message other)
TranslationFileMapping.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TranslationFileMapping.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
TranslationFileMapping.Builder
setInputPath(String value)
The Cloud Storage path for a file to translation in a subtask.TranslationFileMapping.Builder
setInputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for a file to translation in a subtask.TranslationFileMapping.Builder
setOutputPath(String value)
The Cloud Storage path to write back the corresponding input file to.TranslationFileMapping.Builder
setOutputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path to write back the corresponding input file to.TranslationFileMapping.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
TranslationFileMapping.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
clear
public TranslationFileMapping.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
getDefaultInstanceForType
public TranslationFileMapping getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TranslationFileMapping build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TranslationFileMapping buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TranslationFileMapping.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
setField
public TranslationFileMapping.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
clearField
public TranslationFileMapping.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
clearOneof
public TranslationFileMapping.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
setRepeatedField
public TranslationFileMapping.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
addRepeatedField
public TranslationFileMapping.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
mergeFrom
public TranslationFileMapping.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TranslationFileMapping.Builder>
-
mergeFrom
public TranslationFileMapping.Builder mergeFrom(TranslationFileMapping other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
mergeFrom
public TranslationFileMapping.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TranslationFileMapping.Builder>
- Throws:
IOException
-
getInputPath
public String getInputPath()
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
- Specified by:
getInputPath
in interfaceTranslationFileMappingOrBuilder
- Returns:
- The inputPath.
-
getInputPathBytes
public com.google.protobuf.ByteString getInputPathBytes()
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
- Specified by:
getInputPathBytes
in interfaceTranslationFileMappingOrBuilder
- Returns:
- The bytes for inputPath.
-
setInputPath
public TranslationFileMapping.Builder setInputPath(String value)
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
- Parameters:
value
- The inputPath to set.- Returns:
- This builder for chaining.
-
clearInputPath
public TranslationFileMapping.Builder clearInputPath()
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
- Returns:
- This builder for chaining.
-
setInputPathBytes
public TranslationFileMapping.Builder setInputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
- Parameters:
value
- The bytes for inputPath to set.- Returns:
- This builder for chaining.
-
getOutputPath
public String getOutputPath()
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
- Specified by:
getOutputPath
in interfaceTranslationFileMappingOrBuilder
- Returns:
- The outputPath.
-
getOutputPathBytes
public com.google.protobuf.ByteString getOutputPathBytes()
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
- Specified by:
getOutputPathBytes
in interfaceTranslationFileMappingOrBuilder
- Returns:
- The bytes for outputPath.
-
setOutputPath
public TranslationFileMapping.Builder setOutputPath(String value)
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
- Parameters:
value
- The outputPath to set.- Returns:
- This builder for chaining.
-
clearOutputPath
public TranslationFileMapping.Builder clearOutputPath()
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
- Returns:
- This builder for chaining.
-
setOutputPathBytes
public TranslationFileMapping.Builder setOutputPathBytes(com.google.protobuf.ByteString value)
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
- Parameters:
value
- The bytes for outputPath to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final TranslationFileMapping.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
mergeUnknownFields
public final TranslationFileMapping.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
-
-