Chronicle v1 API - Class ListDataTableRowsResponse (1.0.0-beta05)

public sealed class ListDataTableRowsResponse : IMessage<ListDataTableRowsResponse>, IEquatable<ListDataTableRowsResponse>, IDeepCloneable<ListDataTableRowsResponse>, IBufferMessage, IMessage, IPageResponse<DataTableRow>, IEnumerable<DataTableRow>, IEnumerable

Reference documentation and code samples for the Chronicle v1 API class ListDataTableRowsResponse.

Response message for listing data table rows.

Inheritance

object > ListDataTableRowsResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

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