Package ai.vespa.documentapi.protobuf
Interface DocapiInspect.BucketInformationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocapiInspect.BucketInformation,DocapiInspect.BucketInformation.Builder
- Enclosing class:
- DocapiInspect
public static interface DocapiInspect.BucketInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.documentapi.protobuf.BucketId bucket_id = 1;.documentapi.protobuf.BucketId bucket_id = 1;getInfo()string info = 2;com.google.protobuf.ByteStringstring info = 2;boolean.documentapi.protobuf.BucketId bucket_id = 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
-
hasBucketId
boolean hasBucketId().documentapi.protobuf.BucketId bucket_id = 1;- Returns:
- Whether the bucketId field is set.
-
getBucketId
DocapiCommon.BucketId getBucketId().documentapi.protobuf.BucketId bucket_id = 1;- Returns:
- The bucketId.
-
getBucketIdOrBuilder
DocapiCommon.BucketIdOrBuilder getBucketIdOrBuilder().documentapi.protobuf.BucketId bucket_id = 1; -
getInfo
String getInfo()string info = 2;- Returns:
- The info.
-
getInfoBytes
com.google.protobuf.ByteString getInfoBytes()string info = 2;- Returns:
- The bytes for info.
-