Class AdaptiveMtDataset.Builder (2.41.0)

public static final class AdaptiveMtDataset.Builder extends GeneratedMessageV3.Builder<AdaptiveMtDataset.Builder> implements AdaptiveMtDatasetOrBuilder

An Adaptive MT Dataset.

Protobuf type google.cloud.translation.v3.AdaptiveMtDataset

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AdaptiveMtDataset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

build()

public AdaptiveMtDataset build()
Returns
TypeDescription
AdaptiveMtDataset

buildPartial()

public AdaptiveMtDataset buildPartial()
Returns
TypeDescription
AdaptiveMtDataset

clear()

public AdaptiveMtDataset.Builder clear()
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

clearCreateTime()

public AdaptiveMtDataset.Builder clearCreateTime()

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AdaptiveMtDataset.Builder

clearDisplayName()

public AdaptiveMtDataset.Builder clearDisplayName()

The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

string display_name = 2;

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

clearExampleCount()

public AdaptiveMtDataset.Builder clearExampleCount()

The number of examples in the dataset.

int32 example_count = 5;

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public AdaptiveMtDataset.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

clearName()

public AdaptiveMtDataset.Builder clearName()

Required. The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AdaptiveMtDataset.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

clearSourceLanguageCode()

public AdaptiveMtDataset.Builder clearSourceLanguageCode()

The BCP-47 language code of the source language.

string source_language_code = 3;

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

clearTargetLanguageCode()

public AdaptiveMtDataset.Builder clearTargetLanguageCode()

The BCP-47 language code of the target language.

string target_language_code = 4;

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

clearUpdateTime()

public AdaptiveMtDataset.Builder clearUpdateTime()

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
AdaptiveMtDataset.Builder

clone()

public AdaptiveMtDataset.Builder clone()
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public AdaptiveMtDataset getDefaultInstanceForType()
Returns
TypeDescription
AdaptiveMtDataset

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getExampleCount()

public int getExampleCount()

The number of examples in the dataset.

int32 example_count = 5;

Returns
TypeDescription
int

The exampleCount.

getName()

public String getName()

Required. The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getSourceLanguageCode()

public String getSourceLanguageCode()

The BCP-47 language code of the source language.

string source_language_code = 3;

Returns
TypeDescription
String

The sourceLanguageCode.

getSourceLanguageCodeBytes()

public ByteString getSourceLanguageCodeBytes()

The BCP-47 language code of the source language.

string source_language_code = 3;

Returns
TypeDescription
ByteString

The bytes for sourceLanguageCode.

getTargetLanguageCode()

public String getTargetLanguageCode()

The BCP-47 language code of the target language.

string target_language_code = 4;

Returns
TypeDescription
String

The targetLanguageCode.

getTargetLanguageCodeBytes()

public ByteString getTargetLanguageCodeBytes()

The BCP-47 language code of the target language.

string target_language_code = 4;

Returns
TypeDescription
ByteString

The bytes for targetLanguageCode.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeCreateTime(Timestamp value)

public AdaptiveMtDataset.Builder mergeCreateTime(Timestamp value)

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
AdaptiveMtDataset.Builder

mergeFrom(AdaptiveMtDataset other)

public AdaptiveMtDataset.Builder mergeFrom(AdaptiveMtDataset other)
Parameter
NameDescription
otherAdaptiveMtDataset
Returns
TypeDescription
AdaptiveMtDataset.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AdaptiveMtDataset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AdaptiveMtDataset.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AdaptiveMtDataset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

mergeUpdateTime(Timestamp value)

public AdaptiveMtDataset.Builder mergeUpdateTime(Timestamp value)

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
AdaptiveMtDataset.Builder

setCreateTime(Timestamp value)

public AdaptiveMtDataset.Builder setCreateTime(Timestamp value)

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
AdaptiveMtDataset.Builder

setCreateTime(Timestamp.Builder builderForValue)

public AdaptiveMtDataset.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Timestamp when this dataset was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
AdaptiveMtDataset.Builder

setDisplayName(String value)

public AdaptiveMtDataset.Builder setDisplayName(String value)

The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

string display_name = 2;

Parameter
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public AdaptiveMtDataset.Builder setDisplayNameBytes(ByteString value)

The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

string display_name = 2;

Parameter
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setExampleCount(int value)

public AdaptiveMtDataset.Builder setExampleCount(int value)

The number of examples in the dataset.

int32 example_count = 5;

Parameter
NameDescription
valueint

The exampleCount to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public AdaptiveMtDataset.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

setName(String value)

public AdaptiveMtDataset.Builder setName(String value)

Required. The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setNameBytes(ByteString value)

public AdaptiveMtDataset.Builder setNameBytes(ByteString value)

Required. The resource name of the dataset, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AdaptiveMtDataset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

setSourceLanguageCode(String value)

public AdaptiveMtDataset.Builder setSourceLanguageCode(String value)

The BCP-47 language code of the source language.

string source_language_code = 3;

Parameter
NameDescription
valueString

The sourceLanguageCode to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setSourceLanguageCodeBytes(ByteString value)

public AdaptiveMtDataset.Builder setSourceLanguageCodeBytes(ByteString value)

The BCP-47 language code of the source language.

string source_language_code = 3;

Parameter
NameDescription
valueByteString

The bytes for sourceLanguageCode to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setTargetLanguageCode(String value)

public AdaptiveMtDataset.Builder setTargetLanguageCode(String value)

The BCP-47 language code of the target language.

string target_language_code = 4;

Parameter
NameDescription
valueString

The targetLanguageCode to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setTargetLanguageCodeBytes(ByteString value)

public AdaptiveMtDataset.Builder setTargetLanguageCodeBytes(ByteString value)

The BCP-47 language code of the target language.

string target_language_code = 4;

Parameter
NameDescription
valueByteString

The bytes for targetLanguageCode to set.

Returns
TypeDescription
AdaptiveMtDataset.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AdaptiveMtDataset.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AdaptiveMtDataset.Builder
Overrides

setUpdateTime(Timestamp value)

public AdaptiveMtDataset.Builder setUpdateTime(Timestamp value)

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
AdaptiveMtDataset.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public AdaptiveMtDataset.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. Timestamp when this dataset was last updated.

.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
AdaptiveMtDataset.Builder