@Stability.Internal public class ProtostellarCoreBucketManagerRequests extends Object
| Modifier and Type | Method and Description |
|---|---|
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.CreateBucketRequest> |
createBucketRequest(CoreProtostellar core,
CoreBucketSettings settings,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.DeleteBucketRequest> |
deleteBucketRequest(CoreProtostellar core,
String bucketName,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.ListBucketsRequest> |
listBucketsRequest(CoreProtostellar core,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.UpdateBucketRequest> |
updateBucketRequest(CoreProtostellar core,
CoreBucketSettings settings,
CoreCommonOptions opts) |
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.CreateBucketRequest> createBucketRequest(CoreProtostellar core, CoreBucketSettings settings, CoreCommonOptions opts)
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.UpdateBucketRequest> updateBucketRequest(CoreProtostellar core, CoreBucketSettings settings, CoreCommonOptions opts)
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.DeleteBucketRequest> deleteBucketRequest(CoreProtostellar core, String bucketName, CoreCommonOptions opts)
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.ListBucketsRequest> listBucketsRequest(CoreProtostellar core, CoreCommonOptions opts)
Copyright © 2024 Couchbase, Inc.. All rights reserved.