Class: Google::Cloud::PubSub::V1::IngestionFailureEvent::AzureEventHubsFailureReason

Inherits:
Object
  • Object
show all
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

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.

Returns:



582
583
584
585
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 582

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.

Returns:

  • (::String)

    Optional. The name of the event hub being ingested from.



582
583
584
585
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 582

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.

Returns:

  • (::String)

    Optional. The namespace containing the event hub being ingested from.



582
583
584
585
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 582

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.

Returns:

  • (::Integer)

    Optional. The offset within the partition of the message that failed to be ingested.



582
583
584
585
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 582

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.

Returns:

  • (::Integer)

    Optional. The partition ID of the message that failed to be ingested.



582
583
584
585
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 582

class AzureEventHubsFailureReason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end