Cloud Pub/Sub v1 API - Class IngestionFailureEvent.Types.ApiViolationReason (3.19.0)

public sealed class IngestionFailureEvent.Types.ApiViolationReason : IMessage<IngestionFailureEvent.Types.ApiViolationReason>, IEquatable<IngestionFailureEvent.Types.ApiViolationReason>, IDeepCloneable<IngestionFailureEvent.Types.ApiViolationReason>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class IngestionFailureEvent.Types.ApiViolationReason.

Specifies the reason why some data may have been left out of the desired Pub/Sub message due to the API message limits (https://cloud.google.com/pubsub/quotas#resource_limits). For example, when the number of attributes is larger than 100, the number of attributes is truncated to 100 to respect the limit on the attribute count. Other attribute limits are treated similarly. When the size of the desired message would've been larger than 10MB, the message won't be published at all, and ingestion of the subsequent messages will proceed as normal.

Inheritance

object > IngestionFailureEvent.Types.ApiViolationReason

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

ApiViolationReason()

public ApiViolationReason()

ApiViolationReason(ApiViolationReason)

public ApiViolationReason(IngestionFailureEvent.Types.ApiViolationReason other)
Parameter
Name Description
other IngestionFailureEventTypesApiViolationReason