Reference documentation and code samples for the Cloud Vision V1 Client class ListProductsInProductSetRequest.
Request message for the ListProductsInProductSet
method.
Generated from protobuf message google.cloud.vision.v1.ListProductsInProductSetRequest
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The ProductSet resource for which to retrieve Products. Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
↳ page_size
int
The maximum number of items to return. Default 10, maximum 100.
↳ page_token
string
The next_page_token returned from a previous List request, if any.
getName
Required. The ProductSet resource for which to retrieve Products.
Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
string
setName
Required. The ProductSet resource for which to retrieve Products.
Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
var
string
$this
getPageSize
The maximum number of items to return. Default 10, maximum 100.
int
setPageSize
The maximum number of items to return. Default 10, maximum 100.
var
int
$this
getPageToken
The next_page_token returned from a previous List request, if any.
string
setPageToken
The next_page_token returned from a previous List request, if any.
var
string
$this
static::build
name
string
Required. The ProductSet resource for which to retrieve Products.
Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID
Please see ProductSearchClient::productSetName()
for help formatting this field.

