Represents a Dataform
Inheritance
$protobuf.rpc.Service > protos.google.cloud.dataform.v1alpha2.DataformPackage
@google-cloud/dataformConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new Dataform service.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
cancelWorkflowInvocation(request, callback)
public cancelWorkflowInvocation(request: google.cloud.dataform.v1alpha2.ICancelWorkflowInvocationRequest, callback: google.cloud.dataform.v1alpha2.Dataform.CancelWorkflowInvocationCallback): void;Calls CancelWorkflowInvocation.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICancelWorkflowInvocationRequest
CancelWorkflowInvocationRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.CancelWorkflowInvocationCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
cancelWorkflowInvocation(request)
public cancelWorkflowInvocation(request: google.cloud.dataform.v1alpha2.ICancelWorkflowInvocationRequest): Promise<google.protobuf.Empty>;Calls CancelWorkflowInvocation.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICancelWorkflowInvocationRequest
CancelWorkflowInvocationRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
commitWorkspaceChanges(request, callback)
public commitWorkspaceChanges(request: google.cloud.dataform.v1alpha2.ICommitWorkspaceChangesRequest, callback: google.cloud.dataform.v1alpha2.Dataform.CommitWorkspaceChangesCallback): void;Calls CommitWorkspaceChanges.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICommitWorkspaceChangesRequest
CommitWorkspaceChangesRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.CommitWorkspaceChangesCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
commitWorkspaceChanges(request)
public commitWorkspaceChanges(request: google.cloud.dataform.v1alpha2.ICommitWorkspaceChangesRequest): Promise<google.protobuf.Empty>;Calls CommitWorkspaceChanges.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICommitWorkspaceChangesRequest
CommitWorkspaceChangesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): Dataform;Creates new Dataform service using the specified rpc implementation.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
| Returns | |
|---|---|
| Type | Description |
Dataform |
RPC service. Useful where requests and/or responses are streamed. |
createCompilationResult(request, callback)
public createCompilationResult(request: google.cloud.dataform.v1alpha2.ICreateCompilationResultRequest, callback: google.cloud.dataform.v1alpha2.Dataform.CreateCompilationResultCallback): void;Calls CreateCompilationResult.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICreateCompilationResultRequest
CreateCompilationResultRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.CreateCompilationResultCallback
Node-style callback called with the error, if any, and CompilationResult |
| Returns | |
|---|---|
| Type | Description |
void |
|
createCompilationResult(request)
public createCompilationResult(request: google.cloud.dataform.v1alpha2.ICreateCompilationResultRequest): Promise<google.cloud.dataform.v1alpha2.CompilationResult>;Calls CreateCompilationResult.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICreateCompilationResultRequest
CreateCompilationResultRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.CompilationResult> |
Promise |
createRepository(request, callback)
public createRepository(request: google.cloud.dataform.v1alpha2.ICreateRepositoryRequest, callback: google.cloud.dataform.v1alpha2.Dataform.CreateRepositoryCallback): void;Calls CreateRepository.
| Parameters | |
|---|---|
| Name | Description |
request |
ICreateRepositoryRequest
CreateRepositoryRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.CreateRepositoryCallback
Node-style callback called with the error, if any, and Repository |
| Returns | |
|---|---|
| Type | Description |
void |
|
createRepository(request)
public createRepository(request: google.cloud.dataform.v1alpha2.ICreateRepositoryRequest): Promise<google.cloud.dataform.v1alpha2.Repository>;Calls CreateRepository.
| Parameter | |
|---|---|
| Name | Description |
request |
ICreateRepositoryRequest
CreateRepositoryRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.Repository> |
Promise |
createWorkflowInvocation(request, callback)
public createWorkflowInvocation(request: google.cloud.dataform.v1alpha2.ICreateWorkflowInvocationRequest, callback: google.cloud.dataform.v1alpha2.Dataform.CreateWorkflowInvocationCallback): void;Calls CreateWorkflowInvocation.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.CreateWorkflowInvocationCallback
Node-style callback called with the error, if any, and WorkflowInvocation |
| Returns | |
|---|---|
| Type | Description |
void |
|
createWorkflowInvocation(request)
public createWorkflowInvocation(request: google.cloud.dataform.v1alpha2.ICreateWorkflowInvocationRequest): Promise<google.cloud.dataform.v1alpha2.WorkflowInvocation>;Calls CreateWorkflowInvocation.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICreateWorkflowInvocationRequest
CreateWorkflowInvocationRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.WorkflowInvocation> |
Promise |
createWorkspace(request, callback)
public createWorkspace(request: google.cloud.dataform.v1alpha2.ICreateWorkspaceRequest, callback: google.cloud.dataform.v1alpha2.Dataform.CreateWorkspaceCallback): void;Calls CreateWorkspace.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICreateWorkspaceRequest
CreateWorkspaceRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.CreateWorkspaceCallback
Node-style callback called with the error, if any, and Workspace |
| Returns | |
|---|---|
| Type | Description |
void |
|
createWorkspace(request)
public createWorkspace(request: google.cloud.dataform.v1alpha2.ICreateWorkspaceRequest): Promise<google.cloud.dataform.v1alpha2.Workspace>;Calls CreateWorkspace.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.ICreateWorkspaceRequest
CreateWorkspaceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.Workspace> |
Promise |
deleteRepository(request, callback)
public deleteRepository(request: google.cloud.dataform.v1alpha2.IDeleteRepositoryRequest, callback: google.cloud.dataform.v1alpha2.Dataform.DeleteRepositoryCallback): void;Calls DeleteRepository.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IDeleteRepositoryRequest
DeleteRepositoryRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.DeleteRepositoryCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteRepository(request)
public deleteRepository(request: google.cloud.dataform.v1alpha2.IDeleteRepositoryRequest): Promise<google.protobuf.Empty>;Calls DeleteRepository.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IDeleteRepositoryRequest
DeleteRepositoryRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
deleteWorkflowInvocation(request, callback)
public deleteWorkflowInvocation(request: google.cloud.dataform.v1alpha2.IDeleteWorkflowInvocationRequest, callback: google.cloud.dataform.v1alpha2.Dataform.DeleteWorkflowInvocationCallback): void;Calls DeleteWorkflowInvocation.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IDeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.DeleteWorkflowInvocationCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteWorkflowInvocation(request)
public deleteWorkflowInvocation(request: google.cloud.dataform.v1alpha2.IDeleteWorkflowInvocationRequest): Promise<google.protobuf.Empty>;Calls DeleteWorkflowInvocation.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IDeleteWorkflowInvocationRequest
DeleteWorkflowInvocationRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
deleteWorkspace(request, callback)
public deleteWorkspace(request: google.cloud.dataform.v1alpha2.IDeleteWorkspaceRequest, callback: google.cloud.dataform.v1alpha2.Dataform.DeleteWorkspaceCallback): void;Calls DeleteWorkspace.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IDeleteWorkspaceRequest
DeleteWorkspaceRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.DeleteWorkspaceCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
deleteWorkspace(request)
public deleteWorkspace(request: google.cloud.dataform.v1alpha2.IDeleteWorkspaceRequest): Promise<google.protobuf.Empty>;Calls DeleteWorkspace.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IDeleteWorkspaceRequest
DeleteWorkspaceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
fetchFileDiff(request, callback)
public fetchFileDiff(request: google.cloud.dataform.v1alpha2.IFetchFileDiffRequest, callback: google.cloud.dataform.v1alpha2.Dataform.FetchFileDiffCallback): void;Calls FetchFileDiff.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchFileDiffRequest
FetchFileDiffRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.FetchFileDiffCallback
Node-style callback called with the error, if any, and FetchFileDiffResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
fetchFileDiff(request)
public fetchFileDiff(request: google.cloud.dataform.v1alpha2.IFetchFileDiffRequest): Promise<google.cloud.dataform.v1alpha2.FetchFileDiffResponse>;Calls FetchFileDiff.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchFileDiffRequest
FetchFileDiffRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.FetchFileDiffResponse> |
Promise |
fetchFileGitStatuses(request, callback)
public fetchFileGitStatuses(request: google.cloud.dataform.v1alpha2.IFetchFileGitStatusesRequest, callback: google.cloud.dataform.v1alpha2.Dataform.FetchFileGitStatusesCallback): void;Calls FetchFileGitStatuses.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchFileGitStatusesRequest
FetchFileGitStatusesRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.FetchFileGitStatusesCallback
Node-style callback called with the error, if any, and FetchFileGitStatusesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
fetchFileGitStatuses(request)
public fetchFileGitStatuses(request: google.cloud.dataform.v1alpha2.IFetchFileGitStatusesRequest): Promise<google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse>;Calls FetchFileGitStatuses.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchFileGitStatusesRequest
FetchFileGitStatusesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse> |
Promise |
fetchGitAheadBehind(request, callback)
public fetchGitAheadBehind(request: google.cloud.dataform.v1alpha2.IFetchGitAheadBehindRequest, callback: google.cloud.dataform.v1alpha2.Dataform.FetchGitAheadBehindCallback): void;Calls FetchGitAheadBehind.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchGitAheadBehindRequest
FetchGitAheadBehindRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.FetchGitAheadBehindCallback
Node-style callback called with the error, if any, and FetchGitAheadBehindResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
fetchGitAheadBehind(request)
public fetchGitAheadBehind(request: google.cloud.dataform.v1alpha2.IFetchGitAheadBehindRequest): Promise<google.cloud.dataform.v1alpha2.FetchGitAheadBehindResponse>;Calls FetchGitAheadBehind.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchGitAheadBehindRequest
FetchGitAheadBehindRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.FetchGitAheadBehindResponse> |
Promise |
fetchRemoteBranches(request, callback)
public fetchRemoteBranches(request: google.cloud.dataform.v1alpha2.IFetchRemoteBranchesRequest, callback: google.cloud.dataform.v1alpha2.Dataform.FetchRemoteBranchesCallback): void;Calls FetchRemoteBranches.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchRemoteBranchesRequest
FetchRemoteBranchesRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.FetchRemoteBranchesCallback
Node-style callback called with the error, if any, and FetchRemoteBranchesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
fetchRemoteBranches(request)
public fetchRemoteBranches(request: google.cloud.dataform.v1alpha2.IFetchRemoteBranchesRequest): Promise<google.cloud.dataform.v1alpha2.FetchRemoteBranchesResponse>;Calls FetchRemoteBranches.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IFetchRemoteBranchesRequest
FetchRemoteBranchesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.FetchRemoteBranchesResponse> |
Promise |
getCompilationResult(request, callback)
public getCompilationResult(request: google.cloud.dataform.v1alpha2.IGetCompilationResultRequest, callback: google.cloud.dataform.v1alpha2.Dataform.GetCompilationResultCallback): void;Calls GetCompilationResult.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetCompilationResultRequest
GetCompilationResultRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.GetCompilationResultCallback
Node-style callback called with the error, if any, and CompilationResult |
| Returns | |
|---|---|
| Type | Description |
void |
|
getCompilationResult(request)
public getCompilationResult(request: google.cloud.dataform.v1alpha2.IGetCompilationResultRequest): Promise<google.cloud.dataform.v1alpha2.CompilationResult>;Calls GetCompilationResult.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetCompilationResultRequest
GetCompilationResultRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.CompilationResult> |
Promise |
getRepository(request, callback)
public getRepository(request: google.cloud.dataform.v1alpha2.IGetRepositoryRequest, callback: google.cloud.dataform.v1alpha2.Dataform.GetRepositoryCallback): void;Calls GetRepository.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IGetRepositoryRequest
GetRepositoryRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.GetRepositoryCallback
Node-style callback called with the error, if any, and Repository |
| Returns | |
|---|---|
| Type | Description |
void |
|
getRepository(request)
public getRepository(request: google.cloud.dataform.v1alpha2.IGetRepositoryRequest): Promise<google.cloud.dataform.v1alpha2.Repository>;Calls GetRepository.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IGetRepositoryRequest
GetRepositoryRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.Repository> |
Promise |
getWorkflowInvocation(request, callback)
public getWorkflowInvocation(request: google.cloud.dataform.v1alpha2.IGetWorkflowInvocationRequest, callback: google.cloud.dataform.v1alpha2.Dataform.GetWorkflowInvocationCallback): void;Calls GetWorkflowInvocation.
| Parameters | |
|---|---|
| Name | Description |
request |
IGetWorkflowInvocationRequest
GetWorkflowInvocationRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.GetWorkflowInvocationCallback
Node-style callback called with the error, if any, and WorkflowInvocation |
| Returns | |
|---|---|
| Type | Description |
void |
|
getWorkflowInvocation(request)
public getWorkflowInvocation(request: google.cloud.dataform.v1alpha2.IGetWorkflowInvocationRequest): Promise<google.cloud.dataform.v1alpha2.WorkflowInvocation>;Calls GetWorkflowInvocation.
| Parameter | |
|---|---|
| Name | Description |
request |
IGetWorkflowInvocationRequest
GetWorkflowInvocationRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.WorkflowInvocation> |
Promise |
getWorkspace(request, callback)
public getWorkspace(request: google.cloud.dataform.v1alpha2.IGetWorkspaceRequest, callback: google.cloud.dataform.v1alpha2.Dataform.GetWorkspaceCallback): void;Calls GetWorkspace.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IGetWorkspaceRequest
GetWorkspaceRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.GetWorkspaceCallback
Node-style callback called with the error, if any, and Workspace |
| Returns | |
|---|---|
| Type | Description |
void |
|
getWorkspace(request)
public getWorkspace(request: google.cloud.dataform.v1alpha2.IGetWorkspaceRequest): Promise<google.cloud.dataform.v1alpha2.Workspace>;Calls GetWorkspace.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IGetWorkspaceRequest
GetWorkspaceRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.Workspace> |
Promise |
installNpmPackages(request, callback)
public installNpmPackages(request: google.cloud.dataform.v1alpha2.IInstallNpmPackagesRequest, callback: google.cloud.dataform.v1alpha2.Dataform.InstallNpmPackagesCallback): void;Calls InstallNpmPackages.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IInstallNpmPackagesRequest
InstallNpmPackagesRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.InstallNpmPackagesCallback
Node-style callback called with the error, if any, and InstallNpmPackagesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
installNpmPackages(request)
public installNpmPackages(request: google.cloud.dataform.v1alpha2.IInstallNpmPackagesRequest): Promise<google.cloud.dataform.v1alpha2.InstallNpmPackagesResponse>;Calls InstallNpmPackages.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IInstallNpmPackagesRequest
InstallNpmPackagesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.InstallNpmPackagesResponse> |
Promise |
listCompilationResults(request, callback)
public listCompilationResults(request: google.cloud.dataform.v1alpha2.IListCompilationResultsRequest, callback: google.cloud.dataform.v1alpha2.Dataform.ListCompilationResultsCallback): void;Calls ListCompilationResults.
| Parameters | |
|---|---|
| Name | Description |
request |
IListCompilationResultsRequest
ListCompilationResultsRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.ListCompilationResultsCallback
Node-style callback called with the error, if any, and ListCompilationResultsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listCompilationResults(request)
public listCompilationResults(request: google.cloud.dataform.v1alpha2.IListCompilationResultsRequest): Promise<google.cloud.dataform.v1alpha2.ListCompilationResultsResponse>;Calls ListCompilationResults.
| Parameter | |
|---|---|
| Name | Description |
request |
IListCompilationResultsRequest
ListCompilationResultsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.ListCompilationResultsResponse> |
Promise |
listRepositories(request, callback)
public listRepositories(request: google.cloud.dataform.v1alpha2.IListRepositoriesRequest, callback: google.cloud.dataform.v1alpha2.Dataform.ListRepositoriesCallback): void;Calls ListRepositories.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IListRepositoriesRequest
ListRepositoriesRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.ListRepositoriesCallback
Node-style callback called with the error, if any, and ListRepositoriesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listRepositories(request)
public listRepositories(request: google.cloud.dataform.v1alpha2.IListRepositoriesRequest): Promise<google.cloud.dataform.v1alpha2.ListRepositoriesResponse>;Calls ListRepositories.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IListRepositoriesRequest
ListRepositoriesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.ListRepositoriesResponse> |
Promise |
listWorkflowInvocations(request, callback)
public listWorkflowInvocations(request: google.cloud.dataform.v1alpha2.IListWorkflowInvocationsRequest, callback: google.cloud.dataform.v1alpha2.Dataform.ListWorkflowInvocationsCallback): void;Calls ListWorkflowInvocations.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IListWorkflowInvocationsRequest
ListWorkflowInvocationsRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.ListWorkflowInvocationsCallback
Node-style callback called with the error, if any, and ListWorkflowInvocationsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listWorkflowInvocations(request)
public listWorkflowInvocations(request: google.cloud.dataform.v1alpha2.IListWorkflowInvocationsRequest): Promise<google.cloud.dataform.v1alpha2.ListWorkflowInvocationsResponse>;Calls ListWorkflowInvocations.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IListWorkflowInvocationsRequest
ListWorkflowInvocationsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.ListWorkflowInvocationsResponse> |
Promise |
listWorkspaces(request, callback)
public listWorkspaces(request: google.cloud.dataform.v1alpha2.IListWorkspacesRequest, callback: google.cloud.dataform.v1alpha2.Dataform.ListWorkspacesCallback): void;Calls ListWorkspaces.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IListWorkspacesRequest
ListWorkspacesRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.ListWorkspacesCallback
Node-style callback called with the error, if any, and ListWorkspacesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listWorkspaces(request)
public listWorkspaces(request: google.cloud.dataform.v1alpha2.IListWorkspacesRequest): Promise<google.cloud.dataform.v1alpha2.ListWorkspacesResponse>;Calls ListWorkspaces.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IListWorkspacesRequest
ListWorkspacesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.ListWorkspacesResponse> |
Promise |
makeDirectory(request, callback)
public makeDirectory(request: google.cloud.dataform.v1alpha2.IMakeDirectoryRequest, callback: google.cloud.dataform.v1alpha2.Dataform.MakeDirectoryCallback): void;Calls MakeDirectory.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IMakeDirectoryRequest
MakeDirectoryRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.MakeDirectoryCallback
Node-style callback called with the error, if any, and MakeDirectoryResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
makeDirectory(request)
public makeDirectory(request: google.cloud.dataform.v1alpha2.IMakeDirectoryRequest): Promise<google.cloud.dataform.v1alpha2.MakeDirectoryResponse>;Calls MakeDirectory.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IMakeDirectoryRequest
MakeDirectoryRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.MakeDirectoryResponse> |
Promise |
moveDirectory(request, callback)
public moveDirectory(request: google.cloud.dataform.v1alpha2.IMoveDirectoryRequest, callback: google.cloud.dataform.v1alpha2.Dataform.MoveDirectoryCallback): void;Calls MoveDirectory.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IMoveDirectoryRequest
MoveDirectoryRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.MoveDirectoryCallback
Node-style callback called with the error, if any, and MoveDirectoryResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
moveDirectory(request)
public moveDirectory(request: google.cloud.dataform.v1alpha2.IMoveDirectoryRequest): Promise<google.cloud.dataform.v1alpha2.MoveDirectoryResponse>;Calls MoveDirectory.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IMoveDirectoryRequest
MoveDirectoryRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.MoveDirectoryResponse> |
Promise |
moveFile(request, callback)
public moveFile(request: google.cloud.dataform.v1alpha2.IMoveFileRequest, callback: google.cloud.dataform.v1alpha2.Dataform.MoveFileCallback): void;Calls MoveFile.
| Parameters | |
|---|---|
| Name | Description |
request |
IMoveFileRequest
MoveFileRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.MoveFileCallback
Node-style callback called with the error, if any, and MoveFileResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
moveFile(request)
public moveFile(request: google.cloud.dataform.v1alpha2.IMoveFileRequest): Promise<google.cloud.dataform.v1alpha2.MoveFileResponse>;Calls MoveFile.
| Parameter | |
|---|---|
| Name | Description |
request |
IMoveFileRequest
MoveFileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.MoveFileResponse> |
Promise |
pullGitCommits(request, callback)
public pullGitCommits(request: google.cloud.dataform.v1alpha2.IPullGitCommitsRequest, callback: google.cloud.dataform.v1alpha2.Dataform.PullGitCommitsCallback): void;Calls PullGitCommits.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IPullGitCommitsRequest
PullGitCommitsRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.PullGitCommitsCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
pullGitCommits(request)
public pullGitCommits(request: google.cloud.dataform.v1alpha2.IPullGitCommitsRequest): Promise<google.protobuf.Empty>;Calls PullGitCommits.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IPullGitCommitsRequest
PullGitCommitsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
pushGitCommits(request, callback)
public pushGitCommits(request: google.cloud.dataform.v1alpha2.IPushGitCommitsRequest, callback: google.cloud.dataform.v1alpha2.Dataform.PushGitCommitsCallback): void;Calls PushGitCommits.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IPushGitCommitsRequest
PushGitCommitsRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.PushGitCommitsCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
pushGitCommits(request)
public pushGitCommits(request: google.cloud.dataform.v1alpha2.IPushGitCommitsRequest): Promise<google.protobuf.Empty>;Calls PushGitCommits.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IPushGitCommitsRequest
PushGitCommitsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
queryCompilationResultActions(request, callback)
public queryCompilationResultActions(request: google.cloud.dataform.v1alpha2.IQueryCompilationResultActionsRequest, callback: google.cloud.dataform.v1alpha2.Dataform.QueryCompilationResultActionsCallback): void;Calls QueryCompilationResultActions.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IQueryCompilationResultActionsRequest
QueryCompilationResultActionsRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.QueryCompilationResultActionsCallback
Node-style callback called with the error, if any, and QueryCompilationResultActionsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
queryCompilationResultActions(request)
public queryCompilationResultActions(request: google.cloud.dataform.v1alpha2.IQueryCompilationResultActionsRequest): Promise<google.cloud.dataform.v1alpha2.QueryCompilationResultActionsResponse>;Calls QueryCompilationResultActions.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IQueryCompilationResultActionsRequest
QueryCompilationResultActionsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.QueryCompilationResultActionsResponse> |
Promise |
queryDirectoryContents(request, callback)
public queryDirectoryContents(request: google.cloud.dataform.v1alpha2.IQueryDirectoryContentsRequest, callback: google.cloud.dataform.v1alpha2.Dataform.QueryDirectoryContentsCallback): void;Calls QueryDirectoryContents.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IQueryDirectoryContentsRequest
QueryDirectoryContentsRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.QueryDirectoryContentsCallback
Node-style callback called with the error, if any, and QueryDirectoryContentsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
queryDirectoryContents(request)
public queryDirectoryContents(request: google.cloud.dataform.v1alpha2.IQueryDirectoryContentsRequest): Promise<google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse>;Calls QueryDirectoryContents.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IQueryDirectoryContentsRequest
QueryDirectoryContentsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse> |
Promise |
queryWorkflowInvocationActions(request, callback)
public queryWorkflowInvocationActions(request: google.cloud.dataform.v1alpha2.IQueryWorkflowInvocationActionsRequest, callback: google.cloud.dataform.v1alpha2.Dataform.QueryWorkflowInvocationActionsCallback): void;Calls QueryWorkflowInvocationActions.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IQueryWorkflowInvocationActionsRequest
QueryWorkflowInvocationActionsRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.QueryWorkflowInvocationActionsCallback
Node-style callback called with the error, if any, and QueryWorkflowInvocationActionsResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
queryWorkflowInvocationActions(request)
public queryWorkflowInvocationActions(request: google.cloud.dataform.v1alpha2.IQueryWorkflowInvocationActionsRequest): Promise<google.cloud.dataform.v1alpha2.QueryWorkflowInvocationActionsResponse>;Calls QueryWorkflowInvocationActions.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IQueryWorkflowInvocationActionsRequest
QueryWorkflowInvocationActionsRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.QueryWorkflowInvocationActionsResponse> |
Promise |
readFile(request, callback)
public readFile(request: google.cloud.dataform.v1alpha2.IReadFileRequest, callback: google.cloud.dataform.v1alpha2.Dataform.ReadFileCallback): void;Calls ReadFile.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IReadFileRequest
ReadFileRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.ReadFileCallback
Node-style callback called with the error, if any, and ReadFileResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
readFile(request)
public readFile(request: google.cloud.dataform.v1alpha2.IReadFileRequest): Promise<google.cloud.dataform.v1alpha2.ReadFileResponse>;Calls ReadFile.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IReadFileRequest
ReadFileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.ReadFileResponse> |
Promise |
removeDirectory(request, callback)
public removeDirectory(request: google.cloud.dataform.v1alpha2.IRemoveDirectoryRequest, callback: google.cloud.dataform.v1alpha2.Dataform.RemoveDirectoryCallback): void;Calls RemoveDirectory.
| Parameters | |
|---|---|
| Name | Description |
request |
IRemoveDirectoryRequest
RemoveDirectoryRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.RemoveDirectoryCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
removeDirectory(request)
public removeDirectory(request: google.cloud.dataform.v1alpha2.IRemoveDirectoryRequest): Promise<google.protobuf.Empty>;Calls RemoveDirectory.
| Parameter | |
|---|---|
| Name | Description |
request |
IRemoveDirectoryRequest
RemoveDirectoryRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
removeFile(request, callback)
public removeFile(request: google.cloud.dataform.v1alpha2.IRemoveFileRequest, callback: google.cloud.dataform.v1alpha2.Dataform.RemoveFileCallback): void;Calls RemoveFile.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IRemoveFileRequest
RemoveFileRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.RemoveFileCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
removeFile(request)
public removeFile(request: google.cloud.dataform.v1alpha2.IRemoveFileRequest): Promise<google.protobuf.Empty>;Calls RemoveFile.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IRemoveFileRequest
RemoveFileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
resetWorkspaceChanges(request, callback)
public resetWorkspaceChanges(request: google.cloud.dataform.v1alpha2.IResetWorkspaceChangesRequest, callback: google.cloud.dataform.v1alpha2.Dataform.ResetWorkspaceChangesCallback): void;Calls ResetWorkspaceChanges.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IResetWorkspaceChangesRequest
ResetWorkspaceChangesRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.ResetWorkspaceChangesCallback
Node-style callback called with the error, if any, and Empty |
| Returns | |
|---|---|
| Type | Description |
void |
|
resetWorkspaceChanges(request)
public resetWorkspaceChanges(request: google.cloud.dataform.v1alpha2.IResetWorkspaceChangesRequest): Promise<google.protobuf.Empty>;Calls ResetWorkspaceChanges.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IResetWorkspaceChangesRequest
ResetWorkspaceChangesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.protobuf.Empty> |
Promise |
updateRepository(request, callback)
public updateRepository(request: google.cloud.dataform.v1alpha2.IUpdateRepositoryRequest, callback: google.cloud.dataform.v1alpha2.Dataform.UpdateRepositoryCallback): void;Calls UpdateRepository.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IUpdateRepositoryRequest
UpdateRepositoryRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.UpdateRepositoryCallback
Node-style callback called with the error, if any, and Repository |
| Returns | |
|---|---|
| Type | Description |
void |
|
updateRepository(request)
public updateRepository(request: google.cloud.dataform.v1alpha2.IUpdateRepositoryRequest): Promise<google.cloud.dataform.v1alpha2.Repository>;Calls UpdateRepository.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IUpdateRepositoryRequest
UpdateRepositoryRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.Repository> |
Promise |
writeFile(request, callback)
public writeFile(request: google.cloud.dataform.v1alpha2.IWriteFileRequest, callback: google.cloud.dataform.v1alpha2.Dataform.WriteFileCallback): void;Calls WriteFile.
| Parameters | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IWriteFileRequest
WriteFileRequest message or plain object |
callback |
google.cloud.dataform.v1alpha2.Dataform.WriteFileCallback
Node-style callback called with the error, if any, and WriteFileResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
writeFile(request)
public writeFile(request: google.cloud.dataform.v1alpha2.IWriteFileRequest): Promise<google.cloud.dataform.v1alpha2.WriteFileResponse>;Calls WriteFile.
| Parameter | |
|---|---|
| Name | Description |
request |
google.cloud.dataform.v1alpha2.IWriteFileRequest
WriteFileRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.cloud.dataform.v1alpha2.WriteFileResponse> |
Promise |