c
com.google.pubsub.v1.pubsub.IngestionFailureEvent
ConfluentCloudFailureReason
Companion object ConfluentCloudFailureReason
final case class ConfluentCloudFailureReason(clusterId: String = "", kafkaTopic: String = "", partitionId: Long = 0L, offset: Long = 0L, reason: Reason = com.google.pubsub.v1.pubsub.IngestionFailureEvent.ConfluentCloudFailureReason.Reason.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ConfluentCloudFailureReason] with Product with Serializable
Failure when ingesting from a Confluent Cloud source.
- clusterId
Optional. The cluster ID containing the topic being ingested from.
- kafkaTopic
Optional. The name of the Kafka topic being ingested from.
- partitionId
Optional. The partition ID of the message that failed to be ingested.
- offset
Optional. The offset within the partition of the message that failed to be ingested.
- Annotations
- @SerialVersionUID()
- Source
- IngestionFailureEvent.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfluentCloudFailureReason
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConfluentCloudFailureReason(clusterId: String = "", kafkaTopic: String = "", partitionId: Long = 0L, offset: Long = 0L, reason: Reason = com.google.pubsub.v1.pubsub.IngestionFailureEvent.ConfluentCloudFailureReason.Reason.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- clusterId
Optional. The cluster ID containing the topic being ingested from.
- kafkaTopic
Optional. The name of the Kafka topic being ingested from.
- partitionId
Optional. The partition ID of the message that failed to be ingested.
- offset
Optional. The offset within the partition of the message that failed to be ingested.
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 clearReason: ConfluentCloudFailureReason
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val clusterId: String
- def companion: ConfluentCloudFailureReason.type
- Definition Classes
- ConfluentCloudFailureReason → GeneratedMessage
- def discardUnknownFields: ConfluentCloudFailureReason
- 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 getApiViolationReason: ApiViolationReason
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ConfluentCloudFailureReason → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ConfluentCloudFailureReason → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kafkaTopic: String
- 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 offset: Long
- val partitionId: Long
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val reason: Reason
- def serializedSize: Int
- Definition Classes
- ConfluentCloudFailureReason → GeneratedMessage
- 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
- ConfluentCloudFailureReason → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ConfluentCloudFailureReason, ConfluentCloudFailureReason]) => Mutation[ConfluentCloudFailureReason]*): ConfluentCloudFailureReason
- 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 withApiViolationReason(__v: ApiViolationReason): ConfluentCloudFailureReason
- def withClusterId(__v: String): ConfluentCloudFailureReason
- def withKafkaTopic(__v: String): ConfluentCloudFailureReason
- def withOffset(__v: Long): ConfluentCloudFailureReason
- def withPartitionId(__v: Long): ConfluentCloudFailureReason
- def withReason(__v: Reason): ConfluentCloudFailureReason
- def withUnknownFields(__v: UnknownFieldSet): ConfluentCloudFailureReason
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ConfluentCloudFailureReason → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage