package dataform
import "google.golang.org/genproto/googleapis/cloud/dataform/v1alpha2"
Package dataform aliases all exported identifiers in package "cloud.google.com/go/dataform/apiv1alpha2/dataformpb".
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterDataformServer(s *grpc.Server, srv DataformServer)
- type CancelWorkflowInvocationRequest
- type CommitAuthor
- type CommitWorkspaceChangesRequest
- type CompilationResult
- type CompilationResultAction
- type CompilationResultAction_Assertion
- type CompilationResultAction_Assertion_
- type CompilationResultAction_Declaration
- type CompilationResultAction_Declaration_
- type CompilationResultAction_Operations
- type CompilationResultAction_Operations_
- type CompilationResultAction_Relation
- type CompilationResultAction_Relation_
- type CompilationResultAction_Relation_IncrementalTableConfig
- type CompilationResultAction_Relation_RelationType
- type CompilationResult_CodeCompilationConfig
- type CompilationResult_CompilationError
- type CompilationResult_GitCommitish
- type CompilationResult_Workspace
- type CreateCompilationResultRequest
- type CreateRepositoryRequest
- type CreateWorkflowInvocationRequest
- type CreateWorkspaceRequest
- type DataformClient
- type DataformServer
- type DeleteRepositoryRequest
- type DeleteWorkflowInvocationRequest
- type DeleteWorkspaceRequest
- type FetchFileDiffRequest
- type FetchFileDiffResponse
- type FetchFileGitStatusesRequest
- type FetchFileGitStatusesResponse
- type FetchFileGitStatusesResponse_UncommittedFileChange
- type FetchFileGitStatusesResponse_UncommittedFileChange_State
- type FetchGitAheadBehindRequest
- type FetchGitAheadBehindResponse
- type FetchRemoteBranchesRequest
- type FetchRemoteBranchesResponse
- type GetCompilationResultRequest
- type GetRepositoryRequest
- type GetWorkflowInvocationRequest
- type GetWorkspaceRequest
- type InstallNpmPackagesRequest
- type InstallNpmPackagesResponse
- type ListCompilationResultsRequest
- type ListCompilationResultsResponse
- type ListRepositoriesRequest
- type ListRepositoriesResponse
- type ListWorkflowInvocationsRequest
- type ListWorkflowInvocationsResponse
- type ListWorkspacesRequest
- type ListWorkspacesResponse
- type MakeDirectoryRequest
- type MakeDirectoryResponse
- type MoveDirectoryRequest
- type MoveDirectoryResponse
- type MoveFileRequest
- type MoveFileResponse
- type PullGitCommitsRequest
- type PushGitCommitsRequest
- type QueryCompilationResultActionsRequest
- type QueryCompilationResultActionsResponse
- type QueryDirectoryContentsRequest
- type QueryDirectoryContentsResponse
- type QueryDirectoryContentsResponse_DirectoryEntry
- type QueryDirectoryContentsResponse_DirectoryEntry_Directory
- type QueryDirectoryContentsResponse_DirectoryEntry_File
- type QueryWorkflowInvocationActionsRequest
- type QueryWorkflowInvocationActionsResponse
- type ReadFileRequest
- type ReadFileResponse
- type RelationDescriptor
- type RelationDescriptor_ColumnDescriptor
- type RemoveDirectoryRequest
- type RemoveFileRequest
- type Repository
- type Repository_GitRemoteSettings
- type Repository_GitRemoteSettings_TokenStatus
- type ResetWorkspaceChangesRequest
- type Target
- type UnimplementedDataformServer
- type UpdateRepositoryRequest
- type WorkflowInvocation
- type WorkflowInvocationAction
- type WorkflowInvocationAction_BigQueryAction
- type WorkflowInvocationAction_State
- type WorkflowInvocation_InvocationConfig
- type WorkflowInvocation_State
- type Workspace
- type WriteFileRequest
- type WriteFileResponse
Constants ¶
const ( CompilationResultAction_Relation_INCREMENTAL_TABLE = src.CompilationResultAction_Relation_INCREMENTAL_TABLE CompilationResultAction_Relation_MATERIALIZED_VIEW = src.CompilationResultAction_Relation_MATERIALIZED_VIEW CompilationResultAction_Relation_RELATION_TYPE_UNSPECIFIED = src.CompilationResultAction_Relation_RELATION_TYPE_UNSPECIFIED CompilationResultAction_Relation_TABLE = src.CompilationResultAction_Relation_TABLE CompilationResultAction_Relation_VIEW = src.CompilationResultAction_Relation_VIEW FetchFileGitStatusesResponse_UncommittedFileChange_ADDED = src.FetchFileGitStatusesResponse_UncommittedFileChange_ADDED FetchFileGitStatusesResponse_UncommittedFileChange_DELETED = src.FetchFileGitStatusesResponse_UncommittedFileChange_DELETED FetchFileGitStatusesResponse_UncommittedFileChange_HAS_CONFLICTS = src.FetchFileGitStatusesResponse_UncommittedFileChange_HAS_CONFLICTS FetchFileGitStatusesResponse_UncommittedFileChange_MODIFIED = src.FetchFileGitStatusesResponse_UncommittedFileChange_MODIFIED FetchFileGitStatusesResponse_UncommittedFileChange_STATE_UNSPECIFIED = src.FetchFileGitStatusesResponse_UncommittedFileChange_STATE_UNSPECIFIED Repository_GitRemoteSettings_INVALID = src.Repository_GitRemoteSettings_INVALID Repository_GitRemoteSettings_NOT_FOUND = src.Repository_GitRemoteSettings_NOT_FOUND Repository_GitRemoteSettings_TOKEN_STATUS_UNSPECIFIED = src.Repository_GitRemoteSettings_TOKEN_STATUS_UNSPECIFIED Repository_GitRemoteSettings_VALID = src.Repository_GitRemoteSettings_VALID WorkflowInvocationAction_CANCELLED = src.WorkflowInvocationAction_CANCELLED WorkflowInvocationAction_DISABLED = src.WorkflowInvocationAction_DISABLED WorkflowInvocationAction_FAILED = src.WorkflowInvocationAction_FAILED WorkflowInvocationAction_PENDING = src.WorkflowInvocationAction_PENDING WorkflowInvocationAction_RUNNING = src.WorkflowInvocationAction_RUNNING WorkflowInvocationAction_SKIPPED = src.WorkflowInvocationAction_SKIPPED WorkflowInvocationAction_SUCCEEDED = src.WorkflowInvocationAction_SUCCEEDED WorkflowInvocation_CANCELING = src.WorkflowInvocation_CANCELING WorkflowInvocation_CANCELLED = src.WorkflowInvocation_CANCELLED WorkflowInvocation_FAILED = src.WorkflowInvocation_FAILED WorkflowInvocation_RUNNING = src.WorkflowInvocation_RUNNING WorkflowInvocation_STATE_UNSPECIFIED = src.WorkflowInvocation_STATE_UNSPECIFIED WorkflowInvocation_SUCCEEDED = src.WorkflowInvocation_SUCCEEDED )
Deprecated: Please use consts in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
Variables ¶
var ( CompilationResultAction_Relation_RelationType_name = src.CompilationResultAction_Relation_RelationType_name CompilationResultAction_Relation_RelationType_value = src.CompilationResultAction_Relation_RelationType_value FetchFileGitStatusesResponse_UncommittedFileChange_State_name = src.FetchFileGitStatusesResponse_UncommittedFileChange_State_name FetchFileGitStatusesResponse_UncommittedFileChange_State_value = src.FetchFileGitStatusesResponse_UncommittedFileChange_State_value File_google_cloud_dataform_v1alpha2_dataform_proto = src.File_google_cloud_dataform_v1alpha2_dataform_proto Repository_GitRemoteSettings_TokenStatus_name = src.Repository_GitRemoteSettings_TokenStatus_name Repository_GitRemoteSettings_TokenStatus_value = src.Repository_GitRemoteSettings_TokenStatus_value WorkflowInvocationAction_State_name = src.WorkflowInvocationAction_State_name WorkflowInvocationAction_State_value = src.WorkflowInvocationAction_State_value WorkflowInvocation_State_name = src.WorkflowInvocation_State_name WorkflowInvocation_State_value = src.WorkflowInvocation_State_value )
Deprecated: Please use vars in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
Functions ¶
func RegisterDataformServer ¶
func RegisterDataformServer(s *grpc.Server, srv DataformServer)
Deprecated: Please use funcs in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
Types ¶
type CancelWorkflowInvocationRequest ¶
type CancelWorkflowInvocationRequest = src.CancelWorkflowInvocationRequest
`CancelWorkflowInvocation` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CommitAuthor ¶
type CommitAuthor = src.CommitAuthor
Represents the author of a Git commit.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CommitWorkspaceChangesRequest ¶
type CommitWorkspaceChangesRequest = src.CommitWorkspaceChangesRequest
`CommitWorkspaceChanges` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResult ¶
type CompilationResult = src.CompilationResult
Represents the result of compiling a Dataform project.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResultAction ¶
type CompilationResultAction = src.CompilationResultAction
Represents a single Dataform action in a compilation result.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResultAction_Assertion ¶
type CompilationResultAction_Assertion = src.CompilationResultAction_Assertion
Represents an assertion upon a SQL query which is required return zero rows.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResultAction_Assertion_ ¶
type CompilationResultAction_Assertion_ = src.CompilationResultAction_Assertion_
type CompilationResultAction_Declaration ¶
type CompilationResultAction_Declaration = src.CompilationResultAction_Declaration
Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResultAction_Declaration_ ¶
type CompilationResultAction_Declaration_ = src.CompilationResultAction_Declaration_
type CompilationResultAction_Operations ¶
type CompilationResultAction_Operations = src.CompilationResultAction_Operations
Represents a list of arbitrary database operations.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResultAction_Operations_ ¶
type CompilationResultAction_Operations_ = src.CompilationResultAction_Operations_
type CompilationResultAction_Relation ¶
type CompilationResultAction_Relation = src.CompilationResultAction_Relation
Represents a database relation.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResultAction_Relation_ ¶
type CompilationResultAction_Relation_ = src.CompilationResultAction_Relation_
type CompilationResultAction_Relation_IncrementalTableConfig ¶
type CompilationResultAction_Relation_IncrementalTableConfig = src.CompilationResultAction_Relation_IncrementalTableConfig
Contains settings for relations of type `INCREMENTAL_TABLE`.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResultAction_Relation_RelationType ¶
type CompilationResultAction_Relation_RelationType = src.CompilationResultAction_Relation_RelationType
Indicates the type of this relation.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResult_CodeCompilationConfig ¶
type CompilationResult_CodeCompilationConfig = src.CompilationResult_CodeCompilationConfig
Configures various aspects of Dataform code compilation.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResult_CompilationError ¶
type CompilationResult_CompilationError = src.CompilationResult_CompilationError
An error encountered when attempting to compile a Dataform project.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CompilationResult_GitCommitish ¶
type CompilationResult_GitCommitish = src.CompilationResult_GitCommitish
type CompilationResult_Workspace ¶
type CompilationResult_Workspace = src.CompilationResult_Workspace
type CreateCompilationResultRequest ¶
type CreateCompilationResultRequest = src.CreateCompilationResultRequest
`CreateCompilationResult` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CreateRepositoryRequest ¶
type CreateRepositoryRequest = src.CreateRepositoryRequest
`CreateRepository` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CreateWorkflowInvocationRequest ¶
type CreateWorkflowInvocationRequest = src.CreateWorkflowInvocationRequest
`CreateWorkflowInvocation` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type CreateWorkspaceRequest ¶
type CreateWorkspaceRequest = src.CreateWorkspaceRequest
`CreateWorkspace` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type DataformClient ¶
type DataformClient = src.DataformClient
DataformClient is the client API for Dataform 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/dataform/apiv1alpha2/dataformpb
func NewDataformClient ¶
func NewDataformClient(cc grpc.ClientConnInterface) DataformClient
Deprecated: Please use funcs in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type DataformServer ¶
type DataformServer = src.DataformServer
DataformServer is the server API for Dataform service.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type DeleteRepositoryRequest ¶
type DeleteRepositoryRequest = src.DeleteRepositoryRequest
`DeleteRepository` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type DeleteWorkflowInvocationRequest ¶
type DeleteWorkflowInvocationRequest = src.DeleteWorkflowInvocationRequest
`DeleteWorkflowInvocation` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type DeleteWorkspaceRequest ¶
type DeleteWorkspaceRequest = src.DeleteWorkspaceRequest
`DeleteWorkspace` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchFileDiffRequest ¶
type FetchFileDiffRequest = src.FetchFileDiffRequest
`FetchFileDiff` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchFileDiffResponse ¶
type FetchFileDiffResponse = src.FetchFileDiffResponse
`FetchFileDiff` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchFileGitStatusesRequest ¶
type FetchFileGitStatusesRequest = src.FetchFileGitStatusesRequest
`FetchFileGitStatuses` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchFileGitStatusesResponse ¶
type FetchFileGitStatusesResponse = src.FetchFileGitStatusesResponse
`FetchFileGitStatuses` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchFileGitStatusesResponse_UncommittedFileChange ¶
type FetchFileGitStatusesResponse_UncommittedFileChange = src.FetchFileGitStatusesResponse_UncommittedFileChange
Represents the Git state of a file with uncommitted changes.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchFileGitStatusesResponse_UncommittedFileChange_State ¶
type FetchFileGitStatusesResponse_UncommittedFileChange_State = src.FetchFileGitStatusesResponse_UncommittedFileChange_State
Indicates the status of an uncommitted file change.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchGitAheadBehindRequest ¶
type FetchGitAheadBehindRequest = src.FetchGitAheadBehindRequest
`FetchGitAheadBehind` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchGitAheadBehindResponse ¶
type FetchGitAheadBehindResponse = src.FetchGitAheadBehindResponse
`FetchGitAheadBehind` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchRemoteBranchesRequest ¶
type FetchRemoteBranchesRequest = src.FetchRemoteBranchesRequest
`FetchRemoteBranches` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type FetchRemoteBranchesResponse ¶
type FetchRemoteBranchesResponse = src.FetchRemoteBranchesResponse
`FetchRemoteBranches` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type GetCompilationResultRequest ¶
type GetCompilationResultRequest = src.GetCompilationResultRequest
`GetCompilationResult` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type GetRepositoryRequest ¶
type GetRepositoryRequest = src.GetRepositoryRequest
`GetRepository` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type GetWorkflowInvocationRequest ¶
type GetWorkflowInvocationRequest = src.GetWorkflowInvocationRequest
`GetWorkflowInvocation` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type GetWorkspaceRequest ¶
type GetWorkspaceRequest = src.GetWorkspaceRequest
`GetWorkspace` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type InstallNpmPackagesRequest ¶
type InstallNpmPackagesRequest = src.InstallNpmPackagesRequest
`InstallNpmPackages` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type InstallNpmPackagesResponse ¶
type InstallNpmPackagesResponse = src.InstallNpmPackagesResponse
`InstallNpmPackages` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListCompilationResultsRequest ¶
type ListCompilationResultsRequest = src.ListCompilationResultsRequest
`ListCompilationResults` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListCompilationResultsResponse ¶
type ListCompilationResultsResponse = src.ListCompilationResultsResponse
`ListCompilationResults` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListRepositoriesRequest ¶
type ListRepositoriesRequest = src.ListRepositoriesRequest
`ListRepositories` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListRepositoriesResponse ¶
type ListRepositoriesResponse = src.ListRepositoriesResponse
`ListRepositories` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListWorkflowInvocationsRequest ¶
type ListWorkflowInvocationsRequest = src.ListWorkflowInvocationsRequest
`ListWorkflowInvocations` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListWorkflowInvocationsResponse ¶
type ListWorkflowInvocationsResponse = src.ListWorkflowInvocationsResponse
`ListWorkflowInvocations` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListWorkspacesRequest ¶
type ListWorkspacesRequest = src.ListWorkspacesRequest
`ListWorkspaces` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ListWorkspacesResponse ¶
type ListWorkspacesResponse = src.ListWorkspacesResponse
`ListWorkspaces` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type MakeDirectoryRequest ¶
type MakeDirectoryRequest = src.MakeDirectoryRequest
`MakeDirectory` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type MakeDirectoryResponse ¶
type MakeDirectoryResponse = src.MakeDirectoryResponse
`MakeDirectory` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type MoveDirectoryRequest ¶
type MoveDirectoryRequest = src.MoveDirectoryRequest
`MoveDirectory` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type MoveDirectoryResponse ¶
type MoveDirectoryResponse = src.MoveDirectoryResponse
`MoveDirectory` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type MoveFileRequest ¶
type MoveFileRequest = src.MoveFileRequest
`MoveFile` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type MoveFileResponse ¶
type MoveFileResponse = src.MoveFileResponse
`MoveFile` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type PullGitCommitsRequest ¶
type PullGitCommitsRequest = src.PullGitCommitsRequest
`PullGitCommits` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type PushGitCommitsRequest ¶
type PushGitCommitsRequest = src.PushGitCommitsRequest
`PushGitCommits` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type QueryCompilationResultActionsRequest ¶
type QueryCompilationResultActionsRequest = src.QueryCompilationResultActionsRequest
`QueryCompilationResultActions` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type QueryCompilationResultActionsResponse ¶
type QueryCompilationResultActionsResponse = src.QueryCompilationResultActionsResponse
`QueryCompilationResultActions` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type QueryDirectoryContentsRequest ¶
type QueryDirectoryContentsRequest = src.QueryDirectoryContentsRequest
`QueryDirectoryContents` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type QueryDirectoryContentsResponse ¶
type QueryDirectoryContentsResponse = src.QueryDirectoryContentsResponse
`QueryDirectoryContents` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type QueryDirectoryContentsResponse_DirectoryEntry ¶
type QueryDirectoryContentsResponse_DirectoryEntry = src.QueryDirectoryContentsResponse_DirectoryEntry
Represents a single entry in a workspace directory.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type QueryDirectoryContentsResponse_DirectoryEntry_Directory ¶
type QueryDirectoryContentsResponse_DirectoryEntry_Directory = src.QueryDirectoryContentsResponse_DirectoryEntry_Directory
type QueryDirectoryContentsResponse_DirectoryEntry_File ¶
type QueryDirectoryContentsResponse_DirectoryEntry_File = src.QueryDirectoryContentsResponse_DirectoryEntry_File
type QueryWorkflowInvocationActionsRequest ¶
type QueryWorkflowInvocationActionsRequest = src.QueryWorkflowInvocationActionsRequest
`QueryWorkflowInvocationActions` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type QueryWorkflowInvocationActionsResponse ¶
type QueryWorkflowInvocationActionsResponse = src.QueryWorkflowInvocationActionsResponse
`QueryWorkflowInvocationActions` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ReadFileRequest ¶
type ReadFileRequest = src.ReadFileRequest
`ReadFile` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ReadFileResponse ¶
type ReadFileResponse = src.ReadFileResponse
`ReadFile` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type RelationDescriptor ¶
type RelationDescriptor = src.RelationDescriptor
Describes a relation and its columns.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type RelationDescriptor_ColumnDescriptor ¶
type RelationDescriptor_ColumnDescriptor = src.RelationDescriptor_ColumnDescriptor
Describes a column.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type RemoveDirectoryRequest ¶
type RemoveDirectoryRequest = src.RemoveDirectoryRequest
`RemoveDirectory` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type RemoveFileRequest ¶
type RemoveFileRequest = src.RemoveFileRequest
`RemoveFile` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type Repository ¶
type Repository = src.Repository
Represents a Dataform Git repository.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type Repository_GitRemoteSettings ¶
type Repository_GitRemoteSettings = src.Repository_GitRemoteSettings
Controls Git remote configuration for a repository.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type Repository_GitRemoteSettings_TokenStatus ¶
type Repository_GitRemoteSettings_TokenStatus = src.Repository_GitRemoteSettings_TokenStatus
Indicates the status of a Git authentication token.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type ResetWorkspaceChangesRequest ¶
type ResetWorkspaceChangesRequest = src.ResetWorkspaceChangesRequest
`ResetWorkspaceChanges` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type Target ¶
Represents an action identifier. If the action writes output, the output will be written to the referenced database object.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type UnimplementedDataformServer ¶
type UnimplementedDataformServer = src.UnimplementedDataformServer
UnimplementedDataformServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type UpdateRepositoryRequest ¶
type UpdateRepositoryRequest = src.UpdateRepositoryRequest
`UpdateRepository` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WorkflowInvocation ¶
type WorkflowInvocation = src.WorkflowInvocation
Represents a single invocation of a compilation result.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WorkflowInvocationAction ¶
type WorkflowInvocationAction = src.WorkflowInvocationAction
Represents a single action in a workflow invocation.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WorkflowInvocationAction_BigQueryAction ¶
type WorkflowInvocationAction_BigQueryAction = src.WorkflowInvocationAction_BigQueryAction
Represents a workflow action that will run against BigQuery.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WorkflowInvocationAction_State ¶
type WorkflowInvocationAction_State = src.WorkflowInvocationAction_State
Represents the current state of an workflow invocation action.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WorkflowInvocation_InvocationConfig ¶
type WorkflowInvocation_InvocationConfig = src.WorkflowInvocation_InvocationConfig
Includes various configuration options for this workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WorkflowInvocation_State ¶
type WorkflowInvocation_State = src.WorkflowInvocation_State
Represents the current state of a workflow invocation.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type Workspace ¶
Represents a Dataform Git workspace.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WriteFileRequest ¶
type WriteFileRequest = src.WriteFileRequest
`WriteFile` request message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
type WriteFileResponse ¶
type WriteFileResponse = src.WriteFileResponse
`WriteFile` response message.
Deprecated: Please use types in: cloud.google.com/go/dataform/apiv1alpha2/dataformpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.