Package ai.vespa.documentapi.protobuf
Interface DocapiInspect.StatBucketResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocapiInspect.StatBucketResponse,DocapiInspect.StatBucketResponse.Builder
- Enclosing class:
- DocapiInspect
public static interface DocapiInspect.StatBucketResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring results = 1;com.google.protobuf.ByteStringstring results = 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
-
getResults
String getResults()string results = 1;- Returns:
- The results.
-
getResultsBytes
com.google.protobuf.ByteString getResultsBytes()string results = 1;- Returns:
- The bytes for results.
-