getRole method
Gets the definition of a google.iam.admin.v1.Role.
Implementation
$grpc.ResponseFuture<$0.Role> getRole(
$0.GetRoleRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getRole, request, options: options);
}