Class ListTablesResponse
Response message for TablesService.ListTables.
Implements
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class ListTablesResponse : IMessage<ListTablesResponse>, IEquatable<ListTablesResponse>, IDeepCloneable<ListTablesResponse>, IBufferMessage, IMessage, IPageResponse<Table>, IEnumerable<Table>, IEnumerable
Constructors
ListTablesResponse()
Declaration
public ListTablesResponse()
ListTablesResponse(ListTablesResponse)
Declaration
public ListTablesResponse(ListTablesResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListTablesResponse | 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 |
|---|---|
| string |
Implements
Tables
The list of tables.
Declaration
public RepeatedField<Table> Tables { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Table> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Table> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<Table> |