listAllProjectGrants method

ResponseFuture<ListAllProjectGrantsResponse> listAllProjectGrants(
  1. ListAllProjectGrantsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ListAllProjectGrantsResponse> listAllProjectGrants(
    $1.ListAllProjectGrantsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listAllProjectGrants, request, options: options);
}