1 // Copyright 2022 Google LLC 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // Code generated by aliasgen. DO NOT EDIT. 16 17 // Package tables aliases all exported identifiers in package 18 // "cloud.google.com/go/area120/tables/apiv1alpha1/tablespb". 19 // 20 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb. 21 // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md 22 // for more details. 23 package tables 24 25 import ( 26 src "cloud.google.com/go/area120/tables/apiv1alpha1/tablespb" 27 grpc "google.golang.org/grpc" 28 ) 29 30 // Deprecated: Please use consts in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 31 const ( 32 View_COLUMN_ID_VIEW = src.View_COLUMN_ID_VIEW 33 View_VIEW_UNSPECIFIED = src.View_VIEW_UNSPECIFIED 34 ) 35 36 // Deprecated: Please use vars in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 37 var ( 38 File_google_area120_tables_v1alpha1_tables_proto = src.File_google_area120_tables_v1alpha1_tables_proto 39 View_name = src.View_name 40 View_value = src.View_value 41 ) 42 43 // Request message for TablesService.BatchCreateRows. 44 // 45 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 46 type BatchCreateRowsRequest = src.BatchCreateRowsRequest 47 48 // Response message for TablesService.BatchCreateRows. 49 // 50 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 51 type BatchCreateRowsResponse = src.BatchCreateRowsResponse 52 53 // Request message for TablesService.BatchDeleteRows 54 // 55 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 56 type BatchDeleteRowsRequest = src.BatchDeleteRowsRequest 57 58 // Request message for TablesService.BatchUpdateRows. 59 // 60 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 61 type BatchUpdateRowsRequest = src.BatchUpdateRowsRequest 62 63 // Response message for TablesService.BatchUpdateRows. 64 // 65 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 66 type BatchUpdateRowsResponse = src.BatchUpdateRowsResponse 67 68 // Details on a column in the table. 69 // 70 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 71 type ColumnDescription = src.ColumnDescription 72 73 // Request message for TablesService.CreateRow. 74 // 75 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 76 type CreateRowRequest = src.CreateRowRequest 77 78 // Request message for TablesService.DeleteRow 79 // 80 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 81 type DeleteRowRequest = src.DeleteRowRequest 82 83 // Request message for TablesService.GetRow. 84 // 85 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 86 type GetRowRequest = src.GetRowRequest 87 88 // Request message for TablesService.GetTable. 89 // 90 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 91 type GetTableRequest = src.GetTableRequest 92 93 // Request message for TablesService.GetWorkspace. 94 // 95 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 96 type GetWorkspaceRequest = src.GetWorkspaceRequest 97 98 // A single item in a labeled column. 99 // 100 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 101 type LabeledItem = src.LabeledItem 102 103 // Request message for TablesService.ListRows. 104 // 105 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 106 type ListRowsRequest = src.ListRowsRequest 107 108 // Response message for TablesService.ListRows. 109 // 110 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 111 type ListRowsResponse = src.ListRowsResponse 112 113 // Request message for TablesService.ListTables. 114 // 115 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 116 type ListTablesRequest = src.ListTablesRequest 117 118 // Response message for TablesService.ListTables. 119 // 120 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 121 type ListTablesResponse = src.ListTablesResponse 122 123 // Request message for TablesService.ListWorkspaces. 124 // 125 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 126 type ListWorkspacesRequest = src.ListWorkspacesRequest 127 128 // Response message for TablesService.ListWorkspaces. 129 // 130 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 131 type ListWorkspacesResponse = src.ListWorkspacesResponse 132 133 // Details about a lookup column whose value comes from the associated 134 // relationship. 135 // 136 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 137 type LookupDetails = src.LookupDetails 138 139 // Details about a relationship column. 140 // 141 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 142 type RelationshipDetails = src.RelationshipDetails 143 144 // A single row in a table. 145 // 146 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 147 type Row = src.Row 148 149 // A single table. 150 // 151 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 152 type Table = src.Table 153 154 // TablesServiceClient is the client API for TablesService service. For 155 // semantics around ctx use and closing/ending streaming RPCs, please refer to 156 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 157 // 158 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 159 type TablesServiceClient = src.TablesServiceClient 160 161 // TablesServiceServer is the server API for TablesService service. 162 // 163 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 164 type TablesServiceServer = src.TablesServiceServer 165 166 // UnimplementedTablesServiceServer can be embedded to have forward compatible 167 // implementations. 168 // 169 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 170 type UnimplementedTablesServiceServer = src.UnimplementedTablesServiceServer 171 172 // Request message for TablesService.UpdateRow. 173 // 174 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 175 type UpdateRowRequest = src.UpdateRowRequest 176 177 // Column identifier used for the values in the row. 178 // 179 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 180 type View = src.View 181 182 // A single workspace. 183 // 184 // Deprecated: Please use types in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 185 type Workspace = src.Workspace 186 187 // Deprecated: Please use funcs in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 188 func NewTablesServiceClient(cc grpc.ClientConnInterface) TablesServiceClient { 189 return src.NewTablesServiceClient(cc) 190 } 191 192 // Deprecated: Please use funcs in: cloud.google.com/go/area120/tables/apiv1alpha1/tablespb 193 func RegisterTablesServiceServer(s *grpc.Server, srv TablesServiceServer) { 194 src.RegisterTablesServiceServer(s, srv) 195 } 196