The maximum number of resources to return.
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 ListCustomDimensions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomDimensions
must match the call that provided the page token.
The maximum number of resources to return.
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 ListCustomDimensions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomDimensions
must match the call that provided the page token.
A page token, received from a previous ListCustomDimensions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomDimensions
must match the call that provided the page token.
The maximum number of resources to return.
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 ListCustomDimensions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomDimensions
must match the call that provided the page token.
A page token, received from a previous ListCustomDimensions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListCustomDimensions
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-03-21 UTC."],[[["This webpage provides documentation for the `ListCustomDimensionsRequest.Builder` class within the Google Analytics Admin API for Java, specifically focusing on versions ranging from 0.14.0 to 0.70.0, with 0.70.0 being the latest version."],["The `ListCustomDimensionsRequest.Builder` class is used to construct request messages for the `ListCustomDimensions` RPC, enabling the listing of custom dimensions within a specified property."],["The builder class inherits from `GeneratedMessageV3.Builder` and implements `ListCustomDimensionsRequestOrBuilder`, providing methods for setting request parameters like `parent`, `page_size`, and `page_token`, and for managing the lifecycle and fields of the request message."],["The `ListCustomDimensionsRequest` is used to retrieve a list of custom dimensions and the request object is structured with parameters such as the `parent` which indicates the property, the `page_size` to indicate how many to get at once, and a `page_token` to help get the next list of results when paginating."],["There are a lot of inherited methods from the parent classes that aid in the building and editing of the request, as well as for the managing of `UnknownFields`."]]],[]]