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 a version history and documentation for `GetTableRequest` within the Google Cloud Bigtable Admin V2 library, specifically for the .NET framework, with the latest version being 3.24.0."],["`GetTableRequest` is a class used to make requests to retrieve table information, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTableRequest` class has properties such as `Name`, `TableName`, and `View`, which define the table to retrieve and the format of the data to be returned, with the `Name` property being the unique identifier of the table in the form of `projects/{project}/instances/{instance}/tables/{table}`."],["The webpage provides documentation for `GetTableRequest` across multiple versions of the library, starting from 2.4.0 and going all the way up to the latest release, 3.24.0, and covering all the updates in between."]]],[]]