public final class TranslationDatasetMetadata extends GeneratedMessageV3 implements TranslationDatasetMetadataOrBuilder
Dataset metadata that is specific to translation.
Protobuf type google.cloud.automl.v1beta1.TranslationDatasetMetadata
Static Fields
public static final int SOURCE_LANGUAGE_CODE_FIELD_NUMBER
Field Value
public static final int TARGET_LANGUAGE_CODE_FIELD_NUMBER
Field Value
Static Methods
public static TranslationDatasetMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static TranslationDatasetMetadata.Builder newBuilder()
Returns
public static TranslationDatasetMetadata.Builder newBuilder(TranslationDatasetMetadata prototype)
Parameter
Returns
public static TranslationDatasetMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TranslationDatasetMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static TranslationDatasetMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<TranslationDatasetMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public TranslationDatasetMetadata getDefaultInstanceForType()
Returns
public Parser<TranslationDatasetMetadata> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public String getSourceLanguageCode()
Required. The BCP-47 language code of the source language.
string source_language_code = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The sourceLanguageCode.
|
public ByteString getSourceLanguageCodeBytes()
Required. The BCP-47 language code of the source language.
string source_language_code = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for sourceLanguageCode.
|
public String getTargetLanguageCode()
Required. The BCP-47 language code of the target language.
string target_language_code = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The targetLanguageCode.
|
public ByteString getTargetLanguageCodeBytes()
Required. The BCP-47 language code of the target language.
string target_language_code = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for targetLanguageCode.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public TranslationDatasetMetadata.Builder newBuilderForType()
Returns
protected TranslationDatasetMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public TranslationDatasetMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions