- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
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.v1.TranslationDatasetMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TranslationDatasetMetadata.BuilderImplements
TranslationDatasetMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TranslationDatasetMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TranslationDatasetMetadata.Builder |
build()
public TranslationDatasetMetadata build()
Type | Description |
TranslationDatasetMetadata |
buildPartial()
public TranslationDatasetMetadata buildPartial()
Type | Description |
TranslationDatasetMetadata |
clear()
public TranslationDatasetMetadata.Builder clear()
Type | Description |
TranslationDatasetMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public TranslationDatasetMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
TranslationDatasetMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public TranslationDatasetMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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];
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];
Type | Description |
TranslationDatasetMetadata.Builder | This builder for chaining. |
clone()
public TranslationDatasetMetadata.Builder clone()
Type | Description |
TranslationDatasetMetadata.Builder |
getDefaultInstanceForType()
public TranslationDatasetMetadata getDefaultInstanceForType()
Type | Description |
TranslationDatasetMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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];
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];
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];
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];
Type | Description |
ByteString | The bytes for targetLanguageCode. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(TranslationDatasetMetadata other)
public TranslationDatasetMetadata.Builder mergeFrom(TranslationDatasetMetadata other)
Name | Description |
other | TranslationDatasetMetadata |
Type | Description |
TranslationDatasetMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TranslationDatasetMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TranslationDatasetMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public TranslationDatasetMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
TranslationDatasetMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TranslationDatasetMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TranslationDatasetMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public TranslationDatasetMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
TranslationDatasetMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TranslationDatasetMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
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];
Name | Description |
value | String The sourceLanguageCode to set. |
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];
Name | Description |
value | ByteString The bytes for sourceLanguageCode to set. |
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];
Name | Description |
value | String The targetLanguageCode to set. |
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];
Name | Description |
value | ByteString The bytes for targetLanguageCode to set. |
Type | Description |
TranslationDatasetMetadata.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final TranslationDatasetMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
TranslationDatasetMetadata.Builder |