- 0.51.0 (latest)
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public class HttpJsonDataformStub extends DataformStub
REST stub implementation for the Dataform service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonDataformStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonDataformStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonDataformStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonDataformStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(DataformStubSettings settings)
public static final HttpJsonDataformStub create(DataformStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
DataformStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonDataformStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonDataformStub(DataformStubSettings settings, ClientContext clientContext)
protected HttpJsonDataformStub(DataformStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonDataformStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
DataformStubSettings |
clientContext |
ClientContext |
HttpJsonDataformStub(DataformStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonDataformStub(DataformStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonDataformStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
DataformStubSettings |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration |
long |
unit |
TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
cancelWorkflowInvocationCallable()
public UnaryCallable<CancelWorkflowInvocationRequest,Empty> cancelWorkflowInvocationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CancelWorkflowInvocationRequest,Empty> |
close()
public final void close()
commitWorkspaceChangesCallable()
public UnaryCallable<CommitWorkspaceChangesRequest,Empty> commitWorkspaceChangesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CommitWorkspaceChangesRequest,Empty> |
createCompilationResultCallable()
public UnaryCallable<CreateCompilationResultRequest,CompilationResult> createCompilationResultCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateCompilationResultRequest,CompilationResult> |
createRepositoryCallable()
public UnaryCallable<CreateRepositoryRequest,Repository> createRepositoryCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateRepositoryRequest,Repository> |
createWorkflowInvocationCallable()
public UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation> createWorkflowInvocationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateWorkflowInvocationRequest,WorkflowInvocation> |
createWorkspaceCallable()
public UnaryCallable<CreateWorkspaceRequest,Workspace> createWorkspaceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateWorkspaceRequest,Workspace> |
deleteRepositoryCallable()
public UnaryCallable<DeleteRepositoryRequest,Empty> deleteRepositoryCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteRepositoryRequest,Empty> |
deleteWorkflowInvocationCallable()
public UnaryCallable<DeleteWorkflowInvocationRequest,Empty> deleteWorkflowInvocationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteWorkflowInvocationRequest,Empty> |
deleteWorkspaceCallable()
public UnaryCallable<DeleteWorkspaceRequest,Empty> deleteWorkspaceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteWorkspaceRequest,Empty> |
fetchFileDiffCallable()
public UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse> fetchFileDiffCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<FetchFileDiffRequest,FetchFileDiffResponse> |
fetchFileGitStatusesCallable()
public UnaryCallable<FetchFileGitStatusesRequest,FetchFileGitStatusesResponse> fetchFileGitStatusesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<FetchFileGitStatusesRequest,FetchFileGitStatusesResponse> |
fetchGitAheadBehindCallable()
public UnaryCallable<FetchGitAheadBehindRequest,FetchGitAheadBehindResponse> fetchGitAheadBehindCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<FetchGitAheadBehindRequest,FetchGitAheadBehindResponse> |
fetchRemoteBranchesCallable()
public UnaryCallable<FetchRemoteBranchesRequest,FetchRemoteBranchesResponse> fetchRemoteBranchesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<FetchRemoteBranchesRequest,FetchRemoteBranchesResponse> |
getCompilationResultCallable()
public UnaryCallable<GetCompilationResultRequest,CompilationResult> getCompilationResultCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetCompilationResultRequest,CompilationResult> |
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> |
getRepositoryCallable()
public UnaryCallable<GetRepositoryRequest,Repository> getRepositoryCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetRepositoryRequest,Repository> |
getWorkflowInvocationCallable()
public UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation> getWorkflowInvocationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetWorkflowInvocationRequest,WorkflowInvocation> |
getWorkspaceCallable()
public UnaryCallable<GetWorkspaceRequest,Workspace> getWorkspaceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetWorkspaceRequest,Workspace> |
installNpmPackagesCallable()
public UnaryCallable<InstallNpmPackagesRequest,InstallNpmPackagesResponse> installNpmPackagesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<InstallNpmPackagesRequest,InstallNpmPackagesResponse> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listCompilationResultsCallable()
public UnaryCallable<ListCompilationResultsRequest,ListCompilationResultsResponse> listCompilationResultsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListCompilationResultsRequest,ListCompilationResultsResponse> |
listCompilationResultsPagedCallable()
public UnaryCallable<ListCompilationResultsRequest,DataformClient.ListCompilationResultsPagedResponse> listCompilationResultsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListCompilationResultsRequest,ListCompilationResultsPagedResponse> |
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> |
listRepositoriesCallable()
public UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> listRepositoriesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> |
listRepositoriesPagedCallable()
public UnaryCallable<ListRepositoriesRequest,DataformClient.ListRepositoriesPagedResponse> listRepositoriesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListRepositoriesRequest,ListRepositoriesPagedResponse> |
listWorkflowInvocationsCallable()
public UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse> listWorkflowInvocationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse> |
listWorkflowInvocationsPagedCallable()
public UnaryCallable<ListWorkflowInvocationsRequest,DataformClient.ListWorkflowInvocationsPagedResponse> listWorkflowInvocationsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListWorkflowInvocationsRequest,ListWorkflowInvocationsPagedResponse> |
listWorkspacesCallable()
public UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> listWorkspacesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListWorkspacesRequest,ListWorkspacesResponse> |
listWorkspacesPagedCallable()
public UnaryCallable<ListWorkspacesRequest,DataformClient.ListWorkspacesPagedResponse> listWorkspacesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListWorkspacesRequest,ListWorkspacesPagedResponse> |
makeDirectoryCallable()
public UnaryCallable<MakeDirectoryRequest,MakeDirectoryResponse> makeDirectoryCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<MakeDirectoryRequest,MakeDirectoryResponse> |
moveDirectoryCallable()
public UnaryCallable<MoveDirectoryRequest,MoveDirectoryResponse> moveDirectoryCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<MoveDirectoryRequest,MoveDirectoryResponse> |
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()
Returns | |
---|---|
Type | Description |
UnaryCallable<QueryCompilationResultActionsRequest,QueryCompilationResultActionsResponse> |
queryCompilationResultActionsPagedCallable()
public UnaryCallable<QueryCompilationResultActionsRequest,DataformClient.QueryCompilationResultActionsPagedResponse> queryCompilationResultActionsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<QueryCompilationResultActionsRequest,QueryCompilationResultActionsPagedResponse> |
queryDirectoryContentsCallable()
public UnaryCallable<QueryDirectoryContentsRequest,QueryDirectoryContentsResponse> queryDirectoryContentsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<QueryDirectoryContentsRequest,QueryDirectoryContentsResponse> |
queryDirectoryContentsPagedCallable()
public UnaryCallable<QueryDirectoryContentsRequest,DataformClient.QueryDirectoryContentsPagedResponse> queryDirectoryContentsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<QueryDirectoryContentsRequest,QueryDirectoryContentsPagedResponse> |
queryWorkflowInvocationActionsCallable()
public UnaryCallable<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse> queryWorkflowInvocationActionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse> |
queryWorkflowInvocationActionsPagedCallable()
public UnaryCallable<QueryWorkflowInvocationActionsRequest,DataformClient.QueryWorkflowInvocationActionsPagedResponse> queryWorkflowInvocationActionsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsPagedResponse> |
readFileCallable()
public UnaryCallable<ReadFileRequest,ReadFileResponse> readFileCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ReadFileRequest,ReadFileResponse> |
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()
Returns | |
---|---|
Type | Description |
UnaryCallable<ResetWorkspaceChangesRequest,Empty> |
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
updateRepositoryCallable()
public UnaryCallable<UpdateRepositoryRequest,Repository> updateRepositoryCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateRepositoryRequest,Repository> |
writeFileCallable()
public UnaryCallable<WriteFileRequest,WriteFileResponse> writeFileCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<WriteFileRequest,WriteFileResponse> |