public sealed class IngestionFailureEvent.Types.AwsMskFailureReason : IMessage<IngestionFailureEvent.Types.AwsMskFailureReason>, IEquatable<IngestionFailureEvent.Types.AwsMskFailureReason>, IDeepCloneable<IngestionFailureEvent.Types.AwsMskFailureReason>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Pub/Sub v1 API class IngestionFailureEvent.Types.AwsMskFailureReason.
Failure when ingesting from an Amazon MSK source.
Implements
IMessageIngestionFailureEventTypesAwsMskFailureReason, IEquatableIngestionFailureEventTypesAwsMskFailureReason, IDeepCloneableIngestionFailureEventTypesAwsMskFailureReason, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
AwsMskFailureReason()
public AwsMskFailureReason()AwsMskFailureReason(AwsMskFailureReason)
public AwsMskFailureReason(IngestionFailureEvent.Types.AwsMskFailureReason other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestionFailureEventTypesAwsMskFailureReason |
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 |
|
ClusterArn
public string ClusterArn { get; set; }Optional. The ARN of the cluster of 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.AwsMskFailureReason.ReasonOneofCase ReasonCase { get; }| Property Value | |
|---|---|
| Type | Description |
IngestionFailureEventTypesAwsMskFailureReasonReasonOneofCase |
|
SchemaViolationReason
public IngestionFailureEvent.Types.SchemaViolationReason SchemaViolationReason { get; set; }Optional. The Pub/Sub message failed schema validation.
| Property Value | |
|---|---|
| Type | Description |
IngestionFailureEventTypesSchemaViolationReason |
|