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 `ListInstancesRequest` class is part of the Google Cloud Bigtable Administration v2 API and is used to request a list of Bigtable instances."],["Version 3.24.0 is the latest release, and this documentation includes versions ranging from 3.24.0 down to 2.4.0 for the Bigtable Admin V2 API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `ListInstancesRequest` class has properties like `PageToken` and `Parent` to manage pagination and identify the project for which instances are being requested."],["The resource names are in the format of `projects/{project}` and can be accessed via the `Parent` or the `ParentAsProjectName` properties, which offer a `ProjectName`-typed view."]]],[]]