updateMachine method
ResponseFuture<UpdateMachineResponse>
updateMachine(
- UpdateMachineRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.UpdateMachineResponse> updateMachine($0.UpdateMachineRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateMachine, request, options: options);
}