...

Source file src/google.golang.org/genproto/googleapis/cloud/dataform/v1alpha2/alias.go

Documentation: google.golang.org/genproto/googleapis/cloud/dataform/v1alpha2

     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/apiv1alpha2/dataformpb".
    19  //
    20  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/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/apiv1alpha2/dataformpb"
    27  	grpc "google.golang.org/grpc"
    28  )
    29  
    30  // Deprecated: Please use consts in: cloud.google.com/go/dataform/apiv1alpha2/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/apiv1alpha2/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_v1alpha2_dataform_proto             = src.File_google_cloud_dataform_v1alpha2_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/apiv1alpha2/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/apiv1alpha2/dataformpb
    84  type CommitAuthor = src.CommitAuthor
    85  
    86  // `CommitWorkspaceChanges` request message.
    87  //
    88  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/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/apiv1alpha2/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/apiv1alpha2/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/apiv1alpha2/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/apiv1alpha2/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/apiv1alpha2/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/apiv1alpha2/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/apiv1alpha2/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/apiv1alpha2/dataformpb
   135  type CompilationResultAction_Relation_RelationType = src.CompilationResultAction_Relation_RelationType
   136  
   137  // Configures various aspects of Dataform code compilation.
   138  //
   139  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   140  type CompilationResult_CodeCompilationConfig = src.CompilationResult_CodeCompilationConfig
   141  
   142  // An error encountered when attempting to compile a Dataform project.
   143  //
   144  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   145  type CompilationResult_CompilationError = src.CompilationResult_CompilationError
   146  type CompilationResult_GitCommitish = src.CompilationResult_GitCommitish
   147  type CompilationResult_Workspace = src.CompilationResult_Workspace
   148  
   149  // `CreateCompilationResult` request message.
   150  //
   151  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   152  type CreateCompilationResultRequest = src.CreateCompilationResultRequest
   153  
   154  // `CreateRepository` request message.
   155  //
   156  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   157  type CreateRepositoryRequest = src.CreateRepositoryRequest
   158  
   159  // `CreateWorkflowInvocation` request message.
   160  //
   161  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   162  type CreateWorkflowInvocationRequest = src.CreateWorkflowInvocationRequest
   163  
   164  // `CreateWorkspace` request message.
   165  //
   166  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   167  type CreateWorkspaceRequest = src.CreateWorkspaceRequest
   168  
   169  // DataformClient is the client API for Dataform service. For semantics around
   170  // ctx use and closing/ending streaming RPCs, please refer to
   171  // https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
   172  //
   173  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   174  type DataformClient = src.DataformClient
   175  
   176  // DataformServer is the server API for Dataform service.
   177  //
   178  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   179  type DataformServer = src.DataformServer
   180  
   181  // `DeleteRepository` request message.
   182  //
   183  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   184  type DeleteRepositoryRequest = src.DeleteRepositoryRequest
   185  
   186  // `DeleteWorkflowInvocation` request message.
   187  //
   188  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   189  type DeleteWorkflowInvocationRequest = src.DeleteWorkflowInvocationRequest
   190  
   191  // `DeleteWorkspace` request message.
   192  //
   193  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   194  type DeleteWorkspaceRequest = src.DeleteWorkspaceRequest
   195  
   196  // `FetchFileDiff` request message.
   197  //
   198  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   199  type FetchFileDiffRequest = src.FetchFileDiffRequest
   200  
   201  // `FetchFileDiff` response message.
   202  //
   203  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   204  type FetchFileDiffResponse = src.FetchFileDiffResponse
   205  
   206  // `FetchFileGitStatuses` request message.
   207  //
   208  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   209  type FetchFileGitStatusesRequest = src.FetchFileGitStatusesRequest
   210  
   211  // `FetchFileGitStatuses` response message.
   212  //
   213  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   214  type FetchFileGitStatusesResponse = src.FetchFileGitStatusesResponse
   215  
   216  // Represents the Git state of a file with uncommitted changes.
   217  //
   218  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   219  type FetchFileGitStatusesResponse_UncommittedFileChange = src.FetchFileGitStatusesResponse_UncommittedFileChange
   220  
   221  // Indicates the status of an uncommitted file change.
   222  //
   223  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   224  type FetchFileGitStatusesResponse_UncommittedFileChange_State = src.FetchFileGitStatusesResponse_UncommittedFileChange_State
   225  
   226  // `FetchGitAheadBehind` request message.
   227  //
   228  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   229  type FetchGitAheadBehindRequest = src.FetchGitAheadBehindRequest
   230  
   231  // `FetchGitAheadBehind` response message.
   232  //
   233  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   234  type FetchGitAheadBehindResponse = src.FetchGitAheadBehindResponse
   235  
   236  // `FetchRemoteBranches` request message.
   237  //
   238  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   239  type FetchRemoteBranchesRequest = src.FetchRemoteBranchesRequest
   240  
   241  // `FetchRemoteBranches` response message.
   242  //
   243  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   244  type FetchRemoteBranchesResponse = src.FetchRemoteBranchesResponse
   245  
   246  // `GetCompilationResult` request message.
   247  //
   248  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   249  type GetCompilationResultRequest = src.GetCompilationResultRequest
   250  
   251  // `GetRepository` request message.
   252  //
   253  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   254  type GetRepositoryRequest = src.GetRepositoryRequest
   255  
   256  // `GetWorkflowInvocation` request message.
   257  //
   258  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   259  type GetWorkflowInvocationRequest = src.GetWorkflowInvocationRequest
   260  
   261  // `GetWorkspace` request message.
   262  //
   263  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   264  type GetWorkspaceRequest = src.GetWorkspaceRequest
   265  
   266  // `InstallNpmPackages` request message.
   267  //
   268  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   269  type InstallNpmPackagesRequest = src.InstallNpmPackagesRequest
   270  
   271  // `InstallNpmPackages` response message.
   272  //
   273  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   274  type InstallNpmPackagesResponse = src.InstallNpmPackagesResponse
   275  
   276  // `ListCompilationResults` request message.
   277  //
   278  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   279  type ListCompilationResultsRequest = src.ListCompilationResultsRequest
   280  
   281  // `ListCompilationResults` response message.
   282  //
   283  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   284  type ListCompilationResultsResponse = src.ListCompilationResultsResponse
   285  
   286  // `ListRepositories` request message.
   287  //
   288  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   289  type ListRepositoriesRequest = src.ListRepositoriesRequest
   290  
   291  // `ListRepositories` response message.
   292  //
   293  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   294  type ListRepositoriesResponse = src.ListRepositoriesResponse
   295  
   296  // `ListWorkflowInvocations` request message.
   297  //
   298  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   299  type ListWorkflowInvocationsRequest = src.ListWorkflowInvocationsRequest
   300  
   301  // `ListWorkflowInvocations` response message.
   302  //
   303  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   304  type ListWorkflowInvocationsResponse = src.ListWorkflowInvocationsResponse
   305  
   306  // `ListWorkspaces` request message.
   307  //
   308  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   309  type ListWorkspacesRequest = src.ListWorkspacesRequest
   310  
   311  // `ListWorkspaces` response message.
   312  //
   313  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   314  type ListWorkspacesResponse = src.ListWorkspacesResponse
   315  
   316  // `MakeDirectory` request message.
   317  //
   318  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   319  type MakeDirectoryRequest = src.MakeDirectoryRequest
   320  
   321  // `MakeDirectory` response message.
   322  //
   323  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   324  type MakeDirectoryResponse = src.MakeDirectoryResponse
   325  
   326  // `MoveDirectory` request message.
   327  //
   328  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   329  type MoveDirectoryRequest = src.MoveDirectoryRequest
   330  
   331  // `MoveDirectory` response message.
   332  //
   333  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   334  type MoveDirectoryResponse = src.MoveDirectoryResponse
   335  
   336  // `MoveFile` request message.
   337  //
   338  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   339  type MoveFileRequest = src.MoveFileRequest
   340  
   341  // `MoveFile` response message.
   342  //
   343  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   344  type MoveFileResponse = src.MoveFileResponse
   345  
   346  // `PullGitCommits` request message.
   347  //
   348  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   349  type PullGitCommitsRequest = src.PullGitCommitsRequest
   350  
   351  // `PushGitCommits` request message.
   352  //
   353  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   354  type PushGitCommitsRequest = src.PushGitCommitsRequest
   355  
   356  // `QueryCompilationResultActions` request message.
   357  //
   358  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   359  type QueryCompilationResultActionsRequest = src.QueryCompilationResultActionsRequest
   360  
   361  // `QueryCompilationResultActions` response message.
   362  //
   363  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   364  type QueryCompilationResultActionsResponse = src.QueryCompilationResultActionsResponse
   365  
   366  // `QueryDirectoryContents` request message.
   367  //
   368  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   369  type QueryDirectoryContentsRequest = src.QueryDirectoryContentsRequest
   370  
   371  // `QueryDirectoryContents` response message.
   372  //
   373  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   374  type QueryDirectoryContentsResponse = src.QueryDirectoryContentsResponse
   375  
   376  // Represents a single entry in a workspace directory.
   377  //
   378  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   379  type QueryDirectoryContentsResponse_DirectoryEntry = src.QueryDirectoryContentsResponse_DirectoryEntry
   380  type QueryDirectoryContentsResponse_DirectoryEntry_Directory = src.QueryDirectoryContentsResponse_DirectoryEntry_Directory
   381  type QueryDirectoryContentsResponse_DirectoryEntry_File = src.QueryDirectoryContentsResponse_DirectoryEntry_File
   382  
   383  // `QueryWorkflowInvocationActions` request message.
   384  //
   385  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   386  type QueryWorkflowInvocationActionsRequest = src.QueryWorkflowInvocationActionsRequest
   387  
   388  // `QueryWorkflowInvocationActions` response message.
   389  //
   390  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   391  type QueryWorkflowInvocationActionsResponse = src.QueryWorkflowInvocationActionsResponse
   392  
   393  // `ReadFile` request message.
   394  //
   395  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   396  type ReadFileRequest = src.ReadFileRequest
   397  
   398  // `ReadFile` response message.
   399  //
   400  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   401  type ReadFileResponse = src.ReadFileResponse
   402  
   403  // Describes a relation and its columns.
   404  //
   405  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   406  type RelationDescriptor = src.RelationDescriptor
   407  
   408  // Describes a column.
   409  //
   410  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   411  type RelationDescriptor_ColumnDescriptor = src.RelationDescriptor_ColumnDescriptor
   412  
   413  // `RemoveDirectory` request message.
   414  //
   415  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   416  type RemoveDirectoryRequest = src.RemoveDirectoryRequest
   417  
   418  // `RemoveFile` request message.
   419  //
   420  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   421  type RemoveFileRequest = src.RemoveFileRequest
   422  
   423  // Represents a Dataform Git repository.
   424  //
   425  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   426  type Repository = src.Repository
   427  
   428  // Controls Git remote configuration for a repository.
   429  //
   430  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   431  type Repository_GitRemoteSettings = src.Repository_GitRemoteSettings
   432  
   433  // Indicates the status of a Git authentication token.
   434  //
   435  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   436  type Repository_GitRemoteSettings_TokenStatus = src.Repository_GitRemoteSettings_TokenStatus
   437  
   438  // `ResetWorkspaceChanges` request message.
   439  //
   440  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   441  type ResetWorkspaceChangesRequest = src.ResetWorkspaceChangesRequest
   442  
   443  // Represents an action identifier. If the action writes output, the output
   444  // will be written to the referenced database object.
   445  //
   446  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   447  type Target = src.Target
   448  
   449  // UnimplementedDataformServer can be embedded to have forward compatible
   450  // implementations.
   451  //
   452  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   453  type UnimplementedDataformServer = src.UnimplementedDataformServer
   454  
   455  // `UpdateRepository` request message.
   456  //
   457  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   458  type UpdateRepositoryRequest = src.UpdateRepositoryRequest
   459  
   460  // Represents a single invocation of a compilation result.
   461  //
   462  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   463  type WorkflowInvocation = src.WorkflowInvocation
   464  
   465  // Represents a single action in a workflow invocation.
   466  //
   467  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   468  type WorkflowInvocationAction = src.WorkflowInvocationAction
   469  
   470  // Represents a workflow action that will run against BigQuery.
   471  //
   472  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   473  type WorkflowInvocationAction_BigQueryAction = src.WorkflowInvocationAction_BigQueryAction
   474  
   475  // Represents the current state of an workflow invocation action.
   476  //
   477  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   478  type WorkflowInvocationAction_State = src.WorkflowInvocationAction_State
   479  
   480  // Includes various configuration options for this workflow invocation. If
   481  // both `included_targets` and `included_tags` are unset, all actions will be
   482  // included.
   483  //
   484  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   485  type WorkflowInvocation_InvocationConfig = src.WorkflowInvocation_InvocationConfig
   486  
   487  // Represents the current state of a workflow invocation.
   488  //
   489  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   490  type WorkflowInvocation_State = src.WorkflowInvocation_State
   491  
   492  // Represents a Dataform Git workspace.
   493  //
   494  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   495  type Workspace = src.Workspace
   496  
   497  // `WriteFile` request message.
   498  //
   499  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   500  type WriteFileRequest = src.WriteFileRequest
   501  
   502  // `WriteFile` response message.
   503  //
   504  // Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   505  type WriteFileResponse = src.WriteFileResponse
   506  
   507  // Deprecated: Please use funcs in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   508  func NewDataformClient(cc grpc.ClientConnInterface) DataformClient { return src.NewDataformClient(cc) }
   509  
   510  // Deprecated: Please use funcs in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
   511  func RegisterDataformServer(s *grpc.Server, srv DataformServer) { src.RegisterDataformServer(s, srv) }
   512  

View as plain text