Class: Google::Cloud::ServiceManagement::V1::ListServiceRolloutsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceManagement::V1::ListServiceRolloutsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicemanagement/v1/servicemanager.rb
Overview
Request message for 'ListServiceRollouts'
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The max number of items to include in the response list.
-
#page_token ⇒ ::String
The token of the page to retrieve.
-
#service_name ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Required. Use filter
to return subset of rollouts.
The following filters are supported:
-- By [status]
[google.api.servicemanagement.v1.Rollout.RolloutStatus]. For example,
filter='status=SUCCESS'
-- By [strategy]
[google.api.servicemanagement.v1.Rollout.strategy]. For example,
filter='strategy=TrafficPercentStrategy'
.
254 255 256 257 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 254 class ListServiceRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.
254 255 256 257 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 254 class ListServiceRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The token of the page to retrieve.
254 255 256 257 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 254 class ListServiceRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_name ⇒ ::String
Returns Required. The name of the service. See the
overview for naming
requirements. For example: example.googleapis.com
.
254 255 256 257 |
# File 'proto_docs/google/api/servicemanagement/v1/servicemanager.rb', line 254 class ListServiceRolloutsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |