public sealed class IngestionFailureEvent.Types.ConfluentCloudFailureReason : IMessage<IngestionFailureEvent.Types.ConfluentCloudFailureReason>, IEquatable<IngestionFailureEvent.Types.ConfluentCloudFailureReason>, IDeepCloneable<IngestionFailureEvent.Types.ConfluentCloudFailureReason>, IBufferMessage, IMessage
Reference 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 |
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 |