Class LineageSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

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

      • createProcessSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateProcessRequest,​Process> createProcessSettings()
        Returns the builder for the settings used for calls to createProcess.
      • updateProcessSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProcessRequest,​Process> updateProcessSettings()
        Returns the builder for the settings used for calls to updateProcess.
      • getProcessSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProcessRequest,​Process> getProcessSettings()
        Returns the builder for the settings used for calls to getProcess.
      • deleteProcessSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProcessRequest,​com.google.longrunning.Operation> deleteProcessSettings()
        Returns the builder for the settings used for calls to deleteProcess.
      • deleteProcessOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProcessRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteProcessOperationSettings()
        Returns the builder for the settings used for calls to deleteProcess.
      • createRunSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRunRequest,​Run> createRunSettings()
        Returns the builder for the settings used for calls to createRun.
      • updateRunSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRunRequest,​Run> updateRunSettings()
        Returns the builder for the settings used for calls to updateRun.
      • getRunSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRunRequest,​Run> getRunSettings()
        Returns the builder for the settings used for calls to getRun.
      • deleteRunSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRunRequest,​com.google.longrunning.Operation> deleteRunSettings()
        Returns the builder for the settings used for calls to deleteRun.
      • deleteRunOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRunRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteRunOperationSettings()
        Returns the builder for the settings used for calls to deleteRun.
      • createLineageEventSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLineageEventRequest,​LineageEvent> createLineageEventSettings()
        Returns the builder for the settings used for calls to createLineageEvent.
      • getLineageEventSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLineageEventRequest,​LineageEvent> getLineageEventSettings()
        Returns the builder for the settings used for calls to getLineageEvent.
      • deleteLineageEventSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLineageEventRequest,​com.google.protobuf.Empty> deleteLineageEventSettings()
        Returns the builder for the settings used for calls to deleteLineageEvent.