Show / Hide Table of Contents

Namespace Google.Area120.Tables.V1Alpha1

Classes

BatchCreateRowsRequest

Request message for TablesService.BatchCreateRows.

BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

BatchUpdateRowsRequest

Request message for TablesService.BatchUpdateRows.

BatchUpdateRowsResponse

Response message for TablesService.BatchUpdateRows.

ColumnDescription

Details on a column in the table.

CreateRowRequest

Request message for TablesService.CreateRow.

DeleteRowRequest

Request message for TablesService.DeleteRow

GetRowRequest

Request message for TablesService.GetRow.

GetTableRequest

Request message for TablesService.GetTable.

ListRowsRequest

Request message for TablesService.ListRows.

ListRowsResponse

Response message for TablesService.ListRows.

ListTablesRequest

Request message for TablesService.ListTables.

ListTablesResponse

Response message for TablesService.ListTables.

Row

A single row in a table.

RowName

Resource name for the Row resource.

Table

A single table.

TableName

Resource name for the Table resource.

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][google.area120.tables.v1alpha1.Table] resources, named tables/*

  • Each Table has a collection of [Row][google.area120.tables.v1alpha1.Row] resources, named tables/*/rows/*

TablesService.TablesServiceBase

Base class for server-side implementations of TablesService

TablesService.TablesServiceClient

Client for TablesService

TablesServiceClient

TablesService client wrapper, for convenient use.

TablesServiceClientBuilder

Builder class for TablesServiceClient to provide simple configuration of credentials, endpoint etc.

TablesServiceClientImpl

TablesService client wrapper implementation, for convenient use.

TablesServiceSettings

Settings for TablesServiceClient instances.

UpdateRowRequest

Request message for TablesService.UpdateRow.

Enums

RowName.ResourceNameType

The possible contents of RowName.

TableName.ResourceNameType

The possible contents of TableName.

View

Column identifier used for the values in the row.

Back to top