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 for `GetTableRequest` in the `Google.Cloud.Bigtable.Admin.V2` namespace is version 3.24.0."],["This page documents the `GetTableRequest` class, which is used to request a specific table and has versions ranging from 2.4.0 to 3.24.0."],["The `GetTableRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetTableRequest` has properties such as `Name`, `TableName` and `View` for specifying the table and the data returned."],["`GetTableRequest` allows you to use the `Name` property, represented as a string or a `TableName` type, to specify the unique name of a table in the format of `projects/{project}/instances/{instance}/tables/{table}`."]]],[]]