Class DataformStub (0.12.0)

public abstract class DataformStub implements BackgroundResource

Base stub class for the Dataform service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DataformStub

Implements

BackgroundResource

Constructors

DataformStub()

public DataformStub()

Methods

cancelWorkflowInvocationCallable()

public UnaryCallable<CancelWorkflowInvocationRequest,Empty> cancelWorkflowInvocationCallable()
Returns
TypeDescription
UnaryCallable<CancelWorkflowInvocationRequest,Empty>

close()

public abstract void close()

commitWorkspaceChangesCallable()

public UnaryCallable<CommitWorkspaceChangesRequest,Empty> commitWorkspaceChangesCallable()
Returns
TypeDescription
UnaryCallable<CommitWorkspaceChangesRequest,Empty>

createCompilationResultCallable()

public UnaryCallable<CreateCompilationResultRequest,CompilationResult> createCompilationResultCallable()
Returns
TypeDescription
UnaryCallable<CreateCompilationResultRequest,CompilationResult>

createRepositoryCallable()

public UnaryCallable<CreateRepositoryRequest,Repository> createRepositoryCallable()
Returns
TypeDescription
UnaryCallable<CreateRepositoryRequest,Repository>

createWorkflowInvocationCallable()

public UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation> createWorkflowInvocationCallable()
Returns
TypeDescription
UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation>

createWorkspaceCallable()

public UnaryCallable<CreateWorkspaceRequest,Workspace> createWorkspaceCallable()
Returns
TypeDescription
UnaryCallable<CreateWorkspaceRequest,Workspace>

deleteRepositoryCallable()

public UnaryCallable<DeleteRepositoryRequest,Empty> deleteRepositoryCallable()
Returns
TypeDescription
UnaryCallable<DeleteRepositoryRequest,Empty>

deleteWorkflowInvocationCallable()

public UnaryCallable<DeleteWorkflowInvocationRequest,Empty> deleteWorkflowInvocationCallable()
Returns
TypeDescription
UnaryCallable<DeleteWorkflowInvocationRequest,Empty>

deleteWorkspaceCallable()

public UnaryCallable<DeleteWorkspaceRequest,Empty> deleteWorkspaceCallable()
Returns
TypeDescription
UnaryCallable<DeleteWorkspaceRequest,Empty>

fetchFileDiffCallable()

public UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse> fetchFileDiffCallable()
Returns
TypeDescription
UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse>

fetchFileGitStatusesCallable()

public UnaryCallable<FetchFileGitStatusesRequest,FetchFileGitStatusesResponse> fetchFileGitStatusesCallable()
Returns
TypeDescription
UnaryCallable<FetchFileGitStatusesRequest,FetchFileGitStatusesResponse>

fetchGitAheadBehindCallable()

public UnaryCallable<FetchGitAheadBehindRequest,FetchGitAheadBehindResponse> fetchGitAheadBehindCallable()
Returns
TypeDescription
UnaryCallable<FetchGitAheadBehindRequest,FetchGitAheadBehindResponse>

fetchRemoteBranchesCallable()

public UnaryCallable<FetchRemoteBranchesRequest,FetchRemoteBranchesResponse> fetchRemoteBranchesCallable()
Returns
TypeDescription
UnaryCallable<FetchRemoteBranchesRequest,FetchRemoteBranchesResponse>

getCompilationResultCallable()

public UnaryCallable<GetCompilationResultRequest,CompilationResult> getCompilationResultCallable()
Returns
TypeDescription
UnaryCallable<GetCompilationResultRequest,CompilationResult>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getRepositoryCallable()

public UnaryCallable<GetRepositoryRequest,Repository> getRepositoryCallable()
Returns
TypeDescription
UnaryCallable<GetRepositoryRequest,Repository>

getWorkflowInvocationCallable()

public UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation> getWorkflowInvocationCallable()
Returns
TypeDescription
UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation>

getWorkspaceCallable()

public UnaryCallable<GetWorkspaceRequest,Workspace> getWorkspaceCallable()
Returns
TypeDescription
UnaryCallable<GetWorkspaceRequest,Workspace>

installNpmPackagesCallable()

public UnaryCallable<InstallNpmPackagesRequest,InstallNpmPackagesResponse> installNpmPackagesCallable()
Returns
TypeDescription
UnaryCallable<InstallNpmPackagesRequest,InstallNpmPackagesResponse>

listCompilationResultsCallable()

public UnaryCallable<ListCompilationResultsRequest,ListCompilationResultsResponse> listCompilationResultsCallable()
Returns
TypeDescription
UnaryCallable<ListCompilationResultsRequest,ListCompilationResultsResponse>

listCompilationResultsPagedCallable()

public UnaryCallable<ListCompilationResultsRequest,DataformClient.ListCompilationResultsPagedResponse> listCompilationResultsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListCompilationResultsRequest,ListCompilationResultsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,DataformClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listRepositoriesCallable()

public UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> listRepositoriesCallable()
Returns
TypeDescription
UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse>

listRepositoriesPagedCallable()

public UnaryCallable<ListRepositoriesRequest,DataformClient.ListRepositoriesPagedResponse> listRepositoriesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRepositoriesRequest,ListRepositoriesPagedResponse>

listWorkflowInvocationsCallable()

public UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse> listWorkflowInvocationsCallable()
Returns
TypeDescription
UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse>

listWorkflowInvocationsPagedCallable()

public UnaryCallable<ListWorkflowInvocationsRequest,DataformClient.ListWorkflowInvocationsPagedResponse> listWorkflowInvocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsPagedResponse>

listWorkspacesCallable()

public UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> listWorkspacesCallable()
Returns
TypeDescription
UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse>

listWorkspacesPagedCallable()

public UnaryCallable<ListWorkspacesRequest,DataformClient.ListWorkspacesPagedResponse> listWorkspacesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListWorkspacesRequest,ListWorkspacesPagedResponse>

makeDirectoryCallable()

public UnaryCallable<MakeDirectoryRequest,MakeDirectoryResponse> makeDirectoryCallable()
Returns
TypeDescription
UnaryCallable<MakeDirectoryRequest,MakeDirectoryResponse>

moveDirectoryCallable()

public UnaryCallable<MoveDirectoryRequest,MoveDirectoryResponse> moveDirectoryCallable()
Returns
TypeDescription
UnaryCallable<MoveDirectoryRequest,MoveDirectoryResponse>

moveFileCallable()

public UnaryCallable<MoveFileRequest,MoveFileResponse> moveFileCallable()
Returns
TypeDescription
UnaryCallable<MoveFileRequest,MoveFileResponse>

pullGitCommitsCallable()

public UnaryCallable<PullGitCommitsRequest,Empty> pullGitCommitsCallable()
Returns
TypeDescription
UnaryCallable<PullGitCommitsRequest,Empty>

pushGitCommitsCallable()

public UnaryCallable<PushGitCommitsRequest,Empty> pushGitCommitsCallable()
Returns
TypeDescription
UnaryCallable<PushGitCommitsRequest,Empty>

queryCompilationResultActionsCallable()

public UnaryCallable<QueryCompilationResultActionsRequest,QueryCompilationResultActionsResponse> queryCompilationResultActionsCallable()
Returns
TypeDescription
UnaryCallable<QueryCompilationResultActionsRequest,QueryCompilationResultActionsResponse>

queryCompilationResultActionsPagedCallable()

public UnaryCallable<QueryCompilationResultActionsRequest,DataformClient.QueryCompilationResultActionsPagedResponse> queryCompilationResultActionsPagedCallable()
Returns
TypeDescription
UnaryCallable<QueryCompilationResultActionsRequest,QueryCompilationResultActionsPagedResponse>

queryDirectoryContentsCallable()

public UnaryCallable<QueryDirectoryContentsRequest,QueryDirectoryContentsResponse> queryDirectoryContentsCallable()
Returns
TypeDescription
UnaryCallable<QueryDirectoryContentsRequest,QueryDirectoryContentsResponse>

queryDirectoryContentsPagedCallable()

public UnaryCallable<QueryDirectoryContentsRequest,DataformClient.QueryDirectoryContentsPagedResponse> queryDirectoryContentsPagedCallable()
Returns
TypeDescription
UnaryCallable<QueryDirectoryContentsRequest,QueryDirectoryContentsPagedResponse>

queryWorkflowInvocationActionsCallable()

public UnaryCallable<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse> queryWorkflowInvocationActionsCallable()
Returns
TypeDescription
UnaryCallable<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse>

queryWorkflowInvocationActionsPagedCallable()

public UnaryCallable<QueryWorkflowInvocationActionsRequest,DataformClient.QueryWorkflowInvocationActionsPagedResponse> queryWorkflowInvocationActionsPagedCallable()
Returns
TypeDescription
UnaryCallable<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsPagedResponse>

readFileCallable()

public UnaryCallable<ReadFileRequest,ReadFileResponse> readFileCallable()
Returns
TypeDescription
UnaryCallable<ReadFileRequest,ReadFileResponse>

removeDirectoryCallable()

public UnaryCallable<RemoveDirectoryRequest,Empty> removeDirectoryCallable()
Returns
TypeDescription
UnaryCallable<RemoveDirectoryRequest,Empty>

removeFileCallable()

public UnaryCallable<RemoveFileRequest,Empty> removeFileCallable()
Returns
TypeDescription
UnaryCallable<RemoveFileRequest,Empty>

resetWorkspaceChangesCallable()

public UnaryCallable<ResetWorkspaceChangesRequest,Empty> resetWorkspaceChangesCallable()
Returns
TypeDescription
UnaryCallable<ResetWorkspaceChangesRequest,Empty>

updateRepositoryCallable()

public UnaryCallable<UpdateRepositoryRequest,Repository> updateRepositoryCallable()
Returns
TypeDescription
UnaryCallable<UpdateRepositoryRequest,Repository>

writeFileCallable()

public UnaryCallable<WriteFileRequest,WriteFileResponse> writeFileCallable()
Returns
TypeDescription
UnaryCallable<WriteFileRequest,WriteFileResponse>