getProjectGrantByID method
ResponseFuture<GetProjectGrantByIDResponse>
getProjectGrantByID(
- GetProjectGrantByIDRequest request, {
- 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);
}