Class: Google::Cloud::PubSub::V1::ListTopicSnapshotsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Response for the ListTopicSnapshots method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



1063
1064
1065
1066
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1063

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

#snapshots::Array<::String>



1063
1064
1065
1066
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1063

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