public static class DataformSettings.Builder extends ClientSettings.Builder<DataformSettings,DataformSettings.Builder>
Builder for DataformSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
protected Builder(DataformSettings settings)
protected Builder(DataformStubSettings.Builder stubSettings)
Methods
public DataformSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
public DataformSettings build()
Overrides
public UnaryCallSettings.Builder<CancelWorkflowInvocationRequest,Empty> cancelWorkflowInvocationSettings()
Returns the builder for the settings used for calls to cancelWorkflowInvocation.
public UnaryCallSettings.Builder<CommitWorkspaceChangesRequest,Empty> commitWorkspaceChangesSettings()
Returns the builder for the settings used for calls to commitWorkspaceChanges.
public UnaryCallSettings.Builder<CreateCompilationResultRequest,CompilationResult> createCompilationResultSettings()
Returns the builder for the settings used for calls to createCompilationResult.
public UnaryCallSettings.Builder<CreateRepositoryRequest,Repository> createRepositorySettings()
Returns the builder for the settings used for calls to createRepository.
public UnaryCallSettings.Builder<CreateWorkflowInvocationRequest,WorkflowInvocation> createWorkflowInvocationSettings()
Returns the builder for the settings used for calls to createWorkflowInvocation.
public UnaryCallSettings.Builder<CreateWorkspaceRequest,Workspace> createWorkspaceSettings()
Returns the builder for the settings used for calls to createWorkspace.
public UnaryCallSettings.Builder<DeleteRepositoryRequest,Empty> deleteRepositorySettings()
Returns the builder for the settings used for calls to deleteRepository.
public UnaryCallSettings.Builder<DeleteWorkflowInvocationRequest,Empty> deleteWorkflowInvocationSettings()
Returns the builder for the settings used for calls to deleteWorkflowInvocation.
public UnaryCallSettings.Builder<DeleteWorkspaceRequest,Empty> deleteWorkspaceSettings()
Returns the builder for the settings used for calls to deleteWorkspace.
public UnaryCallSettings.Builder<FetchFileDiffRequest,FetchFileDiffResponse> fetchFileDiffSettings()
Returns the builder for the settings used for calls to fetchFileDiff.
public UnaryCallSettings.Builder<FetchFileGitStatusesRequest,FetchFileGitStatusesResponse> fetchFileGitStatusesSettings()
Returns the builder for the settings used for calls to fetchFileGitStatuses.
public UnaryCallSettings.Builder<FetchGitAheadBehindRequest,FetchGitAheadBehindResponse> fetchGitAheadBehindSettings()
Returns the builder for the settings used for calls to fetchGitAheadBehind.
public UnaryCallSettings.Builder<FetchRemoteBranchesRequest,FetchRemoteBranchesResponse> fetchRemoteBranchesSettings()
Returns the builder for the settings used for calls to fetchRemoteBranches.
public UnaryCallSettings.Builder<GetCompilationResultRequest,CompilationResult> getCompilationResultSettings()
Returns the builder for the settings used for calls to getCompilationResult.
public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
Returns |
Type |
Description |
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
|
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Returns |
Type |
Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
public UnaryCallSettings.Builder<GetRepositoryRequest,Repository> getRepositorySettings()
Returns the builder for the settings used for calls to getRepository.
public DataformStubSettings.Builder getStubSettingsBuilder()
public UnaryCallSettings.Builder<GetWorkflowInvocationRequest,WorkflowInvocation> getWorkflowInvocationSettings()
Returns the builder for the settings used for calls to getWorkflowInvocation.
public UnaryCallSettings.Builder<GetWorkspaceRequest,Workspace> getWorkspaceSettings()
Returns the builder for the settings used for calls to getWorkspace.
public UnaryCallSettings.Builder<InstallNpmPackagesRequest,InstallNpmPackagesResponse> installNpmPackagesSettings()
Returns the builder for the settings used for calls to installNpmPackages.
public PagedCallSettings.Builder<ListCompilationResultsRequest,ListCompilationResultsResponse,DataformClient.ListCompilationResultsPagedResponse> listCompilationResultsSettings()
Returns the builder for the settings used for calls to listCompilationResults.
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,DataformClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
public PagedCallSettings.Builder<ListRepositoriesRequest,ListRepositoriesResponse,DataformClient.ListRepositoriesPagedResponse> listRepositoriesSettings()
Returns the builder for the settings used for calls to listRepositories.
public PagedCallSettings.Builder<ListWorkflowInvocationsRequest,ListWorkflowInvocationsResponse,DataformClient.ListWorkflowInvocationsPagedResponse> listWorkflowInvocationsSettings()
Returns the builder for the settings used for calls to listWorkflowInvocations.
public PagedCallSettings.Builder<ListWorkspacesRequest,ListWorkspacesResponse,DataformClient.ListWorkspacesPagedResponse> listWorkspacesSettings()
Returns the builder for the settings used for calls to listWorkspaces.
public UnaryCallSettings.Builder<MakeDirectoryRequest,MakeDirectoryResponse> makeDirectorySettings()
Returns the builder for the settings used for calls to makeDirectory.
public UnaryCallSettings.Builder<MoveDirectoryRequest,MoveDirectoryResponse> moveDirectorySettings()
Returns the builder for the settings used for calls to moveDirectory.
public UnaryCallSettings.Builder<MoveFileRequest,MoveFileResponse> moveFileSettings()
Returns the builder for the settings used for calls to moveFile.
public UnaryCallSettings.Builder<PullGitCommitsRequest,Empty> pullGitCommitsSettings()
Returns the builder for the settings used for calls to pullGitCommits.
public UnaryCallSettings.Builder<PushGitCommitsRequest,Empty> pushGitCommitsSettings()
Returns the builder for the settings used for calls to pushGitCommits.
public PagedCallSettings.Builder<QueryCompilationResultActionsRequest,QueryCompilationResultActionsResponse,DataformClient.QueryCompilationResultActionsPagedResponse> queryCompilationResultActionsSettings()
Returns the builder for the settings used for calls to queryCompilationResultActions.
queryDirectoryContentsSettings()
public PagedCallSettings.Builder<QueryDirectoryContentsRequest,QueryDirectoryContentsResponse,DataformClient.QueryDirectoryContentsPagedResponse> queryDirectoryContentsSettings()
Returns the builder for the settings used for calls to queryDirectoryContents.
public PagedCallSettings.Builder<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,DataformClient.QueryWorkflowInvocationActionsPagedResponse> queryWorkflowInvocationActionsSettings()
Returns the builder for the settings used for calls to queryWorkflowInvocationActions.
public UnaryCallSettings.Builder<ReadFileRequest,ReadFileResponse> readFileSettings()
Returns the builder for the settings used for calls to readFile.
public UnaryCallSettings.Builder<RemoveDirectoryRequest,Empty> removeDirectorySettings()
Returns the builder for the settings used for calls to removeDirectory.
public UnaryCallSettings.Builder<RemoveFileRequest,Empty> removeFileSettings()
Returns the builder for the settings used for calls to removeFile.
public UnaryCallSettings.Builder<ResetWorkspaceChangesRequest,Empty> resetWorkspaceChangesSettings()
Returns the builder for the settings used for calls to resetWorkspaceChanges.
public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
Returns |
Type |
Description |
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
|
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
Returns |
Type |
Description |
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|
public UnaryCallSettings.Builder<UpdateRepositoryRequest,Repository> updateRepositorySettings()
Returns the builder for the settings used for calls to updateRepository.
public UnaryCallSettings.Builder<WriteFileRequest,WriteFileResponse> writeFileSettings()
Returns the builder for the settings used for calls to writeFile.