Class VectorSearch (0.1.0)

public final class VectorSearch extends GeneratedMessageV3 implements VectorSearchOrBuilder

Defines a search operation using a query vector.

Protobuf type google.cloud.vectorsearch.v1beta.VectorSearch

Static Fields

DISTANCE_METRIC_FIELD_NUMBER

public static final int DISTANCE_METRIC_FIELD_NUMBER
Field Value
Type Description
int

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
Type Description
int

OUTPUT_FIELDS_FIELD_NUMBER

public static final int OUTPUT_FIELDS_FIELD_NUMBER
Field Value
Type Description
int

SEARCH_FIELD_FIELD_NUMBER

public static final int SEARCH_FIELD_FIELD_NUMBER
Field Value
Type Description
int

SEARCH_HINT_FIELD_NUMBER

public static final int SEARCH_HINT_FIELD_NUMBER
Field Value
Type Description
int

SPARSE_VECTOR_FIELD_NUMBER

public static final int SPARSE_VECTOR_FIELD_NUMBER
Field Value
Type Description
int

TOP_K_FIELD_NUMBER

public static final int TOP_K_FIELD_NUMBER
Field Value
Type Description
int

VECTOR_FIELD_NUMBER

public static final int VECTOR_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VectorSearch getDefaultInstance()
Returns
Type Description
VectorSearch

getDescriptor()

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

newBuilder()

public static VectorSearch.Builder newBuilder()
Returns
Type Description
VectorSearch.Builder

newBuilder(VectorSearch prototype)

public static VectorSearch.Builder newBuilder(VectorSearch prototype)
Parameter
Name Description
prototype VectorSearch
Returns
Type Description
VectorSearch.Builder

parseDelimitedFrom(InputStream input)

public static VectorSearch parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VectorSearch
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VectorSearch parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VectorSearch
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static VectorSearch parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
VectorSearch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VectorSearch parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VectorSearch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VectorSearch parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VectorSearch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VectorSearch parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VectorSearch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VectorSearch parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VectorSearch
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VectorSearch parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VectorSearch
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static VectorSearch parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VectorSearch
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VectorSearch parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VectorSearch
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static VectorSearch parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VectorSearch
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VectorSearch parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VectorSearch
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<VectorSearch> parser()
Returns
Type Description
Parser<VectorSearch>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public VectorSearch getDefaultInstanceForType()
Returns
Type Description
VectorSearch

getDistanceMetric()

public DistanceMetric getDistanceMetric()

Optional. The distance metric to use for the KNN search. If not specified, DOT_PRODUCT will be used as the default.

.google.cloud.vectorsearch.v1beta.DistanceMetric distance_metric = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DistanceMetric

The distanceMetric.

getDistanceMetricValue()

public int getDistanceMetricValue()

Optional. The distance metric to use for the KNN search. If not specified, DOT_PRODUCT will be used as the default.

.google.cloud.vectorsearch.v1beta.DistanceMetric distance_metric = 11 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for distanceMetric.

getFilter()

public Struct getFilter()

Optional. A JSON filter expression, e.g. {"genre": {"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.

.google.protobuf.Struct filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Struct

The filter.

getFilterOrBuilder()

public StructOrBuilder getFilterOrBuilder()

Optional. A JSON filter expression, e.g. {"genre": {"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.

.google.protobuf.Struct filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
StructOrBuilder

getOutputFields()

public OutputFields getOutputFields()

Optional. Mask specifying which fields to return.

.google.cloud.vectorsearch.v1beta.OutputFields output_fields = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OutputFields

The outputFields.

getOutputFieldsOrBuilder()

public OutputFieldsOrBuilder getOutputFieldsOrBuilder()

Optional. Mask specifying which fields to return.

.google.cloud.vectorsearch.v1beta.OutputFields output_fields = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
OutputFieldsOrBuilder

getParserForType()

public Parser<VectorSearch> getParserForType()
Returns
Type Description
Parser<VectorSearch>
Overrides

getSearchField()

public String getSearchField()

Required. The vector field to search.

string search_field = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The searchField.

getSearchFieldBytes()

public ByteString getSearchFieldBytes()

Required. The vector field to search.

string search_field = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for searchField.

getSearchHint()

public SearchHint getSearchHint()

Optional. Sets the search hint. If no strategy is specified, the service will use an index if one is available, and fall back to the default KNN search otherwise.

.google.cloud.vectorsearch.v1beta.SearchHint search_hint = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SearchHint

The searchHint.

getSearchHintOrBuilder()

public SearchHintOrBuilder getSearchHintOrBuilder()

Optional. Sets the search hint. If no strategy is specified, the service will use an index if one is available, and fall back to the default KNN search otherwise.

.google.cloud.vectorsearch.v1beta.SearchHint search_hint = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SearchHintOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSparseVector()

public SparseVector getSparseVector()

A sparse vector for the query.

.google.cloud.vectorsearch.v1beta.SparseVector sparse_vector = 2;

Returns
Type Description
SparseVector

The sparseVector.

getSparseVectorOrBuilder()

public SparseVectorOrBuilder getSparseVectorOrBuilder()

A sparse vector for the query.

.google.cloud.vectorsearch.v1beta.SparseVector sparse_vector = 2;

Returns
Type Description
SparseVectorOrBuilder

getTopK()

public int getTopK()

Optional. The number of nearest neighbors to return.

optional int32 top_k = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The topK.

getVector()

public DenseVector getVector()

A dense vector for the query.

.google.cloud.vectorsearch.v1beta.DenseVector vector = 1;

Returns
Type Description
DenseVector

The vector.

getVectorOrBuilder()

public DenseVectorOrBuilder getVectorOrBuilder()

A dense vector for the query.

.google.cloud.vectorsearch.v1beta.DenseVector vector = 1;

Returns
Type Description
DenseVectorOrBuilder

getVectorTypeCase()

public VectorSearch.VectorTypeCase getVectorTypeCase()
Returns
Type Description
VectorSearch.VectorTypeCase

hasFilter()

public boolean hasFilter()

Optional. A JSON filter expression, e.g. {"genre": {"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.

.google.protobuf.Struct filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the filter field is set.

hasOutputFields()

public boolean hasOutputFields()

Optional. Mask specifying which fields to return.

.google.cloud.vectorsearch.v1beta.OutputFields output_fields = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the outputFields field is set.

hasSearchHint()

public boolean hasSearchHint()

Optional. Sets the search hint. If no strategy is specified, the service will use an index if one is available, and fall back to the default KNN search otherwise.

.google.cloud.vectorsearch.v1beta.SearchHint search_hint = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the searchHint field is set.

hasSparseVector()

public boolean hasSparseVector()

A sparse vector for the query.

.google.cloud.vectorsearch.v1beta.SparseVector sparse_vector = 2;

Returns
Type Description
boolean

Whether the sparseVector field is set.

hasTopK()

public boolean hasTopK()

Optional. The number of nearest neighbors to return.

optional int32 top_k = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the topK field is set.

hasVector()

public boolean hasVector()

A dense vector for the query.

.google.cloud.vectorsearch.v1beta.DenseVector vector = 1;

Returns
Type Description
boolean

Whether the vector field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public VectorSearch.Builder newBuilderForType()
Returns
Type Description
VectorSearch.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VectorSearch.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
VectorSearch.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public VectorSearch.Builder toBuilder()
Returns
Type Description
VectorSearch.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException