Class RagMetadataSchemaDetails.SearchStrategy (3.89.0)

public static final class RagMetadataSchemaDetails.SearchStrategy extends GeneratedMessage implements RagMetadataSchemaDetails.SearchStrategyOrBuilder

The search strategy for the metadata value of the key.

Protobuf type google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RagMetadataSchemaDetails.SearchStrategy

Static Fields

SEARCH_STRATEGY_TYPE_FIELD_NUMBER

public static final int SEARCH_STRATEGY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RagMetadataSchemaDetails.SearchStrategy getDefaultInstance()
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy

getDescriptor()

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

newBuilder()

public static RagMetadataSchemaDetails.SearchStrategy.Builder newBuilder()
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy.Builder

newBuilder(RagMetadataSchemaDetails.SearchStrategy prototype)

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

parseDelimitedFrom(InputStream input)

public static RagMetadataSchemaDetails.SearchStrategy parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static RagMetadataSchemaDetails.SearchStrategy parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static RagMetadataSchemaDetails.SearchStrategy parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static RagMetadataSchemaDetails.SearchStrategy parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static RagMetadataSchemaDetails.SearchStrategy parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<RagMetadataSchemaDetails.SearchStrategy> parser()
Returns
Type Description
Parser<SearchStrategy>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public RagMetadataSchemaDetails.SearchStrategy getDefaultInstanceForType()
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy

getParserForType()

public Parser<RagMetadataSchemaDetails.SearchStrategy> getParserForType()
Returns
Type Description
Parser<SearchStrategy>
Overrides

getSearchStrategyType()

public RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType getSearchStrategyType()

The search strategy type to be applied on the metadata key.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType search_strategy_type = 1;

Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType

The searchStrategyType.

getSearchStrategyTypeValue()

public int getSearchStrategyTypeValue()

The search strategy type to be applied on the metadata key.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType search_strategy_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for searchStrategyType.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasSearchStrategyType()

public boolean hasSearchStrategyType()

The search strategy type to be applied on the metadata key.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy.SearchStrategyType search_strategy_type = 1;

Returns
Type Description
boolean

Whether the searchStrategyType field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RagMetadataSchemaDetails.SearchStrategy.Builder newBuilderForType()
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected RagMetadataSchemaDetails.SearchStrategy.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy.Builder
Overrides

toBuilder()

public RagMetadataSchemaDetails.SearchStrategy.Builder toBuilder()
Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy.Builder

writeTo(CodedOutputStream output)

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