Chronicle v1 API - Class ListDataTablesResponse (1.0.0-beta05)

public sealed class ListDataTablesResponse : IMessage<ListDataTablesResponse>, IEquatable<ListDataTablesResponse>, IDeepCloneable<ListDataTablesResponse>, IBufferMessage, IMessage, IPageResponse<DataTable>, IEnumerable<DataTable>, IEnumerable

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

Response message for listing data tables.

Inheritance

object > ListDataTablesResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ListDataTablesResponse()

public ListDataTablesResponse()

ListDataTablesResponse(ListDataTablesResponse)

public ListDataTablesResponse(ListDataTablesResponse other)
Parameter
Name Description
other ListDataTablesResponse

Properties

DataTables

public RepeatedField<DataTable> DataTables { get; }

The list of the data tables returned.

Property Value
Type Description
RepeatedFieldDataTable

NextPageToken

public string NextPageToken { get; set; }

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<DataTable> GetEnumerator()

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

Returns
Type Description
IEnumeratorDataTable