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."],[[["The webpage provides reference documentation for the `GetTableRequest` class within the Google Cloud Bigtable Administration v2 API, covering versions from 2.4.0 up to the latest release, 3.24.0."],["`GetTableRequest` is a class used to request a specific table, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `Name`, `TableName`, and `View`, which are essential for specifying and retrieving a particular table within a project and instance."],["The `GetTableRequest` class can be constructed with either no arguments or by copying an existing `GetTableRequest` instance, providing flexibility in its usage."],["It is used as a message type for the `BigtableTableAdmin.GetTable` method and belongs to the `Google.Cloud.Bigtable.Admin.V2` namespace."]]],[]]