c
com.google.pubsub.v1.pubsub.IngestionFailureEvent
AwsMskFailureReason
Companion object AwsMskFailureReason
final case class AwsMskFailureReason(clusterArn: String = "", kafkaTopic: String = "", partitionId: Long = 0L, offset: Long = 0L, reason: Reason = com.google.pubsub.v1.pubsub.IngestionFailureEvent.AwsMskFailureReason.Reason.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AwsMskFailureReason] with Product with Serializable
Failure when ingesting from an Amazon MSK source.
- clusterArn
Optional. The ARN of the cluster of 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
- AwsMskFailureReason
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AwsMskFailureReason(clusterArn: String = "", kafkaTopic: String = "", partitionId: Long = 0L, offset: Long = 0L, reason: Reason = com.google.pubsub.v1.pubsub.IngestionFailureEvent.AwsMskFailureReason.Reason.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- clusterArn
Optional. The ARN of the cluster of 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: AwsMskFailureReason
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val clusterArn: String
- def companion: AwsMskFailureReason.type
- Definition Classes
- AwsMskFailureReason → GeneratedMessage
- def discardUnknownFields: AwsMskFailureReason
- 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
- AwsMskFailureReason → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AwsMskFailureReason → 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
- AwsMskFailureReason → 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
- AwsMskFailureReason → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AwsMskFailureReason, AwsMskFailureReason]) => Mutation[AwsMskFailureReason]*): AwsMskFailureReason
- 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): AwsMskFailureReason
- def withClusterArn(__v: String): AwsMskFailureReason
- def withKafkaTopic(__v: String): AwsMskFailureReason
- def withOffset(__v: Long): AwsMskFailureReason
- def withPartitionId(__v: Long): AwsMskFailureReason
- def withReason(__v: Reason): AwsMskFailureReason
- def withUnknownFields(__v: UnknownFieldSet): AwsMskFailureReason
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AwsMskFailureReason → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage