public static final class TranslationDatasetMetadata.Builder extends GeneratedMessage.Builder<TranslationDatasetMetadata.Builder> implements TranslationDatasetMetadataOrBuilderDataset metadata that is specific to translation.
Protobuf type google.cloud.automl.v1beta1.TranslationDatasetMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TranslationDatasetMetadata.BuilderImplements
TranslationDatasetMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TranslationDatasetMetadata build()| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata |
|
buildPartial()
public TranslationDatasetMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata |
|
clear()
public TranslationDatasetMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
|
clearSourceLanguageCode()
public TranslationDatasetMetadata.Builder clearSourceLanguageCode()Required. The BCP-47 language code of the source language.
string source_language_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
This builder for chaining. |
clearTargetLanguageCode()
public TranslationDatasetMetadata.Builder clearTargetLanguageCode()Required. The BCP-47 language code of the target language.
string target_language_code = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public TranslationDatasetMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getSourceLanguageCode()
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. |
getSourceLanguageCodeBytes()
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. |
getTargetLanguageCode()
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. |
getTargetLanguageCodeBytes()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TranslationDatasetMetadata other)
public TranslationDatasetMetadata.Builder mergeFrom(TranslationDatasetMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
TranslationDatasetMetadata |
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TranslationDatasetMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TranslationDatasetMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
|
setSourceLanguageCode(String value)
public TranslationDatasetMetadata.Builder setSourceLanguageCode(String value)Required. The BCP-47 language code of the source language.
string source_language_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sourceLanguageCode to set. |
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
This builder for chaining. |
setSourceLanguageCodeBytes(ByteString value)
public TranslationDatasetMetadata.Builder setSourceLanguageCodeBytes(ByteString value)Required. The BCP-47 language code of the source language.
string source_language_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sourceLanguageCode to set. |
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
This builder for chaining. |
setTargetLanguageCode(String value)
public TranslationDatasetMetadata.Builder setTargetLanguageCode(String value)Required. The BCP-47 language code of the target language.
string target_language_code = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe targetLanguageCode to set. |
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
This builder for chaining. |
setTargetLanguageCodeBytes(ByteString value)
public TranslationDatasetMetadata.Builder setTargetLanguageCodeBytes(ByteString value)Required. The BCP-47 language code of the target language.
string target_language_code = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for targetLanguageCode to set. |
| Returns | |
|---|---|
| Type | Description |
TranslationDatasetMetadata.Builder |
This builder for chaining. |