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 documentation for the `GetTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `GetTableRequest` class is used to request detailed information about a specific table within Google Cloud Bigtable, allowing you to view various details of the table."],["The page lists various versions of the API, with version 3.24.0 being the latest, and also offers access to previous versions of the `GetTableRequest` documentation, going all the way down to version 2.4.0."],["The `GetTableRequest` class has several properties, including `Name`, `TableName`, and `View`, that allow the specification of the requested table and the level of detail in the response."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its structure and functionality within the .NET environment."]]],[]]