updateMachine method

ResponseFuture<UpdateMachineResponse> updateMachine(
  1. UpdateMachineRequest request, {
  2. CallOptions? options,
})

Update Service Account

Deprecated: use user service v2 UpdateUser instead.

Change a service account/service account. It is used for accounts with non-interactive authentication possibilities.

Implementation

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