listAllProjectGrants method
ResponseFuture<ListAllProjectGrantsResponse>
listAllProjectGrants(
- ListAllProjectGrantsRequest request, {
- CallOptions? options,
Search Project Grants
Deprecated: use ListProjectGrants instead.
Returns a list of project grants. A project grant is when the organization grants its project to another organization.
Implementation
$grpc.ResponseFuture<$0.ListAllProjectGrantsResponse> listAllProjectGrants(
$0.ListAllProjectGrantsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listAllProjectGrants, request, options: options);
}