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-25 UTC."],[[["The content provides documentation for the `ListInstancesRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its usage and properties across multiple versions, with the latest version being 3.24.0."],["`ListInstancesRequest` is a request message used for the `BigtableInstanceAdmin.ListInstances` method, allowing for retrieval of a list of instances."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ListInstancesRequest` class include `Parent`, which specifies the project to retrieve instances from, and `PageToken`, though the documentation indicates it is deprecated and ignored."],["The `ListInstancesRequest` class has a `ParentAsProjectName` property that provides a ProjectName-typed view of the `Parent` property, allowing it to reference the resource name."]]],[]]