Show / Hide Table of Contents

Namespace Google.Area120.Tables.V1Alpha1

Classes

BatchCreateRowsRequest

Request message for TablesService.BatchCreateRows.

BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

BatchDeleteRowsRequest

Request message for TablesService.BatchDeleteRows

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.

GetWorkspaceRequest

Request message for TablesService.GetWorkspace.

LabeledItem

A single item in a labeled column.

ListRowsRequest

Request message for TablesService.ListRows.

ListRowsResponse

Response message for TablesService.ListRows.

ListTablesRequest

Request message for TablesService.ListTables.

ListTablesResponse

Response message for TablesService.ListTables.

ListWorkspacesRequest

Request message for TablesService.ListWorkspaces.

ListWorkspacesResponse

Response message for TablesService.ListWorkspaces.

LookupDetails

Details about a lookup column whose value comes from the associated relationship.

RelationshipDetails

Details about a relationship column.

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/*

  • The API has a collection of [Workspace][google.area120.tables.v1alpha1.Workspace] resources, named workspaces/*.

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.

Workspace

A single workspace.

WorkspaceName

Resource name for the Workspace resource.

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.

WorkspaceName.ResourceNameType

The possible contents of WorkspaceName.

In This Article
Back to top Generated by DocFX