updateCollectionClusterSetup_Pre method
Future<UpdateCollectionClusterSetupResponse>
updateCollectionClusterSetup_Pre(
- ServiceCall $call,
- Future<
UpdateCollectionClusterSetupRequest> $request
Implementation
$async.Future<$1.UpdateCollectionClusterSetupResponse> updateCollectionClusterSetup_Pre($grpc.ServiceCall $call, $async.Future<$1.UpdateCollectionClusterSetupRequest> $request) async {
return updateCollectionClusterSetup($call, await $request);
}