type ProposalPage (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Captures a page of Proposal objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
totalResultSetSize
|
xsd:int
The size of the total result set to which this page belongs.
|
startIndex
|
xsd:int
The absolute index in the total result set on which this page begins.
|
results
|
Proposal[]
The collection of proposals contained within this page.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe ProposalPage object retrieves a segment of Proposal objects.\u003c/p\u003e\n"],["\u003cp\u003eIt provides details like total result size, starting position, and the Proposals themselves.\u003c/p\u003e\n"],["\u003cp\u003eProposalPage is part of the ProposalService within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eThe data structure includes fields for totalResultSetSize, startIndex, and results.\u003c/p\u003e\n"]]],["The `ProposalService` utilizes the `getProposalsByStatement()` method to retrieve `Proposal` objects. The results are returned as a `ProposalPage`, containing a subset of proposals. Each `ProposalPage` includes the `totalResultSetSize`, indicating the total number of proposals, `startIndex`, representing the page's starting index within the full set, and `results`, an array of the `Proposal` objects within that page. The namespace for these entities is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type ProposalPage (v202411)\n\n**Service** \n**ProposalService** **Dependencies** \n[getProposalsByStatement()](/ad-manager/api/reference/v202411/ProposalService#getProposalsByStatement) \n▼\n**ProposalPage**\n\nCaptures a page of [Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| ### `totalResultSetSize` | ` `xsd:`int` The size of the total result set to which this page belongs. |\n| ### `startIndex` | ` `xsd:`int` The absolute index in the total result set on which this page begins. |\n| ### `results` | ` `[Proposal](/ad-manager/api/reference/v202411/ProposalService.Proposal)`[]` The collection of proposals contained within this page. |"]]