Class CoreProtostellarCollectionManagerRequests
- java.lang.Object
-
- com.couchbase.client.core.protostellar.manager.CoreProtostellarCollectionManagerRequests
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest>createCollectionRequest(CoreProtostellar core, String bucketName, String scopeName, String collectionName, Duration maxTTL, 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 Detail
-
createCollectionRequest
public static ProtostellarRequest<com.couchbase.client.protostellar.admin.collection.v1.CreateCollectionRequest> createCollectionRequest(CoreProtostellar core, String bucketName, String scopeName, String collectionName, Duration maxTTL, 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)
-
-