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

Returns If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new ListTopicSnapshotsRequest to get more snapshots.

Returns:

  • (::String)

    If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new ListTopicSnapshotsRequest to get more snapshots.



297
298
299
300
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 297

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

#snapshots::Array<::String>

Returns The names of the snapshots that match the request.

Returns:

  • (::Array<::String>)

    The names of the snapshots that match the request.



297
298
299
300
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 297

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