Class: Google::Cloud::Deploy::V1::ListAutomationRunsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#automation_runs::Array<::Google::Cloud::Deploy::V1::AutomationRun>

Returns The AutomationRuns objects.

Returns:



3770
3771
3772
3773
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3770

class ListAutomationRunsResponse
  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.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



3770
3771
3772
3773
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3770

class ListAutomationRunsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



3770
3771
3772
3773
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3770

class ListAutomationRunsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end