Google Cloud Bigtable Administration v2 API - Class ListTablesResponse (3.14.0)

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]

Inheritance

object > ListTablesResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListTablesResponse()

public ListTablesResponse()

ListTablesResponse(ListTablesResponse)

public ListTablesResponse(ListTablesResponse other)
Parameter
NameDescription
otherListTablesResponse

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
TypeDescription
string

Tables

public RepeatedField<Table> Tables { get; }

The tables present in the requested instance.

Property Value
TypeDescription
RepeatedFieldTable

Methods

GetEnumerator()

public IEnumerator<Table> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTable