Class SearchHint.IndexHint (0.1.0)

public static final class SearchHint.IndexHint extends GeneratedMessageV3 implements SearchHint.IndexHintOrBuilder

Message to specify the index to use for the search.

Protobuf type google.cloud.vectorsearch.v1beta.SearchHint.IndexHint

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SearchHint.IndexHint getDefaultInstance()
Returns
Type Description
SearchHint.IndexHint

getDescriptor()

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

newBuilder()

public static SearchHint.IndexHint.Builder newBuilder()
Returns
Type Description
SearchHint.IndexHint.Builder

newBuilder(SearchHint.IndexHint prototype)

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

parseDelimitedFrom(InputStream input)

public static SearchHint.IndexHint parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchHint.IndexHint
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static SearchHint.IndexHint parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SearchHint.IndexHint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static SearchHint.IndexHint parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SearchHint.IndexHint
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static SearchHint.IndexHint parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SearchHint.IndexHint
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static SearchHint.IndexHint parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SearchHint.IndexHint
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<SearchHint.IndexHint> parser()
Returns
Type Description
Parser<IndexHint>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SearchHint.IndexHint getDefaultInstanceForType()
Returns
Type Description
SearchHint.IndexHint

getName()

public String getName()

Required. The resource name of the index to use for the search. The index must be in the same project, location, and collection. Format: projects/{project}/locations/{location}/collections/{collection}/indexes/{index}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the index to use for the search. The index must be in the same project, location, and collection. Format: projects/{project}/locations/{location}/collections/{collection}/indexes/{index}

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<SearchHint.IndexHint> getParserForType()
Returns
Type Description
Parser<IndexHint>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 SearchHint.IndexHint.Builder newBuilderForType()
Returns
Type Description
SearchHint.IndexHint.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public SearchHint.IndexHint.Builder toBuilder()
Returns
Type Description
SearchHint.IndexHint.Builder

writeTo(CodedOutputStream output)

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