Class: Google::Pubsub::V1::ListSnapshotsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb

Overview

Response for the +ListSnapshots+ method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new +ListSnapshotsRequest+.

Returns:

  • (String)

    If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new +ListSnapshotsRequest+.



467
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 467

class ListSnapshotsResponse; end

#snapshotsArray<Google::Pubsub::V1::Snapshot>

Returns The resulting snapshots.

Returns:



467
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 467

class ListSnapshotsResponse; end