public sealed class ListInstancesRequest : IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.ListInstances.
[[["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 content focuses on the `ListInstancesRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, with version 2.5.0 being the central reference."],["The document lists multiple versions of the `ListInstancesRequest` class, ranging from version 3.24.0 (latest) down to 2.4.0, all of which link to their respective documentation."],["The `ListInstancesRequest` class is used for requesting a list of Bigtable instances, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ListInstancesRequest` include `PageToken` (deprecated) and `Parent`, the latter of which is a required string representing the project name for which instances are being listed, and also a `ParentAsProjectName` that provides a project name type view."],["The document provides information about the constructors `ListInstancesRequest()` and `ListInstancesRequest(ListInstancesRequest other)` that the class provides."]]],[]]