Class: Google::Cloud::PubSub::V1::ListTopicSnapshotsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListTopicSnapshotsRequest
- 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
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#topic ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Maximum number of snapshot names to return.
584 585 586 587 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 584 class ListTopicSnapshotsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. 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.
584 585 586 587 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 584 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}
.
584 585 586 587 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 584 class ListTopicSnapshotsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |