Interface WeaviateProtoSearchGet.GenerativeSearchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoSearchGet.GenerativeSearch,WeaviateProtoSearchGet.GenerativeSearch.Builder
- Enclosing class:
- WeaviateProtoSearchGet
public static interface WeaviateProtoSearchGet.GenerativeSearchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupedProperties(int index)repeated string grouped_properties = 3;com.google.protobuf.ByteStringgetGroupedPropertiesBytes(int index)repeated string grouped_properties = 3;intgetGroupedPropertiesCount()repeated string grouped_properties = 3;List<String>getGroupedPropertiesList()repeated string grouped_properties = 3;StringgetGroupedResponseTask()string grouped_response_task = 2;com.google.protobuf.ByteStringgetGroupedResponseTaskBytes()string grouped_response_task = 2;StringgetSingleResponsePrompt()string single_response_prompt = 1;com.google.protobuf.ByteStringgetSingleResponsePromptBytes()string single_response_prompt = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSingleResponsePrompt
String getSingleResponsePrompt()
string single_response_prompt = 1;- Returns:
- The singleResponsePrompt.
-
getSingleResponsePromptBytes
com.google.protobuf.ByteString getSingleResponsePromptBytes()
string single_response_prompt = 1;- Returns:
- The bytes for singleResponsePrompt.
-
getGroupedResponseTask
String getGroupedResponseTask()
string grouped_response_task = 2;- Returns:
- The groupedResponseTask.
-
getGroupedResponseTaskBytes
com.google.protobuf.ByteString getGroupedResponseTaskBytes()
string grouped_response_task = 2;- Returns:
- The bytes for groupedResponseTask.
-
getGroupedPropertiesList
List<String> getGroupedPropertiesList()
repeated string grouped_properties = 3;- Returns:
- A list containing the groupedProperties.
-
getGroupedPropertiesCount
int getGroupedPropertiesCount()
repeated string grouped_properties = 3;- Returns:
- The count of groupedProperties.
-
getGroupedProperties
String getGroupedProperties(int index)
repeated string grouped_properties = 3;- Parameters:
index- The index of the element to return.- Returns:
- The groupedProperties at the given index.
-
getGroupedPropertiesBytes
com.google.protobuf.ByteString getGroupedPropertiesBytes(int index)
repeated string grouped_properties = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the groupedProperties at the given index.
-
-