Class: Google::Cloud::PubSub::V1::ListSnapshotsResponse

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 ListSnapshots method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



1072
1073
1074
1075
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1072

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

#snapshots::Array<::Google::Cloud::PubSub::V1::Snapshot>



1072
1073
1074
1075
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1072

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