Class DataformSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public DataformSettings.Builder applyToAllUnaryMethods​(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.

      • getRepositorySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRepositoryRequest,​Repository> getRepositorySettings()
        Returns the builder for the settings used for calls to getRepository.
      • createRepositorySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRepositoryRequest,​Repository> createRepositorySettings()
        Returns the builder for the settings used for calls to createRepository.
      • updateRepositorySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRepositoryRequest,​Repository> updateRepositorySettings()
        Returns the builder for the settings used for calls to updateRepository.
      • deleteRepositorySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRepositoryRequest,​com.google.protobuf.Empty> deleteRepositorySettings()
        Returns the builder for the settings used for calls to deleteRepository.
      • getWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWorkspaceRequest,​Workspace> getWorkspaceSettings()
        Returns the builder for the settings used for calls to getWorkspace.
      • createWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWorkspaceRequest,​Workspace> createWorkspaceSettings()
        Returns the builder for the settings used for calls to createWorkspace.
      • deleteWorkspaceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteWorkspaceRequest,​com.google.protobuf.Empty> deleteWorkspaceSettings()
        Returns the builder for the settings used for calls to deleteWorkspace.
      • pullGitCommitsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<PullGitCommitsRequest,​com.google.protobuf.Empty> pullGitCommitsSettings()
        Returns the builder for the settings used for calls to pullGitCommits.
      • pushGitCommitsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<PushGitCommitsRequest,​com.google.protobuf.Empty> pushGitCommitsSettings()
        Returns the builder for the settings used for calls to pushGitCommits.
      • commitWorkspaceChangesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitWorkspaceChangesRequest,​com.google.protobuf.Empty> commitWorkspaceChangesSettings()
        Returns the builder for the settings used for calls to commitWorkspaceChanges.
      • resetWorkspaceChangesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetWorkspaceChangesRequest,​com.google.protobuf.Empty> resetWorkspaceChangesSettings()
        Returns the builder for the settings used for calls to resetWorkspaceChanges.
      • fetchFileDiffSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchFileDiffRequest,​FetchFileDiffResponse> fetchFileDiffSettings()
        Returns the builder for the settings used for calls to fetchFileDiff.
      • makeDirectorySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MakeDirectoryRequest,​MakeDirectoryResponse> makeDirectorySettings()
        Returns the builder for the settings used for calls to makeDirectory.
      • removeDirectorySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveDirectoryRequest,​com.google.protobuf.Empty> removeDirectorySettings()
        Returns the builder for the settings used for calls to removeDirectory.
      • moveDirectorySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveDirectoryRequest,​MoveDirectoryResponse> moveDirectorySettings()
        Returns the builder for the settings used for calls to moveDirectory.
      • readFileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadFileRequest,​ReadFileResponse> readFileSettings()
        Returns the builder for the settings used for calls to readFile.
      • removeFileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RemoveFileRequest,​com.google.protobuf.Empty> removeFileSettings()
        Returns the builder for the settings used for calls to removeFile.
      • moveFileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveFileRequest,​MoveFileResponse> moveFileSettings()
        Returns the builder for the settings used for calls to moveFile.
      • writeFileSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<WriteFileRequest,​WriteFileResponse> writeFileSettings()
        Returns the builder for the settings used for calls to writeFile.
      • getCompilationResultSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCompilationResultRequest,​CompilationResult> getCompilationResultSettings()
        Returns the builder for the settings used for calls to getCompilationResult.
      • createCompilationResultSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCompilationResultRequest,​CompilationResult> createCompilationResultSettings()
        Returns the builder for the settings used for calls to createCompilationResult.
      • getWorkflowInvocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWorkflowInvocationRequest,​WorkflowInvocation> getWorkflowInvocationSettings()
        Returns the builder for the settings used for calls to getWorkflowInvocation.
      • createWorkflowInvocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWorkflowInvocationRequest,​WorkflowInvocation> createWorkflowInvocationSettings()
        Returns the builder for the settings used for calls to createWorkflowInvocation.
      • deleteWorkflowInvocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteWorkflowInvocationRequest,​com.google.protobuf.Empty> deleteWorkflowInvocationSettings()
        Returns the builder for the settings used for calls to deleteWorkflowInvocation.
      • cancelWorkflowInvocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelWorkflowInvocationRequest,​com.google.protobuf.Empty> cancelWorkflowInvocationSettings()
        Returns the builder for the settings used for calls to cancelWorkflowInvocation.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​DataformClient.ListLocationsPagedResponse> listLocationsSettings()
        Returns the builder for the settings used for calls to listLocations.
      • getLocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationSettings()
        Returns the builder for the settings used for calls to getLocation.
      • setIamPolicySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,​com.google.iam.v1.Policy> setIamPolicySettings()
        Returns the builder for the settings used for calls to setIamPolicy.
      • getIamPolicySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,​com.google.iam.v1.Policy> getIamPolicySettings()
        Returns the builder for the settings used for calls to getIamPolicy.
      • testIamPermissionsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,​com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
        Returns the builder for the settings used for calls to testIamPermissions.