setHostedLoginTranslation method

ResponseFuture<SetHostedLoginTranslationResponse> setHostedLoginTranslation(
  1. SetHostedLoginTranslationRequest request, {
  2. CallOptions? options,
})

Set Hosted Login Translation

Sets the input translations at the specified level (instance or organization) for the input language.

Required permissions:

  • iam.policy.write

Implementation

$grpc.ResponseFuture<$0.SetHostedLoginTranslationResponse>
    setHostedLoginTranslation(
  $0.SetHostedLoginTranslationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$setHostedLoginTranslation, request,
      options: options);
}