Google Cloud Bigtable Administration v2 API - Class UndeleteTableRequest (3.14.0)

public sealed class UndeleteTableRequest : IMessage<UndeleteTableRequest>, IEquatable<UndeleteTableRequest>, IDeepCloneable<UndeleteTableRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UndeleteTableRequest.

Request message for [google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable]

Inheritance

object > UndeleteTableRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

UndeleteTableRequest()

public UndeleteTableRequest()

UndeleteTableRequest(UndeleteTableRequest)

public UndeleteTableRequest(UndeleteTableRequest other)
Parameter
NameDescription
otherUndeleteTableRequest

Properties

Name

public string Name { get; set; }

Required. The unique name of the table to be restored. 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