public sealed class GetTableRequest : IMessage<GetTableRequest>, IEquatable<GetTableRequest>, IDeepCloneable<GetTableRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GetTableRequest.
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-04-17 UTC."],[[["This document provides reference documentation for the `GetTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for version 3.22.0, and details on how to use it."],["The `GetTableRequest` class is used to request information about a specific table, and is part of the Google.Cloud.Bigtable.Admin.V2 namespace, and implemented several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetTableRequest` class includes properties such as `Name` (the unique name of the table), `TableName` (a typed view of the table's name), and `View` (the level of detail to be returned about the table)."],["The latest version available is 3.24.0, and the document lists various previous versions from 3.23.0 all the way back to 2.4.0, with each version referencing the `GetTableRequest` class."],["It includes links to relevant external documentation, such as Microsoft's .NET API documentation and Google's Protocol Buffers documentation, for further reference on each implementation."]]],[]]