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 content provides documentation for the `GetTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its usage for retrieving a specific table."],["This `GetTableRequest` class, part of the Google Cloud Bigtable Admin V2 library, is used to send a request for the `BigtableTableAdmin.GetTable` function and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document lists numerous versions of the library, from 3.24.0 (latest) down to 2.4.0, each providing a link to its respective documentation for `GetTableRequest`."],["Key properties of the `GetTableRequest` class include `Name` for specifying the unique table identifier, `TableName` for a typed view of the table name, and `View` for controlling which fields of the table are returned."],["The document provides details on how to create new `GetTableRequest` objects, through two constructors, `GetTableRequest()` and `GetTableRequest(GetTableRequest other)`, one that is empty and one that clones an existing instance."]]],[]]