Show / Hide Table of Contents

Class ListTablesResponse

Response message for TablesService.ListTables.

Inheritance
object
ListTablesResponse
Implements
IMessage<ListTablesResponse>
IEquatable<ListTablesResponse>
IDeepCloneable<ListTablesResponse>
IBufferMessage
IMessage
IPageResponse<Table>
IEnumerable<Table>
IEnumerable
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
IPageResponse<TResource>.NextPageToken

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>
Implements
IEnumerable<T>.GetEnumerator()
In this article
Back to top Generated by DocFX