Class TablesResource
The "tables" collection of methods.
Inherited Members
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 |