updateMachine method
ResponseFuture<UpdateMachineResponse>
updateMachine(
- UpdateMachineRequest request, {
- CallOptions? options,
Update Machine User
Deprecated: use user service v2 UpdateUser instead.
Change a service account/machine user. 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);
}