Class: Google::Cloud::Deploy::V1::ListRolloutsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListRolloutsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ListRolloutsResponse is the response object reutrned by ListRollouts
.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#rollouts ⇒ ::Array<::Google::Cloud::Deploy::V1::Rollout>
The
Rollout
objects. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
2468 2469 2470 2471 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2468 class ListRolloutsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollouts ⇒ ::Array<::Google::Cloud::Deploy::V1::Rollout>
Returns The Rollout
objects.
2468 2469 2470 2471 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2468 class ListRolloutsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
2468 2469 2470 2471 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2468 class ListRolloutsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |