updateShardCutoffPoint_Pre method

Future<CollectionOperationResponse> updateShardCutoffPoint_Pre(
  1. ServiceCall $call,
  2. Future<UpdateShardCutoffPointRequest> $request
)

Implementation

$async.Future<$1.CollectionOperationResponse> updateShardCutoffPoint_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateShardCutoffPointRequest> $request) async {
  return updateShardCutoffPoint($call, await $request);
}