Reference documentation and code samples for the Cloud Vision V1 Client class ListProductsRequest.
Request message for the ListProducts
method.
Generated from protobuf message google.cloud.vision.v1.ListProductsRequest
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project OR ProductSet from which Products should be listed. Format: projects/PROJECT_ID/locations/LOC_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.
getParent
Required. The project OR ProductSet from which Products should be listed.
Format: projects/PROJECT_ID/locations/LOC_ID
string
setParent
Required. The project OR ProductSet from which Products should be listed.
Format: projects/PROJECT_ID/locations/LOC_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
parent
string
Required. The project OR ProductSet from which Products should be listed.
Format: projects/PROJECT_ID/locations/LOC_ID
Please see ProductSearchClient::locationName()
for help formatting this field.

