Class CoreProtostellarCollectionManagerRequests
java.lang.Object
com.couchbase.client.core.protostellar.manager.CoreProtostellarCollectionManagerRequests
For creating Protostellar GRPC requests.
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Method Details
-
createCollectionRequest
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest> createCollectionRequest(CoreProtostellar core, String bucketName, String scopeName, String collectionName, CoreCreateOrUpdateCollectionSettings settings, CoreCommonOptions opts) -
deleteCollectionRequest
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteCollectionRequest> deleteCollectionRequest(CoreProtostellar core, String bucketName, String scopeName, String collectionName, CoreCommonOptions opts) -
createScopeRequest
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateScopeRequest> createScopeRequest(CoreProtostellar core, String bucketName, String scopeName, CoreCommonOptions opts) -
deleteScopeRequest
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.DeleteScopeRequest> deleteScopeRequest(CoreProtostellar core, String bucketName, String scopeName, CoreCommonOptions opts) -
listCollectionsRequest
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.ListCollectionsRequest> listCollectionsRequest(CoreProtostellar core, String bucketName, CoreCommonOptions opts)
-