Google Cloud Deploy V1 API - Class Google::Longrunning::ListOperationsRequest (v2.4.1)

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

The request message for Operations.ListOperations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

deffilter()->::String
Returns
  • (::String) — The standard list filter.

#filter=

deffilter=(value)->::String
Parameter
  • value (::String) — The standard list filter.
Returns
  • (::String) — The standard list filter.

#name

defname()->::String
Returns
  • (::String) — The name of the operation's parent resource.

#name=

defname=(value)->::String
Parameter
  • value (::String) — The name of the operation's parent resource.
Returns
  • (::String) — The name of the operation's parent resource.

#page_size

defpage_size()->::Integer
Returns
  • (::Integer) — The standard list page size.

#page_size=

defpage_size=(value)->::Integer
Parameter
  • value (::Integer) — The standard list page size.
Returns
  • (::Integer) — The standard list page size.

#page_token

defpage_token()->::String
Returns
  • (::String) — The standard list page token.

#page_token=

defpage_token=(value)->::String
Parameter
  • value (::String) — The standard list page token.
Returns
  • (::String) — The standard list page token.

#return_partial_success

defreturn_partial_success()->::Boolean
Returns
  • (::Boolean) — When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field.

    This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".

    This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.

#return_partial_success=

defreturn_partial_success=(value)->::Boolean
Parameter
  • value (::Boolean) — When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field.

    This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".

    This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.

Returns
  • (::Boolean) — When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field.

    This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".

    This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation.

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.