Class: Google::Cloud::Deploy::V1::ListAutomationRunsRequest

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 request object for ListAutomationRuns.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filter automationRuns to be returned. All fields can be used in the filter.

Returns:

  • (::String)

    Filter automationRuns to be returned. All fields can be used in the filter.



3754
3755
3756
3757
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3754

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

#order_by::String

Returns Field to sort by.

Returns:

  • (::String)

    Field to sort by.



3754
3755
3756
3757
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3754

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

#page_size::Integer

Returns The maximum number of automationRuns to return. The service may return fewer than this value. If unspecified, at most 50 automationRuns will be returned. The maximum value is 1000; values above 1000 will be set to 1000.

Returns:

  • (::Integer)

    The maximum number of automationRuns to return. The service may return fewer than this value. If unspecified, at most 50 automationRuns will be returned. The maximum value is 1000; values above 1000 will be set to 1000.



3754
3755
3756
3757
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3754

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

#page_token::String

Returns A page token, received from a previous ListAutomationRuns call. Provide this to retrieve the subsequent page.

When paginating, all other provided parameters match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ListAutomationRuns call. Provide this to retrieve the subsequent page.

    When paginating, all other provided parameters match the call that provided the page token.



3754
3755
3756
3757
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3754

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

#parent::String

Returns Required. The parent Delivery Pipeline, which owns this collection of automationRuns. Format must be projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}.

Returns:

  • (::String)

    Required. The parent Delivery Pipeline, which owns this collection of automationRuns. Format must be projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}.



3754
3755
3756
3757
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3754

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