package tables

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

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.

Index

Constants

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

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

Variables

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
)

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

Functions

func RegisterTablesServiceServer

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

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

Types

type BatchCreateRowsRequest

type BatchCreateRowsRequest = src.BatchCreateRowsRequest

Request message for TablesService.BatchCreateRows.

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

type BatchCreateRowsResponse

type BatchCreateRowsResponse = src.BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

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

type BatchDeleteRowsRequest

type BatchDeleteRowsRequest = src.BatchDeleteRowsRequest

Request message for TablesService.BatchDeleteRows

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

type BatchUpdateRowsRequest

type BatchUpdateRowsRequest = src.BatchUpdateRowsRequest

Request message for TablesService.BatchUpdateRows.

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

type BatchUpdateRowsResponse

type BatchUpdateRowsResponse = src.BatchUpdateRowsResponse

Response message for TablesService.BatchUpdateRows.

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

type ColumnDescription

type ColumnDescription = src.ColumnDescription

Details on a column in the table.

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

type CreateRowRequest

type CreateRowRequest = src.CreateRowRequest

Request message for TablesService.CreateRow.

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

type DeleteRowRequest

type DeleteRowRequest = src.DeleteRowRequest

Request message for TablesService.DeleteRow

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

type GetRowRequest

type GetRowRequest = src.GetRowRequest

Request message for TablesService.GetRow.

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

type GetTableRequest

type GetTableRequest = src.GetTableRequest

Request message for TablesService.GetTable.

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

type GetWorkspaceRequest

type GetWorkspaceRequest = src.GetWorkspaceRequest

Request message for TablesService.GetWorkspace.

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

type LabeledItem

type LabeledItem = src.LabeledItem

A single item in a labeled column.

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

type ListRowsRequest

type ListRowsRequest = src.ListRowsRequest

Request message for TablesService.ListRows.

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

type ListRowsResponse

type ListRowsResponse = src.ListRowsResponse

Response message for TablesService.ListRows.

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

type ListTablesRequest

type ListTablesRequest = src.ListTablesRequest

Request message for TablesService.ListTables.

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

type ListTablesResponse

type ListTablesResponse = src.ListTablesResponse

Response message for TablesService.ListTables.

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

type ListWorkspacesRequest

type ListWorkspacesRequest = src.ListWorkspacesRequest

Request message for TablesService.ListWorkspaces.

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

type ListWorkspacesResponse

type ListWorkspacesResponse = src.ListWorkspacesResponse

Response message for TablesService.ListWorkspaces.

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

type LookupDetails

type LookupDetails = src.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 RelationshipDetails

type RelationshipDetails = src.RelationshipDetails

Details about a relationship column.

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

type Row

type Row = src.Row

A single row in a table.

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

type Table

type Table = src.Table

A single table.

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

type TablesServiceClient

type TablesServiceClient = src.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

func NewTablesServiceClient

func NewTablesServiceClient(cc grpc.ClientConnInterface) TablesServiceClient

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

type TablesServiceServer

type TablesServiceServer = src.TablesServiceServer

TablesServiceServer is the server API for TablesService service.

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

type UnimplementedTablesServiceServer

type UnimplementedTablesServiceServer = src.UnimplementedTablesServiceServer

UnimplementedTablesServiceServer can be embedded to have forward compatible implementations.

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

type UpdateRowRequest

type UpdateRowRequest = src.UpdateRowRequest

Request message for TablesService.UpdateRow.

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

type View

type View = src.View

Column identifier used for the values in the row.

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

type Workspace

type Workspace = src.Workspace

A single workspace.

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

Source Files

alias.go

Version
v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
Published
Feb 19, 2025
Platform
linux/amd64
Imports
2 packages
Last checked
59 minutes ago

Tools for package owners.