Package ai.vespa.documentapi.protobuf
Interface DocapiInspect.GetBucketStateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocapiInspect.GetBucketStateRequest,DocapiInspect.GetBucketStateRequest.Builder
- Enclosing class:
- DocapiInspect
public static interface DocapiInspect.GetBucketStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.documentapi.protobuf.BucketId bucket_id = 1;.documentapi.protobuf.BucketId bucket_id = 1;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;
-