public sealed class GetTableRequest : IMessage<GetTableRequest>, IEquatable<GetTableRequest>, IDeepCloneable<GetTableRequest>, IBufferMessage, IMessage
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]
[[["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 latest version available is 3.24.0, representing the most up-to-date release within the listed versions for the `Google.Cloud.Bigtable.Admin.V2` package."],["This page details the `GetTableRequest` class, which is a request message used for retrieving table information from `google.bigtable.admin.v2.BigtableTableAdmin.GetTable`."],["The `GetTableRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `GetTableRequest` class include `Name` (a string for the table's unique identifier), `TableName` (a typed view over the `Name` property), and `View` (specifying which fields of the table should be returned)."],["Several previous versions are documented going back to version 2.4.0, including all the incremental releases between it and the latest version."]]],[]]