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."],[[["This page details the `GetTableRequest` class, which is used to request a specific table from the Bigtable service using the `BigtableTableAdmin.GetTable` method."],["The `GetTableRequest` class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is found in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."],["There are 30 versions listed, ranging from 3.24.0 (latest) to 2.4.0, with links to documentation for each, which are all under the same `GetTableRequest` class."],["The class implements multiple interfaces including `IMessage\u003cGetTableRequest\u003e`, `IEquatable\u003cGetTableRequest\u003e`, `IDeepCloneable\u003cGetTableRequest\u003e`, `IBufferMessage`, and `IMessage`, and inherits from `Object`."],["The `GetTableRequest` class has properties for `Name`, `TableName`, and `View`, allowing specification of the table to be retrieved and the format of the data to return."]]],[]]