Class: Google::Cloud::PubSub::V1::Snapshot
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::Snapshot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
A snapshot resource. Snapshots are used in Seek operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
The snapshot is guaranteed to exist up until this time.
- #labels ⇒ ::Google::Protobuf::Map{::String => ::String}
-
#name ⇒ ::String
The name of the snapshot.
-
#topic ⇒ ::String
The name of the topic from which this snapshot is retaining messages.
Instance Attribute Details
#expire_time ⇒ ::Google::Protobuf::Timestamp
914 915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 914 class Snapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
914 915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 914 class Snapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
914 915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 914 class Snapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#topic ⇒ ::String
914 915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 914 class Snapshot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |