Class protos.google.cloud.dataform.v1alpha2.Dataform (0.2.0)

Represents a Dataform

Inheritance

$protobuf.rpc.Service > protos.google.cloud.dataform.v1alpha2.Dataform

Package

@google-cloud/dataform

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new Dataform service.

Parameters
NameDescription
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
NameDescription
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
TypeDescription
void

cancelWorkflowInvocation(request)

public cancelWorkflowInvocation(request: google.cloud.dataform.v1alpha2.ICancelWorkflowInvocationRequest): Promise<google.protobuf.Empty>;

Calls CancelWorkflowInvocation.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.ICancelWorkflowInvocationRequest

CancelWorkflowInvocationRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

commitWorkspaceChanges(request)

public commitWorkspaceChanges(request: google.cloud.dataform.v1alpha2.ICommitWorkspaceChangesRequest): Promise<google.protobuf.Empty>;

Calls CommitWorkspaceChanges.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.ICommitWorkspaceChangesRequest

CommitWorkspaceChangesRequest message or plain object

Returns
TypeDescription
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
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

createCompilationResult(request)

public createCompilationResult(request: google.cloud.dataform.v1alpha2.ICreateCompilationResultRequest): Promise<google.cloud.dataform.v1alpha2.CompilationResult>;

Calls CreateCompilationResult.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.ICreateCompilationResultRequest

CreateCompilationResultRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

createRepository(request)

public createRepository(request: google.cloud.dataform.v1alpha2.ICreateRepositoryRequest): Promise<google.cloud.dataform.v1alpha2.Repository>;

Calls CreateRepository.

Parameter
NameDescription
request ICreateRepositoryRequest

CreateRepositoryRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

createWorkflowInvocation(request)

public createWorkflowInvocation(request: google.cloud.dataform.v1alpha2.ICreateWorkflowInvocationRequest): Promise<google.cloud.dataform.v1alpha2.WorkflowInvocation>;

Calls CreateWorkflowInvocation.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.ICreateWorkflowInvocationRequest

CreateWorkflowInvocationRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

createWorkspace(request)

public createWorkspace(request: google.cloud.dataform.v1alpha2.ICreateWorkspaceRequest): Promise<google.cloud.dataform.v1alpha2.Workspace>;

Calls CreateWorkspace.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.ICreateWorkspaceRequest

CreateWorkspaceRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

deleteRepository(request)

public deleteRepository(request: google.cloud.dataform.v1alpha2.IDeleteRepositoryRequest): Promise<google.protobuf.Empty>;

Calls DeleteRepository.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IDeleteRepositoryRequest

DeleteRepositoryRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

deleteWorkflowInvocation(request)

public deleteWorkflowInvocation(request: google.cloud.dataform.v1alpha2.IDeleteWorkflowInvocationRequest): Promise<google.protobuf.Empty>;

Calls DeleteWorkflowInvocation.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IDeleteWorkflowInvocationRequest

DeleteWorkflowInvocationRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

deleteWorkspace(request)

public deleteWorkspace(request: google.cloud.dataform.v1alpha2.IDeleteWorkspaceRequest): Promise<google.protobuf.Empty>;

Calls DeleteWorkspace.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IDeleteWorkspaceRequest

DeleteWorkspaceRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

fetchFileDiff(request)

public fetchFileDiff(request: google.cloud.dataform.v1alpha2.IFetchFileDiffRequest): Promise<google.cloud.dataform.v1alpha2.FetchFileDiffResponse>;

Calls FetchFileDiff.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IFetchFileDiffRequest

FetchFileDiffRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

fetchFileGitStatuses(request)

public fetchFileGitStatuses(request: google.cloud.dataform.v1alpha2.IFetchFileGitStatusesRequest): Promise<google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse>;

Calls FetchFileGitStatuses.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IFetchFileGitStatusesRequest

FetchFileGitStatusesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

fetchGitAheadBehind(request)

public fetchGitAheadBehind(request: google.cloud.dataform.v1alpha2.IFetchGitAheadBehindRequest): Promise<google.cloud.dataform.v1alpha2.FetchGitAheadBehindResponse>;

Calls FetchGitAheadBehind.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IFetchGitAheadBehindRequest

FetchGitAheadBehindRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

fetchRemoteBranches(request)

public fetchRemoteBranches(request: google.cloud.dataform.v1alpha2.IFetchRemoteBranchesRequest): Promise<google.cloud.dataform.v1alpha2.FetchRemoteBranchesResponse>;

Calls FetchRemoteBranches.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IFetchRemoteBranchesRequest

FetchRemoteBranchesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

getCompilationResult(request)

public getCompilationResult(request: google.cloud.dataform.v1alpha2.IGetCompilationResultRequest): Promise<google.cloud.dataform.v1alpha2.CompilationResult>;

Calls GetCompilationResult.

Parameter
NameDescription
request IGetCompilationResultRequest

GetCompilationResultRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

getRepository(request)

public getRepository(request: google.cloud.dataform.v1alpha2.IGetRepositoryRequest): Promise<google.cloud.dataform.v1alpha2.Repository>;

Calls GetRepository.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IGetRepositoryRequest

GetRepositoryRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

getWorkflowInvocation(request)

public getWorkflowInvocation(request: google.cloud.dataform.v1alpha2.IGetWorkflowInvocationRequest): Promise<google.cloud.dataform.v1alpha2.WorkflowInvocation>;

Calls GetWorkflowInvocation.

Parameter
NameDescription
request IGetWorkflowInvocationRequest

GetWorkflowInvocationRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

getWorkspace(request)

public getWorkspace(request: google.cloud.dataform.v1alpha2.IGetWorkspaceRequest): Promise<google.cloud.dataform.v1alpha2.Workspace>;

Calls GetWorkspace.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IGetWorkspaceRequest

GetWorkspaceRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

installNpmPackages(request)

public installNpmPackages(request: google.cloud.dataform.v1alpha2.IInstallNpmPackagesRequest): Promise<google.cloud.dataform.v1alpha2.InstallNpmPackagesResponse>;

Calls InstallNpmPackages.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IInstallNpmPackagesRequest

InstallNpmPackagesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

listCompilationResults(request)

public listCompilationResults(request: google.cloud.dataform.v1alpha2.IListCompilationResultsRequest): Promise<google.cloud.dataform.v1alpha2.ListCompilationResultsResponse>;

Calls ListCompilationResults.

Parameter
NameDescription
request IListCompilationResultsRequest

ListCompilationResultsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

listRepositories(request)

public listRepositories(request: google.cloud.dataform.v1alpha2.IListRepositoriesRequest): Promise<google.cloud.dataform.v1alpha2.ListRepositoriesResponse>;

Calls ListRepositories.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IListRepositoriesRequest

ListRepositoriesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

listWorkflowInvocations(request)

public listWorkflowInvocations(request: google.cloud.dataform.v1alpha2.IListWorkflowInvocationsRequest): Promise<google.cloud.dataform.v1alpha2.ListWorkflowInvocationsResponse>;

Calls ListWorkflowInvocations.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IListWorkflowInvocationsRequest

ListWorkflowInvocationsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

listWorkspaces(request)

public listWorkspaces(request: google.cloud.dataform.v1alpha2.IListWorkspacesRequest): Promise<google.cloud.dataform.v1alpha2.ListWorkspacesResponse>;

Calls ListWorkspaces.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IListWorkspacesRequest

ListWorkspacesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

makeDirectory(request)

public makeDirectory(request: google.cloud.dataform.v1alpha2.IMakeDirectoryRequest): Promise<google.cloud.dataform.v1alpha2.MakeDirectoryResponse>;

Calls MakeDirectory.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IMakeDirectoryRequest

MakeDirectoryRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

moveDirectory(request)

public moveDirectory(request: google.cloud.dataform.v1alpha2.IMoveDirectoryRequest): Promise<google.cloud.dataform.v1alpha2.MoveDirectoryResponse>;

Calls MoveDirectory.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IMoveDirectoryRequest

MoveDirectoryRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

moveFile(request)

public moveFile(request: google.cloud.dataform.v1alpha2.IMoveFileRequest): Promise<google.cloud.dataform.v1alpha2.MoveFileResponse>;

Calls MoveFile.

Parameter
NameDescription
request IMoveFileRequest

MoveFileRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

pullGitCommits(request)

public pullGitCommits(request: google.cloud.dataform.v1alpha2.IPullGitCommitsRequest): Promise<google.protobuf.Empty>;

Calls PullGitCommits.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IPullGitCommitsRequest

PullGitCommitsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

pushGitCommits(request)

public pushGitCommits(request: google.cloud.dataform.v1alpha2.IPushGitCommitsRequest): Promise<google.protobuf.Empty>;

Calls PushGitCommits.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IPushGitCommitsRequest

PushGitCommitsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

queryCompilationResultActions(request)

public queryCompilationResultActions(request: google.cloud.dataform.v1alpha2.IQueryCompilationResultActionsRequest): Promise<google.cloud.dataform.v1alpha2.QueryCompilationResultActionsResponse>;

Calls QueryCompilationResultActions.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IQueryCompilationResultActionsRequest

QueryCompilationResultActionsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

queryDirectoryContents(request)

public queryDirectoryContents(request: google.cloud.dataform.v1alpha2.IQueryDirectoryContentsRequest): Promise<google.cloud.dataform.v1alpha2.QueryDirectoryContentsResponse>;

Calls QueryDirectoryContents.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IQueryDirectoryContentsRequest

QueryDirectoryContentsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

queryWorkflowInvocationActions(request)

public queryWorkflowInvocationActions(request: google.cloud.dataform.v1alpha2.IQueryWorkflowInvocationActionsRequest): Promise<google.cloud.dataform.v1alpha2.QueryWorkflowInvocationActionsResponse>;

Calls QueryWorkflowInvocationActions.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IQueryWorkflowInvocationActionsRequest

QueryWorkflowInvocationActionsRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

readFile(request)

public readFile(request: google.cloud.dataform.v1alpha2.IReadFileRequest): Promise<google.cloud.dataform.v1alpha2.ReadFileResponse>;

Calls ReadFile.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IReadFileRequest

ReadFileRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

removeDirectory(request)

public removeDirectory(request: google.cloud.dataform.v1alpha2.IRemoveDirectoryRequest): Promise<google.protobuf.Empty>;

Calls RemoveDirectory.

Parameter
NameDescription
request IRemoveDirectoryRequest

RemoveDirectoryRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

removeFile(request)

public removeFile(request: google.cloud.dataform.v1alpha2.IRemoveFileRequest): Promise<google.protobuf.Empty>;

Calls RemoveFile.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IRemoveFileRequest

RemoveFileRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

resetWorkspaceChanges(request)

public resetWorkspaceChanges(request: google.cloud.dataform.v1alpha2.IResetWorkspaceChangesRequest): Promise<google.protobuf.Empty>;

Calls ResetWorkspaceChanges.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IResetWorkspaceChangesRequest

ResetWorkspaceChangesRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

updateRepository(request)

public updateRepository(request: google.cloud.dataform.v1alpha2.IUpdateRepositoryRequest): Promise<google.cloud.dataform.v1alpha2.Repository>;

Calls UpdateRepository.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IUpdateRepositoryRequest

UpdateRepositoryRequest message or plain object

Returns
TypeDescription
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
NameDescription
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
TypeDescription
void

writeFile(request)

public writeFile(request: google.cloud.dataform.v1alpha2.IWriteFileRequest): Promise<google.cloud.dataform.v1alpha2.WriteFileResponse>;

Calls WriteFile.

Parameter
NameDescription
request google.cloud.dataform.v1alpha2.IWriteFileRequest

WriteFileRequest message or plain object

Returns
TypeDescription
Promise<google.cloud.dataform.v1alpha2.WriteFileResponse>

Promise