- 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 AdaptiveMtFile.Builder extends GeneratedMessageV3.Builder<AdaptiveMtFile.Builder> implements AdaptiveMtFileOrBuilder
An AdaptiveMtFile.
Protobuf type google.cloud.translation.v3.AdaptiveMtFile
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AdaptiveMtFile.BuilderImplements
AdaptiveMtFileOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AdaptiveMtFile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
build()
public AdaptiveMtFile build()
Returns | |
---|---|
Type | Description |
AdaptiveMtFile |
buildPartial()
public AdaptiveMtFile buildPartial()
Returns | |
---|---|
Type | Description |
AdaptiveMtFile |
clear()
public AdaptiveMtFile.Builder clear()
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
clearCreateTime()
public AdaptiveMtFile.Builder clearCreateTime()
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
clearDisplayName()
public AdaptiveMtFile.Builder clearDisplayName()
The file's display name.
string display_name = 2;
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder | This builder for chaining. |
clearEntryCount()
public AdaptiveMtFile.Builder clearEntryCount()
The number of entries that the file contains.
int32 entry_count = 3;
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public AdaptiveMtFile.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
clearName()
public AdaptiveMtFile.Builder clearName()
Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public AdaptiveMtFile.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
clearUpdateTime()
public AdaptiveMtFile.Builder clearUpdateTime()
Output only. Timestamp when this file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
clone()
public AdaptiveMtFile.Builder clone()
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
getCreateTime()
public Timestamp getCreateTime()
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public AdaptiveMtFile getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AdaptiveMtFile |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
The file's display name.
string display_name = 2;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The file's display name.
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getEntryCount()
public int getEntryCount()
The number of entries that the file contains.
int32 entry_count = 3;
Returns | |
---|---|
Type | Description |
int | The entryCount. |
getName()
public String getName()
Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
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 file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. Timestamp when this file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. Timestamp when this file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.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 file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.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 AdaptiveMtFile.Builder mergeCreateTime(Timestamp value)
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
mergeFrom(AdaptiveMtFile other)
public AdaptiveMtFile.Builder mergeFrom(AdaptiveMtFile other)
Parameter | |
---|---|
Name | Description |
other | AdaptiveMtFile |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AdaptiveMtFile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public AdaptiveMtFile.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AdaptiveMtFile.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
mergeUpdateTime(Timestamp value)
public AdaptiveMtFile.Builder mergeUpdateTime(Timestamp value)
Output only. Timestamp when this file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
setCreateTime(Timestamp value)
public AdaptiveMtFile.Builder setCreateTime(Timestamp value)
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public AdaptiveMtFile.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when this file was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
setDisplayName(String value)
public AdaptiveMtFile.Builder setDisplayName(String value)
The file's display name.
string display_name = 2;
Parameter | |
---|---|
Name | Description |
value | String The displayName to set. |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public AdaptiveMtFile.Builder setDisplayNameBytes(ByteString value)
The file's display name.
string display_name = 2;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for displayName to set. |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder | This builder for chaining. |
setEntryCount(int value)
public AdaptiveMtFile.Builder setEntryCount(int value)
The number of entries that the file contains.
int32 entry_count = 3;
Parameter | |
---|---|
Name | Description |
value | int The entryCount to set. |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public AdaptiveMtFile.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
setName(String value)
public AdaptiveMtFile.Builder setName(String value)
Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public AdaptiveMtFile.Builder setNameBytes(ByteString value)
Required. The resource name of the file, in form of
projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}
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 |
AdaptiveMtFile.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AdaptiveMtFile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AdaptiveMtFile.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
setUpdateTime(Timestamp value)
public AdaptiveMtFile.Builder setUpdateTime(Timestamp value)
Output only. Timestamp when this file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public AdaptiveMtFile.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when this file was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
AdaptiveMtFile.Builder |