Optional. The maximum number of results to return from this request.
Non-positive values are ignored. The presence of nextPageToken in the
response indicates that more results might be available.
Optional. If present, then retrieve the next batch of results from the
preceding call to this method. pageToken must be the value of
nextPageToken from the previous response. The values of other method
parameters should be identical to those in the previous call.
[[["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."],[[["The `ListMonitoredResourceDescriptorsRequest` class is used to define parameters for retrieving a list of monitored resource descriptors and is part of the Google Cloud Logging V2 .NET library."],["This class is part of the `Google.Cloud.Logging.V2` namespace and is available in the `Google.Cloud.Logging.V2.dll` assembly with a latest version 4.4.0, it also supports previous versions dating back to version 3.3.0."],["`ListMonitoredResourceDescriptorsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, indicating its use within a messaging framework, deep cloning, comparison, and pagination purposes."],["The class has properties for `PageSize` and `PageToken` allowing for paginated requests and controlling the number of results per page, which supports the retrieval of large lists of resource descriptors in manageable chunks."],["There are two constructors, one default that does not take in any parameters, and another that accepts another instance of `ListMonitoredResourceDescriptorsRequest` as a parameter."]]],[]]