public final class TranslationFileMapping extends GeneratedMessageV3 implements TranslationFileMappingOrBuilder
Mapping between an input and output file to be translated in a subtask.
Protobuf type google.cloud.bigquery.migration.v2alpha.TranslationFileMapping
Static Fields
public static final int INPUT_PATH_FIELD_NUMBER
Field Value
OUTPUT_PATH_FIELD_NUMBER
public static final int OUTPUT_PATH_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TranslationFileMapping getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static TranslationFileMapping.Builder newBuilder()
Returns
newBuilder(TranslationFileMapping prototype)
public static TranslationFileMapping.Builder newBuilder(TranslationFileMapping prototype)
Parameter
Returns
public static TranslationFileMapping parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TranslationFileMapping parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TranslationFileMapping parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TranslationFileMapping parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TranslationFileMapping parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TranslationFileMapping parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TranslationFileMapping parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TranslationFileMapping parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TranslationFileMapping parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TranslationFileMapping parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TranslationFileMapping parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TranslationFileMapping parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TranslationFileMapping> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public TranslationFileMapping getDefaultInstanceForType()
Returns
public String getInputPath()
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
Returns
Type | Description |
String | The inputPath.
|
public ByteString getInputPathBytes()
The Cloud Storage path for a file to translation in a subtask.
string input_path = 1;
Returns
getOutputPath()
public String getOutputPath()
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
Returns
Type | Description |
String | The outputPath.
|
getOutputPathBytes()
public ByteString getOutputPathBytes()
The Cloud Storage path to write back the corresponding input file to.
string output_path = 2;
Returns
Type | Description |
ByteString | The bytes for outputPath.
|
getParserForType()
public Parser<TranslationFileMapping> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public TranslationFileMapping.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TranslationFileMapping.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public TranslationFileMapping.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions