case class PipelineConfig(outputCatalog: HRN, inputCatalogs: Map[String, HRN] = Map.empty, billingTag: Option[String] = None) extends Product with Serializable
A pipeline configuration.
- outputCatalog
 HRN of the output catalog.
- inputCatalogs
 Map of input catalogs' IDs and their HRNs.
- billingTag
 Optional billing tag.
- Alphabetic
 - By Inheritance
 
- PipelineConfig
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new PipelineConfig(outputCatalog: HRN, inputCatalogs: Map[String, HRN])
Overloaded constructor that supports Java types.
Overloaded constructor that supports Java types. The billing tag is left unspecified.
- outputCatalog
 HRN of the output catalog.
- inputCatalogs
 Map of input catalogs' IDs and their HRNs.
 -    new PipelineConfig(outputCatalog: HRN, inputCatalogs: Map[String, HRN], billingTag: Optional[String])
Overloaded constructor that supports Java types.
Overloaded constructor that supports Java types.
- outputCatalog
 HRN of the output catalog.
- inputCatalogs
 Map of input catalogs' IDs and their HRNs.
- billingTag
 Optional billing tag.
 -    new PipelineConfig(outputCatalog: HRN, inputCatalogs: Map[String, HRN] = Map.empty, billingTag: Option[String] = None)
- outputCatalog
 HRN of the output catalog.
- inputCatalogs
 Map of input catalogs' IDs and their HRNs.
- billingTag
 Optional billing tag.
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val billingTag: Option[String]
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def getBillingTag: Optional[String]
- returns
 the optional billing tag as a Java Optional object.
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def getInputCatalogs: Map[String, HRN]
- returns
 the input catalogs' map as a Java Map.
 -    def getOutputCatalog: HRN
- returns
 the HRN of the output catalog.
 -  val inputCatalogs: Map[String, HRN]
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -  val outputCatalog: HRN
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toJson: String
- returns
 a compact JSON representation of the pipeline configuration.
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)