Send feedback
Class DataformSettings.Builder (0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.17.0 keyboard_arrow_down
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<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<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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]