c
com.google.pubsub.v1.pubsub.IngestionFailureEvent
AzureEventHubsFailureReason
Companion object AzureEventHubsFailureReason
final case class AzureEventHubsFailureReason(namespace: String = "", eventHub: String = "", partitionId: Long = 0L, offset: Long = 0L, reason: Reason = com.google.pubsub.v1.pubsub.IngestionFailureEvent.AzureEventHubsFailureReason.Reason.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AzureEventHubsFailureReason] with Product with Serializable
Failure when ingesting from an Azure Event Hubs source.
- namespace
Optional. The namespace containing the event hub being ingested from.
- eventHub
Optional. The name of the event hub 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
- AzureEventHubsFailureReason
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AzureEventHubsFailureReason(namespace: String = "", eventHub: String = "", partitionId: Long = 0L, offset: Long = 0L, reason: Reason = com.google.pubsub.v1.pubsub.IngestionFailureEvent.AzureEventHubsFailureReason.Reason.Empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- namespace
Optional. The namespace containing the event hub being ingested from.
- eventHub
Optional. The name of the event hub 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: AzureEventHubsFailureReason
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: AzureEventHubsFailureReason.type
- Definition Classes
- AzureEventHubsFailureReason → GeneratedMessage
- def discardUnknownFields: AzureEventHubsFailureReason
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventHub: String
- 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
- AzureEventHubsFailureReason → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- AzureEventHubsFailureReason → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val namespace: 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
- AzureEventHubsFailureReason → 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
- AzureEventHubsFailureReason → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[AzureEventHubsFailureReason, AzureEventHubsFailureReason]) => Mutation[AzureEventHubsFailureReason]*): AzureEventHubsFailureReason
- 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): AzureEventHubsFailureReason
- def withEventHub(__v: String): AzureEventHubsFailureReason
- def withNamespace(__v: String): AzureEventHubsFailureReason
- def withOffset(__v: Long): AzureEventHubsFailureReason
- def withPartitionId(__v: Long): AzureEventHubsFailureReason
- def withReason(__v: Reason): AzureEventHubsFailureReason
- def withUnknownFields(__v: UnknownFieldSet): AzureEventHubsFailureReason
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- AzureEventHubsFailureReason → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage