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."],[[["This webpage provides reference documentation for the `GetTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The latest version available for the `GetTableRequest` API is 3.24.0, and the page also documents prior versions back to 2.4.0."],["The `GetTableRequest` class, which inherits from `object` and implements multiple interfaces, is used to retrieve information about a specific table in Google Cloud Bigtable."],["The `GetTableRequest` class has properties such as `Name`, `TableName`, and `View` that allow developers to specify the table they are requesting and how they would like that information returned."],["The `GetTableRequest`'s primary function is to serve as the request message for the `BigtableTableAdmin.GetTable` method."]]],[]]