public sealed class IngestionFailureEvent.Types.ConfluentCloudFailureReason : IMessage<IngestionFailureEvent.Types.ConfluentCloudFailureReason>, IEquatable<IngestionFailureEvent.Types.ConfluentCloudFailureReason>, IDeepCloneable<IngestionFailureEvent.Types.ConfluentCloudFailureReason>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class IngestionFailureEvent.Types.ConfluentCloudFailureReason.
Failure when ingesting from a Confluent Cloud source.
Implements
IMessageIngestionFailureEventTypesConfluentCloudFailureReason, IEquatableIngestionFailureEventTypesConfluentCloudFailureReason, IDeepCloneableIngestionFailureEventTypesConfluentCloudFailureReason, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
ConfluentCloudFailureReason()
public ConfluentCloudFailureReason()ConfluentCloudFailureReason(ConfluentCloudFailureReason)
public ConfluentCloudFailureReason(IngestionFailureEvent.Types.ConfluentCloudFailureReason other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestionFailureEventTypesConfluentCloudFailureReason |
Properties
ApiViolationReason
public IngestionFailureEvent.Types.ApiViolationReason ApiViolationReason { get; set; }Optional. The Pub/Sub API limits prevented the desired message from being published.
| Property Value | |
|---|---|
| Type | Description |
IngestionFailureEventTypesApiViolationReason |
|
ClusterId
public string ClusterId { get; set; }Optional. The cluster ID containing the topic being ingested from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
KafkaTopic
public string KafkaTopic { get; set; }Optional. The name of the Kafka topic being ingested from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MessageTransformationFailureReason
public IngestionFailureEvent.Types.MessageTransformationFailureReason MessageTransformationFailureReason { get; set; }Optional. Failure encountered when applying a message transformation to the Pub/Sub message.
| Property Value | |
|---|---|
| Type | Description |
IngestionFailureEventTypesMessageTransformationFailureReason |
|
Offset
public long Offset { get; set; }Optional. The offset within the partition of the message that failed to be ingested.
| Property Value | |
|---|---|
| Type | Description |
long |
|
PartitionId
public long PartitionId { get; set; }Optional. The partition ID of the message that failed to be ingested.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ReasonCase
public IngestionFailureEvent.Types.ConfluentCloudFailureReason.ReasonOneofCase ReasonCase { get; }| Property Value | |
|---|---|
| Type | Description |
IngestionFailureEventTypesConfluentCloudFailureReasonReasonOneofCase |
|
SchemaViolationReason
public IngestionFailureEvent.Types.SchemaViolationReason SchemaViolationReason { get; set; }Optional. The Pub/Sub message failed schema validation.
| Property Value | |
|---|---|
| Type | Description |
IngestionFailureEventTypesSchemaViolationReason |
|