Class ExportDataObjectsMetadata.Builder (0.6.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()

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
ExportDataObjectsMetadata.Builder

clearFinishTime()

public ExportDataObjectsMetadata.Builder clearFinishTime()

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

Returns
Type Description
ExportDataObjectsMetadata.Builder

getCreateTime()

public Timestamp getCreateTime()

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

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()

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

Returns
Type Description
Timestamp

The finishTime.

getFinishTimeBuilder()

public Timestamp.Builder getFinishTimeBuilder()

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

Returns
Type Description
Builder

getFinishTimeOrBuilder()

public TimestampOrBuilder getFinishTimeOrBuilder()

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

Returns
Type Description
boolean

Whether the createTime field is set.

hasFinishTime()

public boolean hasFinishTime()

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

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)

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportDataObjectsMetadata.Builder

mergeFinishTime(Timestamp value)

public ExportDataObjectsMetadata.Builder mergeFinishTime(Timestamp value)

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

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)

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportDataObjectsMetadata.Builder

setCreateTime(Timestamp.Builder builderForValue)

public ExportDataObjectsMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)

The time the operation was created.

.google.protobuf.Timestamp create_time = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ExportDataObjectsMetadata.Builder

setFinishTime(Timestamp value)

public ExportDataObjectsMetadata.Builder setFinishTime(Timestamp value)

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

Parameter
Name Description
value Timestamp
Returns
Type Description
ExportDataObjectsMetadata.Builder

setFinishTime(Timestamp.Builder builderForValue)

public ExportDataObjectsMetadata.Builder setFinishTime(Timestamp.Builder builderForValue)

The time the operation finished.

.google.protobuf.Timestamp finish_time = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
ExportDataObjectsMetadata.Builder