createRole method
Creates a new custom google.iam.admin.v1.Role.
Implementation
$grpc.ResponseFuture<$0.Role> createRole(
$0.CreateRoleRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createRole, request, options: options);
}