Show / Hide Table of Contents

Class TablesResource

The "tables" collection of methods.

Inheritance
object
TablesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Area120Tables.v1alpha1
Assembly: Google.Apis.Area120Tables.v1alpha1.dll
Syntax
public class TablesResource

Constructors

TablesResource(IClientService)

Constructs a new resource.

Declaration
public TablesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Rows

Gets the Rows resource.

Declaration
public virtual TablesResource.RowsResource Rows { get; }
Property Value
Type Description
TablesResource.RowsResource

Methods

Get(string)

Gets a table. Returns NOT_FOUND if the table does not exist.

Declaration
public virtual TablesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the table to retrieve. Format: tables/{table}

Returns
Type Description
TablesResource.GetRequest

List()

Lists tables for the user.

Declaration
public virtual TablesResource.ListRequest List()
Returns
Type Description
TablesResource.ListRequest
In this article
Back to top Generated by DocFX