Class ListRowsResponse
Response message for TablesService.ListRows.
Inheritance
System.Object
ListRowsResponse
Implements
Google.Protobuf.IMessage<ListRowsResponse>
System.IEquatable<ListRowsResponse>
Google.Protobuf.IDeepCloneable<ListRowsResponse>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Google.Api.Gax.Grpc.IPageResponse<Row>
System.Collections.Generic.IEnumerable<Row>
System.Collections.IEnumerable
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 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 |
|---|---|
| System.String |
Implements
Google.Api.Gax.Grpc.IPageResponse<TResource>.NextPageToken
Rows
The rows from the specified table.
Declaration
public RepeatedField<Row> Rows { get; }
Property Value
| Type | Description |
|---|---|
| Google.Protobuf.Collections.RepeatedField<Row> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Row> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<Row> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()