type ResultSet (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Service
PublisherQueryLanguageService
The ResultSet
represents a table of data obtained from the execution of a PQL Statement.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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."],[],["The `PublisherQueryLanguageService` uses the `select()` method to retrieve data, which is returned as a `ResultSet`. This `ResultSet` is structured as a data table. It contains two key components: `columnTypes`, an array of `ColumnType` objects defining the data structure, and `rows`, an array of `Row` objects holding the actual data. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# type ResultSet (v202502)\n\n**Service** \n**PublisherQueryLanguageService** **Dependencies** \n[select()](/ad-manager/api/reference/v202502/PublisherQueryLanguageService#select) \n▼\n**ResultSet**\n\nThe `ResultSet` represents a table of data obtained from the execution of a PQL [Statement](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.Statement).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `columnTypes` | ` `[ColumnType](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.ColumnType)`[]` A collection of [ColumnType](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.ColumnType) objects. |\n| ### `rows` | ` `[Row](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.Row)`[]` A collection of [Row](/ad-manager/api/reference/v202502/PublisherQueryLanguageService.Row) objects. |"]]