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 dataform aliases all exported identifiers in package 18 // "cloud.google.com/go/dataform/apiv1beta1/dataformpb". 19 // 20 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb. 21 // Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md 22 // for more details. 23 package dataform 24 25 import ( 26 src "cloud.google.com/go/dataform/apiv1beta1/dataformpb" 27 grpc "google.golang.org/grpc" 28 ) 29 30 // Deprecated: Please use consts in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 31 const ( 32 CompilationResultAction_Relation_INCREMENTAL_TABLE = src.CompilationResultAction_Relation_INCREMENTAL_TABLE 33 CompilationResultAction_Relation_MATERIALIZED_VIEW = src.CompilationResultAction_Relation_MATERIALIZED_VIEW 34 CompilationResultAction_Relation_RELATION_TYPE_UNSPECIFIED = src.CompilationResultAction_Relation_RELATION_TYPE_UNSPECIFIED 35 CompilationResultAction_Relation_TABLE = src.CompilationResultAction_Relation_TABLE 36 CompilationResultAction_Relation_VIEW = src.CompilationResultAction_Relation_VIEW 37 FetchFileGitStatusesResponse_UncommittedFileChange_ADDED = src.FetchFileGitStatusesResponse_UncommittedFileChange_ADDED 38 FetchFileGitStatusesResponse_UncommittedFileChange_DELETED = src.FetchFileGitStatusesResponse_UncommittedFileChange_DELETED 39 FetchFileGitStatusesResponse_UncommittedFileChange_HAS_CONFLICTS = src.FetchFileGitStatusesResponse_UncommittedFileChange_HAS_CONFLICTS 40 FetchFileGitStatusesResponse_UncommittedFileChange_MODIFIED = src.FetchFileGitStatusesResponse_UncommittedFileChange_MODIFIED 41 FetchFileGitStatusesResponse_UncommittedFileChange_STATE_UNSPECIFIED = src.FetchFileGitStatusesResponse_UncommittedFileChange_STATE_UNSPECIFIED 42 Repository_GitRemoteSettings_INVALID = src.Repository_GitRemoteSettings_INVALID 43 Repository_GitRemoteSettings_NOT_FOUND = src.Repository_GitRemoteSettings_NOT_FOUND 44 Repository_GitRemoteSettings_TOKEN_STATUS_UNSPECIFIED = src.Repository_GitRemoteSettings_TOKEN_STATUS_UNSPECIFIED 45 Repository_GitRemoteSettings_VALID = src.Repository_GitRemoteSettings_VALID 46 WorkflowInvocationAction_CANCELLED = src.WorkflowInvocationAction_CANCELLED 47 WorkflowInvocationAction_DISABLED = src.WorkflowInvocationAction_DISABLED 48 WorkflowInvocationAction_FAILED = src.WorkflowInvocationAction_FAILED 49 WorkflowInvocationAction_PENDING = src.WorkflowInvocationAction_PENDING 50 WorkflowInvocationAction_RUNNING = src.WorkflowInvocationAction_RUNNING 51 WorkflowInvocationAction_SKIPPED = src.WorkflowInvocationAction_SKIPPED 52 WorkflowInvocationAction_SUCCEEDED = src.WorkflowInvocationAction_SUCCEEDED 53 WorkflowInvocation_CANCELING = src.WorkflowInvocation_CANCELING 54 WorkflowInvocation_CANCELLED = src.WorkflowInvocation_CANCELLED 55 WorkflowInvocation_FAILED = src.WorkflowInvocation_FAILED 56 WorkflowInvocation_RUNNING = src.WorkflowInvocation_RUNNING 57 WorkflowInvocation_STATE_UNSPECIFIED = src.WorkflowInvocation_STATE_UNSPECIFIED 58 WorkflowInvocation_SUCCEEDED = src.WorkflowInvocation_SUCCEEDED 59 ) 60 61 // Deprecated: Please use vars in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 62 var ( 63 CompilationResultAction_Relation_RelationType_name = src.CompilationResultAction_Relation_RelationType_name 64 CompilationResultAction_Relation_RelationType_value = src.CompilationResultAction_Relation_RelationType_value 65 FetchFileGitStatusesResponse_UncommittedFileChange_State_name = src.FetchFileGitStatusesResponse_UncommittedFileChange_State_name 66 FetchFileGitStatusesResponse_UncommittedFileChange_State_value = src.FetchFileGitStatusesResponse_UncommittedFileChange_State_value 67 File_google_cloud_dataform_v1beta1_dataform_proto = src.File_google_cloud_dataform_v1beta1_dataform_proto 68 Repository_GitRemoteSettings_TokenStatus_name = src.Repository_GitRemoteSettings_TokenStatus_name 69 Repository_GitRemoteSettings_TokenStatus_value = src.Repository_GitRemoteSettings_TokenStatus_value 70 WorkflowInvocationAction_State_name = src.WorkflowInvocationAction_State_name 71 WorkflowInvocationAction_State_value = src.WorkflowInvocationAction_State_value 72 WorkflowInvocation_State_name = src.WorkflowInvocation_State_name 73 WorkflowInvocation_State_value = src.WorkflowInvocation_State_value 74 ) 75 76 // `CancelWorkflowInvocation` request message. 77 // 78 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 79 type CancelWorkflowInvocationRequest = src.CancelWorkflowInvocationRequest 80 81 // Represents the author of a Git commit. 82 // 83 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 84 type CommitAuthor = src.CommitAuthor 85 86 // `CommitWorkspaceChanges` request message. 87 // 88 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 89 type CommitWorkspaceChangesRequest = src.CommitWorkspaceChangesRequest 90 91 // Represents the result of compiling a Dataform project. 92 // 93 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 94 type CompilationResult = src.CompilationResult 95 96 // Represents a single Dataform action in a compilation result. 97 // 98 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 99 type CompilationResultAction = src.CompilationResultAction 100 101 // Represents an assertion upon a SQL query which is required return zero 102 // rows. 103 // 104 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 105 type CompilationResultAction_Assertion = src.CompilationResultAction_Assertion 106 type CompilationResultAction_Assertion_ = src.CompilationResultAction_Assertion_ 107 108 // Represents a relation which is not managed by Dataform but which may be 109 // referenced by Dataform actions. 110 // 111 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 112 type CompilationResultAction_Declaration = src.CompilationResultAction_Declaration 113 type CompilationResultAction_Declaration_ = src.CompilationResultAction_Declaration_ 114 115 // Represents a list of arbitrary database operations. 116 // 117 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 118 type CompilationResultAction_Operations = src.CompilationResultAction_Operations 119 type CompilationResultAction_Operations_ = src.CompilationResultAction_Operations_ 120 121 // Represents a database relation. 122 // 123 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 124 type CompilationResultAction_Relation = src.CompilationResultAction_Relation 125 type CompilationResultAction_Relation_ = src.CompilationResultAction_Relation_ 126 127 // Contains settings for relations of type `INCREMENTAL_TABLE`. 128 // 129 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 130 type CompilationResultAction_Relation_IncrementalTableConfig = src.CompilationResultAction_Relation_IncrementalTableConfig 131 132 // Indicates the type of this relation. 133 // 134 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 135 type CompilationResultAction_Relation_RelationType = src.CompilationResultAction_Relation_RelationType 136 137 // An error encountered when attempting to compile a Dataform project. 138 // 139 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 140 type CompilationResult_CompilationError = src.CompilationResult_CompilationError 141 type CompilationResult_GitCommitish = src.CompilationResult_GitCommitish 142 type CompilationResult_Workspace = src.CompilationResult_Workspace 143 144 // `CreateCompilationResult` request message. 145 // 146 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 147 type CreateCompilationResultRequest = src.CreateCompilationResultRequest 148 149 // `CreateRepository` request message. 150 // 151 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 152 type CreateRepositoryRequest = src.CreateRepositoryRequest 153 154 // `CreateWorkflowInvocation` request message. 155 // 156 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 157 type CreateWorkflowInvocationRequest = src.CreateWorkflowInvocationRequest 158 159 // `CreateWorkspace` request message. 160 // 161 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 162 type CreateWorkspaceRequest = src.CreateWorkspaceRequest 163 164 // DataformClient is the client API for Dataform service. For semantics around 165 // ctx use and closing/ending streaming RPCs, please refer to 166 // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. 167 // 168 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 169 type DataformClient = src.DataformClient 170 171 // DataformServer is the server API for Dataform service. 172 // 173 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 174 type DataformServer = src.DataformServer 175 176 // `DeleteRepository` request message. 177 // 178 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 179 type DeleteRepositoryRequest = src.DeleteRepositoryRequest 180 181 // `DeleteWorkflowInvocation` request message. 182 // 183 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 184 type DeleteWorkflowInvocationRequest = src.DeleteWorkflowInvocationRequest 185 186 // `DeleteWorkspace` request message. 187 // 188 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 189 type DeleteWorkspaceRequest = src.DeleteWorkspaceRequest 190 191 // `FetchFileDiff` request message. 192 // 193 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 194 type FetchFileDiffRequest = src.FetchFileDiffRequest 195 196 // `FetchFileDiff` response message. 197 // 198 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 199 type FetchFileDiffResponse = src.FetchFileDiffResponse 200 201 // `FetchFileGitStatuses` request message. 202 // 203 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 204 type FetchFileGitStatusesRequest = src.FetchFileGitStatusesRequest 205 206 // `FetchFileGitStatuses` response message. 207 // 208 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 209 type FetchFileGitStatusesResponse = src.FetchFileGitStatusesResponse 210 211 // Represents the Git state of a file with uncommitted changes. 212 // 213 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 214 type FetchFileGitStatusesResponse_UncommittedFileChange = src.FetchFileGitStatusesResponse_UncommittedFileChange 215 216 // Indicates the status of an uncommitted file change. 217 // 218 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 219 type FetchFileGitStatusesResponse_UncommittedFileChange_State = src.FetchFileGitStatusesResponse_UncommittedFileChange_State 220 221 // `FetchGitAheadBehind` request message. 222 // 223 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 224 type FetchGitAheadBehindRequest = src.FetchGitAheadBehindRequest 225 226 // `FetchGitAheadBehind` response message. 227 // 228 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 229 type FetchGitAheadBehindResponse = src.FetchGitAheadBehindResponse 230 231 // `FetchRemoteBranches` request message. 232 // 233 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 234 type FetchRemoteBranchesRequest = src.FetchRemoteBranchesRequest 235 236 // `FetchRemoteBranches` response message. 237 // 238 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 239 type FetchRemoteBranchesResponse = src.FetchRemoteBranchesResponse 240 241 // `GetCompilationResult` request message. 242 // 243 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 244 type GetCompilationResultRequest = src.GetCompilationResultRequest 245 246 // `GetRepository` request message. 247 // 248 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 249 type GetRepositoryRequest = src.GetRepositoryRequest 250 251 // `GetWorkflowInvocation` request message. 252 // 253 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 254 type GetWorkflowInvocationRequest = src.GetWorkflowInvocationRequest 255 256 // `GetWorkspace` request message. 257 // 258 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 259 type GetWorkspaceRequest = src.GetWorkspaceRequest 260 261 // `InstallNpmPackages` request message. 262 // 263 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 264 type InstallNpmPackagesRequest = src.InstallNpmPackagesRequest 265 266 // `InstallNpmPackages` response message. 267 // 268 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 269 type InstallNpmPackagesResponse = src.InstallNpmPackagesResponse 270 271 // `ListCompilationResults` request message. 272 // 273 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 274 type ListCompilationResultsRequest = src.ListCompilationResultsRequest 275 276 // `ListCompilationResults` response message. 277 // 278 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 279 type ListCompilationResultsResponse = src.ListCompilationResultsResponse 280 281 // `ListRepositories` request message. 282 // 283 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 284 type ListRepositoriesRequest = src.ListRepositoriesRequest 285 286 // `ListRepositories` response message. 287 // 288 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 289 type ListRepositoriesResponse = src.ListRepositoriesResponse 290 291 // `ListWorkflowInvocations` request message. 292 // 293 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 294 type ListWorkflowInvocationsRequest = src.ListWorkflowInvocationsRequest 295 296 // `ListWorkflowInvocations` response message. 297 // 298 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 299 type ListWorkflowInvocationsResponse = src.ListWorkflowInvocationsResponse 300 301 // `ListWorkspaces` request message. 302 // 303 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 304 type ListWorkspacesRequest = src.ListWorkspacesRequest 305 306 // `ListWorkspaces` response message. 307 // 308 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 309 type ListWorkspacesResponse = src.ListWorkspacesResponse 310 311 // `MakeDirectory` request message. 312 // 313 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 314 type MakeDirectoryRequest = src.MakeDirectoryRequest 315 316 // `MakeDirectory` response message. 317 // 318 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 319 type MakeDirectoryResponse = src.MakeDirectoryResponse 320 321 // `MoveDirectory` request message. 322 // 323 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 324 type MoveDirectoryRequest = src.MoveDirectoryRequest 325 326 // `MoveDirectory` response message. 327 // 328 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 329 type MoveDirectoryResponse = src.MoveDirectoryResponse 330 331 // `MoveFile` request message. 332 // 333 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 334 type MoveFileRequest = src.MoveFileRequest 335 336 // `MoveFile` response message. 337 // 338 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 339 type MoveFileResponse = src.MoveFileResponse 340 341 // `PullGitCommits` request message. 342 // 343 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 344 type PullGitCommitsRequest = src.PullGitCommitsRequest 345 346 // `PushGitCommits` request message. 347 // 348 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 349 type PushGitCommitsRequest = src.PushGitCommitsRequest 350 351 // `QueryCompilationResultActions` request message. 352 // 353 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 354 type QueryCompilationResultActionsRequest = src.QueryCompilationResultActionsRequest 355 356 // `QueryCompilationResultActions` response message. 357 // 358 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 359 type QueryCompilationResultActionsResponse = src.QueryCompilationResultActionsResponse 360 361 // `QueryDirectoryContents` request message. 362 // 363 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 364 type QueryDirectoryContentsRequest = src.QueryDirectoryContentsRequest 365 366 // `QueryDirectoryContents` response message. 367 // 368 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 369 type QueryDirectoryContentsResponse = src.QueryDirectoryContentsResponse 370 371 // `QueryWorkflowInvocationActions` request message. 372 // 373 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 374 type QueryWorkflowInvocationActionsRequest = src.QueryWorkflowInvocationActionsRequest 375 376 // `QueryWorkflowInvocationActions` response message. 377 // 378 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 379 type QueryWorkflowInvocationActionsResponse = src.QueryWorkflowInvocationActionsResponse 380 381 // `ReadFile` request message. 382 // 383 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 384 type ReadFileRequest = src.ReadFileRequest 385 386 // `ReadFile` response message. 387 // 388 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 389 type ReadFileResponse = src.ReadFileResponse 390 391 // Describes a relation and its columns. 392 // 393 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 394 type RelationDescriptor = src.RelationDescriptor 395 396 // Describes a column. 397 // 398 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 399 type RelationDescriptor_ColumnDescriptor = src.RelationDescriptor_ColumnDescriptor 400 401 // `RemoveDirectory` request message. 402 // 403 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 404 type RemoveDirectoryRequest = src.RemoveDirectoryRequest 405 406 // `RemoveFile` request message. 407 // 408 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 409 type RemoveFileRequest = src.RemoveFileRequest 410 411 // Represents a Dataform Git repository. 412 // 413 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 414 type Repository = src.Repository 415 416 // Controls Git remote configuration for a repository. 417 // 418 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 419 type Repository_GitRemoteSettings = src.Repository_GitRemoteSettings 420 421 // Indicates the status of a Git authentication token. 422 // 423 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 424 type Repository_GitRemoteSettings_TokenStatus = src.Repository_GitRemoteSettings_TokenStatus 425 426 // `ResetWorkspaceChanges` request message. 427 // 428 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 429 type ResetWorkspaceChangesRequest = src.ResetWorkspaceChangesRequest 430 431 // Represents an action identifier. If the action writes output, the output 432 // will be written to the referenced database object. 433 // 434 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 435 type Target = src.Target 436 437 // UnimplementedDataformServer can be embedded to have forward compatible 438 // implementations. 439 // 440 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 441 type UnimplementedDataformServer = src.UnimplementedDataformServer 442 443 // `UpdateRepository` request message. 444 // 445 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 446 type UpdateRepositoryRequest = src.UpdateRepositoryRequest 447 448 // Represents a single invocation of a compilation result. 449 // 450 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 451 type WorkflowInvocation = src.WorkflowInvocation 452 453 // Represents a single action in a workflow invocation. 454 // 455 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 456 type WorkflowInvocationAction = src.WorkflowInvocationAction 457 458 // Represents a workflow action that will run against BigQuery. 459 // 460 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 461 type WorkflowInvocationAction_BigQueryAction = src.WorkflowInvocationAction_BigQueryAction 462 463 // Represents the current state of an workflow invocation action. 464 // 465 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 466 type WorkflowInvocationAction_State = src.WorkflowInvocationAction_State 467 468 // Represents the current state of a workflow invocation. 469 // 470 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 471 type WorkflowInvocation_State = src.WorkflowInvocation_State 472 473 // Represents a Dataform Git workspace. 474 // 475 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 476 type Workspace = src.Workspace 477 478 // `WriteFile` request message. 479 // 480 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 481 type WriteFileRequest = src.WriteFileRequest 482 483 // `WriteFile` response message. 484 // 485 // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 486 type WriteFileResponse = src.WriteFileResponse 487 488 // Deprecated: Please use funcs in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 489 func NewDataformClient(cc grpc.ClientConnInterface) DataformClient { return src.NewDataformClient(cc) } 490 491 // Deprecated: Please use funcs in: cloud.google.com/go/dataform/apiv1beta1/dataformpb 492 func RegisterDataformServer(s *grpc.Server, srv DataformServer) { src.RegisterDataformServer(s, srv) } 493