type CompanyPage (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Captures a page of Company objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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
|
Company[]
The collection of companies 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\u003e\u003ccode\u003eCompanyPage\u003c/code\u003e objects represent a page of \u003ccode\u003eCompany\u003c/code\u003e objects, providing information about a set of companies within the Google Ad Manager system.\u003c/p\u003e\n"],["\u003cp\u003eThe key properties of a \u003ccode\u003eCompanyPage\u003c/code\u003e include \u003ccode\u003etotalResultSetSize\u003c/code\u003e indicating the total number of companies, \u003ccode\u003estartIndex\u003c/code\u003e specifying the starting position of the current page within the total set, and \u003ccode\u003eresults\u003c/code\u003e containing an array of \u003ccode\u003eCompany\u003c/code\u003e objects for the current page.\u003c/p\u003e\n"]]],["The `CompanyService` utilizes the `getCompaniesByStatement()` method to retrieve `Company` objects. The output is a `CompanyPage`, containing an array of `Company` objects (`results`). This page also provides metadata, including `totalResultSetSize`, indicating the total number of companies, and `startIndex`, representing the starting index of this specific page within the full result set. The data is structured under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type CompanyPage (v202408)\n\n**Service** \n**CompanyService** **Dependencies** \n[getCompaniesByStatement()](/ad-manager/api/reference/v202408/CompanyService#getCompaniesByStatement) \n▼\n**CompanyPage**\n\nCaptures a page of [Company](/ad-manager/api/reference/v202408/CompanyService.Company) objects.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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` | ` `[Company](/ad-manager/api/reference/v202408/CompanyService.Company)`[]` The collection of companies contained within this page. |"]]