Package com.google.area120.tables.v1alpha1 (0.20.0)

Classes

BatchCreateRowsRequest

Request message for TablesService.BatchCreateRows.

Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsRequest

BatchCreateRowsRequest.Builder

Request message for TablesService.BatchCreateRows.

Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsRequest

BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsResponse

BatchCreateRowsResponse.Builder

Response message for TablesService.BatchCreateRows.

Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsResponse

BatchDeleteRowsRequest

Request message for TablesService.BatchDeleteRows

Protobuf type google.area120.tables.v1alpha1.BatchDeleteRowsRequest

BatchDeleteRowsRequest.Builder

Request message for TablesService.BatchDeleteRows

Protobuf type google.area120.tables.v1alpha1.BatchDeleteRowsRequest

BatchUpdateRowsRequest

Request message for TablesService.BatchUpdateRows.

Protobuf type google.area120.tables.v1alpha1.BatchUpdateRowsRequest

BatchUpdateRowsRequest.Builder

Request message for TablesService.BatchUpdateRows.

Protobuf type google.area120.tables.v1alpha1.BatchUpdateRowsRequest

BatchUpdateRowsResponse

Response message for TablesService.BatchUpdateRows.

Protobuf type google.area120.tables.v1alpha1.BatchUpdateRowsResponse

BatchUpdateRowsResponse.Builder

Response message for TablesService.BatchUpdateRows.

Protobuf type google.area120.tables.v1alpha1.BatchUpdateRowsResponse

ColumnDescription

Details on a column in the table.

Protobuf type google.area120.tables.v1alpha1.ColumnDescription

ColumnDescription.Builder

Details on a column in the table.

Protobuf type google.area120.tables.v1alpha1.ColumnDescription

CreateRowRequest

Request message for TablesService.CreateRow.

Protobuf type google.area120.tables.v1alpha1.CreateRowRequest

CreateRowRequest.Builder

Request message for TablesService.CreateRow.

Protobuf type google.area120.tables.v1alpha1.CreateRowRequest

DeleteRowRequest

Request message for TablesService.DeleteRow

Protobuf type google.area120.tables.v1alpha1.DeleteRowRequest

DeleteRowRequest.Builder

Request message for TablesService.DeleteRow

Protobuf type google.area120.tables.v1alpha1.DeleteRowRequest

GetRowRequest

Request message for TablesService.GetRow.

Protobuf type google.area120.tables.v1alpha1.GetRowRequest

GetRowRequest.Builder

Request message for TablesService.GetRow.

Protobuf type google.area120.tables.v1alpha1.GetRowRequest

GetTableRequest

Request message for TablesService.GetTable.

Protobuf type google.area120.tables.v1alpha1.GetTableRequest

GetTableRequest.Builder

Request message for TablesService.GetTable.

Protobuf type google.area120.tables.v1alpha1.GetTableRequest

GetWorkspaceRequest

Request message for TablesService.GetWorkspace.

Protobuf type google.area120.tables.v1alpha1.GetWorkspaceRequest

GetWorkspaceRequest.Builder

Request message for TablesService.GetWorkspace.

Protobuf type google.area120.tables.v1alpha1.GetWorkspaceRequest

LabeledItem

A single item in a labeled column.

Protobuf type google.area120.tables.v1alpha1.LabeledItem

LabeledItem.Builder

A single item in a labeled column.

Protobuf type google.area120.tables.v1alpha1.LabeledItem

ListRowsRequest

Request message for TablesService.ListRows.

Protobuf type google.area120.tables.v1alpha1.ListRowsRequest

ListRowsRequest.Builder

Request message for TablesService.ListRows.

Protobuf type google.area120.tables.v1alpha1.ListRowsRequest

ListRowsResponse

Response message for TablesService.ListRows.

Protobuf type google.area120.tables.v1alpha1.ListRowsResponse

ListRowsResponse.Builder

Response message for TablesService.ListRows.

Protobuf type google.area120.tables.v1alpha1.ListRowsResponse

ListTablesRequest

Request message for TablesService.ListTables.

Protobuf type google.area120.tables.v1alpha1.ListTablesRequest

ListTablesRequest.Builder

Request message for TablesService.ListTables.

Protobuf type google.area120.tables.v1alpha1.ListTablesRequest

ListTablesResponse

Response message for TablesService.ListTables.

Protobuf type google.area120.tables.v1alpha1.ListTablesResponse

ListTablesResponse.Builder

Response message for TablesService.ListTables.

Protobuf type google.area120.tables.v1alpha1.ListTablesResponse

ListWorkspacesRequest

Request message for TablesService.ListWorkspaces.

Protobuf type google.area120.tables.v1alpha1.ListWorkspacesRequest

ListWorkspacesRequest.Builder

Request message for TablesService.ListWorkspaces.

Protobuf type google.area120.tables.v1alpha1.ListWorkspacesRequest

ListWorkspacesResponse

Response message for TablesService.ListWorkspaces.

Protobuf type google.area120.tables.v1alpha1.ListWorkspacesResponse

ListWorkspacesResponse.Builder

Response message for TablesService.ListWorkspaces.

Protobuf type google.area120.tables.v1alpha1.ListWorkspacesResponse

LookupDetails

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

Protobuf type google.area120.tables.v1alpha1.LookupDetails

LookupDetails.Builder

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

Protobuf type google.area120.tables.v1alpha1.LookupDetails

RelationshipDetails

Details about a relationship column.

Protobuf type google.area120.tables.v1alpha1.RelationshipDetails

RelationshipDetails.Builder

Details about a relationship column.

Protobuf type google.area120.tables.v1alpha1.RelationshipDetails

Row

A single row in a table.

Protobuf type google.area120.tables.v1alpha1.Row

Row.Builder

A single row in a table.

Protobuf type google.area120.tables.v1alpha1.Row

RowName

RowName.Builder

Builder for tables/{table}/rows/{row}.

Table

A single table.

Protobuf type google.area120.tables.v1alpha1.Table

Table.Builder

A single table.

Protobuf type google.area120.tables.v1alpha1.Table

TableName

TableName.Builder

Builder for tables/{table}.

TablesProto

TablesServiceGrpc

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

TablesServiceGrpc.TablesServiceBlockingStub

A stub to allow clients to do synchronous rpc calls to service 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/*.

TablesServiceGrpc.TablesServiceFutureStub

A stub to allow clients to do ListenableFuture-style rpc calls to service 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/*.

TablesServiceGrpc.TablesServiceImplBase

Base class for the server implementation of the service 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/*.

TablesServiceGrpc.TablesServiceStub

A stub to allow clients to do asynchronous rpc calls to service 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/*.

UpdateRowRequest

Request message for TablesService.UpdateRow.

Protobuf type google.area120.tables.v1alpha1.UpdateRowRequest

UpdateRowRequest.Builder

Request message for TablesService.UpdateRow.

Protobuf type google.area120.tables.v1alpha1.UpdateRowRequest

Workspace

A single workspace.

Protobuf type google.area120.tables.v1alpha1.Workspace

Workspace.Builder

A single workspace.

Protobuf type google.area120.tables.v1alpha1.Workspace

WorkspaceName

WorkspaceName.Builder

Builder for workspaces/{workspace}.

Interfaces

BatchCreateRowsRequestOrBuilder

BatchCreateRowsResponseOrBuilder

BatchDeleteRowsRequestOrBuilder

BatchUpdateRowsRequestOrBuilder

BatchUpdateRowsResponseOrBuilder

ColumnDescriptionOrBuilder

CreateRowRequestOrBuilder

DeleteRowRequestOrBuilder

GetRowRequestOrBuilder

GetTableRequestOrBuilder

GetWorkspaceRequestOrBuilder

LabeledItemOrBuilder

ListRowsRequestOrBuilder

ListRowsResponseOrBuilder

ListTablesRequestOrBuilder

ListTablesResponseOrBuilder

ListWorkspacesRequestOrBuilder

ListWorkspacesResponseOrBuilder

LookupDetailsOrBuilder

RelationshipDetailsOrBuilder

RowOrBuilder

TableOrBuilder

TablesServiceGrpc.AsyncService

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

UpdateRowRequestOrBuilder

WorkspaceOrBuilder

Enums

View

Column identifier used for the values in the row.

Protobuf enum google.area120.tables.v1alpha1.View