final case class IngestionDataSourceSettings(source: Source = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.Source.Empty, platformLogsSettings: Option[PlatformLogsSettings] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[IngestionDataSourceSettings] with Product with Serializable
Settings for an ingestion data source on a topic.
- platformLogsSettings
Optional. Platform Logs settings. If unset, no Platform Logs will be generated.
- Annotations
- @SerialVersionUID()
- Source
- IngestionDataSourceSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IngestionDataSourceSettings
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IngestionDataSourceSettings(source: Source = com.google.pubsub.v1.pubsub.IngestionDataSourceSettings.Source.Empty, platformLogsSettings: Option[PlatformLogsSettings] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- platformLogsSettings
Optional. Platform Logs settings. If unset, no Platform Logs will be generated.
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 clearPlatformLogsSettings: IngestionDataSourceSettings
- def clearSource: IngestionDataSourceSettings
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: IngestionDataSourceSettings.type
- Definition Classes
- IngestionDataSourceSettings → GeneratedMessage
- def discardUnknownFields: IngestionDataSourceSettings
- 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 getAwsKinesis: AwsKinesis
- def getAwsMsk: AwsMsk
- def getAzureEventHubs: AzureEventHubs
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCloudStorage: CloudStorage
- def getConfluentCloud: ConfluentCloud
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- IngestionDataSourceSettings → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- IngestionDataSourceSettings → GeneratedMessage
- def getPlatformLogsSettings: PlatformLogsSettings
- 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 platformLogsSettings: Option[PlatformLogsSettings]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- IngestionDataSourceSettings → GeneratedMessage
- val source: Source
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- IngestionDataSourceSettings → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[IngestionDataSourceSettings, IngestionDataSourceSettings]) => Mutation[IngestionDataSourceSettings]*): IngestionDataSourceSettings
- Definition Classes
- Updatable
- 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()
- def withAwsKinesis(__v: AwsKinesis): IngestionDataSourceSettings
- def withAwsMsk(__v: AwsMsk): IngestionDataSourceSettings
- def withAzureEventHubs(__v: AzureEventHubs): IngestionDataSourceSettings
- def withCloudStorage(__v: CloudStorage): IngestionDataSourceSettings
- def withConfluentCloud(__v: ConfluentCloud): IngestionDataSourceSettings
- def withPlatformLogsSettings(__v: PlatformLogsSettings): IngestionDataSourceSettings
- def withSource(__v: Source): IngestionDataSourceSettings
- def withUnknownFields(__v: UnknownFieldSet): IngestionDataSourceSettings
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- IngestionDataSourceSettings → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage