Class UpdateServiceRequest

    • Method Detail

      • description

        public final String description()

        The edited service description.

        Returns:
        The edited service description.
      • name

        public final String name()

        The name of the service to edit.

        Returns:
        The name of the service to edit.
      • spec

        public final String spec()

        Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton User Guide.

        Returns:
        Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton User Guide.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object