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) — Optional. 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) — Optional. 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) — Optional. 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>) — Optional. The names of the snapshots that match the request.
#snapshots=
def snapshots=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The names of the snapshots that match the request.
Returns
- (::Array<::String>) — Optional. The names of the snapshots that match the request.