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