public final class StoredContentsExampleParameters extends GeneratedMessage implements StoredContentsExampleParametersOrBuilder
The metadata filters that will be used to search StoredContentsExamples.
If a field is unspecified, then no filtering for that field will be applied
Protobuf type google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
CONTENT_SEARCH_KEY_FIELD_NUMBER
public static final int CONTENT_SEARCH_KEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
FUNCTION_NAMES_FIELD_NUMBER
public static final int FUNCTION_NAMES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
SEARCH_KEY_FIELD_NUMBER
public static final int SEARCH_KEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static StoredContentsExampleParameters getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static StoredContentsExampleParameters.Builder newBuilder()
newBuilder(StoredContentsExampleParameters prototype)
public static StoredContentsExampleParameters.Builder newBuilder(StoredContentsExampleParameters prototype)
parseDelimitedFrom(InputStream input)
public static StoredContentsExampleParameters parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredContentsExampleParameters parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static StoredContentsExampleParameters parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StoredContentsExampleParameters parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static StoredContentsExampleParameters parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StoredContentsExampleParameters parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static StoredContentsExampleParameters parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredContentsExampleParameters parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static StoredContentsExampleParameters parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StoredContentsExampleParameters parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static StoredContentsExampleParameters parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StoredContentsExampleParameters parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<StoredContentsExampleParameters> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getContentSearchKey()
public StoredContentsExampleParameters.ContentSearchKey getContentSearchKey()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
getContentSearchKeyOrBuilder()
public StoredContentsExampleParameters.ContentSearchKeyOrBuilder getContentSearchKeyOrBuilder()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
getDefaultInstanceForType()
public StoredContentsExampleParameters getDefaultInstanceForType()
getFunctionNames()
public ExamplesArrayFilter getFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
getFunctionNamesOrBuilder()
public ExamplesArrayFilterOrBuilder getFunctionNamesOrBuilder()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<StoredContentsExampleParameters> getParserForType()
Overrides
getQueryCase()
public StoredContentsExampleParameters.QueryCase getQueryCase()
getSearchKey()
public String getSearchKey()
The exact search key to use for retrieval.
string search_key = 1;
| Returns |
| Type |
Description |
String |
The searchKey.
|
getSearchKeyBytes()
public ByteString getSearchKeyBytes()
The exact search key to use for retrieval.
string search_key = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for searchKey.
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hasContentSearchKey()
public boolean hasContentSearchKey()
The chat history to use to generate the search key for retrieval.
.google.cloud.aiplatform.v1beta1.StoredContentsExampleParameters.ContentSearchKey content_search_key = 2;
| Returns |
| Type |
Description |
boolean |
Whether the contentSearchKey field is set.
|
hasFunctionNames()
public boolean hasFunctionNames()
Optional. The function names for filtering.
.google.cloud.aiplatform.v1beta1.ExamplesArrayFilter function_names = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the functionNames field is set.
|
hasSearchKey()
public boolean hasSearchKey()
The exact search key to use for retrieval.
string search_key = 1;
| Returns |
| Type |
Description |
boolean |
Whether the searchKey field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public StoredContentsExampleParameters.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected StoredContentsExampleParameters.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public StoredContentsExampleParameters.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides