Class: Google::Cloud::PubSub::V1::StreamingPullResponse::SubscriptionProperties
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::StreamingPullResponse::SubscriptionProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Subscription properties sent as part of the response.
Instance Attribute Summary collapse
-
#exactly_once_delivery_enabled ⇒ ::Boolean
Optional.
-
#message_ordering_enabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#exactly_once_delivery_enabled ⇒ ::Boolean
Returns Optional. True iff exactly once delivery is enabled for this subscription.
1515 1516 1517 1518 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1515 class SubscriptionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message_ordering_enabled ⇒ ::Boolean
Returns Optional. True iff message ordering is enabled for this subscription.
1515 1516 1517 1518 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1515 class SubscriptionProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |