delete(parent, name, x__xgafv=None)
Deletes the product from a Manufacturer Center account.
get(parent, name, include=None, x__xgafv=None)
Gets the product from a Manufacturer Center account, including product
list(parent, pageToken=None, x__xgafv=None, include=None, pageSize=None)
Lists all the products in a Manufacturer Center account.
list_next(previous_request, previous_response)
Retrieves the next page of results.
update(parent, name, body, x__xgafv=None)
Inserts or updates the attributes of the product in a Manufacturer Center
delete(parent, name, x__xgafv=None)
Deletes the product from a Manufacturer Center account. Args: parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required) name: string, Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A generic empty message that you can re-use to avoid defining duplicated # empty messages in your APIs. A typical example is to use it as the request # or the response type of an API method. For instance: # # service Foo { # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); # } # # The JSON representation for `Empty` is empty JSON object `{}`. }
get(parent, name, include=None, x__xgafv=None)
Gets the product from a Manufacturer Center account, including product issues. A recently updated product takes around 15 minutes to process. Changes are only visible after it has been processed. While some issues may be available once the product has been processed, other issues may take days to appear. Args: parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required) name: string, Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. (required) include: string, The information to be included in the response. Only sections listed here will be returned. (repeated) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Product data. "parent": "A String", # Parent ID in the format `accounts/{account_id}`. # # `account_id` - The ID of the Manufacturer Center account. "targetCountry": "A String", # The target country of the product as a CLDR territory code (for example, # US). "destinationStatuses": [ # The status of the destinations. { # The destination status. "status": "A String", # The status of the destination. "destination": "A String", # The name of the destination. }, ], "contentLanguage": "A String", # The content language of the product as a two-letter ISO 639-1 language code # (for example, en). "attributes": { # Attributes of the product. For more information, see # Attributes of the product uploaded to the Manufacturer Center. Manually # edited attributes are taken into account. # https://support.google.com/manufacturers/answer/6124116. "productLine": "A String", # The name of the group of products related to the product. For more # information, see # https://support.google.com/manufacturers/answer/6124116#productline. "suggestedRetailPrice": { # A price. # The suggested retail price (MSRP) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#price. "currency": "A String", # The currency in which the price is denoted. "amount": "A String", # The numeric value of the price. }, "color": "A String", # The color of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#color. "releaseDate": "A String", # The release date of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#release. "itemGroupId": "A String", # The item group id of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#itemgroupid. "gtin": [ # The Global Trade Item Number (GTIN) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#gtin. "A String", ], "excludedDestination": [ # A list of excluded destinations. "A String", ], "flavor": "A String", # The flavor of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#flavor. "targetClientId": "A String", # The target client id. Should only be used in the accounts of the data # partners. "scent": "A String", # The scent of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#scent. "size": "A String", # The size of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#size. "capacity": { # The capacity of a product. For more information, see # The capacity of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#capacity. # https://support.google.com/manufacturers/answer/6124116#capacity. "unit": "A String", # The unit of the capacity, i.e., MB, GB, or TB. "value": "A String", # The numeric value of the capacity. }, "title": "A String", # The title of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#title. "pattern": "A String", # The pattern of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#pattern. "disclosureDate": "A String", # The disclosure date of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#disclosure. "theme": "A String", # The theme of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#theme. "productDetail": [ # The details of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productdetail. { # A product detail of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productdetail. "attributeName": "A String", # The name of the attribute. "attributeValue": "A String", # The value of the attribute. "sectionName": "A String", # A short section name that can be reused between multiple product details. }, ], "includedDestination": [ # A list of included destinations. "A String", ], "description": "A String", # The description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#description. "format": "A String", # The format of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#format. "mpn": "A String", # The Manufacturer Part Number (MPN) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#mpn. "brand": "A String", # The brand name of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#brand. "material": "A String", # The material of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#material. "productName": "A String", # The canonical name of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productname. "featureDescription": [ # The rich format description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#featuredesc. { # A feature description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#featuredesc. "headline": "A String", # A short description of the feature. "text": "A String", # A detailed description of the feature. "image": { # An image. # An optional image describing the feature. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, }, ], "sizeSystem": "A String", # The size system of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#sizesystem. "sizeType": "A String", # The size type of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#sizetype. "additionalImageLink": [ # The additional images of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#addlimage. { # An image. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, ], "count": { # The number of products in a single package. For more information, see # The count of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#count. # https://support.google.com/manufacturers/answer/6124116#count. "unit": "A String", # The unit in which these products are counted. "value": "A String", # The numeric value of the number of products in a package. }, "gender": "A String", # The target gender of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#gender. "productPageUrl": "A String", # The URL of the detail page of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productpage. "imageLink": { # An image. # The image of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#image. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, "productType": [ # The type or category of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#producttype. "A String", ], "videoLink": [ # The videos of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#video. "A String", ], "ageGroup": "A String", # The target age group of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#agegroup. }, "productId": "A String", # The ID of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#id. "issues": [ # A server-generated list of issues associated with the product. { # Product issue. "severity": "A String", # The severity of the issue. "title": "A String", # Short title describing the nature of the issue. "attribute": "A String", # If present, the attribute that triggered the issue. For more information # about attributes, see # https://support.google.com/manufacturers/answer/6124116. "destination": "A String", # The destination this issue applies to. "resolution": "A String", # What needs to happen to resolve the issue. "timestamp": "A String", # The timestamp when this issue appeared. "type": "A String", # The server-generated type of the issue, for example, # “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc. "description": "A String", # Longer description of the issue focused on how to resolve it. }, ], "name": "A String", # Name in the format `{target_country}:{content_language}:{product_id}`. # # `target_country` - The target country of the product as a CLDR territory # code (for example, US). # # `content_language` - The content language of the product as a two-letter # ISO 639-1 language code (for example, en). # # `product_id` - The ID of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#id. }
list(parent, pageToken=None, x__xgafv=None, include=None, pageSize=None)
Lists all the products in a Manufacturer Center account. Args: parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required) pageToken: string, The token returned by the previous request. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format include: string, The information to be included in the response. Only sections listed here will be returned. (repeated) pageSize: integer, Maximum number of product statuses to return in the response, used for paging. Returns: An object of the form: { "nextPageToken": "A String", # The token for the retrieval of the next page of product statuses. "products": [ # List of the products. { # Product data. "parent": "A String", # Parent ID in the format `accounts/{account_id}`. # # `account_id` - The ID of the Manufacturer Center account. "targetCountry": "A String", # The target country of the product as a CLDR territory code (for example, # US). "destinationStatuses": [ # The status of the destinations. { # The destination status. "status": "A String", # The status of the destination. "destination": "A String", # The name of the destination. }, ], "contentLanguage": "A String", # The content language of the product as a two-letter ISO 639-1 language code # (for example, en). "attributes": { # Attributes of the product. For more information, see # Attributes of the product uploaded to the Manufacturer Center. Manually # edited attributes are taken into account. # https://support.google.com/manufacturers/answer/6124116. "productLine": "A String", # The name of the group of products related to the product. For more # information, see # https://support.google.com/manufacturers/answer/6124116#productline. "suggestedRetailPrice": { # A price. # The suggested retail price (MSRP) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#price. "currency": "A String", # The currency in which the price is denoted. "amount": "A String", # The numeric value of the price. }, "color": "A String", # The color of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#color. "releaseDate": "A String", # The release date of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#release. "itemGroupId": "A String", # The item group id of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#itemgroupid. "gtin": [ # The Global Trade Item Number (GTIN) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#gtin. "A String", ], "excludedDestination": [ # A list of excluded destinations. "A String", ], "flavor": "A String", # The flavor of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#flavor. "targetClientId": "A String", # The target client id. Should only be used in the accounts of the data # partners. "scent": "A String", # The scent of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#scent. "size": "A String", # The size of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#size. "capacity": { # The capacity of a product. For more information, see # The capacity of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#capacity. # https://support.google.com/manufacturers/answer/6124116#capacity. "unit": "A String", # The unit of the capacity, i.e., MB, GB, or TB. "value": "A String", # The numeric value of the capacity. }, "title": "A String", # The title of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#title. "pattern": "A String", # The pattern of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#pattern. "disclosureDate": "A String", # The disclosure date of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#disclosure. "theme": "A String", # The theme of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#theme. "productDetail": [ # The details of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productdetail. { # A product detail of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productdetail. "attributeName": "A String", # The name of the attribute. "attributeValue": "A String", # The value of the attribute. "sectionName": "A String", # A short section name that can be reused between multiple product details. }, ], "includedDestination": [ # A list of included destinations. "A String", ], "description": "A String", # The description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#description. "format": "A String", # The format of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#format. "mpn": "A String", # The Manufacturer Part Number (MPN) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#mpn. "brand": "A String", # The brand name of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#brand. "material": "A String", # The material of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#material. "productName": "A String", # The canonical name of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productname. "featureDescription": [ # The rich format description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#featuredesc. { # A feature description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#featuredesc. "headline": "A String", # A short description of the feature. "text": "A String", # A detailed description of the feature. "image": { # An image. # An optional image describing the feature. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, }, ], "sizeSystem": "A String", # The size system of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#sizesystem. "sizeType": "A String", # The size type of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#sizetype. "additionalImageLink": [ # The additional images of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#addlimage. { # An image. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, ], "count": { # The number of products in a single package. For more information, see # The count of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#count. # https://support.google.com/manufacturers/answer/6124116#count. "unit": "A String", # The unit in which these products are counted. "value": "A String", # The numeric value of the number of products in a package. }, "gender": "A String", # The target gender of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#gender. "productPageUrl": "A String", # The URL of the detail page of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productpage. "imageLink": { # An image. # The image of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#image. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, "productType": [ # The type or category of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#producttype. "A String", ], "videoLink": [ # The videos of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#video. "A String", ], "ageGroup": "A String", # The target age group of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#agegroup. }, "productId": "A String", # The ID of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#id. "issues": [ # A server-generated list of issues associated with the product. { # Product issue. "severity": "A String", # The severity of the issue. "title": "A String", # Short title describing the nature of the issue. "attribute": "A String", # If present, the attribute that triggered the issue. For more information # about attributes, see # https://support.google.com/manufacturers/answer/6124116. "destination": "A String", # The destination this issue applies to. "resolution": "A String", # What needs to happen to resolve the issue. "timestamp": "A String", # The timestamp when this issue appeared. "type": "A String", # The server-generated type of the issue, for example, # “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc. "description": "A String", # Longer description of the issue focused on how to resolve it. }, ], "name": "A String", # Name in the format `{target_country}:{content_language}:{product_id}`. # # `target_country` - The target country of the product as a CLDR territory # code (for example, US). # # `content_language` - The content language of the product as a two-letter # ISO 639-1 language code (for example, en). # # `product_id` - The ID of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#id. }, ], }
list_next(previous_request, previous_response)
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.
update(parent, name, body, x__xgafv=None)
Inserts or updates the attributes of the product in a Manufacturer Center account. Creates a product with the provided attributes. If the product already exists, then all attributes are replaced with the new ones. The checks at upload time are minimal. All required attributes need to be present for a product to be valid. Issues may show up later after the API has accepted a new upload for a product and it is possible to overwrite an existing valid product with an invalid product. To detect this, you should retrieve the product and check it for issues once the new version is available. Uploaded attributes first need to be processed before they can be retrieved. Until then, new products will be unavailable, and retrieval of previously uploaded products will return the original state of the product. Args: parent: string, Parent ID in the format `accounts/{account_id}`. `account_id` - The ID of the Manufacturer Center account. (required) name: string, Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. (required) body: object, The request body. (required) The object takes the form of: { # Attributes of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116. "productLine": "A String", # The name of the group of products related to the product. For more # information, see # https://support.google.com/manufacturers/answer/6124116#productline. "suggestedRetailPrice": { # A price. # The suggested retail price (MSRP) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#price. "currency": "A String", # The currency in which the price is denoted. "amount": "A String", # The numeric value of the price. }, "color": "A String", # The color of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#color. "releaseDate": "A String", # The release date of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#release. "itemGroupId": "A String", # The item group id of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#itemgroupid. "gtin": [ # The Global Trade Item Number (GTIN) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#gtin. "A String", ], "excludedDestination": [ # A list of excluded destinations. "A String", ], "flavor": "A String", # The flavor of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#flavor. "targetClientId": "A String", # The target client id. Should only be used in the accounts of the data # partners. "scent": "A String", # The scent of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#scent. "size": "A String", # The size of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#size. "capacity": { # The capacity of a product. For more information, see # The capacity of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#capacity. # https://support.google.com/manufacturers/answer/6124116#capacity. "unit": "A String", # The unit of the capacity, i.e., MB, GB, or TB. "value": "A String", # The numeric value of the capacity. }, "title": "A String", # The title of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#title. "pattern": "A String", # The pattern of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#pattern. "disclosureDate": "A String", # The disclosure date of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#disclosure. "theme": "A String", # The theme of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#theme. "productDetail": [ # The details of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productdetail. { # A product detail of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productdetail. "attributeName": "A String", # The name of the attribute. "attributeValue": "A String", # The value of the attribute. "sectionName": "A String", # A short section name that can be reused between multiple product details. }, ], "includedDestination": [ # A list of included destinations. "A String", ], "description": "A String", # The description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#description. "format": "A String", # The format of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#format. "mpn": "A String", # The Manufacturer Part Number (MPN) of the product. For more information, # see https://support.google.com/manufacturers/answer/6124116#mpn. "brand": "A String", # The brand name of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#brand. "material": "A String", # The material of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#material. "productName": "A String", # The canonical name of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productname. "featureDescription": [ # The rich format description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#featuredesc. { # A feature description of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#featuredesc. "headline": "A String", # A short description of the feature. "text": "A String", # A detailed description of the feature. "image": { # An image. # An optional image describing the feature. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, }, ], "sizeSystem": "A String", # The size system of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#sizesystem. "sizeType": "A String", # The size type of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#sizetype. "additionalImageLink": [ # The additional images of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#addlimage. { # An image. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, ], "count": { # The number of products in a single package. For more information, see # The count of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#count. # https://support.google.com/manufacturers/answer/6124116#count. "unit": "A String", # The unit in which these products are counted. "value": "A String", # The numeric value of the number of products in a package. }, "gender": "A String", # The target gender of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#gender. "productPageUrl": "A String", # The URL of the detail page of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#productpage. "imageLink": { # An image. # The image of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#image. "status": "A String", # The status of the image. # @OutputOnly "imageUrl": "A String", # The URL of the image. For crawled images, this is the provided URL. For # uploaded images, this is a serving URL from Google if the image has been # processed successfully. "type": "A String", # The type of the image, i.e., crawled or uploaded. # @OutputOnly }, "productType": [ # The type or category of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#producttype. "A String", ], "videoLink": [ # The videos of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#video. "A String", ], "ageGroup": "A String", # The target age group of the product. For more information, see # https://support.google.com/manufacturers/answer/6124116#agegroup. } x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # A generic empty message that you can re-use to avoid defining duplicated # empty messages in your APIs. A typical example is to use it as the request # or the response type of an API method. For instance: # # service Foo { # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); # } # # The JSON representation for `Empty` is empty JSON object `{}`. }