public sealed class ListDataTablesResponse : IMessage<ListDataTablesResponse>, IEquatable<ListDataTablesResponse>, IDeepCloneable<ListDataTablesResponse>, IBufferMessage, IMessage, IPageResponse<DataTable>, IEnumerable<DataTable>, IEnumerableReference documentation and code samples for the Chronicle v1 API class ListDataTablesResponse.
Response message for listing data tables.
Implements
IMessageListDataTablesResponse, IEquatableListDataTablesResponse, IDeepCloneableListDataTablesResponse, IBufferMessage, IMessage, IPageResponseDataTable, IEnumerableDataTable, IEnumerableNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|