Class: Google::Pubsub::V1::ListTopicSnapshotsRequest
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::ListTopicSnapshotsRequest
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Request for the +ListTopicSnapshots+ method.
ALPHA: This feature is part of an alpha release. This API might be
changed in backward-incompatible ways and is not recommended for production
use. It is not subject to any SLA or deprecation policy.
Instance Attribute Summary collapse
-
#page_size ⇒ Integer
Maximum number of snapshot names to return.
-
#page_token ⇒ String
The value returned by the last +ListTopicSnapshotsResponse+; indicates that this is a continuation of a prior +ListTopicSnapshots+ call, and that the system should return the next page of data.
-
#topic ⇒ String
The name of the topic that snapshots are attached to.
Instance Attribute Details
#page_size ⇒ Integer
Returns Maximum number of snapshot names to return.
176 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 176 class ListTopicSnapshotsRequest; end |
#page_token ⇒ String
Returns The value returned by the last +ListTopicSnapshotsResponse+; indicates that this is a continuation of a prior +ListTopicSnapshots+ call, and that the system should return the next page of data.
176 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 176 class ListTopicSnapshotsRequest; end |
#topic ⇒ String
Returns The name of the topic that snapshots are attached to. Format is +projects/project/topics/#topic+.
176 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 176 class ListTopicSnapshotsRequest; end |