Send feedback
Class DataformSettings.Builder (0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.5.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 )
Parameter
protected Builder ( DataformSettings settings )
Parameter
protected Builder ( DataformStubSettings . Builder stubSettings )
Parameter
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.
Parameter
Returns
public DataformSettings build ()
Returns
Overrides
Exceptions
public UnaryCallSettings . Builder<CancelWorkflowInvocationRequest , Empty > cancelWorkflowInvocationSettings ()
Returns the builder for the settings used for calls to cancelWorkflowInvocation.
Returns
public UnaryCallSettings . Builder<CommitWorkspaceChangesRequest , Empty > commitWorkspaceChangesSettings ()
Returns the builder for the settings used for calls to commitWorkspaceChanges.
Returns
public UnaryCallSettings . Builder<CreateCompilationResultRequest , CompilationResult > createCompilationResultSettings ()
Returns the builder for the settings used for calls to createCompilationResult.
Returns
public UnaryCallSettings . Builder<CreateRepositoryRequest , Repository > createRepositorySettings ()
Returns the builder for the settings used for calls to createRepository.
Returns
public UnaryCallSettings . Builder<CreateWorkflowInvocationRequest , WorkflowInvocation > createWorkflowInvocationSettings ()
Returns the builder for the settings used for calls to createWorkflowInvocation.
Returns
public UnaryCallSettings . Builder<CreateWorkspaceRequest , Workspace > createWorkspaceSettings ()
Returns the builder for the settings used for calls to createWorkspace.
Returns
public UnaryCallSettings . Builder<DeleteRepositoryRequest , Empty > deleteRepositorySettings ()
Returns the builder for the settings used for calls to deleteRepository.
Returns
public UnaryCallSettings . Builder<DeleteWorkflowInvocationRequest , Empty > deleteWorkflowInvocationSettings ()
Returns the builder for the settings used for calls to deleteWorkflowInvocation.
Returns
public UnaryCallSettings . Builder<DeleteWorkspaceRequest , Empty > deleteWorkspaceSettings ()
Returns the builder for the settings used for calls to deleteWorkspace.
Returns
public UnaryCallSettings . Builder<FetchFileDiffRequest , FetchFileDiffResponse > fetchFileDiffSettings ()
Returns the builder for the settings used for calls to fetchFileDiff.
Returns
public UnaryCallSettings . Builder<FetchFileGitStatusesRequest , FetchFileGitStatusesResponse > fetchFileGitStatusesSettings ()
Returns the builder for the settings used for calls to fetchFileGitStatuses.
Returns
public UnaryCallSettings . Builder<FetchGitAheadBehindRequest , FetchGitAheadBehindResponse > fetchGitAheadBehindSettings ()
Returns the builder for the settings used for calls to fetchGitAheadBehind.
Returns
public UnaryCallSettings . Builder<FetchRemoteBranchesRequest , FetchRemoteBranchesResponse > fetchRemoteBranchesSettings ()
Returns the builder for the settings used for calls to fetchRemoteBranches.
Returns
public UnaryCallSettings . Builder<GetCompilationResultRequest , CompilationResult > getCompilationResultSettings ()
Returns the builder for the settings used for calls to getCompilationResult.
Returns
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.
Returns
public DataformStubSettings . Builder getStubSettingsBuilder ()
Returns
public UnaryCallSettings . Builder<GetWorkflowInvocationRequest , WorkflowInvocation > getWorkflowInvocationSettings ()
Returns the builder for the settings used for calls to getWorkflowInvocation.
Returns
public UnaryCallSettings . Builder<GetWorkspaceRequest , Workspace > getWorkspaceSettings ()
Returns the builder for the settings used for calls to getWorkspace.
Returns
public UnaryCallSettings . Builder<InstallNpmPackagesRequest , InstallNpmPackagesResponse > installNpmPackagesSettings ()
Returns the builder for the settings used for calls to installNpmPackages.
Returns
public PagedCallSettings . Builder<ListCompilationResultsRequest , ListCompilationResultsResponse , DataformClient . ListCompilationResultsPagedResponse > listCompilationResultsSettings ()
Returns the builder for the settings used for calls to listCompilationResults.
Returns
public PagedCallSettings . Builder<ListLocationsRequest , ListLocationsResponse , DataformClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the builder for the settings used for calls to listLocations.
Returns
public PagedCallSettings . Builder<ListRepositoriesRequest , ListRepositoriesResponse , DataformClient . ListRepositoriesPagedResponse > listRepositoriesSettings ()
Returns the builder for the settings used for calls to listRepositories.
Returns
public PagedCallSettings . Builder<ListWorkflowInvocationsRequest , ListWorkflowInvocationsResponse , DataformClient . ListWorkflowInvocationsPagedResponse > listWorkflowInvocationsSettings ()
Returns the builder for the settings used for calls to listWorkflowInvocations.
Returns
public PagedCallSettings . Builder<ListWorkspacesRequest , ListWorkspacesResponse , DataformClient . ListWorkspacesPagedResponse > listWorkspacesSettings ()
Returns the builder for the settings used for calls to listWorkspaces.
Returns
public UnaryCallSettings . Builder<MakeDirectoryRequest , MakeDirectoryResponse > makeDirectorySettings ()
Returns the builder for the settings used for calls to makeDirectory.
Returns
public UnaryCallSettings . Builder<MoveDirectoryRequest , MoveDirectoryResponse > moveDirectorySettings ()
Returns the builder for the settings used for calls to moveDirectory.
Returns
public UnaryCallSettings . Builder<MoveFileRequest , MoveFileResponse > moveFileSettings ()
Returns the builder for the settings used for calls to moveFile.
Returns
public UnaryCallSettings . Builder<PullGitCommitsRequest , Empty > pullGitCommitsSettings ()
Returns the builder for the settings used for calls to pullGitCommits.
Returns
public UnaryCallSettings . Builder<PushGitCommitsRequest , Empty > pushGitCommitsSettings ()
Returns the builder for the settings used for calls to pushGitCommits.
Returns
public PagedCallSettings . Builder<QueryCompilationResultActionsRequest , QueryCompilationResultActionsResponse , DataformClient . QueryCompilationResultActionsPagedResponse > queryCompilationResultActionsSettings ()
Returns the builder for the settings used for calls to queryCompilationResultActions.
Returns
queryDirectoryContentsSettings()
public PagedCallSettings . Builder<QueryDirectoryContentsRequest , QueryDirectoryContentsResponse , DataformClient . QueryDirectoryContentsPagedResponse > queryDirectoryContentsSettings ()
Returns the builder for the settings used for calls to queryDirectoryContents.
Returns
public PagedCallSettings . Builder<QueryWorkflowInvocationActionsRequest , QueryWorkflowInvocationActionsResponse , DataformClient . QueryWorkflowInvocationActionsPagedResponse > queryWorkflowInvocationActionsSettings ()
Returns the builder for the settings used for calls to queryWorkflowInvocationActions.
Returns
public UnaryCallSettings . Builder<ReadFileRequest , ReadFileResponse > readFileSettings ()
Returns the builder for the settings used for calls to readFile.
Returns
public UnaryCallSettings . Builder<RemoveDirectoryRequest , Empty > removeDirectorySettings ()
Returns the builder for the settings used for calls to removeDirectory.
Returns
public UnaryCallSettings . Builder<RemoveFileRequest , Empty > removeFileSettings ()
Returns the builder for the settings used for calls to removeFile.
Returns
public UnaryCallSettings . Builder<ResetWorkspaceChangesRequest , Empty > resetWorkspaceChangesSettings ()
Returns the builder for the settings used for calls to resetWorkspaceChanges.
Returns
public UnaryCallSettings . Builder<UpdateRepositoryRequest , Repository > updateRepositorySettings ()
Returns the builder for the settings used for calls to updateRepository.
Returns
public UnaryCallSettings . Builder<WriteFileRequest , WriteFileResponse > writeFileSettings ()
Returns the builder for the settings used for calls to writeFile.
Returns
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-28 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-28 UTC."],[],[]]