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



393
394
395
396
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 393

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

#page_token::String



393
394
395
396
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 393

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

#topic::String



393
394
395
396
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 393

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