Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::ListJobRunsRequest (v0.13.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::ListJobRunsRequest.

ListJobRunsRequest is the request object used by ListJobRuns.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

deffilter()->::String
Returns
  • (::String) — Optional. Filter results to be returned. See https://google.aip.dev/160 for more details.

#filter=

deffilter=(value)->::String
Parameter
  • value (::String) — Optional. Filter results to be returned. See https://google.aip.dev/160 for more details.
Returns
  • (::String) — Optional. Filter results to be returned. See https://google.aip.dev/160 for more details.

#order_by

deforder_by()->::String
Returns
  • (::String) — Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

#order_by=

deforder_by=(value)->::String
Parameter
  • value (::String) — Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.
Returns
  • (::String) — Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

#page_size

defpage_size()->::Integer
Returns
  • (::Integer) — Optional. The maximum number of JobRun objects to return. The service may return fewer than this value. If unspecified, at most 50 JobRun objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000.

#page_size=

defpage_size=(value)->::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of JobRun objects to return. The service may return fewer than this value. If unspecified, at most 50 JobRun objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000.
Returns
  • (::Integer) — Optional. The maximum number of JobRun objects to return. The service may return fewer than this value. If unspecified, at most 50 JobRun objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000.

#page_token

defpage_token()->::String
Returns
  • (::String) — Optional. A page token, received from a previous ListJobRuns call. Provide this to retrieve the subsequent page.

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

#page_token=

defpage_token=(value)->::String
Parameter
  • value (::String) — Optional. A page token, received from a previous ListJobRuns call. Provide this to retrieve the subsequent page.

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

Returns
  • (::String) — Optional. A page token, received from a previous ListJobRuns call. Provide this to retrieve the subsequent page.

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

#parent

defparent()->::String
Returns
  • (::String) — Required. The Rollout which owns this collection of JobRun objects.

#parent=

defparent=(value)->::String
Parameter
  • value (::String) — Required. The Rollout which owns this collection of JobRun objects.
Returns
  • (::String) — Required. The Rollout which owns this collection of JobRun objects.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.