Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::ListTopicSnapshotsResponse (v0.8.0)

Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ListTopicSnapshotsResponse.

Response for the ListTopicSnapshots method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::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.
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.

#snapshots

def snapshots() -> ::Array<::String>
Returns
  • (::Array<::String>) — The names of the snapshots that match the request.

#snapshots=

def snapshots=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The names of the snapshots that match the request.
Returns
  • (::Array<::String>) — The names of the snapshots that match the request.