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."],[[["This webpage details the `GetTableRequest` class, which is used to request a specific table from the Google Cloud Bigtable service."],["The latest version of this class is 3.24.0, but the page lists versions dating back to 2.4.0 of the `GetTableRequest` in `Google.Cloud.Bigtable.Admin.V2`."],["The `GetTableRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTableRequest` class includes properties such as `Name`, `TableName`, and `View`, allowing for specifying which table to get and how it should be returned."],["This class has two constructors: a default `GetTableRequest()` and a `GetTableRequest(GetTableRequest other)` constructor that allows the user to input another instance of the `GetTableRequest`."]]],[]]