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-03-21 UTC."],[[["The page provides reference documentation for the `GetTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The content lists various versions of the API, ranging from 2.4.0 to the latest 3.24.0, along with links to the respective `GetTableRequest` documentation for each version."],["The `GetTableRequest` class is used to retrieve information about a specific table, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTableRequest` class has properties such as `Name` (the table's unique identifier), `TableName` (a typed view over the `Name`), and `View` (specifies the level of detail to be returned about the table)."],["The most current version of the API shown on the list is version 3.24.0, and the earliest version listed is version 2.4.0."]]],[]]