Class: Google::Cloud::Deploy::V1::ListRolloutsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListRolloutsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ListRolloutsRequest is the request object used by ListRollouts
.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filter rollouts to be returned. See https://google.aip.dev/160 for more details.
2971 2972 2973 2974 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2971 class ListRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.
2971 2972 2973 2974 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2971 class ListRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of Rollout
objects to return. The service
may return fewer than this value. If unspecified, at most 50 Rollout
objects will be returned. The maximum value is 1000; values above 1000 will
be set to 1000.
2971 2972 2973 2974 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2971 class ListRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListRollouts
call.
Provide this to retrieve the subsequent page.
When paginating, all other provided parameters match the call that provided the page token.
2971 2972 2973 2974 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2971 class ListRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Release
which owns this collection of Rollout
objects.
2971 2972 2973 2974 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2971 class ListRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |