tables

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

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.

Index

Constants

View Source
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

View Source
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 deprecated

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

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

Types

type BatchCreateRowsRequest deprecated

type BatchCreateRowsRequest = src.BatchCreateRowsRequest

Request message for TablesService.BatchCreateRows.

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

type BatchCreateRowsResponse deprecated

type BatchCreateRowsResponse = src.BatchCreateRowsResponse

Response message for TablesService.BatchCreateRows.

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

type BatchDeleteRowsRequest deprecated

type BatchDeleteRowsRequest = src.BatchDeleteRowsRequest

Request message for TablesService.BatchDeleteRows

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

type BatchUpdateRowsRequest deprecated

type BatchUpdateRowsRequest = src.BatchUpdateRowsRequest

Request message for TablesService.BatchUpdateRows.

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

type BatchUpdateRowsResponse deprecated

type BatchUpdateRowsResponse = src.BatchUpdateRowsResponse

Response message for TablesService.BatchUpdateRows.

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

type ColumnDescription deprecated

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 deprecated

type CreateRowRequest = src.CreateRowRequest

Request message for TablesService.CreateRow.

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

type DeleteRowRequest deprecated

type DeleteRowRequest = src.DeleteRowRequest

Request message for TablesService.DeleteRow

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

type GetRowRequest deprecated

type GetRowRequest = src.GetRowRequest

Request message for TablesService.GetRow.

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

type GetTableRequest deprecated

type GetTableRequest = src.GetTableRequest

Request message for TablesService.GetTable.

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

type GetWorkspaceRequest deprecated

type GetWorkspaceRequest = src.GetWorkspaceRequest

Request message for TablesService.GetWorkspace.

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

type LabeledItem deprecated

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 deprecated

type ListRowsRequest = src.ListRowsRequest

Request message for TablesService.ListRows.

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

type ListRowsResponse deprecated

type ListRowsResponse = src.ListRowsResponse

Response message for TablesService.ListRows.

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

type ListTablesRequest deprecated

type ListTablesRequest = src.ListTablesRequest

Request message for TablesService.ListTables.

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

type ListTablesResponse deprecated

type ListTablesResponse = src.ListTablesResponse

Response message for TablesService.ListTables.

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

type ListWorkspacesRequest deprecated

type ListWorkspacesRequest = src.ListWorkspacesRequest

Request message for TablesService.ListWorkspaces.

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

type ListWorkspacesResponse deprecated

type ListWorkspacesResponse = src.ListWorkspacesResponse

Response message for TablesService.ListWorkspaces.

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

type LookupDetails deprecated

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 deprecated

type RelationshipDetails = src.RelationshipDetails

Details about a relationship column.

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

type Row deprecated

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 deprecated

type Table = src.Table

A single table.

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

type TablesServiceClient deprecated

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 deprecated

func NewTablesServiceClient(cc grpc.ClientConnInterface) TablesServiceClient

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

type TablesServiceServer deprecated

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 deprecated

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 deprecated

type UpdateRowRequest = src.UpdateRowRequest

Request message for TablesService.UpdateRow.

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

type View deprecated

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 deprecated

type Workspace = src.Workspace

A single workspace.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL