Class: Google::Cloud::PubSub::V1::IngestionFailureEvent::AzureEventHubsFailureReason
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::IngestionFailureEvent::AzureEventHubsFailureReason
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Failure when ingesting from an Azure Event Hubs source.
Instance Attribute Summary collapse
-
#api_violation_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason
Optional.
-
#event_hub ⇒ ::String
Optional.
-
#message_transformation_failure_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::MessageTransformationFailureReason
Optional.
-
#namespace ⇒ ::String
Optional.
-
#offset ⇒ ::Integer
Optional.
-
#partition_id ⇒ ::Integer
Optional.
-
#schema_violation_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::SchemaViolationReason
Optional.
Instance Attribute Details
#api_violation_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason
Returns Optional. The Pub/Sub API limits prevented the desired message from being published.
Note: The following fields are mutually exclusive: api_violation_reason, schema_violation_reason, message_transformation_failure_reason. If a field in that set is populated, all other fields in the set will automatically be cleared.
638 639 640 641 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 638 class AzureEventHubsFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_hub ⇒ ::String
Returns Optional. The name of the event hub being ingested from.
638 639 640 641 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 638 class AzureEventHubsFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message_transformation_failure_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::MessageTransformationFailureReason
Returns Optional. Failure encountered when applying a message transformation to the Pub/Sub message.
Note: The following fields are mutually exclusive: message_transformation_failure_reason, api_violation_reason, schema_violation_reason. If a field in that set is populated, all other fields in the set will automatically be cleared.
638 639 640 641 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 638 class AzureEventHubsFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns Optional. The namespace containing the event hub being ingested from.
638 639 640 641 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 638 class AzureEventHubsFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offset ⇒ ::Integer
Returns Optional. The offset within the partition of the message that failed to be ingested.
638 639 640 641 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 638 class AzureEventHubsFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partition_id ⇒ ::Integer
Returns Optional. The partition ID of the message that failed to be ingested.
638 639 640 641 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 638 class AzureEventHubsFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_violation_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::SchemaViolationReason
Returns Optional. The Pub/Sub message failed schema validation.
Note: The following fields are mutually exclusive: schema_violation_reason, api_violation_reason, message_transformation_failure_reason. If a field in that set is populated, all other fields in the set will automatically be cleared.
638 639 640 641 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 638 class AzureEventHubsFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |