Class AdaptiveMtDataset.Builder (2.83.0)

public static final class AdaptiveMtDataset.Builder extends GeneratedMessage.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
Type Description
Descriptor

Methods

build()

public AdaptiveMtDataset build()
Returns
Type Description
AdaptiveMtDataset

buildPartial()

public AdaptiveMtDataset buildPartial()
Returns
Type Description
AdaptiveMtDataset

clear()

public AdaptiveMtDataset.Builder clear()
Returns
Type Description
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
Type Description
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
Type Description
AdaptiveMtDataset.Builder

This builder for chaining.

clearExampleCount()

public AdaptiveMtDataset.Builder clearExampleCount()

The number of examples in the dataset.

int32 example_count = 5;

Returns
Type Description
AdaptiveMtDataset.Builder

This builder for chaining.

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
Type Description
AdaptiveMtDataset.Builder

This builder for chaining.

clearSourceLanguageCode()

public AdaptiveMtDataset.Builder clearSourceLanguageCode()

The BCP-47 language code of the source language.

string source_language_code = 3;

Returns
Type Description
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
Type Description
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
Type Description
AdaptiveMtDataset.Builder

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
Type Description
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
Type Description
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
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public AdaptiveMtDataset getDefaultInstanceForType()
Returns
Type Description
AdaptiveMtDataset

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for displayName.

getExampleCount()

public int getExampleCount()

The number of examples in the dataset.

int32 example_count = 5;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for name.

getSourceLanguageCode()

public String getSourceLanguageCode()

The BCP-47 language code of the source language.

string source_language_code = 3;

Returns
Type Description
String

The sourceLanguageCode.

getSourceLanguageCodeBytes()

public ByteString getSourceLanguageCodeBytes()

The BCP-47 language code of the source language.

string source_language_code = 3;

Returns
Type Description
ByteString

The bytes for sourceLanguageCode.

getTargetLanguageCode()

public String getTargetLanguageCode()

The BCP-47 language code of the target language.

string target_language_code = 4;

Returns
Type Description
String

The targetLanguageCode.

getTargetLanguageCodeBytes()

public ByteString getTargetLanguageCodeBytes()

The BCP-47 language code of the target language.

string target_language_code = 4;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the updateTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
AdaptiveMtDataset.Builder

mergeFrom(AdaptiveMtDataset other)

public AdaptiveMtDataset.Builder mergeFrom(AdaptiveMtDataset other)
Parameter
Name Description
other AdaptiveMtDataset
Returns
Type Description
AdaptiveMtDataset.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AdaptiveMtDataset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdaptiveMtDataset.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AdaptiveMtDataset.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
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
Name Description
builderForValue Builder
Returns
Type Description
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
Name Description
value String

The displayName to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
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
Name Description
value int

The exampleCount to set.

Returns
Type Description
AdaptiveMtDataset.Builder

This builder for chaining.

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
Name Description
value String

The name to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
AdaptiveMtDataset.Builder

This builder for chaining.

setSourceLanguageCode(String value)

public AdaptiveMtDataset.Builder setSourceLanguageCode(String value)

The BCP-47 language code of the source language.

string source_language_code = 3;

Parameter
Name Description
value String

The sourceLanguageCode to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for sourceLanguageCode to set.

Returns
Type Description
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
Name Description
value String

The targetLanguageCode to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for targetLanguageCode to set.

Returns
Type Description
AdaptiveMtDataset.Builder

This builder for chaining.

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
Name Description
value Timestamp
Returns
Type Description
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
Name Description
builderForValue Builder
Returns
Type Description
AdaptiveMtDataset.Builder