Class GetTableRequest
Request message for TablesService.GetTable.
Inheritance
GetTableRequest
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class GetTableRequest : IMessage<GetTableRequest>, IEquatable<GetTableRequest>, IDeepCloneable<GetTableRequest>, IBufferMessage, IMessage
Constructors
GetTableRequest()
Declaration
GetTableRequest(GetTableRequest)
Declaration
public GetTableRequest(GetTableRequest other)
Parameters
Properties
Name
Required. The name of the table to retrieve.
Format: tables/{table}
Declaration
public string Name { get; set; }
Property Value
TableName
Declaration
public TableName TableName { get; set; }
Property Value