Cloud Commerce Consumer Procurement V1 API - Class Google::Cloud::Commerce::Consumer::Procurement::V1::ListOrdersRequest (v0.4.0)

Reference documentation and code samples for the Cloud Commerce Consumer Procurement V1 API class Google::Cloud::Commerce::Consumer::Procurement::V1::ListOrdersRequest.

Request message for ConsumerProcurementService.ListOrders.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Filter that you can use to limit the list request.

    A query string that can match a selected set of attributes with string values. For example, display_name=abc. Supported query attributes are

    • display_name

    If the query contains special characters other than letters, underscore, or digits, the phrase must be quoted with double quotes. For example, display_name="foo:bar", where the display name needs to be quoted because it contains special character colon.

    Queries can be combined with OR, and NOT to form more complex queries. You can also group them to force a desired evaluation order. For example, display_name=abc OR display_name=def.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Filter that you can use to limit the list request.

    A query string that can match a selected set of attributes with string values. For example, display_name=abc. Supported query attributes are

    • display_name

    If the query contains special characters other than letters, underscore, or digits, the phrase must be quoted with double quotes. For example, display_name="foo:bar", where the display name needs to be quoted because it contains special character colon.

    Queries can be combined with OR, and NOT to form more complex queries. You can also group them to force a desired evaluation order. For example, display_name=abc OR display_name=def.

Returns
  • (::String) — Filter that you can use to limit the list request.

    A query string that can match a selected set of attributes with string values. For example, display_name=abc. Supported query attributes are

    • display_name

    If the query contains special characters other than letters, underscore, or digits, the phrase must be quoted with double quotes. For example, display_name="foo:bar", where the display name needs to be quoted because it contains special character colon.

    Queries can be combined with OR, and NOT to form more complex queries. You can also group them to force a desired evaluation order. For example, display_name=abc OR display_name=def.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of entries requested. The default page size is 25 and the maximum page size is 200.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of entries requested. The default page size is 25 and the maximum page size is 200.
Returns
  • (::Integer) — The maximum number of entries requested. The default page size is 25 and the maximum page size is 200.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The token for fetching the next page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The token for fetching the next page.
Returns
  • (::String) — The token for fetching the next page.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource to query for orders. This field has the form billingAccounts/{billing-account-id}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource to query for orders. This field has the form billingAccounts/{billing-account-id}.
Returns
  • (::String) — Required. The parent resource to query for orders. This field has the form billingAccounts/{billing-account-id}.