[[["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 `ListInstancesRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace and is located within the Google.Cloud.Notebooks.V1.dll assembly."],["This class is used to request a list of notebook instances, and is documented across various versions, with the latest being 2.5.0."],["`ListInstancesRequest` inherits from the `Object` class and implements several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for page requests, message handling, equality checks, deep cloning, and buffered message support."],["The class includes properties like `PageSize`, `PageToken`, and `Parent`, which are used to control the request parameters, such as the maximum number of items returned and the continuation of a list, or the parent location of the notebook instances, respectively."],["There are two constructors available for instantiating `ListInstancesRequest`: a default constructor and a copy constructor that takes another `ListInstancesRequest` object as a parameter, effectively making a clone."]]],[]]