Class NearestNeighborSearchOperationMetadata.Builder (3.16.0)

public static final class NearestNeighborSearchOperationMetadata.Builder extends GeneratedMessageV3.Builder<NearestNeighborSearchOperationMetadata.Builder> implements NearestNeighborSearchOperationMetadataOrBuilder

Runtime operation metadata with regard to Matching Engine Index.

Protobuf type google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllContentValidationStats(Iterable<? extends NearestNeighborSearchOperationMetadata.ContentValidationStats> values)

public NearestNeighborSearchOperationMetadata.Builder addAllContentValidationStats(Iterable<? extends NearestNeighborSearchOperationMetadata.ContentValidationStats> values)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats>

addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats value)

public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats value)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)

public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)

public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)

public NearestNeighborSearchOperationMetadata.Builder addContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

addContentValidationStatsBuilder()

public NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder addContentValidationStatsBuilder()

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

addContentValidationStatsBuilder(int index)

public NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder addContentValidationStatsBuilder(int index)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Parameter
NameDescription
indexint

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public NearestNeighborSearchOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

build()

public NearestNeighborSearchOperationMetadata build()

buildPartial()

public NearestNeighborSearchOperationMetadata buildPartial()

clear()

public NearestNeighborSearchOperationMetadata.Builder clear()
Overrides

clearContentValidationStats()

public NearestNeighborSearchOperationMetadata.Builder clearContentValidationStats()

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

clearDataBytesCount()

public NearestNeighborSearchOperationMetadata.Builder clearDataBytesCount()

The ingested data size in bytes.

int64 data_bytes_count = 2;

Returns
TypeDescription
NearestNeighborSearchOperationMetadata.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public NearestNeighborSearchOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public NearestNeighborSearchOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Overrides

clone()

public NearestNeighborSearchOperationMetadata.Builder clone()
Overrides

getContentValidationStats(int index)

public NearestNeighborSearchOperationMetadata.ContentValidationStats getContentValidationStats(int index)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Parameter
NameDescription
indexint

getContentValidationStatsBuilder(int index)

public NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder getContentValidationStatsBuilder(int index)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Parameter
NameDescription
indexint

getContentValidationStatsBuilderList()

public List<NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder> getContentValidationStatsBuilderList()

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Returns
TypeDescription
List<Builder>

getContentValidationStatsCount()

public int getContentValidationStatsCount()

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Returns
TypeDescription
int

getContentValidationStatsList()

public List<NearestNeighborSearchOperationMetadata.ContentValidationStats> getContentValidationStatsList()

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Returns
TypeDescription
List<ContentValidationStats>

getContentValidationStatsOrBuilder(int index)

public NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder getContentValidationStatsOrBuilder(int index)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Parameter
NameDescription
indexint

getContentValidationStatsOrBuilderList()

public List<? extends NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder> getContentValidationStatsOrBuilderList()

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStatsOrBuilder>

getDataBytesCount()

public long getDataBytesCount()

The ingested data size in bytes.

int64 data_bytes_count = 2;

Returns
TypeDescription
long

The dataBytesCount.

getDefaultInstanceForType()

public NearestNeighborSearchOperationMetadata getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(NearestNeighborSearchOperationMetadata other)

public NearestNeighborSearchOperationMetadata.Builder mergeFrom(NearestNeighborSearchOperationMetadata other)
Parameter
NameDescription
otherNearestNeighborSearchOperationMetadata

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public NearestNeighborSearchOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public NearestNeighborSearchOperationMetadata.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final NearestNeighborSearchOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides

removeContentValidationStats(int index)

public NearestNeighborSearchOperationMetadata.Builder removeContentValidationStats(int index)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

Parameter
NameDescription
indexint

setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)

public NearestNeighborSearchOperationMetadata.Builder setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats value)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)

public NearestNeighborSearchOperationMetadata.Builder setContentValidationStats(int index, NearestNeighborSearchOperationMetadata.ContentValidationStats.Builder builderForValue)

The validation stats of the content (per file) to be inserted or updated on the Matching Engine Index resource. Populated if contentsDeltaUri is provided as part of Index.metadata. Please note that, currently for those files that are broken or has unsupported file format, we will not have the stats for those files.

repeated .google.cloud.aiplatform.v1.NearestNeighborSearchOperationMetadata.ContentValidationStats content_validation_stats = 1;

setDataBytesCount(long value)

public NearestNeighborSearchOperationMetadata.Builder setDataBytesCount(long value)

The ingested data size in bytes.

int64 data_bytes_count = 2;

Parameter
NameDescription
valuelong

The dataBytesCount to set.

Returns
TypeDescription
NearestNeighborSearchOperationMetadata.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public NearestNeighborSearchOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public NearestNeighborSearchOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final NearestNeighborSearchOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Overrides