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-25 UTC."],[[["This webpage provides documentation for the `GetTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The `GetTableRequest` class is used to request information about a specific table in Google Cloud Bigtable and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions from 2.4.0 to 3.24.0 of the Google.Cloud.Bigtable.Admin.V2 library, with 3.24.0 being the latest, and version 2.9.0 is the version of `GetTableRequest` class documented."],["Key properties of the `GetTableRequest` include `Name` (the unique identifier of the requested table), `TableName` (a typed view over the resource name), and `View` (specifying the level of detail to return)."],["The `GetTableRequest` class provides public constructors, `GetTableRequest()` and `GetTableRequest(GetTableRequest other)` as well as inherited members from the `object` class."]]],[]]