Send feedback
Class TranslationDatasetMetadata.Builder (2.3.14)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.3.14 keyboard_arrow_down
public static final class TranslationDatasetMetadata . Builder extends GeneratedMessageV3 . Builder<TranslationDatasetMetadata . Builder > implements TranslationDatasetMetadataOrBuilder
Dataset metadata that is specific to translation.
Protobuf type google.cloud.automl.v1beta1.TranslationDatasetMetadata
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public TranslationDatasetMetadata . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TranslationDatasetMetadata build ()
Returns
public TranslationDatasetMetadata buildPartial ()
Returns
public TranslationDatasetMetadata . Builder clear ()
Returns
Overrides
public TranslationDatasetMetadata . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public TranslationDatasetMetadata . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
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
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
public TranslationDatasetMetadata . Builder clone ()
Returns
Overrides
public TranslationDatasetMetadata getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
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.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public TranslationDatasetMetadata . Builder mergeFrom ( TranslationDatasetMetadata other )
Parameter
Returns
public TranslationDatasetMetadata . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public TranslationDatasetMetadata . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final TranslationDatasetMetadata . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public TranslationDatasetMetadata . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TranslationDatasetMetadata . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
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 String
The sourceLanguageCode to set.
Returns
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 ByteString
The bytes for sourceLanguageCode to set.
Returns
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 String
The targetLanguageCode to set.
Returns
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 ByteString
The bytes for targetLanguageCode to set.
Returns
public final TranslationDatasetMetadata . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]