collectionExists method

ResponseFuture<CollectionExistsResponse> collectionExists(
  1. CollectionExistsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.CollectionExistsResponse> collectionExists($1.CollectionExistsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$collectionExists, request, options: options);
}