Show / Hide Table of Contents

Class GetTableRequest

Request message for TablesService.GetTable.

Inheritance
System.Object
GetTableRequest
Implements
Google.Protobuf.IMessage<GetTableRequest>
System.IEquatable<GetTableRequest>
Google.Protobuf.IDeepCloneable<GetTableRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
System.String
Back to top