Cloud Commerce Producer v1beta API - Class ListStandardOffersRequest (1.0.0-beta01)

public sealed class ListStandardOffersRequest : IMessage<ListStandardOffersRequest>, IEquatable<ListStandardOffersRequest>, IDeepCloneable<ListStandardOffersRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class ListStandardOffersRequest.

Message for requesting list of StandardOffers

Inheritance

object > ListStandardOffersRequest

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

ListStandardOffersRequest()

public ListStandardOffersRequest()

ListStandardOffersRequest(ListStandardOffersRequest)

public ListStandardOffersRequest(ListStandardOffersRequest other)
Parameter
Name Description
other ListStandardOffersRequest

Properties

Filter

public string Filter { get; set; }

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

  • effective_time. Example: effective_time > "2012-04-21T11:30:00-04:00".
  • expire_time. Example: expire_time < "2026-05-06T00:00:00Z".
Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

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. Supports ordering by:

  • effective_time
  • expire_time
Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

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.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent value for ListStandardOffersRequest

Property Value
Type Description
string

ParentAsServiceName

public ServiceName ParentAsServiceName { get; set; }

ServiceName-typed view over the Parent resource name property.

Property Value
Type Description
ServiceName