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 latest version of the Google Cloud Bigtable Administration v2 API's `GetTableRequest` is 3.24.0, with a history of versions going back to 2.4.0, as listed in the document."],["`GetTableRequest` is a class used to request information about a specific table within the Google Cloud Bigtable service and it inherits from the object class while implementing multiple interfaces."],["The `GetTableRequest` class has properties for `Name` (the table's unique identifier), `TableName` (a typed view of the name), and `View` (which specifies how much detail should be returned about the table), where the `Name` property takes a string input."],["The request message is used in the function `BigtableTableAdmin.GetTable` to retrieve information about a specific table."],["There are two constructors for `GetTableRequest`: one default and one that takes another `GetTableRequest` object as a parameter."]]],[]]