Module: Google::Area120::Tables::V1alpha1::TablesService
- Defined in:
- lib/google/area120/tables/v1alpha1/tables_service.rb,
lib/google/area120/tables/v1alpha1/tables_service/rest.rb,
lib/google/area120/tables/v1alpha1/tables_service/paths.rb,
lib/google/area120/tables/v1alpha1/tables_service/client.rb,
lib/google/area120/tables/v1alpha1/tables_service/credentials.rb,
lib/google/area120/tables/v1alpha1/tables_service/rest/client.rb,
lib/google/area120/tables/v1alpha1/tables_service/rest/service_stub.rb
Overview
The Tables Service provides an API for reading and updating tables. It defines the following resource model:
The API has a collection of Table resources, named
tables/*
Each Table has a collection of Row resources, named
tables/*/rows/*
The API has a collection of Workspace resources, named
workspaces/*
.
To load this service and instantiate a REST client:
require "google/area120/tables/v1alpha1/tables_service/rest"
client = ::Google::Area120::Tables::V1alpha1::TablesService::Rest::Client.new
Defined Under Namespace
Modules: Paths, Rest Classes: Client, Credentials