Class: Google::Pubsub::V1::ListTopicSnapshotsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#page_sizeInteger

Returns Maximum number of snapshot names to return.

Returns:

  • (Integer)

    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_tokenString

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.

Returns:

  • (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.



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

class ListTopicSnapshotsRequest; end

#topicString

Returns The name of the topic that snapshots are attached to. Format is +projects/{project}/topics/{topic}+.

Returns:

  • (String)

    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