Class StoredContentsExample.SearchKeyGenerationMethod (3.64.0)

public static final class StoredContentsExample.SearchKeyGenerationMethod extends GeneratedMessageV3 implements StoredContentsExample.SearchKeyGenerationMethodOrBuilder

Options for generating the search key from the conversation history.

Protobuf type google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StoredContentsExample.SearchKeyGenerationMethod

Static Fields

LAST_ENTRY_FIELD_NUMBER

public static final int LAST_ENTRY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static StoredContentsExample.SearchKeyGenerationMethod getDefaultInstance()
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod

getDescriptor()

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

newBuilder()

public static StoredContentsExample.SearchKeyGenerationMethod.Builder newBuilder()
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.Builder

newBuilder(StoredContentsExample.SearchKeyGenerationMethod prototype)

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

parseDelimitedFrom(InputStream input)

public static StoredContentsExample.SearchKeyGenerationMethod parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static StoredContentsExample.SearchKeyGenerationMethod parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static StoredContentsExample.SearchKeyGenerationMethod parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static StoredContentsExample.SearchKeyGenerationMethod parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static StoredContentsExample.SearchKeyGenerationMethod parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<StoredContentsExample.SearchKeyGenerationMethod> parser()
Returns
Type Description
Parser<SearchKeyGenerationMethod>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public StoredContentsExample.SearchKeyGenerationMethod getDefaultInstanceForType()
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod

getLastEntry()

public StoredContentsExample.SearchKeyGenerationMethod.LastEntry getLastEntry()

Use only the last entry of the conversation history (contents_example.contents) as the search key.

.google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;

Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.LastEntry

The lastEntry.

getLastEntryOrBuilder()

public StoredContentsExample.SearchKeyGenerationMethod.LastEntryOrBuilder getLastEntryOrBuilder()

Use only the last entry of the conversation history (contents_example.contents) as the search key.

.google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;

Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.LastEntryOrBuilder

getMethodCase()

public StoredContentsExample.SearchKeyGenerationMethod.MethodCase getMethodCase()
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.MethodCase

getParserForType()

public Parser<StoredContentsExample.SearchKeyGenerationMethod> getParserForType()
Returns
Type Description
Parser<SearchKeyGenerationMethod>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasLastEntry()

public boolean hasLastEntry()

Use only the last entry of the conversation history (contents_example.contents) as the search key.

.google.cloud.aiplatform.v1beta1.StoredContentsExample.SearchKeyGenerationMethod.LastEntry last_entry = 1;

Returns
Type Description
boolean

Whether the lastEntry 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 StoredContentsExample.SearchKeyGenerationMethod.Builder newBuilderForType()
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public StoredContentsExample.SearchKeyGenerationMethod.Builder toBuilder()
Returns
Type Description
StoredContentsExample.SearchKeyGenerationMethod.Builder

writeTo(CodedOutputStream output)

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