Class ExportDataObjectsMetadata.Builder (0.8.0)

public static final class ExportDataObjectsMetadata.Builder extends GeneratedMessage.Builder<ExportDataObjectsMetadata.Builder> implements ExportDataObjectsMetadataOrBuilder

Metadata for the ExportDataObjects LRO.

Protobuf type google.cloud.vectorsearch.v1beta.ExportDataObjectsMetadata

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportDataObjectsMetadata build()
Returns
Type Description
ExportDataObjectsMetadata

buildPartial()

public ExportDataObjectsMetadata buildPartial()
Returns
Type Description
ExportDataObjectsMetadata

clear()

public ExportDataObjectsMetadata.Builder clear()
Returns
Type Description
ExportDataObjectsMetadata.Builder
Overrides

clearCreateTime()

public ExportDataObjectsMetadata.Builder clearCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
ExportDataObjectsMetadata.Builder

clearFinishTime()

public ExportDataObjectsMetadata.Builder clearFinishTime()

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExportDataObjectsMetadata.Builder

getCreateTime()

public Timestamp getCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The time the operation was created.

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

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the operation was created.

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

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public ExportDataObjectsMetadata getDefaultInstanceForType()
Returns
Type Description
ExportDataObjectsMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFinishTime()

public Timestamp getFinishTime()

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The finishTime.

getFinishTimeBuilder()

public Timestamp.Builder getFinishTimeBuilder()

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getFinishTimeOrBuilder()

public TimestampOrBuilder getFinishTimeOrBuilder()

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The time the operation was created.

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

Returns
Type Description
boolean

Whether the createTime field is set.

hasFinishTime()

public boolean hasFinishTime()

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the finishTime 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 ExportDataObjectsMetadata.Builder mergeCreateTime(Timestamp value)

Output only. The time the operation was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportDataObjectsMetadata.Builder

mergeFinishTime(Timestamp value)

public ExportDataObjectsMetadata.Builder mergeFinishTime(Timestamp value)

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportDataObjectsMetadata.Builder

mergeFrom(ExportDataObjectsMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public ExportDataObjectsMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportDataObjectsMetadata.Builder
Overrides

setCreateTime(Timestamp value)

public ExportDataObjectsMetadata.Builder setCreateTime(Timestamp value)

Output only. The time the operation was created.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportDataObjectsMetadata.Builder

setCreateTime(Timestamp.Builder builderForValue)

public ExportDataObjectsMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The time the operation was created.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ExportDataObjectsMetadata.Builder

setFinishTime(Timestamp value)

public ExportDataObjectsMetadata.Builder setFinishTime(Timestamp value)

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportDataObjectsMetadata.Builder

setFinishTime(Timestamp.Builder builderForValue)

public ExportDataObjectsMetadata.Builder setFinishTime(Timestamp.Builder builderForValue)

Output only. The time the operation finished.

.google.protobuf.Timestamp finish_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ExportDataObjectsMetadata.Builder