updateCollectionClusterSetup method
ResponseFuture<UpdateCollectionClusterSetupResponse>
updateCollectionClusterSetup(
- UpdateCollectionClusterSetupRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.UpdateCollectionClusterSetupResponse> updateCollectionClusterSetup($1.UpdateCollectionClusterSetupRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateCollectionClusterSetup, request, options: options);
}