Interface WeaviateProtoGenerative.GenerativeReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeReply,WeaviateProtoGenerative.GenerativeReply.Builder
- Enclosing class:
- WeaviateProtoGenerative
public static interface WeaviateProtoGenerative.GenerativeReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDebug()optional .weaviate.v1.GenerativeDebug debug = 2;optional .weaviate.v1.GenerativeDebug debug = 2;optional .weaviate.v1.GenerativeMetadata metadata = 3;optional .weaviate.v1.GenerativeMetadata metadata = 3;string result = 1;com.google.protobuf.ByteStringstring result = 1;booleanhasDebug()optional .weaviate.v1.GenerativeDebug debug = 2;booleanoptional .weaviate.v1.GenerativeMetadata metadata = 3;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
-
getResult
String getResult()string result = 1;- Returns:
- The result.
-
getResultBytes
com.google.protobuf.ByteString getResultBytes()string result = 1;- Returns:
- The bytes for result.
-
hasDebug
boolean hasDebug()optional .weaviate.v1.GenerativeDebug debug = 2;- Returns:
- Whether the debug field is set.
-
getDebug
WeaviateProtoGenerative.GenerativeDebug getDebug()optional .weaviate.v1.GenerativeDebug debug = 2;- Returns:
- The debug.
-
getDebugOrBuilder
WeaviateProtoGenerative.GenerativeDebugOrBuilder getDebugOrBuilder()optional .weaviate.v1.GenerativeDebug debug = 2; -
hasMetadata
boolean hasMetadata()optional .weaviate.v1.GenerativeMetadata metadata = 3;- Returns:
- Whether the metadata field is set.
-
getMetadata
WeaviateProtoGenerative.GenerativeMetadata getMetadata()optional .weaviate.v1.GenerativeMetadata metadata = 3;- Returns:
- The metadata.
-
getMetadataOrBuilder
WeaviateProtoGenerative.GenerativeMetadataOrBuilder getMetadataOrBuilder()optional .weaviate.v1.GenerativeMetadata metadata = 3;
-