The maximum number of resources to return. The service may return
fewer than this value, even if there are additional pages.
If unspecified, at most 50 resources will be returned.
The maximum value is 200; (higher values will be coerced to the maximum)
A page token, received from a previous ListAccounts call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts must
match the call that provided the page token.
A page token, received from a previous ListAccounts call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListAccounts must
match the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document outlines the available versions of the `ListAccountsRequest` class within the Google Analytics Admin Java library, ranging from version 0.14.0 to the latest version 0.70.0, each linked to its respective documentation."],["The `ListAccountsRequest` class is a request message for listing accounts and is a subclass of `GeneratedMessageV3`, inheriting methods from the Google Protobuf library."],["The class implements `ListAccountsRequestOrBuilder` and contains static fields such as `PAGE_SIZE_FIELD_NUMBER`, `PAGE_TOKEN_FIELD_NUMBER`, and `SHOW_DELETED_FIELD_NUMBER`, as well as numerous static methods for parsing and creating instances of `ListAccountsRequest`."],["Instance methods within the class provide functionality to retrieve information such as page size, page token, and whether deleted accounts are shown, alongside standard methods like `equals()`, `hashCode()`, and `getSerializedSize()`."],["This class provides essential functionality for interacting with the Google Analytics Admin API to list and manage accounts, and can be created using a builder pattern."]]],[]]