Show / Hide Table of Contents

Class GetRowRequest

Request message for TablesService.GetRow.

Inheritance
object
GetRowRequest
Implements
IMessage<GetRowRequest>
IEquatable<GetRowRequest>
IDeepCloneable<GetRowRequest>
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 GetRowRequest : IMessage<GetRowRequest>, IEquatable<GetRowRequest>, IDeepCloneable<GetRowRequest>, IBufferMessage, IMessage

Constructors

GetRowRequest()

Declaration
public GetRowRequest()

GetRowRequest(GetRowRequest)

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

Properties

Name

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

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

RowName

RowName-typed view over the Name resource name property.

Declaration
public RowName RowName { get; set; }
Property Value
Type Description
RowName

View

Optional. Column key to use for values in the row. Defaults to user entered name.

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