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