public final class TranslationTaskDetails extends com.google.protobuf.GeneratedMessageV3 implements TranslationTaskDetailsOrBuilder
The translation task config to capture necessary settings for a translation task and subtask.Protobuf type
google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails| Modifier and Type | Class and Description |
|---|---|
static class |
TranslationTaskDetails.Builder
The translation task config to capture necessary settings for a translation
task and subtask.
|
static class |
TranslationTaskDetails.FileEncoding
The file encoding types.
|
static class |
TranslationTaskDetails.LanguageOptionsCase |
static class |
TranslationTaskDetails.TokenType
The special token data type.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BTEQ_OPTIONS_FIELD_NUMBER |
static int |
FILE_ENCODING_FIELD_NUMBER |
static int |
FILE_PATHS_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
IDENTIFIER_SETTINGS_FIELD_NUMBER |
static int |
INPUT_PATH_FIELD_NUMBER |
static int |
OUTPUT_PATH_FIELD_NUMBER |
static int |
SCHEMA_PATH_FIELD_NUMBER |
static int |
SPECIAL_TOKEN_MAP_FIELD_NUMBER |
static int |
TERADATA_OPTIONS_FIELD_NUMBER |
static int |
TRANSLATION_EXCEPTION_TABLE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSpecialTokenMap(String key)
The map capturing special tokens to be replaced during translation.
|
boolean |
equals(Object obj) |
BteqOptions |
getBteqOptions()
The BTEQ specific settings for the translation task.
|
BteqOptionsOrBuilder |
getBteqOptionsOrBuilder()
The BTEQ specific settings for the translation task.
|
static TranslationTaskDetails |
getDefaultInstance() |
TranslationTaskDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
TranslationTaskDetails.FileEncoding |
getFileEncoding()
The file encoding type.
|
int |
getFileEncodingValue()
The file encoding type.
|
TranslationFileMapping |
getFilePaths(int index)
Cloud Storage files to be processed for translation.
|
int |
getFilePathsCount()
Cloud Storage files to be processed for translation.
|
List<TranslationFileMapping> |
getFilePathsList()
Cloud Storage files to be processed for translation.
|
TranslationFileMappingOrBuilder |
getFilePathsOrBuilder(int index)
Cloud Storage files to be processed for translation.
|
List<? extends TranslationFileMappingOrBuilder> |
getFilePathsOrBuilderList()
Cloud Storage files to be processed for translation.
|
Filter |
getFilter()
The filter applied to translation details.
|
FilterOrBuilder |
getFilterOrBuilder()
The filter applied to translation details.
|
IdentifierSettings |
getIdentifierSettings()
The settings for SQL identifiers.
|
IdentifierSettingsOrBuilder |
getIdentifierSettingsOrBuilder()
The settings for SQL identifiers.
|
String |
getInputPath()
The Cloud Storage path for translation input files.
|
com.google.protobuf.ByteString |
getInputPathBytes()
The Cloud Storage path for translation input files.
|
TranslationTaskDetails.LanguageOptionsCase |
getLanguageOptionsCase() |
String |
getOutputPath()
The Cloud Storage path for translation output files.
|
com.google.protobuf.ByteString |
getOutputPathBytes()
The Cloud Storage path for translation output files.
|
com.google.protobuf.Parser<TranslationTaskDetails> |
getParserForType() |
String |
getSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic
translation.
|
com.google.protobuf.ByteString |
getSchemaPathBytes()
The Cloud Storage path to DDL files as table schema to assist semantic
translation.
|
int |
getSerializedSize() |
Map<String,TranslationTaskDetails.TokenType> |
getSpecialTokenMap()
Deprecated.
|
int |
getSpecialTokenMapCount()
The map capturing special tokens to be replaced during translation.
|
Map<String,TranslationTaskDetails.TokenType> |
getSpecialTokenMapMap()
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.TokenType |
getSpecialTokenMapOrDefault(String key,
TranslationTaskDetails.TokenType defaultValue)
The map capturing special tokens to be replaced during translation.
|
TranslationTaskDetails.TokenType |
getSpecialTokenMapOrThrow(String key)
The map capturing special tokens to be replaced during translation.
|
Map<String,Integer> |
getSpecialTokenMapValue()
Deprecated.
|
Map<String,Integer> |
getSpecialTokenMapValueMap()
The map capturing special tokens to be replaced during translation.
|
int |
getSpecialTokenMapValueOrDefault(String key,
int defaultValue)
The map capturing special tokens to be replaced during translation.
|
int |
getSpecialTokenMapValueOrThrow(String key)
The map capturing special tokens to be replaced during translation.
|
TeradataOptions |
getTeradataOptions()
The Teradata SQL specific settings for the translation task.
|
TeradataOptionsOrBuilder |
getTeradataOptionsOrBuilder()
The Teradata SQL specific settings for the translation task.
|
String |
getTranslationExceptionTable()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors.
|
com.google.protobuf.ByteString |
getTranslationExceptionTableBytes()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors.
|
boolean |
hasBteqOptions()
The BTEQ specific settings for the translation task.
|
boolean |
hasFilter()
The filter applied to translation details.
|
int |
hashCode() |
boolean |
hasIdentifierSettings()
The settings for SQL identifiers.
|
boolean |
hasTeradataOptions()
The Teradata SQL specific settings for the translation task.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static TranslationTaskDetails.Builder |
newBuilder() |
static TranslationTaskDetails.Builder |
newBuilder(TranslationTaskDetails prototype) |
TranslationTaskDetails.Builder |
newBuilderForType() |
protected TranslationTaskDetails.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TranslationTaskDetails |
parseDelimitedFrom(InputStream input) |
static TranslationTaskDetails |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TranslationTaskDetails |
parseFrom(byte[] data) |
static TranslationTaskDetails |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TranslationTaskDetails |
parseFrom(ByteBuffer data) |
static TranslationTaskDetails |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TranslationTaskDetails |
parseFrom(com.google.protobuf.ByteString data) |
static TranslationTaskDetails |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TranslationTaskDetails |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TranslationTaskDetails |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TranslationTaskDetails |
parseFrom(InputStream input) |
static TranslationTaskDetails |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TranslationTaskDetails> |
parser() |
TranslationTaskDetails.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TERADATA_OPTIONS_FIELD_NUMBER
public static final int BTEQ_OPTIONS_FIELD_NUMBER
public static final int INPUT_PATH_FIELD_NUMBER
public static final int OUTPUT_PATH_FIELD_NUMBER
public static final int FILE_PATHS_FIELD_NUMBER
public static final int SCHEMA_PATH_FIELD_NUMBER
public static final int FILE_ENCODING_FIELD_NUMBER
public static final int IDENTIFIER_SETTINGS_FIELD_NUMBER
public static final int SPECIAL_TOKEN_MAP_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int TRANSLATION_EXCEPTION_TABLE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public TranslationTaskDetails.LanguageOptionsCase getLanguageOptionsCase()
getLanguageOptionsCase in interface TranslationTaskDetailsOrBuilderpublic boolean hasTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;hasTeradataOptions in interface TranslationTaskDetailsOrBuilderpublic TeradataOptions getTeradataOptions()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;getTeradataOptions in interface TranslationTaskDetailsOrBuilderpublic TeradataOptionsOrBuilder getTeradataOptionsOrBuilder()
The Teradata SQL specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.TeradataOptions teradata_options = 10;getTeradataOptionsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic boolean hasBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;hasBteqOptions in interface TranslationTaskDetailsOrBuilderpublic BteqOptions getBteqOptions()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;getBteqOptions in interface TranslationTaskDetailsOrBuilderpublic BteqOptionsOrBuilder getBteqOptionsOrBuilder()
The BTEQ specific settings for the translation task.
.google.cloud.bigquery.migration.v2alpha.BteqOptions bteq_options = 11;getBteqOptionsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic String getInputPath()
The Cloud Storage path for translation input files.
string input_path = 1;getInputPath in interface TranslationTaskDetailsOrBuilderpublic com.google.protobuf.ByteString getInputPathBytes()
The Cloud Storage path for translation input files.
string input_path = 1;getInputPathBytes in interface TranslationTaskDetailsOrBuilderpublic String getOutputPath()
The Cloud Storage path for translation output files.
string output_path = 2;getOutputPath in interface TranslationTaskDetailsOrBuilderpublic com.google.protobuf.ByteString getOutputPathBytes()
The Cloud Storage path for translation output files.
string output_path = 2;getOutputPathBytes in interface TranslationTaskDetailsOrBuilderpublic List<TranslationFileMapping> getFilePathsList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsList in interface TranslationTaskDetailsOrBuilderpublic List<? extends TranslationFileMappingOrBuilder> getFilePathsOrBuilderList()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsOrBuilderList in interface TranslationTaskDetailsOrBuilderpublic int getFilePathsCount()
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsCount in interface TranslationTaskDetailsOrBuilderpublic TranslationFileMapping getFilePaths(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePaths in interface TranslationTaskDetailsOrBuilderpublic TranslationFileMappingOrBuilder getFilePathsOrBuilder(int index)
Cloud Storage files to be processed for translation.
repeated .google.cloud.bigquery.migration.v2alpha.TranslationFileMapping file_paths = 12;
getFilePathsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic String getSchemaPath()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;getSchemaPath in interface TranslationTaskDetailsOrBuilderpublic com.google.protobuf.ByteString getSchemaPathBytes()
The Cloud Storage path to DDL files as table schema to assist semantic translation.
string schema_path = 3;getSchemaPathBytes in interface TranslationTaskDetailsOrBuilderpublic int getFileEncodingValue()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
getFileEncodingValue in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.FileEncoding getFileEncoding()
The file encoding type.
.google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.FileEncoding file_encoding = 4;
getFileEncoding in interface TranslationTaskDetailsOrBuilderpublic boolean hasIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
hasIdentifierSettings in interface TranslationTaskDetailsOrBuilderpublic IdentifierSettings getIdentifierSettings()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
getIdentifierSettings in interface TranslationTaskDetailsOrBuilderpublic IdentifierSettingsOrBuilder getIdentifierSettingsOrBuilder()
The settings for SQL identifiers.
.google.cloud.bigquery.migration.v2alpha.IdentifierSettings identifier_settings = 5;
getIdentifierSettingsOrBuilder in interface TranslationTaskDetailsOrBuilderpublic int getSpecialTokenMapCount()
TranslationTaskDetailsOrBuilderThe map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
getSpecialTokenMapCount in interface TranslationTaskDetailsOrBuilderpublic boolean containsSpecialTokenMap(String key)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
containsSpecialTokenMap in interface TranslationTaskDetailsOrBuilder@Deprecated public Map<String,TranslationTaskDetails.TokenType> getSpecialTokenMap()
getSpecialTokenMapMap() instead.getSpecialTokenMap in interface TranslationTaskDetailsOrBuilderpublic Map<String,TranslationTaskDetails.TokenType> getSpecialTokenMapMap()
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
getSpecialTokenMapMap in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.TokenType getSpecialTokenMapOrDefault(String key, TranslationTaskDetails.TokenType defaultValue)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
getSpecialTokenMapOrDefault in interface TranslationTaskDetailsOrBuilderpublic TranslationTaskDetails.TokenType getSpecialTokenMapOrThrow(String key)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
getSpecialTokenMapOrThrow in interface TranslationTaskDetailsOrBuilder@Deprecated public Map<String,Integer> getSpecialTokenMapValue()
getSpecialTokenMapValueMap() instead.getSpecialTokenMapValue in interface TranslationTaskDetailsOrBuilderpublic Map<String,Integer> getSpecialTokenMapValueMap()
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
getSpecialTokenMapValueMap in interface TranslationTaskDetailsOrBuilderpublic int getSpecialTokenMapValueOrDefault(String key, int defaultValue)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
getSpecialTokenMapValueOrDefault in interface TranslationTaskDetailsOrBuilderpublic int getSpecialTokenMapValueOrThrow(String key)
The map capturing special tokens to be replaced during translation. The key is special token in string. The value is the token data type. This is used to translate SQL query template which contains special token as place holder. The special token makes a query invalid to parse. This map will be applied to annotate those special token with types to let parser understand how to parse them into proper structure with type information.
map<string, .google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType> special_token_map = 6;
getSpecialTokenMapValueOrThrow in interface TranslationTaskDetailsOrBuilderpublic boolean hasFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;hasFilter in interface TranslationTaskDetailsOrBuilderpublic Filter getFilter()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;getFilter in interface TranslationTaskDetailsOrBuilderpublic FilterOrBuilder getFilterOrBuilder()
The filter applied to translation details.
.google.cloud.bigquery.migration.v2alpha.Filter filter = 7;getFilterOrBuilder in interface TranslationTaskDetailsOrBuilderpublic String getTranslationExceptionTable()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors. If the table does not exist, we will
create it. If it already exists and the schema is the same, we will re-use.
If the table exists and the schema is different, we will throw an error.
string translation_exception_table = 13;getTranslationExceptionTable in interface TranslationTaskDetailsOrBuilderpublic com.google.protobuf.ByteString getTranslationExceptionTableBytes()
Specifies the exact name of the bigquery table ("dataset.table") to be used
for surfacing raw translation errors. If the table does not exist, we will
create it. If it already exists and the schema is the same, we will re-use.
If the table exists and the schema is different, we will throw an error.
string translation_exception_table = 13;getTranslationExceptionTableBytes in interface TranslationTaskDetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TranslationTaskDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TranslationTaskDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TranslationTaskDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TranslationTaskDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TranslationTaskDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TranslationTaskDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TranslationTaskDetails parseFrom(InputStream input) throws IOException
IOExceptionpublic static TranslationTaskDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TranslationTaskDetails parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TranslationTaskDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TranslationTaskDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TranslationTaskDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TranslationTaskDetails.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TranslationTaskDetails.Builder newBuilder()
public static TranslationTaskDetails.Builder newBuilder(TranslationTaskDetails prototype)
public TranslationTaskDetails.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TranslationTaskDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TranslationTaskDetails getDefaultInstance()
public static com.google.protobuf.Parser<TranslationTaskDetails> parser()
public com.google.protobuf.Parser<TranslationTaskDetails> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TranslationTaskDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.