Cloud Commerce Producer V1BETA API - Class Google::Cloud::CommerceProducer::V1beta::ListPrivateOffersRequest (v0.1.0)

Reference documentation and code samples for the Cloud Commerce Producer V1BETA API class Google::Cloud::CommerceProducer::V1beta::ListPrivateOffersRequest.

Message for requesting list of PrivateOffers

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) —

    Optional. Filter expression that matches a subset of resources to show. See https://google.aip.dev/160 for more details. Only supports filtering by:

    • update_time. Example: update_time > "2012-04-21T11:30:00-04:00".

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) —

    Optional. Filter expression that matches a subset of resources to show. See https://google.aip.dev/160 for more details. Only supports filtering by:

    • update_time. Example: update_time > "2012-04-21T11:30:00-04:00".
Returns
  • (::String) —

    Optional. Filter expression that matches a subset of resources to show. See https://google.aip.dev/160 for more details. Only supports filtering by:

    • update_time. Example: update_time > "2012-04-21T11:30:00-04:00".

#order_by

def order_by() -> ::String
Returns
  • (::String) —

    Optional. Ordering expression for sorting the results. See https://google.aip.dev/132#ordering for more details. If no value is present the default ordering is unspecified. Only supports ordering by:

    • update_time

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) —

    Optional. Ordering expression for sorting the results. See https://google.aip.dev/132#ordering for more details. If no value is present the default ordering is unspecified. Only supports ordering by:

    • update_time
Returns
  • (::String) —

    Optional. Ordering expression for sorting the results. See https://google.aip.dev/132#ordering for more details. If no value is present the default ordering is unspecified. Only supports ordering by:

    • update_time

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Maximum results to return. The service may return fewer than this value. The maximum value is 500; values above 500 will be coerced to 500. If unspecified, the server will default to the maximum.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Maximum results to return. The service may return fewer than this value. The maximum value is 500; values above 500 will be coerced to 500. If unspecified, the server will default to the maximum.
Returns
  • (::Integer) — Optional. Maximum results to return. The service may return fewer than this value. The maximum value is 500; values above 500 will be coerced to 500. If unspecified, the server will default to the maximum.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. A page token, received from a previous list response message. Provide this to retrieve the subsequent page.

    When paginating, all other parameters of the list request must match the request that returned the page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. A page token, received from a previous list response message. Provide this to retrieve the subsequent page.

    When paginating, all other parameters of the list request must match the request that returned the page token.

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

    When paginating, all other parameters of the list request must match the request that returned the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent value for ListPrivateOffersRequest

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent value for ListPrivateOffersRequest
Returns
  • (::String) — Required. Parent value for ListPrivateOffersRequest