Class DataformStub (0.53.0)

See more code actions.
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.

java.lang.Object > DataformStub

Implements

BackgroundResource

Constructors

DataformStub()

public DataformStub()

Methods

cancelWorkflowInvocationCallable()

public UnaryCallable<CancelWorkflowInvocationRequest,Empty> cancelWorkflowInvocationCallable()

close()

public abstract void close()

commitRepositoryChangesCallable()

public UnaryCallable<CommitRepositoryChangesRequest,Empty> commitRepositoryChangesCallable()

commitWorkspaceChangesCallable()

public UnaryCallable<CommitWorkspaceChangesRequest,Empty> commitWorkspaceChangesCallable()

computeRepositoryAccessTokenStatusCallable()

public UnaryCallable<ComputeRepositoryAccessTokenStatusRequest,ComputeRepositoryAccessTokenStatusResponse> computeRepositoryAccessTokenStatusCallable()

createCompilationResultCallable()

public UnaryCallable<CreateCompilationResultRequest,CompilationResult> createCompilationResultCallable()

createReleaseConfigCallable()

public UnaryCallable<CreateReleaseConfigRequest,ReleaseConfig> createReleaseConfigCallable()

createRepositoryCallable()

public UnaryCallable<CreateRepositoryRequest,Repository> createRepositoryCallable()

createWorkflowConfigCallable()

public UnaryCallable<CreateWorkflowConfigRequest,WorkflowConfig> createWorkflowConfigCallable()

createWorkflowInvocationCallable()

public UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation> createWorkflowInvocationCallable()

createWorkspaceCallable()

public UnaryCallable<CreateWorkspaceRequest,Workspace> createWorkspaceCallable()
Returns
Type Description
UnaryCallable<CreateWorkspaceRequest,Workspace>

deleteReleaseConfigCallable()

public UnaryCallable<DeleteReleaseConfigRequest,Empty> deleteReleaseConfigCallable()
Returns
Type Description
UnaryCallable<DeleteReleaseConfigRequest,Empty>

deleteRepositoryCallable()

public UnaryCallable<DeleteRepositoryRequest,Empty> deleteRepositoryCallable()
Returns
Type Description
UnaryCallable<DeleteRepositoryRequest,Empty>

deleteWorkflowConfigCallable()

public UnaryCallable<DeleteWorkflowConfigRequest,Empty> deleteWorkflowConfigCallable()
Returns
Type Description
UnaryCallable<DeleteWorkflowConfigRequest,Empty>

deleteWorkflowInvocationCallable()

public UnaryCallable<DeleteWorkflowInvocationRequest,Empty> deleteWorkflowInvocationCallable()

deleteWorkspaceCallable()

public UnaryCallable<DeleteWorkspaceRequest,Empty> deleteWorkspaceCallable()
Returns
Type Description
UnaryCallable<DeleteWorkspaceRequest,Empty>

fetchFileDiffCallable()

public UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse> fetchFileDiffCallable()

fetchFileGitStatusesCallable()

public UnaryCallable<FetchFileGitStatusesRequest,FetchFileGitStatusesResponse> fetchFileGitStatusesCallable()

fetchGitAheadBehindCallable()

public UnaryCallable<FetchGitAheadBehindRequest,FetchGitAheadBehindResponse> fetchGitAheadBehindCallable()

fetchRemoteBranchesCallable()

public UnaryCallable<FetchRemoteBranchesRequest,FetchRemoteBranchesResponse> fetchRemoteBranchesCallable()

fetchRepositoryHistoryCallable()

public UnaryCallable<FetchRepositoryHistoryRequest,FetchRepositoryHistoryResponse> fetchRepositoryHistoryCallable()

fetchRepositoryHistoryPagedCallable()

public UnaryCallable<FetchRepositoryHistoryRequest,DataformClient.FetchRepositoryHistoryPagedResponse> fetchRepositoryHistoryPagedCallable()

getCompilationResultCallable()

public UnaryCallable<GetCompilationResultRequest,CompilationResult> getCompilationResultCallable()

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

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

getReleaseConfigCallable()

public UnaryCallable<GetReleaseConfigRequest,ReleaseConfig> getReleaseConfigCallable()

getRepositoryCallable()

public UnaryCallable<GetRepositoryRequest,Repository> getRepositoryCallable()
Returns
Type Description
UnaryCallable<GetRepositoryRequest,Repository>

getWorkflowConfigCallable()

public UnaryCallable<GetWorkflowConfigRequest,WorkflowConfig> getWorkflowConfigCallable()

getWorkflowInvocationCallable()

public UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation> getWorkflowInvocationCallable()

getWorkspaceCallable()

public UnaryCallable<GetWorkspaceRequest,Workspace> getWorkspaceCallable()
Returns
Type Description
UnaryCallable<GetWorkspaceRequest,Workspace>

installNpmPackagesCallable()

public UnaryCallable<InstallNpmPackagesRequest,InstallNpmPackagesResponse> installNpmPackagesCallable()

listCompilationResultsCallable()

public UnaryCallable<ListCompilationResultsRequest,ListCompilationResultsResponse> listCompilationResultsCallable()

listCompilationResultsPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

listReleaseConfigsCallable()

public UnaryCallable<ListReleaseConfigsRequest,ListReleaseConfigsResponse> listReleaseConfigsCallable()

listReleaseConfigsPagedCallable()

public UnaryCallable<ListReleaseConfigsRequest,DataformClient.ListReleaseConfigsPagedResponse> listReleaseConfigsPagedCallable()

listRepositoriesCallable()

public UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> listRepositoriesCallable()

listRepositoriesPagedCallable()

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

listWorkflowConfigsCallable()

public UnaryCallable<ListWorkflowConfigsRequest,ListWorkflowConfigsResponse> listWorkflowConfigsCallable()

listWorkflowConfigsPagedCallable()

public UnaryCallable<ListWorkflowConfigsRequest,DataformClient.ListWorkflowConfigsPagedResponse> listWorkflowConfigsPagedCallable()

listWorkflowInvocationsCallable()

public UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse> listWorkflowInvocationsCallable()

listWorkflowInvocationsPagedCallable()

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

listWorkspacesCallable()

public UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> listWorkspacesCallable()

listWorkspacesPagedCallable()

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

makeDirectoryCallable()

public UnaryCallable<MakeDirectoryRequest,MakeDirectoryResponse> makeDirectoryCallable()

moveDirectoryCallable()

public UnaryCallable<MoveDirectoryRequest,MoveDirectoryResponse> moveDirectoryCallable()

moveFileCallable()

public UnaryCallable<MoveFileRequest,MoveFileResponse> moveFileCallable()
Returns
Type Description
UnaryCallable<MoveFileRequest,MoveFileResponse>

pullGitCommitsCallable()

public UnaryCallable<PullGitCommitsRequest,Empty> pullGitCommitsCallable()
Returns
Type Description
UnaryCallable<PullGitCommitsRequest,Empty>

pushGitCommitsCallable()

public UnaryCallable<PushGitCommitsRequest,Empty> pushGitCommitsCallable()
Returns
Type Description
UnaryCallable<PushGitCommitsRequest,Empty>

queryCompilationResultActionsCallable()

public UnaryCallable<QueryCompilationResultActionsRequest,QueryCompilationResultActionsResponse> queryCompilationResultActionsCallable()

queryCompilationResultActionsPagedCallable()

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

queryDirectoryContentsCallable()

public UnaryCallable<QueryDirectoryContentsRequest,QueryDirectoryContentsResponse> queryDirectoryContentsCallable()

queryDirectoryContentsPagedCallable()

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

queryRepositoryDirectoryContentsCallable()

public UnaryCallable<QueryRepositoryDirectoryContentsRequest,QueryRepositoryDirectoryContentsResponse> queryRepositoryDirectoryContentsCallable()

queryRepositoryDirectoryContentsPagedCallable()

public UnaryCallable<QueryRepositoryDirectoryContentsRequest,DataformClient.QueryRepositoryDirectoryContentsPagedResponse> queryRepositoryDirectoryContentsPagedCallable()

queryWorkflowInvocationActionsCallable()

public UnaryCallable<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse> queryWorkflowInvocationActionsCallable()

queryWorkflowInvocationActionsPagedCallable()

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

readFileCallable()

public UnaryCallable<ReadFileRequest,ReadFileResponse> readFileCallable()
Returns
Type Description
UnaryCallable<ReadFileRequest,ReadFileResponse>

readRepositoryFileCallable()

public UnaryCallable<ReadRepositoryFileRequest,ReadRepositoryFileResponse> readRepositoryFileCallable()

removeDirectoryCallable()

public UnaryCallable<RemoveDirectoryRequest,Empty> removeDirectoryCallable()
Returns
Type Description
UnaryCallable<RemoveDirectoryRequest,Empty>

removeFileCallable()

public UnaryCallable<RemoveFileRequest,Empty> removeFileCallable()
Returns
Type Description
UnaryCallable<RemoveFileRequest,Empty>

resetWorkspaceChangesCallable()

public UnaryCallable<ResetWorkspaceChangesRequest,Empty> resetWorkspaceChangesCallable()

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateReleaseConfigCallable()

public UnaryCallable<UpdateReleaseConfigRequest,ReleaseConfig> updateReleaseConfigCallable()

updateRepositoryCallable()

public UnaryCallable<UpdateRepositoryRequest,Repository> updateRepositoryCallable()

updateWorkflowConfigCallable()

public UnaryCallable<UpdateWorkflowConfigRequest,WorkflowConfig> updateWorkflowConfigCallable()

writeFileCallable()

public UnaryCallable<WriteFileRequest,WriteFileResponse> writeFileCallable()