Class: Google::Cloud::Deploy::V1::ListAutomationRunsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ListAutomationRunsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The response object from ListAutomationRuns
.
Instance Attribute Summary collapse
-
#automation_runs ⇒ ::Array<::Google::Cloud::Deploy::V1::AutomationRun>
The
AutomationRuns
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
#automation_runs ⇒ ::Array<::Google::Cloud::Deploy::V1::AutomationRun>
4582 4583 4584 4585 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4582 class ListAutomationRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
4582 4583 4584 4585 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4582 class ListAutomationRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
4582 4583 4584 4585 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4582 class ListAutomationRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |