- 2.52.0 (latest)
- 2.51.0
- 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.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.5
- 2.2.0
- 2.1.13
public static final class AdaptiveMtDataset.Builder extends GeneratedMessageV3.Builder<AdaptiveMtDataset.Builder> implements AdaptiveMtDatasetOrBuilder
An Adaptive MT Dataset.
Protobuf type google.cloud.translation.v3.AdaptiveMtDataset
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AdaptiveMtDataset.BuilderImplements
AdaptiveMtDatasetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AdaptiveMtDataset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
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 |
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. |
clearField(Descriptors.FieldDescriptor field)
public AdaptiveMtDataset.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
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. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AdaptiveMtDataset.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
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 |
clone()
public AdaptiveMtDataset.Builder clone()
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 |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AdaptiveMtDataset.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AdaptiveMtDataset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
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. |
setField(Descriptors.FieldDescriptor field, Object value)
public AdaptiveMtDataset.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
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. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AdaptiveMtDataset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
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. |
setUnknownFields(UnknownFieldSet unknownFields)
public final AdaptiveMtDataset.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AdaptiveMtDataset.Builder |
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 |