Methods
.tables_service
def self.tables_service(version: :v1alpha1, &block) -> TablesService::Client
Create a new client object for TablesService.
By default, this returns an instance of
Google::Area120::Tables::V1alpha1::TablesService::Client
for version V1alpha1 of the API.
However, you can specify specify a different API version by passing it in the
version
parameter. If the TablesService service is
supported by that API version, and the corresponding gem is available, the
appropriate versioned client will be returned.
About TablesService
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/
.
-
version (::String, ::Symbol) (defaults to: :v1alpha1) — The API version to connect to. Optional.
Defaults to
:v1alpha1
.
- (TablesService::Client) — A client object for the specified version.
Constants
VERSION
value: "0.2.2"