Show / Hide Table of Contents

Class ListRowsResponse

Response message for TablesService.ListRows.

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

Constructors

ListRowsResponse()

Declaration
public ListRowsResponse()

ListRowsResponse(ListRowsResponse)

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

Properties

NextPageToken

A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

Declaration
public string NextPageToken { get; set; }
Property Value
Type Description
string
Implements
IPageResponse<TResource>.NextPageToken

Rows

The rows from the specified table.

Declaration
public RepeatedField<Row> Rows { get; }
Property Value
Type Description
RepeatedField<Row>

Methods

GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Declaration
public IEnumerator<Row> GetEnumerator()
Returns
Type Description
IEnumerator<Row>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX