@Stability.Internal public class CoreProtostellarCollectionManagerRequests extends Object
| Modifier and Type | Method and Description |
|---|---|
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest> |
createCollectionRequest(CoreProtostellar core,
String bucketName,
String scopeName,
String collectionName,
CoreCreateOrUpdateCollectionSettings settings,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateScopeRequest> |
createScopeRequest(CoreProtostellar core,
String bucketName,
String scopeName,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteCollectionRequest> |
deleteCollectionRequest(CoreProtostellar core,
String bucketName,
String scopeName,
String collectionName,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteScopeRequest> |
deleteScopeRequest(CoreProtostellar core,
String bucketName,
String scopeName,
CoreCommonOptions opts) |
static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.ListCollectionsRequest> |
listCollectionsRequest(CoreProtostellar core,
String bucketName,
CoreCommonOptions opts) |
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest> createCollectionRequest(CoreProtostellar core, String bucketName, String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions opts)
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteCollectionRequest> deleteCollectionRequest(CoreProtostellar core, String bucketName, String scopeName, String collectionName, CoreCommonOptions opts)
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateScopeRequest> createScopeRequest(CoreProtostellar core, String bucketName, String scopeName, CoreCommonOptions opts)
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteScopeRequest> deleteScopeRequest(CoreProtostellar core, String bucketName, String scopeName, CoreCommonOptions opts)
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.ListCollectionsRequest> listCollectionsRequest(CoreProtostellar core, String bucketName, CoreCommonOptions opts)
Copyright © 2024 Couchbase, Inc.. All rights reserved.