Google Cloud Bigtable Administration v2 API - Class GetTableRequest (3.13.0)

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]

Inheritance

object > GetTableRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

GetTableRequest()

public GetTableRequest()

GetTableRequest(GetTableRequest)

public GetTableRequest(GetTableRequest other)
Parameter
NameDescription
otherGetTableRequest

Properties

Name

public string Name { get; set; }

Required. The unique name of the requested table. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Property Value
TypeDescription
string

TableName

public TableName TableName { get; set; }

TableName-typed view over the Name resource name property.

Property Value
TypeDescription
TableName

View

public Table.Types.View View { get; set; }

The view to be applied to the returned table's fields. Defaults to SCHEMA_VIEW if unspecified.

Property Value
TypeDescription
TableTypesView