Uses of Class
ai.vespa.documentapi.protobuf.DocapiInspect.BucketInformation
Packages that use DocapiInspect.BucketInformation
-
Uses of DocapiInspect.BucketInformation in ai.vespa.documentapi.protobuf
Methods in ai.vespa.documentapi.protobuf that return DocapiInspect.BucketInformationModifier and TypeMethodDescriptionDocapiInspect.BucketInformation.Builder.build()DocapiInspect.BucketInformation.Builder.buildPartial()DocapiInspect.GetBucketListResponse.Builder.getBucketInfo(int index) repeated .documentapi.protobuf.BucketInformation bucket_info = 1;DocapiInspect.GetBucketListResponse.getBucketInfo(int index) repeated .documentapi.protobuf.BucketInformation bucket_info = 1;DocapiInspect.GetBucketListResponseOrBuilder.getBucketInfo(int index) repeated .documentapi.protobuf.BucketInformation bucket_info = 1;DocapiInspect.BucketInformation.getDefaultInstance()DocapiInspect.BucketInformation.Builder.getDefaultInstanceForType()DocapiInspect.BucketInformation.getDefaultInstanceForType()DocapiInspect.BucketInformation.parseDelimitedFrom(InputStream input) DocapiInspect.BucketInformation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DocapiInspect.BucketInformation.parseFrom(byte[] data) DocapiInspect.BucketInformation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DocapiInspect.BucketInformation.parseFrom(com.google.protobuf.ByteString data) DocapiInspect.BucketInformation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DocapiInspect.BucketInformation.parseFrom(com.google.protobuf.CodedInputStream input) DocapiInspect.BucketInformation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DocapiInspect.BucketInformation.parseFrom(InputStream input) DocapiInspect.BucketInformation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DocapiInspect.BucketInformation.parseFrom(ByteBuffer data) DocapiInspect.BucketInformation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ai.vespa.documentapi.protobuf that return types with arguments of type DocapiInspect.BucketInformationModifier and TypeMethodDescriptionDocapiInspect.GetBucketListResponse.Builder.getBucketInfoList()repeated .documentapi.protobuf.BucketInformation bucket_info = 1;DocapiInspect.GetBucketListResponse.getBucketInfoList()repeated .documentapi.protobuf.BucketInformation bucket_info = 1;DocapiInspect.GetBucketListResponseOrBuilder.getBucketInfoList()repeated .documentapi.protobuf.BucketInformation bucket_info = 1;com.google.protobuf.Parser<DocapiInspect.BucketInformation>DocapiInspect.BucketInformation.getParserForType()static com.google.protobuf.Parser<DocapiInspect.BucketInformation>DocapiInspect.BucketInformation.parser()Methods in ai.vespa.documentapi.protobuf with parameters of type DocapiInspect.BucketInformationModifier and TypeMethodDescriptionDocapiInspect.GetBucketListResponse.Builder.addBucketInfo(int index, DocapiInspect.BucketInformation value) repeated .documentapi.protobuf.BucketInformation bucket_info = 1;DocapiInspect.GetBucketListResponse.Builder.addBucketInfo(DocapiInspect.BucketInformation value) repeated .documentapi.protobuf.BucketInformation bucket_info = 1;DocapiInspect.BucketInformation.Builder.mergeFrom(DocapiInspect.BucketInformation other) DocapiInspect.BucketInformation.newBuilder(DocapiInspect.BucketInformation prototype) DocapiInspect.GetBucketListResponse.Builder.setBucketInfo(int index, DocapiInspect.BucketInformation value) repeated .documentapi.protobuf.BucketInformation bucket_info = 1;Method parameters in ai.vespa.documentapi.protobuf with type arguments of type DocapiInspect.BucketInformationModifier and TypeMethodDescriptionDocapiInspect.GetBucketListResponse.Builder.addAllBucketInfo(Iterable<? extends DocapiInspect.BucketInformation> values) repeated .documentapi.protobuf.BucketInformation bucket_info = 1;