Class: Google::Cloud::PubSub::V1::StreamingPullResponse::SubscriptionProperties

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

Instance Attribute Details

#message_ordering_enabled::Boolean

Returns True iff message ordering is enabled for this subscription.

Returns:

  • (::Boolean)

    True iff message ordering is enabled for this subscription.



883
884
885
886
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 883

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