final case class ConfluentCloud(value: IngestionDataSourceSettings.ConfluentCloud) extends Source with Product with Serializable
- Annotations
- @SerialVersionUID()
- Source
- IngestionDataSourceSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfluentCloud
- Source
- GeneratedOneof
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConfluentCloud(value: IngestionDataSourceSettings.ConfluentCloud)
Type Members
- type ValueType = IngestionDataSourceSettings.ConfluentCloud
- Definition Classes
- ConfluentCloud → GeneratedOneof
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
- def awsKinesis: Option[IngestionDataSourceSettings.AwsKinesis]
- Definition Classes
- Source
- def awsMsk: Option[IngestionDataSourceSettings.AwsMsk]
- Definition Classes
- Source
- def azureEventHubs: Option[IngestionDataSourceSettings.AzureEventHubs]
- Definition Classes
- Source
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def cloudStorage: Option[IngestionDataSourceSettings.CloudStorage]
- Definition Classes
- Source
- def confluentCloud: Option[IngestionDataSourceSettings.ConfluentCloud]
- Definition Classes
- ConfluentCloud → Source
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isAwsKinesis: Boolean
- Definition Classes
- Source
- def isAwsMsk: Boolean
- Definition Classes
- Source
- def isAzureEventHubs: Boolean
- Definition Classes
- Source
- def isCloudStorage: Boolean
- Definition Classes
- Source
- def isConfluentCloud: Boolean
- Definition Classes
- ConfluentCloud → Source
- def isDefined: Boolean
- Definition Classes
- Source → GeneratedOneof
- def isEmpty: Boolean
- Definition Classes
- Source → GeneratedOneof
- 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()
- def number: Int
- Definition Classes
- ConfluentCloud → GeneratedOneof
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val value: IngestionDataSourceSettings.ConfluentCloud
- Definition Classes
- ConfluentCloud → GeneratedOneof
- def valueOption: Option[ValueType]
- Definition Classes
- GeneratedOneof
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()