public sealed class ListTablesResponse : IMessage<ListTablesResponse>, IEquatable<ListTablesResponse>, IDeepCloneable<ListTablesResponse>, IBufferMessage, IMessage, IPageResponse<Table>, IEnumerable<Table>, IEnumerable
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListTablesResponse.
Response message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Implements
IMessageListTablesResponse, IEquatableListTablesResponse, IDeepCloneableListTablesResponse, IBufferMessage, IMessage, IPageResponseTable, IEnumerableTable, 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 |
RepeatedFieldTable |
Methods
GetEnumerator()
public IEnumerator<Table> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTable |