...

Package tables

import "google.golang.org/genproto/googleapis/area120/tables/v1alpha1"
Overview
Index

Overview ▾

Package tables aliases all exported identifiers in package "cloud.google.com/go/area120/tables/apiv1alpha1/tablespb".

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Constants

Deprecated: Please use consts in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

const (
    View_COLUMN_ID_VIEW   = src.View_COLUMN_ID_VIEW
    View_VIEW_UNSPECIFIED = src.View_VIEW_UNSPECIFIED
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

var (
    File_google_area120_tables_v1alpha1_tables_proto = src.File_google_area120_tables_v1alpha1_tables_proto
    View_name                                        = src.View_name
    View_value                                       = src.View_value
)

func RegisterTablesServiceServer

func RegisterTablesServiceServer(s *grpc.Server, srv TablesServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type BatchCreateRowsRequest

Request message for TablesService.BatchCreateRows.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type BatchCreateRowsRequest = src.BatchCreateRowsRequest

type BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type BatchCreateRowsResponse = src.BatchCreateRowsResponse

type BatchDeleteRowsRequest

Request message for TablesService.BatchDeleteRows

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type BatchDeleteRowsRequest = src.BatchDeleteRowsRequest

type BatchUpdateRowsRequest

Request message for TablesService.BatchUpdateRows.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type BatchUpdateRowsRequest = src.BatchUpdateRowsRequest

type BatchUpdateRowsResponse

Response message for TablesService.BatchUpdateRows.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type BatchUpdateRowsResponse = src.BatchUpdateRowsResponse

type ColumnDescription

Details on a column in the table.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type ColumnDescription = src.ColumnDescription

type CreateRowRequest

Request message for TablesService.CreateRow.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type CreateRowRequest = src.CreateRowRequest

type DeleteRowRequest

Request message for TablesService.DeleteRow

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type DeleteRowRequest = src.DeleteRowRequest

type GetRowRequest

Request message for TablesService.GetRow.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type GetRowRequest = src.GetRowRequest

type GetTableRequest

Request message for TablesService.GetTable.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type GetTableRequest = src.GetTableRequest

type GetWorkspaceRequest

Request message for TablesService.GetWorkspace.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type GetWorkspaceRequest = src.GetWorkspaceRequest

type LabeledItem

A single item in a labeled column.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type LabeledItem = src.LabeledItem

type ListRowsRequest

Request message for TablesService.ListRows.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type ListRowsRequest = src.ListRowsRequest

type ListRowsResponse

Response message for TablesService.ListRows.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type ListRowsResponse = src.ListRowsResponse

type ListTablesRequest

Request message for TablesService.ListTables.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type ListTablesRequest = src.ListTablesRequest

type ListTablesResponse

Response message for TablesService.ListTables.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type ListTablesResponse = src.ListTablesResponse

type ListWorkspacesRequest

Request message for TablesService.ListWorkspaces.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type ListWorkspacesRequest = src.ListWorkspacesRequest

type ListWorkspacesResponse

Response message for TablesService.ListWorkspaces.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type ListWorkspacesResponse = src.ListWorkspacesResponse

type LookupDetails

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

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type LookupDetails = src.LookupDetails

type RelationshipDetails

Details about a relationship column.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type RelationshipDetails = src.RelationshipDetails

type Row

A single row in a table.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type Row = src.Row

type Table

A single table.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type Table = src.Table

type TablesServiceClient

TablesServiceClient is the client API for TablesService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type TablesServiceClient = src.TablesServiceClient

func NewTablesServiceClient

func NewTablesServiceClient(cc grpc.ClientConnInterface) TablesServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type TablesServiceServer

TablesServiceServer is the server API for TablesService service.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type TablesServiceServer = src.TablesServiceServer

type UnimplementedTablesServiceServer

UnimplementedTablesServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type UnimplementedTablesServiceServer = src.UnimplementedTablesServiceServer

type UpdateRowRequest

Request message for TablesService.UpdateRow.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type UpdateRowRequest = src.UpdateRowRequest

type View

Column identifier used for the values in the row.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type View = src.View

type Workspace

A single workspace.

Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb

type Workspace = src.Workspace