public static final class ImportDataObjectsMetadata.Builder extends GeneratedMessage.Builder<ImportDataObjectsMetadata.Builder> implements ImportDataObjectsMetadataOrBuilderMetadata for VectorSearchService.ImportDataObjects.
Protobuf type google.cloud.vectorsearch.v1beta.ImportDataObjectsMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ImportDataObjectsMetadata.BuilderImplements
ImportDataObjectsMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ImportDataObjectsMetadata build()| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata |
|
buildPartial()
public ImportDataObjectsMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata |
|
clear()
public ImportDataObjectsMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
clearCreateTime()
public ImportDataObjectsMetadata.Builder clearCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
clearFailureCount()
public ImportDataObjectsMetadata.Builder clearFailureCount()Number of DataObjects that failed during processing.
int64 failure_count = 4;
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
This builder for chaining. |
clearSuccessCount()
public ImportDataObjectsMetadata.Builder clearSuccessCount()Number of DataObjects that were processed successfully.
int64 success_count = 3;
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
This builder for chaining. |
clearUpdateTime()
public ImportDataObjectsMetadata.Builder clearUpdateTime()The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.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 ImportDataObjectsMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFailureCount()
public long getFailureCount()Number of DataObjects that failed during processing.
int64 failure_count = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The failureCount. |
getSuccessCount()
public long getSuccessCount()Number of DataObjects that were processed successfully.
int64 success_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The successCount. |
getUpdateTime()
public Timestamp getUpdateTime()The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()The time the operation was last updated.
.google.protobuf.Timestamp update_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. |
hasUpdateTime()
public boolean hasUpdateTime()The time the operation was last updated.
.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 ImportDataObjectsMetadata.Builder mergeCreateTime(Timestamp value)The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
mergeFrom(ImportDataObjectsMetadata other)
public ImportDataObjectsMetadata.Builder mergeFrom(ImportDataObjectsMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportDataObjectsMetadata |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportDataObjectsMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ImportDataObjectsMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
mergeUpdateTime(Timestamp value)
public ImportDataObjectsMetadata.Builder mergeUpdateTime(Timestamp value)The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
setCreateTime(Timestamp value)
public ImportDataObjectsMetadata.Builder setCreateTime(Timestamp value)The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public ImportDataObjectsMetadata.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 |
ImportDataObjectsMetadata.Builder |
|
setFailureCount(long value)
public ImportDataObjectsMetadata.Builder setFailureCount(long value)Number of DataObjects that failed during processing.
int64 failure_count = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe failureCount to set. |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
This builder for chaining. |
setSuccessCount(long value)
public ImportDataObjectsMetadata.Builder setSuccessCount(long value)Number of DataObjects that were processed successfully.
int64 success_count = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe successCount to set. |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
This builder for chaining. |
setUpdateTime(Timestamp value)
public ImportDataObjectsMetadata.Builder setUpdateTime(Timestamp value)The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public ImportDataObjectsMetadata.Builder setUpdateTime(Timestamp.Builder builderForValue)The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ImportDataObjectsMetadata.Builder |
|