Google Cloud Vision v1 API - Class ListProductsInProductSetRequest (3.3.0)

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

Reference documentation and code samples for the Google Cloud Vision v1 API class ListProductsInProductSetRequest.

Request message for the ListProductsInProductSet method.

Inheritance

Object > ListProductsInProductSetRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ListProductsInProductSetRequest()

public ListProductsInProductSetRequest()

ListProductsInProductSetRequest(ListProductsInProductSetRequest)

public ListProductsInProductSetRequest(ListProductsInProductSetRequest other)
Parameter
NameDescription
otherListProductsInProductSetRequest

Properties

Name

public string Name { get; set; }

Required. The ProductSet resource for which to retrieve Products.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

The maximum number of items to return. Default 10, maximum 100.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The next_page_token returned from a previous List request, if any.

Property Value
TypeDescription
String

ProductSetName

public ProductSetName ProductSetName { get; set; }

ProductSetName-typed view over the Name resource name property.

Property Value
TypeDescription
ProductSetName