Show / Hide Table of Contents

Class GetTableRequest

Request message for TablesService.GetTable.

Inheritance
object
GetTableRequest
Implements
IMessage<GetTableRequest>
IEquatable<GetTableRequest>
IDeepCloneable<GetTableRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class GetTableRequest : IMessage<GetTableRequest>, IEquatable<GetTableRequest>, IDeepCloneable<GetTableRequest>, IBufferMessage, IMessage

Constructors

GetTableRequest()

Declaration
public GetTableRequest()

GetTableRequest(GetTableRequest)

Declaration
public GetTableRequest(GetTableRequest other)
Parameters
Type Name Description
GetTableRequest other

Properties

Name

Required. The name of the table to retrieve. Format: tables/{table}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

TableName

TableName-typed view over the Name resource name property.

Declaration
public TableName TableName { get; set; }
Property Value
Type Description
TableName
In this article
Back to top Generated by DocFX