Class: Google::Cloud::Deploy::V1::ListAutomationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListAutomationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The response object from ListAutomations
.
Instance Attribute Summary collapse
-
#automations ⇒ ::Array<::Google::Cloud::Deploy::V1::Automation>
The
Automation
objects. -
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#automations ⇒ ::Array<::Google::Cloud::Deploy::V1::Automation>
Returns The Automation
objects.
3498 3499 3500 3501 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3498 class ListAutomationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
3498 3499 3500 3501 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3498 class ListAutomationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
3498 3499 3500 3501 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3498 class ListAutomationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |