Class ListRowsResponse
Response message for TablesService.ListRows.
Implements
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
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> |