Interface WeaviateProtoGenerative.GenerativeResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeResult,WeaviateProtoGenerative.GenerativeResult.Builder
- Enclosing class:
- WeaviateProtoGenerative
public static interface WeaviateProtoGenerative.GenerativeResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValues(int index) repeated .weaviate.v1.GenerativeReply values = 1;intrepeated .weaviate.v1.GenerativeReply values = 1;repeated .weaviate.v1.GenerativeReply values = 1;getValuesOrBuilder(int index) repeated .weaviate.v1.GenerativeReply values = 1;repeated .weaviate.v1.GenerativeReply values = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
List<WeaviateProtoGenerative.GenerativeReply> getValuesList()repeated .weaviate.v1.GenerativeReply values = 1; -
getValues
repeated .weaviate.v1.GenerativeReply values = 1; -
getValuesCount
int getValuesCount()repeated .weaviate.v1.GenerativeReply values = 1; -
getValuesOrBuilderList
List<? extends WeaviateProtoGenerative.GenerativeReplyOrBuilder> getValuesOrBuilderList()repeated .weaviate.v1.GenerativeReply values = 1; -
getValuesOrBuilder
repeated .weaviate.v1.GenerativeReply values = 1;
-