getProjectGrantByID method

ResponseFuture<GetProjectGrantByIDResponse> getProjectGrantByID(
  1. GetProjectGrantByIDRequest request, {
  2. CallOptions? options,
})

Project Grant By ID

Deprecated: use ListProjectGrants instead.

Returns a project grant. A project grant is when the organization grants its project to another organization.

Implementation

$grpc.ResponseFuture<$0.GetProjectGrantByIDResponse> getProjectGrantByID(
  $0.GetProjectGrantByIDRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getProjectGrantByID, request, options: options);
}