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
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getBillingTag: Optional[String]
- returns
the optional billing tag as a Java Optional object.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputCatalog: HRN
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()