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 webpage provides documentation for the `GetTableRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its use in retrieving table information from Google Cloud Bigtable."],["It lists various versions of the `GetTableRequest` class, ranging from version 3.24.0 (latest) down to 2.4.0, with each version linked to its respective documentation page."],["The `GetTableRequest` class, which inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to request table information through the `google.bigtable.admin.v2.BigtableTableAdmin.GetTable` method."],["The `GetTableRequest` class includes properties such as `Name`, `TableName`, and `View`, which allow for specifying the requested table and the details to be included in the response."],["Two constructors are available for creating `GetTableRequest` objects, one default and another that accepts an existing `GetTableRequest` object as a parameter for copying."]]],[]]