public static final class TrainCustomModelMetadata.Builder extends GeneratedMessage.Builder<TrainCustomModelMetadata.Builder> implements TrainCustomModelMetadataOrBuilderMetadata related to the progress of the TrainCustomModel operation. This is returned by the google.longrunning.Operation.metadata field.
Protobuf type google.cloud.discoveryengine.v1alpha.TrainCustomModelMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TrainCustomModelMetadata.BuilderImplements
TrainCustomModelMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TrainCustomModelMetadata build()| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata |
|
buildPartial()
public TrainCustomModelMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata |
|
clear()
public TrainCustomModelMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
clearCreateTime()
public TrainCustomModelMetadata.Builder clearCreateTime()Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
clearUpdateTime()
public TrainCustomModelMetadata.Builder clearUpdateTime()Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
getCreateTime()
public Timestamp getCreateTime()Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public TrainCustomModelMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateTime()
public Timestamp getUpdateTime()Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public boolean hasCreateTime()Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public TrainCustomModelMetadata.Builder mergeCreateTime(Timestamp value)Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
mergeFrom(TrainCustomModelMetadata other)
public TrainCustomModelMetadata.Builder mergeFrom(TrainCustomModelMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
TrainCustomModelMetadata |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TrainCustomModelMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TrainCustomModelMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
mergeUpdateTime(Timestamp value)
public TrainCustomModelMetadata.Builder mergeUpdateTime(Timestamp value)Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
setCreateTime(Timestamp value)
public TrainCustomModelMetadata.Builder setCreateTime(Timestamp value)Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public TrainCustomModelMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)Operation create time.
.google.protobuf.Timestamp create_time = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
setUpdateTime(Timestamp value)
public TrainCustomModelMetadata.Builder setUpdateTime(Timestamp value)Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public TrainCustomModelMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)Operation last update time. If the operation is done, this is also the finish time.
.google.protobuf.Timestamp update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TrainCustomModelMetadata.Builder |
|