public sealed class ListInstancesRequest : IMessage<ListInstancesRequest>, IEquatable<ListInstancesRequest>, IDeepCloneable<ListInstancesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListInstancesRequest.
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 latest version of the `ListInstancesRequest` API is 3.24.0, while version 3.4.0 is the current focus of the documentation."],["This documentation covers the `ListInstancesRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, used to list instances in the Google Cloud Bigtable Admin API."],["The `ListInstancesRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring various functionalities."],["Key properties of the `ListInstancesRequest` class include `PageToken` (which is deprecated) and `Parent`, which specifies the project for which instances are listed, both are of string type."],["The class has two constructors, one default, and one that takes a ListInstancesRequest object as an input, for the copying of data."]]],[]]