Resource: ProductSet
A ProductSet contains Products. A ProductSet can contain a maximum of 1 million reference images. If the limit is exceeded, periodic indexing will fail.
JSON representation |
---|
{
"name": string,
"displayName": string,
"indexTime": string,
"indexError": {
object ( |
Fields | |
---|---|
name |
The resource name of the ProductSet. Format is: This field is ignored when creating a ProductSet. |
displayName |
The user-provided name for this ProductSet. Must not be empty. Must be at most 4096 characters long. |
indexTime |
Output only. The time at which this ProductSet was last indexed. Query results will reflect all updates before this time. If this ProductSet has never been indexed, this timestamp is the default value "1970-01-01T00:00:00Z". This field is ignored when creating a ProductSet. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
indexError |
Output only. If there was an error with indexing the product set, the field is populated. This field is ignored when creating a ProductSet. |
Methods |
|
---|---|
|
Adds a Product to the specified ProductSet. |
|
Creates and returns a new ProductSet resource. |
|
Permanently deletes a ProductSet. |
|
Gets information associated with a ProductSet. |
|
Asynchronous API that imports a list of reference images to specified product sets based on a list of image information. |
|
Lists ProductSets in an unspecified order. |
|
Makes changes to a ProductSet resource. |
|
Removes a Product from the specified ProductSet. |