Class WorkflowsSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

        public WorkflowsSettings.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.

      • getWorkflowSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWorkflowRequest,​Workflow> getWorkflowSettings()
        Returns the builder for the settings used for calls to getWorkflow.
      • createWorkflowSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWorkflowRequest,​com.google.longrunning.Operation> createWorkflowSettings()
        Returns the builder for the settings used for calls to createWorkflow.
      • createWorkflowOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateWorkflowRequest,​Workflow,​OperationMetadata> createWorkflowOperationSettings()
        Returns the builder for the settings used for calls to createWorkflow.
      • deleteWorkflowSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteWorkflowRequest,​com.google.longrunning.Operation> deleteWorkflowSettings()
        Returns the builder for the settings used for calls to deleteWorkflow.
      • deleteWorkflowOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteWorkflowRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteWorkflowOperationSettings()
        Returns the builder for the settings used for calls to deleteWorkflow.
      • updateWorkflowSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateWorkflowRequest,​com.google.longrunning.Operation> updateWorkflowSettings()
        Returns the builder for the settings used for calls to updateWorkflow.
      • updateWorkflowOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateWorkflowRequest,​Workflow,​OperationMetadata> updateWorkflowOperationSettings()
        Returns the builder for the settings used for calls to updateWorkflow.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​WorkflowsClient.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.