Class: Google::Cloud::PubSub::V1::IngestionFailureEvent::ConfluentCloudFailureReason
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::IngestionFailureEvent::ConfluentCloudFailureReason
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Failure when ingesting from a Confluent Cloud source.
Instance Attribute Summary collapse
-
#api_violation_reason ⇒ ::Google::Cloud::PubSub::V1::IngestionFailureEvent::ApiViolationReason
Optional.
-
#cluster_id ⇒ ::String
Optional.
-
#kafka_topic ⇒ ::String
Optional.
-
#offset ⇒ ::Integer
Optional.
-
#partition_id ⇒ ::Integer
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.
605 606 607 608 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 605 class ConfluentCloudFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster_id ⇒ ::String
Returns Optional. The cluster ID containing the topic being ingested from.
605 606 607 608 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 605 class ConfluentCloudFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kafka_topic ⇒ ::String
Returns Optional. The name of the Kafka topic being ingested from.
605 606 607 608 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 605 class ConfluentCloudFailureReason 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.
605 606 607 608 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 605 class ConfluentCloudFailureReason 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.
605 606 607 608 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 605 class ConfluentCloudFailureReason include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |