Class: Google::Cloud::PubSub::V1::ListSnapshotsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ListSnapshotsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the ListSnapshots method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#project ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Maximum number of snapshots to return.
2148 2149 2150 2151 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 2148 class ListSnapshotsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The value returned by the last ListSnapshotsResponse; indicates
that this is a continuation of a prior ListSnapshots call, and that the
system should return the next page of data.
2148 2149 2150 2151 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 2148 class ListSnapshotsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Required. The name of the project in which to list snapshots.
Format is projects/{project-id}.
2148 2149 2150 2151 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 2148 class ListSnapshotsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |