Class: Google::Cloud::PubSub::V1::ListTopicSnapshotsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/pubsub/v1/pubsub.rb

Overview

Request for the ListTopicSnapshots method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Maximum number of snapshot names to return.

Returns:

  • (::Integer)

    Maximum number of snapshot names to return.



283
284
285
286
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 283

class ListTopicSnapshotsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.

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.



283
284
285
286
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 283

class ListTopicSnapshotsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#topic::String

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

Returns:

  • (::String)

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



283
284
285
286
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 283

class ListTopicSnapshotsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end