addProjectGrant method

ResponseFuture<AddProjectGrantResponse> addProjectGrant(
  1. AddProjectGrantRequest request, {
  2. CallOptions? options,
})

Add Project Grant

Deprecated: use CreateProjectGrant instead.

Grant a project to another organization. The project grant will allow the granted organization to access the project and manage the authorizations for its users. Project Grant will be listed in the granted project of the granted organization.

Implementation

$grpc.ResponseFuture<$0.AddProjectGrantResponse> addProjectGrant(
  $0.AddProjectGrantRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addProjectGrant, request, options: options);
}