public sealed class ListDataTableRowsResponse : IMessage<ListDataTableRowsResponse>, IEquatable<ListDataTableRowsResponse>, IDeepCloneable<ListDataTableRowsResponse>, IBufferMessage, IMessage, IPageResponse<DataTableRow>, IEnumerable<DataTableRow>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListDataTableRowsResponse.
Response message for listing data table rows.
Implements
IMessageListDataTableRowsResponse, IEquatableListDataTableRowsResponse, IDeepCloneableListDataTableRowsResponse, IBufferMessage, IMessage, IPageResponseDataTableRow, IEnumerableDataTableRow, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
ListDataTableRowsResponse()
public ListDataTableRowsResponse()ListDataTableRowsResponse(ListDataTableRowsResponse)
public ListDataTableRowsResponse(ListDataTableRowsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataTableRowsResponse |
Properties
DataTableRows
public RepeatedField<DataTableRow> DataTableRows { get; }The list of the data table rows returned.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataTableRow |
|
NextPageToken
public string NextPageToken { get; set; }Optional. A token, which can be sent as page_token to retrieve the next
page. If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<DataTableRow> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDataTableRow |
|