Cloud Product Registry v1 API - Class ListLogicalProductVariantsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Cloud Product Registry v1 API class ListLogicalProductVariantsRequest.

Request message for ListLogicalProductVariants.

Inheritance

object > ListLogicalProductVariantsRequest

Namespace

Google.Cloud.ProductRegistry.V1

Assembly

Google.Cloud.ProductRegistry.V1.dll

Constructors

ListLogicalProductVariantsRequest()

public ListLogicalProductVariantsRequest()

ListLogicalProductVariantsRequest(ListLogicalProductVariantsRequest)

public ListLogicalProductVariantsRequest(ListLogicalProductVariantsRequest other)
Parameter
Name Description
other ListLogicalProductVariantsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of logical product variants to return. The service may return fewer than this value. If unspecified, at most 100 logical product variants will be returned. The maximum value is 500; values above 500 will be coerced to 500.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListLogicalProductVariants call. Provide this to retrieve the subsequent page.

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent logical product id. Format: logicalProducts/{logical_product}

Property Value
Type Description
string

ParentAsLogicalProductName

public LogicalProductName ParentAsLogicalProductName { get; set; }

LogicalProductName-typed view over the Parent resource name property.

Property Value
Type Description
LogicalProductName