public sealed class ListTablesResponse : IMessage<ListTablesResponse>, IEquatable<ListTablesResponse>, IDeepCloneable<ListTablesResponse>, IBufferMessage, IMessage, IPageResponse<Table>, IEnumerable<Table>, IEnumerableResponse message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Implements
IMessage<ListTablesResponse>, IEquatable<ListTablesResponse>, IDeepCloneable<ListTablesResponse>, IBufferMessage, IMessage, IPageResponse<Table>, IEnumerable<Table>, IEnumerableNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListTablesResponse()
public ListTablesResponse()ListTablesResponse(ListTablesResponse)
public ListTablesResponse(ListTablesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTablesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }Set if not all tables could be returned in a single response.
Pass this value to page_token in another request to get the next
page of results.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Tables
public RepeatedField<Table> Tables { get; }The tables present in the requested instance.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Table> |
|
Methods
GetEnumerator()
public IEnumerator<Table> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Table> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|