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 document provides reference information for the `GetTableRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `GetTableRequest` class is used to retrieve table data and is found in the `Google.Cloud.Bigtable.Admin.V2` namespace, and it is derived from multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions of the API can be seen, ranging from the latest 3.24.0 down to 2.4.0, and the document is presenting version 3.6.0."],["Key properties of `GetTableRequest` include `Name`, which is a required string specifying the unique table name, `TableName`, which provides a typed view over the Name property, and `View`, which determines the fields to be included in the returned table data."],["The class `GetTableRequest` can be constructed with either no parameters or an existing `GetTableRequest` object, allowing for the cloning of instances."]]],[]]