Class Product.Builder (2.43.0)

public static final class Product.Builder extends GeneratedMessageV3.Builder<Product.Builder> implements ProductOrBuilder

Product captures all metadata information of items to be recommended or searched.

Protobuf type google.cloud.retail.v2alpha.Product

Implements

ProductOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllBrands(Iterable<String> values)

public Product.Builder addAllBrands(Iterable<String> values)

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Parameter
NameDescription
valuesIterable<String>

The brands to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllCategories(Iterable<String> values)

public Product.Builder addAllCategories(Iterable<String> values)

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Parameter
NameDescription
valuesIterable<String>

The categories to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllCollectionMemberIds(Iterable<String> values)

public Product.Builder addAllCollectionMemberIds(Iterable<String> values)

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Parameter
NameDescription
valuesIterable<String>

The collectionMemberIds to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllConditions(Iterable<String> values)

public Product.Builder addAllConditions(Iterable<String> values)

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Parameter
NameDescription
valuesIterable<String>

The conditions to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllFulfillmentInfo(Iterable<? extends FulfillmentInfo> values)

public Product.Builder addAllFulfillmentInfo(Iterable<? extends FulfillmentInfo> values)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.retail.v2alpha.FulfillmentInfo>
Returns
TypeDescription
Product.Builder

addAllImages(Iterable<? extends Image> values)

public Product.Builder addAllImages(Iterable<? extends Image> values)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.retail.v2alpha.Image>
Returns
TypeDescription
Product.Builder

addAllLocalInventories(Iterable<? extends LocalInventory> values)

public Product.Builder addAllLocalInventories(Iterable<? extends LocalInventory> values)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.retail.v2alpha.LocalInventory>
Returns
TypeDescription
Product.Builder

addAllMaterials(Iterable<String> values)

public Product.Builder addAllMaterials(Iterable<String> values)

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Parameter
NameDescription
valuesIterable<String>

The materials to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllPatterns(Iterable<String> values)

public Product.Builder addAllPatterns(Iterable<String> values)

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Parameter
NameDescription
valuesIterable<String>

The patterns to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllPromotions(Iterable<? extends Promotion> values)

public Product.Builder addAllPromotions(Iterable<? extends Promotion> values)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.retail.v2alpha.Promotion>
Returns
TypeDescription
Product.Builder

addAllSizes(Iterable<String> values)

public Product.Builder addAllSizes(Iterable<String> values)

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Parameter
NameDescription
valuesIterable<String>

The sizes to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllTags(Iterable<String> values)

public Product.Builder addAllTags(Iterable<String> values)

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Parameter
NameDescription
valuesIterable<String>

The tags to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addAllVariants(Iterable<? extends Product> values)

public Product.Builder addAllVariants(Iterable<? extends Product> values)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.retail.v2alpha.Product>
Returns
TypeDescription
Product.Builder

addBrands(String value)

public Product.Builder addBrands(String value)

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Parameter
NameDescription
valueString

The brands to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addBrandsBytes(ByteString value)

public Product.Builder addBrandsBytes(ByteString value)

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Parameter
NameDescription
valueByteString

The bytes of the brands to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addCategories(String value)

public Product.Builder addCategories(String value)

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Parameter
NameDescription
valueString

The categories to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addCategoriesBytes(ByteString value)

public Product.Builder addCategoriesBytes(ByteString value)

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Parameter
NameDescription
valueByteString

The bytes of the categories to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addCollectionMemberIds(String value)

public Product.Builder addCollectionMemberIds(String value)

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Parameter
NameDescription
valueString

The collectionMemberIds to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addCollectionMemberIdsBytes(ByteString value)

public Product.Builder addCollectionMemberIdsBytes(ByteString value)

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Parameter
NameDescription
valueByteString

The bytes of the collectionMemberIds to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addConditions(String value)

public Product.Builder addConditions(String value)

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Parameter
NameDescription
valueString

The conditions to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addConditionsBytes(ByteString value)

public Product.Builder addConditionsBytes(ByteString value)

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Parameter
NameDescription
valueByteString

The bytes of the conditions to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addFulfillmentInfo(FulfillmentInfo value)

public Product.Builder addFulfillmentInfo(FulfillmentInfo value)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
valueFulfillmentInfo
Returns
TypeDescription
Product.Builder

addFulfillmentInfo(FulfillmentInfo.Builder builderForValue)

public Product.Builder addFulfillmentInfo(FulfillmentInfo.Builder builderForValue)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
builderForValueFulfillmentInfo.Builder
Returns
TypeDescription
Product.Builder

addFulfillmentInfo(int index, FulfillmentInfo value)

public Product.Builder addFulfillmentInfo(int index, FulfillmentInfo value)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameters
NameDescription
indexint
valueFulfillmentInfo
Returns
TypeDescription
Product.Builder

addFulfillmentInfo(int index, FulfillmentInfo.Builder builderForValue)

public Product.Builder addFulfillmentInfo(int index, FulfillmentInfo.Builder builderForValue)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameters
NameDescription
indexint
builderForValueFulfillmentInfo.Builder
Returns
TypeDescription
Product.Builder

addFulfillmentInfoBuilder()

public FulfillmentInfo.Builder addFulfillmentInfoBuilder()

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Returns
TypeDescription
FulfillmentInfo.Builder

addFulfillmentInfoBuilder(int index)

public FulfillmentInfo.Builder addFulfillmentInfoBuilder(int index)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
indexint
Returns
TypeDescription
FulfillmentInfo.Builder

addImages(Image value)

public Product.Builder addImages(Image value)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
valueImage
Returns
TypeDescription
Product.Builder

addImages(Image.Builder builderForValue)

public Product.Builder addImages(Image.Builder builderForValue)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
builderForValueImage.Builder
Returns
TypeDescription
Product.Builder

addImages(int index, Image value)

public Product.Builder addImages(int index, Image value)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameters
NameDescription
indexint
valueImage
Returns
TypeDescription
Product.Builder

addImages(int index, Image.Builder builderForValue)

public Product.Builder addImages(int index, Image.Builder builderForValue)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameters
NameDescription
indexint
builderForValueImage.Builder
Returns
TypeDescription
Product.Builder

addImagesBuilder()

public Image.Builder addImagesBuilder()

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Returns
TypeDescription
Image.Builder

addImagesBuilder(int index)

public Image.Builder addImagesBuilder(int index)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
Image.Builder

addLocalInventories(LocalInventory value)

public Product.Builder addLocalInventories(LocalInventory value)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueLocalInventory
Returns
TypeDescription
Product.Builder

addLocalInventories(LocalInventory.Builder builderForValue)

public Product.Builder addLocalInventories(LocalInventory.Builder builderForValue)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueLocalInventory.Builder
Returns
TypeDescription
Product.Builder

addLocalInventories(int index, LocalInventory value)

public Product.Builder addLocalInventories(int index, LocalInventory value)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueLocalInventory
Returns
TypeDescription
Product.Builder

addLocalInventories(int index, LocalInventory.Builder builderForValue)

public Product.Builder addLocalInventories(int index, LocalInventory.Builder builderForValue)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueLocalInventory.Builder
Returns
TypeDescription
Product.Builder

addLocalInventoriesBuilder()

public LocalInventory.Builder addLocalInventoriesBuilder()

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
LocalInventory.Builder

addLocalInventoriesBuilder(int index)

public LocalInventory.Builder addLocalInventoriesBuilder(int index)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
LocalInventory.Builder

addMaterials(String value)

public Product.Builder addMaterials(String value)

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Parameter
NameDescription
valueString

The materials to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addMaterialsBytes(ByteString value)

public Product.Builder addMaterialsBytes(ByteString value)

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Parameter
NameDescription
valueByteString

The bytes of the materials to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addPatterns(String value)

public Product.Builder addPatterns(String value)

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Parameter
NameDescription
valueString

The patterns to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addPatternsBytes(ByteString value)

public Product.Builder addPatternsBytes(ByteString value)

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Parameter
NameDescription
valueByteString

The bytes of the patterns to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addPromotions(Promotion value)

public Product.Builder addPromotions(Promotion value)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
valuePromotion
Returns
TypeDescription
Product.Builder

addPromotions(Promotion.Builder builderForValue)

public Product.Builder addPromotions(Promotion.Builder builderForValue)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
builderForValuePromotion.Builder
Returns
TypeDescription
Product.Builder

addPromotions(int index, Promotion value)

public Product.Builder addPromotions(int index, Promotion value)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameters
NameDescription
indexint
valuePromotion
Returns
TypeDescription
Product.Builder

addPromotions(int index, Promotion.Builder builderForValue)

public Product.Builder addPromotions(int index, Promotion.Builder builderForValue)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameters
NameDescription
indexint
builderForValuePromotion.Builder
Returns
TypeDescription
Product.Builder

addPromotionsBuilder()

public Promotion.Builder addPromotionsBuilder()

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Returns
TypeDescription
Promotion.Builder

addPromotionsBuilder(int index)

public Promotion.Builder addPromotionsBuilder(int index)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
indexint
Returns
TypeDescription
Promotion.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Product.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Product.Builder
Overrides

addSizes(String value)

public Product.Builder addSizes(String value)

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Parameter
NameDescription
valueString

The sizes to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addSizesBytes(ByteString value)

public Product.Builder addSizesBytes(ByteString value)

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Parameter
NameDescription
valueByteString

The bytes of the sizes to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addTags(String value)

public Product.Builder addTags(String value)

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Parameter
NameDescription
valueString

The tags to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addTagsBytes(ByteString value)

public Product.Builder addTagsBytes(ByteString value)

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Parameter
NameDescription
valueByteString

The bytes of the tags to add.

Returns
TypeDescription
Product.Builder

This builder for chaining.

addVariants(Product value)

public Product.Builder addVariants(Product value)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueProduct
Returns
TypeDescription
Product.Builder

addVariants(Product.Builder builderForValue)

public Product.Builder addVariants(Product.Builder builderForValue)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueProduct.Builder
Returns
TypeDescription
Product.Builder

addVariants(int index, Product value)

public Product.Builder addVariants(int index, Product value)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueProduct
Returns
TypeDescription
Product.Builder

addVariants(int index, Product.Builder builderForValue)

public Product.Builder addVariants(int index, Product.Builder builderForValue)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueProduct.Builder
Returns
TypeDescription
Product.Builder

addVariantsBuilder()

public Product.Builder addVariantsBuilder()

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Product.Builder

addVariantsBuilder(int index)

public Product.Builder addVariantsBuilder(int index)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Product.Builder

build()

public Product build()
Returns
TypeDescription
Product

buildPartial()

public Product buildPartial()
Returns
TypeDescription
Product

clear()

public Product.Builder clear()
Returns
TypeDescription
Product.Builder
Overrides

clearAttributes()

public Product.Builder clearAttributes()
Returns
TypeDescription
Product.Builder

clearAudience()

public Product.Builder clearAudience()

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Returns
TypeDescription
Product.Builder

clearAvailability()

public Product.Builder clearAvailability()

The online availability of the Product. Default to Availability.IN_STOCK.

Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability.

.google.cloud.retail.v2alpha.Product.Availability availability = 19;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearAvailableQuantity()

public Product.Builder clearAvailableQuantity()

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Returns
TypeDescription
Product.Builder

clearAvailableTime()

public Product.Builder clearAvailableTime()

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Returns
TypeDescription
Product.Builder

clearBrands()

public Product.Builder clearBrands()

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearCategories()

public Product.Builder clearCategories()

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearCollectionMemberIds()

public Product.Builder clearCollectionMemberIds()

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearColorInfo()

public Product.Builder clearColorInfo()

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Returns
TypeDescription
Product.Builder

clearConditions()

public Product.Builder clearConditions()

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearDescription()

public Product.Builder clearDescription()

Product description.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property description. Schema.org property Product.description.

string description = 10;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearExpiration()

public Product.Builder clearExpiration()
Returns
TypeDescription
Product.Builder

clearExpireTime()

public Product.Builder clearExpireTime()

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Returns
TypeDescription
Product.Builder

clearField(Descriptors.FieldDescriptor field)

public Product.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Product.Builder
Overrides

clearFulfillmentInfo()

public Product.Builder clearFulfillmentInfo()

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Returns
TypeDescription
Product.Builder

clearGtin()

public Product.Builder clearGtin()

The Global Trade Item Number (GTIN) of the product.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This field must be a Unigram. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property gtin. Schema.org property Product.isbn, Product.gtin8, Product.gtin12, Product.gtin13, or Product.gtin14.

If the value is not a valid GTIN, an INVALID_ARGUMENT error is returned.

string gtin = 6;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearId()

public Product.Builder clearId()

Immutable. Product identifier, which is the final component of name. For example, this field is "id_1", if name is projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/id_1.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property id. Schema.org property Product.sku.

string id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearImages()

public Product.Builder clearImages()

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Returns
TypeDescription
Product.Builder

clearLanguageCode()

public Product.Builder clearLanguageCode()

Language of the title/description and other string attributes. Use language tags defined by BCP 47.

For product prediction, this field is ignored and the model automatically detects the text language. The Product can include text in different languages, but duplicating Products to provide text in multiple languages can result in degraded model performance.

For product search this field is in use. It defaults to "en-US" if unset.

string language_code = 11;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearLocalInventories()

public Product.Builder clearLocalInventories()

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Product.Builder

clearMaterials()

public Product.Builder clearMaterials()

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearName()

public Product.Builder clearName()

Immutable. Full resource name of the product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/product_id.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Product.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Product.Builder
Overrides

clearPatterns()

public Product.Builder clearPatterns()

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearPriceInfo()

public Product.Builder clearPriceInfo()

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Returns
TypeDescription
Product.Builder

clearPrimaryProductId()

public Product.Builder clearPrimaryProductId()

Variant group identifier. Must be an id, with the same parent branch with this product. Otherwise, an error is thrown.

For Type.PRIMARY Products, this field can only be empty or set to the same value as id.

For VARIANT Products, this field cannot be empty. A maximum of 2,000 products are allowed to share the same Type.PRIMARY Product. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property item_group_id. Schema.org property Product.inProductGroupWithID.

string primary_product_id = 4;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearPromotions()

public Product.Builder clearPromotions()

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Returns
TypeDescription
Product.Builder

clearPublishTime()

public Product.Builder clearPublishTime()

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Returns
TypeDescription
Product.Builder

clearRating()

public Product.Builder clearRating()

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Returns
TypeDescription
Product.Builder

clearRetrievableFields() (deprecated)

public Product.Builder clearRetrievableFields()

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Returns
TypeDescription
Product.Builder

clearSizes()

public Product.Builder clearSizes()

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearTags()

public Product.Builder clearTags()

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearTitle()

public Product.Builder clearTitle()

Required. Product title.

This field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property title. Schema.org property Product.name.

string title = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearTtl()

public Product.Builder clearTtl()

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
Product.Builder

clearType()

public Product.Builder clearType()

Immutable. The type of the product. Default to Catalog.product_level_config.ingestion_product_type if unset.

.google.cloud.retail.v2alpha.Product.Type type = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearUri()

public Product.Builder clearUri()

Canonical URL directly linking to the product detail page.

It is strongly recommended to provide a valid uri for the product, otherwise the service performance could be significantly degraded.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property link. Schema.org property Offer.url.

string uri = 22;

Returns
TypeDescription
Product.Builder

This builder for chaining.

clearVariants()

public Product.Builder clearVariants()

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Product.Builder

clone()

public Product.Builder clone()
Returns
TypeDescription
Product.Builder
Overrides

containsAttributes(String key)

public boolean containsAttributes(String key)

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAttributes() (deprecated)

public Map<String,CustomAttribute> getAttributes()

Use #getAttributesMap() instead.

Returns
TypeDescription
Map<String,CustomAttribute>

getAttributesCount()

public int getAttributesCount()

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Returns
TypeDescription
int

getAttributesMap()

public Map<String,CustomAttribute> getAttributesMap()

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Returns
TypeDescription
Map<String,CustomAttribute>

getAttributesOrDefault(String key, CustomAttribute defaultValue)

public CustomAttribute getAttributesOrDefault(String key, CustomAttribute defaultValue)

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Parameters
NameDescription
keyString
defaultValueCustomAttribute
Returns
TypeDescription
CustomAttribute

getAttributesOrThrow(String key)

public CustomAttribute getAttributesOrThrow(String key)

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Parameter
NameDescription
keyString
Returns
TypeDescription
CustomAttribute

getAudience()

public Audience getAudience()

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Returns
TypeDescription
Audience

The audience.

getAudienceBuilder()

public Audience.Builder getAudienceBuilder()

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Returns
TypeDescription
Audience.Builder

getAudienceOrBuilder()

public AudienceOrBuilder getAudienceOrBuilder()

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Returns
TypeDescription
AudienceOrBuilder

getAvailability()

public Product.Availability getAvailability()

The online availability of the Product. Default to Availability.IN_STOCK.

Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability.

.google.cloud.retail.v2alpha.Product.Availability availability = 19;

Returns
TypeDescription
Product.Availability

The availability.

getAvailabilityValue()

public int getAvailabilityValue()

The online availability of the Product. Default to Availability.IN_STOCK.

Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability.

.google.cloud.retail.v2alpha.Product.Availability availability = 19;

Returns
TypeDescription
int

The enum numeric value on the wire for availability.

getAvailableQuantity()

public Int32Value getAvailableQuantity()

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Returns
TypeDescription
Int32Value

The availableQuantity.

getAvailableQuantityBuilder()

public Int32Value.Builder getAvailableQuantityBuilder()

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Returns
TypeDescription
Builder

getAvailableQuantityOrBuilder()

public Int32ValueOrBuilder getAvailableQuantityOrBuilder()

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Returns
TypeDescription
Int32ValueOrBuilder

getAvailableTime()

public Timestamp getAvailableTime()

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Returns
TypeDescription
Timestamp

The availableTime.

getAvailableTimeBuilder()

public Timestamp.Builder getAvailableTimeBuilder()

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Returns
TypeDescription
Builder

getAvailableTimeOrBuilder()

public TimestampOrBuilder getAvailableTimeOrBuilder()

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Returns
TypeDescription
TimestampOrBuilder

getBrands(int index)

public String getBrands(int index)

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The brands at the given index.

getBrandsBytes(int index)

public ByteString getBrandsBytes(int index)

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the brands at the given index.

getBrandsCount()

public int getBrandsCount()

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Returns
TypeDescription
int

The count of brands.

getBrandsList()

public ProtocolStringList getBrandsList()

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Returns
TypeDescription
ProtocolStringList

A list containing the brands.

getCategories(int index)

public String getCategories(int index)

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The categories at the given index.

getCategoriesBytes(int index)

public ByteString getCategoriesBytes(int index)

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the categories at the given index.

getCategoriesCount()

public int getCategoriesCount()

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Returns
TypeDescription
int

The count of categories.

getCategoriesList()

public ProtocolStringList getCategoriesList()

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Returns
TypeDescription
ProtocolStringList

A list containing the categories.

getCollectionMemberIds(int index)

public String getCollectionMemberIds(int index)

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The collectionMemberIds at the given index.

getCollectionMemberIdsBytes(int index)

public ByteString getCollectionMemberIdsBytes(int index)

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the collectionMemberIds at the given index.

getCollectionMemberIdsCount()

public int getCollectionMemberIdsCount()

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Returns
TypeDescription
int

The count of collectionMemberIds.

getCollectionMemberIdsList()

public ProtocolStringList getCollectionMemberIdsList()

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Returns
TypeDescription
ProtocolStringList

A list containing the collectionMemberIds.

getColorInfo()

public ColorInfo getColorInfo()

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Returns
TypeDescription
ColorInfo

The colorInfo.

getColorInfoBuilder()

public ColorInfo.Builder getColorInfoBuilder()

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Returns
TypeDescription
ColorInfo.Builder

getColorInfoOrBuilder()

public ColorInfoOrBuilder getColorInfoOrBuilder()

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Returns
TypeDescription
ColorInfoOrBuilder

getConditions(int index)

public String getConditions(int index)

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The conditions at the given index.

getConditionsBytes(int index)

public ByteString getConditionsBytes(int index)

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the conditions at the given index.

getConditionsCount()

public int getConditionsCount()

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Returns
TypeDescription
int

The count of conditions.

getConditionsList()

public ProtocolStringList getConditionsList()

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Returns
TypeDescription
ProtocolStringList

A list containing the conditions.

getDefaultInstanceForType()

public Product getDefaultInstanceForType()
Returns
TypeDescription
Product

getDescription()

public String getDescription()

Product description.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property description. Schema.org property Product.description.

string description = 10;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Product description.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property description. Schema.org property Product.description.

string description = 10;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExpirationCase()

public Product.ExpirationCase getExpirationCase()
Returns
TypeDescription
Product.ExpirationCase

getExpireTime()

public Timestamp getExpireTime()

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeBuilder()

public Timestamp.Builder getExpireTimeBuilder()

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Returns
TypeDescription
Builder

getExpireTimeOrBuilder()

public TimestampOrBuilder getExpireTimeOrBuilder()

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Returns
TypeDescription
TimestampOrBuilder

getFulfillmentInfo(int index)

public FulfillmentInfo getFulfillmentInfo(int index)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
indexint
Returns
TypeDescription
FulfillmentInfo

getFulfillmentInfoBuilder(int index)

public FulfillmentInfo.Builder getFulfillmentInfoBuilder(int index)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
indexint
Returns
TypeDescription
FulfillmentInfo.Builder

getFulfillmentInfoBuilderList()

public List<FulfillmentInfo.Builder> getFulfillmentInfoBuilderList()

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Returns
TypeDescription
List<Builder>

getFulfillmentInfoCount()

public int getFulfillmentInfoCount()

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Returns
TypeDescription
int

getFulfillmentInfoList()

public List<FulfillmentInfo> getFulfillmentInfoList()

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Returns
TypeDescription
List<FulfillmentInfo>

getFulfillmentInfoOrBuilder(int index)

public FulfillmentInfoOrBuilder getFulfillmentInfoOrBuilder(int index)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
indexint
Returns
TypeDescription
FulfillmentInfoOrBuilder

getFulfillmentInfoOrBuilderList()

public List<? extends FulfillmentInfoOrBuilder> getFulfillmentInfoOrBuilderList()

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.FulfillmentInfoOrBuilder>

getGtin()

public String getGtin()

The Global Trade Item Number (GTIN) of the product.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This field must be a Unigram. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property gtin. Schema.org property Product.isbn, Product.gtin8, Product.gtin12, Product.gtin13, or Product.gtin14.

If the value is not a valid GTIN, an INVALID_ARGUMENT error is returned.

string gtin = 6;

Returns
TypeDescription
String

The gtin.

getGtinBytes()

public ByteString getGtinBytes()

The Global Trade Item Number (GTIN) of the product.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This field must be a Unigram. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property gtin. Schema.org property Product.isbn, Product.gtin8, Product.gtin12, Product.gtin13, or Product.gtin14.

If the value is not a valid GTIN, an INVALID_ARGUMENT error is returned.

string gtin = 6;

Returns
TypeDescription
ByteString

The bytes for gtin.

getId()

public String getId()

Immutable. Product identifier, which is the final component of name. For example, this field is "id_1", if name is projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/id_1.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property id. Schema.org property Product.sku.

string id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

Immutable. Product identifier, which is the final component of name. For example, this field is "id_1", if name is projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/id_1.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property id. Schema.org property Product.sku.

string id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for id.

getImages(int index)

public Image getImages(int index)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
Image

getImagesBuilder(int index)

public Image.Builder getImagesBuilder(int index)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
Image.Builder

getImagesBuilderList()

public List<Image.Builder> getImagesBuilderList()

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Returns
TypeDescription
List<Builder>

getImagesCount()

public int getImagesCount()

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Returns
TypeDescription
int

getImagesList()

public List<Image> getImagesList()

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Returns
TypeDescription
List<Image>

getImagesOrBuilder(int index)

public ImageOrBuilder getImagesOrBuilder(int index)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
ImageOrBuilder

getImagesOrBuilderList()

public List<? extends ImageOrBuilder> getImagesOrBuilderList()

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.ImageOrBuilder>

getLanguageCode()

public String getLanguageCode()

Language of the title/description and other string attributes. Use language tags defined by BCP 47.

For product prediction, this field is ignored and the model automatically detects the text language. The Product can include text in different languages, but duplicating Products to provide text in multiple languages can result in degraded model performance.

For product search this field is in use. It defaults to "en-US" if unset.

string language_code = 11;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

Language of the title/description and other string attributes. Use language tags defined by BCP 47.

For product prediction, this field is ignored and the model automatically detects the text language. The Product can include text in different languages, but duplicating Products to provide text in multiple languages can result in degraded model performance.

For product search this field is in use. It defaults to "en-US" if unset.

string language_code = 11;

Returns
TypeDescription
ByteString

The bytes for languageCode.

getLocalInventories(int index)

public LocalInventory getLocalInventories(int index)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
LocalInventory

getLocalInventoriesBuilder(int index)

public LocalInventory.Builder getLocalInventoriesBuilder(int index)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
LocalInventory.Builder

getLocalInventoriesBuilderList()

public List<LocalInventory.Builder> getLocalInventoriesBuilderList()

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Builder>

getLocalInventoriesCount()

public int getLocalInventoriesCount()

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getLocalInventoriesList()

public List<LocalInventory> getLocalInventoriesList()

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<LocalInventory>

getLocalInventoriesOrBuilder(int index)

public LocalInventoryOrBuilder getLocalInventoriesOrBuilder(int index)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
LocalInventoryOrBuilder

getLocalInventoriesOrBuilderList()

public List<? extends LocalInventoryOrBuilder> getLocalInventoriesOrBuilderList()

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.LocalInventoryOrBuilder>

getMaterials(int index)

public String getMaterials(int index)

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The materials at the given index.

getMaterialsBytes(int index)

public ByteString getMaterialsBytes(int index)

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the materials at the given index.

getMaterialsCount()

public int getMaterialsCount()

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Returns
TypeDescription
int

The count of materials.

getMaterialsList()

public ProtocolStringList getMaterialsList()

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Returns
TypeDescription
ProtocolStringList

A list containing the materials.

getMutableAttributes() (deprecated)

public Map<String,CustomAttribute> getMutableAttributes()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,CustomAttribute>

getName()

public String getName()

Immutable. Full resource name of the product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/product_id.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Immutable. Full resource name of the product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/product_id.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for name.

getPatterns(int index)

public String getPatterns(int index)

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The patterns at the given index.

getPatternsBytes(int index)

public ByteString getPatternsBytes(int index)

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the patterns at the given index.

getPatternsCount()

public int getPatternsCount()

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Returns
TypeDescription
int

The count of patterns.

getPatternsList()

public ProtocolStringList getPatternsList()

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Returns
TypeDescription
ProtocolStringList

A list containing the patterns.

getPriceInfo()

public PriceInfo getPriceInfo()

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Returns
TypeDescription
PriceInfo

The priceInfo.

getPriceInfoBuilder()

public PriceInfo.Builder getPriceInfoBuilder()

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Returns
TypeDescription
PriceInfo.Builder

getPriceInfoOrBuilder()

public PriceInfoOrBuilder getPriceInfoOrBuilder()

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Returns
TypeDescription
PriceInfoOrBuilder

getPrimaryProductId()

public String getPrimaryProductId()

Variant group identifier. Must be an id, with the same parent branch with this product. Otherwise, an error is thrown.

For Type.PRIMARY Products, this field can only be empty or set to the same value as id.

For VARIANT Products, this field cannot be empty. A maximum of 2,000 products are allowed to share the same Type.PRIMARY Product. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property item_group_id. Schema.org property Product.inProductGroupWithID.

string primary_product_id = 4;

Returns
TypeDescription
String

The primaryProductId.

getPrimaryProductIdBytes()

public ByteString getPrimaryProductIdBytes()

Variant group identifier. Must be an id, with the same parent branch with this product. Otherwise, an error is thrown.

For Type.PRIMARY Products, this field can only be empty or set to the same value as id.

For VARIANT Products, this field cannot be empty. A maximum of 2,000 products are allowed to share the same Type.PRIMARY Product. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property item_group_id. Schema.org property Product.inProductGroupWithID.

string primary_product_id = 4;

Returns
TypeDescription
ByteString

The bytes for primaryProductId.

getPromotions(int index)

public Promotion getPromotions(int index)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
indexint
Returns
TypeDescription
Promotion

getPromotionsBuilder(int index)

public Promotion.Builder getPromotionsBuilder(int index)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
indexint
Returns
TypeDescription
Promotion.Builder

getPromotionsBuilderList()

public List<Promotion.Builder> getPromotionsBuilderList()

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Returns
TypeDescription
List<Builder>

getPromotionsCount()

public int getPromotionsCount()

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Returns
TypeDescription
int

getPromotionsList()

public List<Promotion> getPromotionsList()

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Returns
TypeDescription
List<Promotion>

getPromotionsOrBuilder(int index)

public PromotionOrBuilder getPromotionsOrBuilder(int index)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
indexint
Returns
TypeDescription
PromotionOrBuilder

getPromotionsOrBuilderList()

public List<? extends PromotionOrBuilder> getPromotionsOrBuilderList()

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.PromotionOrBuilder>

getPublishTime()

public Timestamp getPublishTime()

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Returns
TypeDescription
Timestamp

The publishTime.

getPublishTimeBuilder()

public Timestamp.Builder getPublishTimeBuilder()

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Returns
TypeDescription
Builder

getPublishTimeOrBuilder()

public TimestampOrBuilder getPublishTimeOrBuilder()

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Returns
TypeDescription
TimestampOrBuilder

getRating()

public Rating getRating()

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Returns
TypeDescription
Rating

The rating.

getRatingBuilder()

public Rating.Builder getRatingBuilder()

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Returns
TypeDescription
Rating.Builder

getRatingOrBuilder()

public RatingOrBuilder getRatingOrBuilder()

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Returns
TypeDescription
RatingOrBuilder

getRetrievableFields() (deprecated)

public FieldMask getRetrievableFields()

Deprecated. google.cloud.retail.v2alpha.Product.retrievable_fields is deprecated. See google/cloud/retail/v2alpha/product.proto;l=574

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Returns
TypeDescription
FieldMask

The retrievableFields.

getRetrievableFieldsBuilder() (deprecated)

public FieldMask.Builder getRetrievableFieldsBuilder()

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Returns
TypeDescription
Builder

getRetrievableFieldsOrBuilder() (deprecated)

public FieldMaskOrBuilder getRetrievableFieldsOrBuilder()

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Returns
TypeDescription
FieldMaskOrBuilder

getSizes(int index)

public String getSizes(int index)

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The sizes at the given index.

getSizesBytes(int index)

public ByteString getSizesBytes(int index)

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the sizes at the given index.

getSizesCount()

public int getSizesCount()

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Returns
TypeDescription
int

The count of sizes.

getSizesList()

public ProtocolStringList getSizesList()

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Returns
TypeDescription
ProtocolStringList

A list containing the sizes.

getTags(int index)

public String getTags(int index)

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The tags at the given index.

getTagsBytes(int index)

public ByteString getTagsBytes(int index)

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the tags at the given index.

getTagsCount()

public int getTagsCount()

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Returns
TypeDescription
int

The count of tags.

getTagsList()

public ProtocolStringList getTagsList()

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Returns
TypeDescription
ProtocolStringList

A list containing the tags.

getTitle()

public String getTitle()

Required. Product title.

This field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property title. Schema.org property Product.name.

string title = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

Required. Product title.

This field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property title. Schema.org property Product.name.

string title = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for title.

getTtl()

public Duration getTtl()

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
Duration

The ttl.

getTtlBuilder()

public Duration.Builder getTtlBuilder()

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
Builder

getTtlOrBuilder()

public DurationOrBuilder getTtlOrBuilder()

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
DurationOrBuilder

getType()

public Product.Type getType()

Immutable. The type of the product. Default to Catalog.product_level_config.ingestion_product_type if unset.

.google.cloud.retail.v2alpha.Product.Type type = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Product.Type

The type.

getTypeValue()

public int getTypeValue()

Immutable. The type of the product. Default to Catalog.product_level_config.ingestion_product_type if unset.

.google.cloud.retail.v2alpha.Product.Type type = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getUri()

public String getUri()

Canonical URL directly linking to the product detail page.

It is strongly recommended to provide a valid uri for the product, otherwise the service performance could be significantly degraded.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property link. Schema.org property Offer.url.

string uri = 22;

Returns
TypeDescription
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Canonical URL directly linking to the product detail page.

It is strongly recommended to provide a valid uri for the product, otherwise the service performance could be significantly degraded.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property link. Schema.org property Offer.url.

string uri = 22;

Returns
TypeDescription
ByteString

The bytes for uri.

getVariants(int index)

public Product getVariants(int index)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Product

getVariantsBuilder(int index)

public Product.Builder getVariantsBuilder(int index)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Product.Builder

getVariantsBuilderList()

public List<Product.Builder> getVariantsBuilderList()

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Builder>

getVariantsCount()

public int getVariantsCount()

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getVariantsList()

public List<Product> getVariantsList()

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Product>

getVariantsOrBuilder(int index)

public ProductOrBuilder getVariantsOrBuilder(int index)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
ProductOrBuilder

getVariantsOrBuilderList()

public List<? extends ProductOrBuilder> getVariantsOrBuilderList()

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.retail.v2alpha.ProductOrBuilder>

hasAudience()

public boolean hasAudience()

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Returns
TypeDescription
boolean

Whether the audience field is set.

hasAvailableQuantity()

public boolean hasAvailableQuantity()

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Returns
TypeDescription
boolean

Whether the availableQuantity field is set.

hasAvailableTime()

public boolean hasAvailableTime()

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Returns
TypeDescription
boolean

Whether the availableTime field is set.

hasColorInfo()

public boolean hasColorInfo()

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Returns
TypeDescription
boolean

Whether the colorInfo field is set.

hasExpireTime()

public boolean hasExpireTime()

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Returns
TypeDescription
boolean

Whether the expireTime field is set.

hasPriceInfo()

public boolean hasPriceInfo()

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Returns
TypeDescription
boolean

Whether the priceInfo field is set.

hasPublishTime()

public boolean hasPublishTime()

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Returns
TypeDescription
boolean

Whether the publishTime field is set.

hasRating()

public boolean hasRating()

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Returns
TypeDescription
boolean

Whether the rating field is set.

hasRetrievableFields() (deprecated)

public boolean hasRetrievableFields()

Deprecated. google.cloud.retail.v2alpha.Product.retrievable_fields is deprecated. See google/cloud/retail/v2alpha/product.proto;l=574

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Returns
TypeDescription
boolean

Whether the retrievableFields field is set.

hasTtl()

public boolean hasTtl()

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
boolean

Whether the ttl field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAudience(Audience value)

public Product.Builder mergeAudience(Audience value)

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Parameter
NameDescription
valueAudience
Returns
TypeDescription
Product.Builder

mergeAvailableQuantity(Int32Value value)

public Product.Builder mergeAvailableQuantity(Int32Value value)

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Parameter
NameDescription
valueInt32Value
Returns
TypeDescription
Product.Builder

mergeAvailableTime(Timestamp value)

public Product.Builder mergeAvailableTime(Timestamp value)

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Product.Builder

mergeColorInfo(ColorInfo value)

public Product.Builder mergeColorInfo(ColorInfo value)

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Parameter
NameDescription
valueColorInfo
Returns
TypeDescription
Product.Builder

mergeExpireTime(Timestamp value)

public Product.Builder mergeExpireTime(Timestamp value)

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Product.Builder

mergeFrom(Product other)

public Product.Builder mergeFrom(Product other)
Parameter
NameDescription
otherProduct
Returns
TypeDescription
Product.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Product.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Product.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Product.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Product.Builder
Overrides

mergePriceInfo(PriceInfo value)

public Product.Builder mergePriceInfo(PriceInfo value)

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Parameter
NameDescription
valuePriceInfo
Returns
TypeDescription
Product.Builder

mergePublishTime(Timestamp value)

public Product.Builder mergePublishTime(Timestamp value)

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Product.Builder

mergeRating(Rating value)

public Product.Builder mergeRating(Rating value)

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Parameter
NameDescription
valueRating
Returns
TypeDescription
Product.Builder

mergeRetrievableFields(FieldMask value) (deprecated)

public Product.Builder mergeRetrievableFields(FieldMask value)

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
Product.Builder

mergeTtl(Duration value)

public Product.Builder mergeTtl(Duration value)

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Product.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Product.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Product.Builder
Overrides

putAllAttributes(Map<String,CustomAttribute> values)

public Product.Builder putAllAttributes(Map<String,CustomAttribute> values)

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Parameter
NameDescription
valuesMap<String,CustomAttribute>
Returns
TypeDescription
Product.Builder

putAttributes(String key, CustomAttribute value)

public Product.Builder putAttributes(String key, CustomAttribute value)

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Parameters
NameDescription
keyString
valueCustomAttribute
Returns
TypeDescription
Product.Builder

putAttributesBuilderIfAbsent(String key)

public CustomAttribute.Builder putAttributesBuilderIfAbsent(String key)

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Parameter
NameDescription
keyString
Returns
TypeDescription
CustomAttribute.Builder

removeAttributes(String key)

public Product.Builder removeAttributes(String key)

Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.

Features that can take on one of a limited number of possible values. Two types of features can be set are:

Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.

For example: { "vendor": {"text": ["vendor123", "vendor456"]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }.

This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:

  • Max entries count: 200.
  • The key must be a UTF-8 encoded string with a length limit of 128 characters.
  • For indexable attribute, the key must match the pattern: a-zA-Z0-9*. For example, key0LikeThis or KEY_1_LIKE_THIS.
  • For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
  • For number attributes, at most 400 values are allowed.

map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 12;

Parameter
NameDescription
keyString
Returns
TypeDescription
Product.Builder

removeFulfillmentInfo(int index)

public Product.Builder removeFulfillmentInfo(int index)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameter
NameDescription
indexint
Returns
TypeDescription
Product.Builder

removeImages(int index)

public Product.Builder removeImages(int index)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
Product.Builder

removeLocalInventories(int index)

public Product.Builder removeLocalInventories(int index)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Product.Builder

removePromotions(int index)

public Product.Builder removePromotions(int index)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameter
NameDescription
indexint
Returns
TypeDescription
Product.Builder

removeVariants(int index)

public Product.Builder removeVariants(int index)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Product.Builder

setAudience(Audience value)

public Product.Builder setAudience(Audience value)

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Parameter
NameDescription
valueAudience
Returns
TypeDescription
Product.Builder

setAudience(Audience.Builder builderForValue)

public Product.Builder setAudience(Audience.Builder builderForValue)

The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.

.google.cloud.retail.v2alpha.Audience audience = 24;

Parameter
NameDescription
builderForValueAudience.Builder
Returns
TypeDescription
Product.Builder

setAvailability(Product.Availability value)

public Product.Builder setAvailability(Product.Availability value)

The online availability of the Product. Default to Availability.IN_STOCK.

Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability.

.google.cloud.retail.v2alpha.Product.Availability availability = 19;

Parameter
NameDescription
valueProduct.Availability

The availability to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setAvailabilityValue(int value)

public Product.Builder setAvailabilityValue(int value)

The online availability of the Product. Default to Availability.IN_STOCK.

Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability.

.google.cloud.retail.v2alpha.Product.Availability availability = 19;

Parameter
NameDescription
valueint

The enum numeric value on the wire for availability to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setAvailableQuantity(Int32Value value)

public Product.Builder setAvailableQuantity(Int32Value value)

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Parameter
NameDescription
valueInt32Value
Returns
TypeDescription
Product.Builder

setAvailableQuantity(Int32Value.Builder builderForValue)

public Product.Builder setAvailableQuantity(Int32Value.Builder builderForValue)

The available quantity of the item.

.google.protobuf.Int32Value available_quantity = 20;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Product.Builder

setAvailableTime(Timestamp value)

public Product.Builder setAvailableTime(Timestamp value)

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Product.Builder

setAvailableTime(Timestamp.Builder builderForValue)

public Product.Builder setAvailableTime(Timestamp.Builder builderForValue)

The timestamp when this Product becomes available for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT.

.google.protobuf.Timestamp available_time = 18;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Product.Builder

setBrands(int index, String value)

public Product.Builder setBrands(int index, String value)

The brands of the product.

A maximum of 30 brands are allowed. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.

repeated string brands = 9;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The brands to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setCategories(int index, String value)

public Product.Builder setCategories(int index, String value)

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.

To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s).

For example, if a shoes product belongs to both ["Shoes & Accessories" -> "Shoes"] and ["Sports & Fitness" -> "Athletic Clothing" -> "Shoes"], it could be represented as:

  "categories": [
    "Shoes &amp; Accessories &gt; Shoes",
    "Sports &amp; Fitness &gt; Athletic Clothing &gt; Shoes"
  ]

Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned.

At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category.

[mc_google_product_category]: https://support.google.com/merchants/answer/6324436

repeated string categories = 7;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The categories to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setCollectionMemberIds(int index, String value)

public Product.Builder setCollectionMemberIds(int index, String value)

The id of the collection members when type is Type.COLLECTION.

Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.

repeated string collection_member_ids = 5;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The collectionMemberIds to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setColorInfo(ColorInfo value)

public Product.Builder setColorInfo(ColorInfo value)

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Parameter
NameDescription
valueColorInfo
Returns
TypeDescription
Product.Builder

setColorInfo(ColorInfo.Builder builderForValue)

public Product.Builder setColorInfo(ColorInfo.Builder builderForValue)

The color of the product.

Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.

.google.cloud.retail.v2alpha.ColorInfo color_info = 25;

Parameter
NameDescription
builderForValueColorInfo.Builder
Returns
TypeDescription
Product.Builder

setConditions(int index, String value)

public Product.Builder setConditions(int index, String value)

The condition of the product. Strongly encouraged to use the standard values: "new", "refurbished", "used".

A maximum of 1 value is allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.

repeated string conditions = 29;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The conditions to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setDescription(String value)

public Product.Builder setDescription(String value)

Product description.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property description. Schema.org property Product.description.

string description = 10;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Product.Builder setDescriptionBytes(ByteString value)

Product description.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property description. Schema.org property Product.description.

string description = 10;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setExpireTime(Timestamp value)

public Product.Builder setExpireTime(Timestamp value)

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Product.Builder

setExpireTime(Timestamp.Builder builderForValue)

public Product.Builder setExpireTime(Timestamp.Builder builderForValue)

The timestamp when this product becomes unavailable for SearchService.Search. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, the Product is not available for SearchService.Search after expire_time. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

expire_time must be later than available_time and publish_time, otherwise an INVALID_ARGUMENT error is thrown.

Corresponding properties: Google Merchant Center property expiration_date.

.google.protobuf.Timestamp expire_time = 16;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Product.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Product.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Product.Builder
Overrides

setFulfillmentInfo(int index, FulfillmentInfo value)

public Product.Builder setFulfillmentInfo(int index, FulfillmentInfo value)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameters
NameDescription
indexint
valueFulfillmentInfo
Returns
TypeDescription
Product.Builder

setFulfillmentInfo(int index, FulfillmentInfo.Builder builderForValue)

public Product.Builder setFulfillmentInfo(int index, FulfillmentInfo.Builder builderForValue)

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

repeated .google.cloud.retail.v2alpha.FulfillmentInfo fulfillment_info = 21;

Parameters
NameDescription
indexint
builderForValueFulfillmentInfo.Builder
Returns
TypeDescription
Product.Builder

setGtin(String value)

public Product.Builder setGtin(String value)

The Global Trade Item Number (GTIN) of the product.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This field must be a Unigram. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property gtin. Schema.org property Product.isbn, Product.gtin8, Product.gtin12, Product.gtin13, or Product.gtin14.

If the value is not a valid GTIN, an INVALID_ARGUMENT error is returned.

string gtin = 6;

Parameter
NameDescription
valueString

The gtin to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setGtinBytes(ByteString value)

public Product.Builder setGtinBytes(ByteString value)

The Global Trade Item Number (GTIN) of the product.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This field must be a Unigram. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property gtin. Schema.org property Product.isbn, Product.gtin8, Product.gtin12, Product.gtin13, or Product.gtin14.

If the value is not a valid GTIN, an INVALID_ARGUMENT error is returned.

string gtin = 6;

Parameter
NameDescription
valueByteString

The bytes for gtin to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setId(String value)

public Product.Builder setId(String value)

Immutable. Product identifier, which is the final component of name. For example, this field is "id_1", if name is projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/id_1.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property id. Schema.org property Product.sku.

string id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setIdBytes(ByteString value)

public Product.Builder setIdBytes(ByteString value)

Immutable. Product identifier, which is the final component of name. For example, this field is "id_1", if name is projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/id_1.

This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property id. Schema.org property Product.sku.

string id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setImages(int index, Image value)

public Product.Builder setImages(int index, Image value)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameters
NameDescription
indexint
valueImage
Returns
TypeDescription
Product.Builder

setImages(int index, Image.Builder builderForValue)

public Product.Builder setImages(int index, Image.Builder builderForValue)

Product images for the product. We highly recommend putting the main image first.

A maximum of 300 images are allowed.

Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.

repeated .google.cloud.retail.v2alpha.Image images = 23;

Parameters
NameDescription
indexint
builderForValueImage.Builder
Returns
TypeDescription
Product.Builder

setLanguageCode(String value)

public Product.Builder setLanguageCode(String value)

Language of the title/description and other string attributes. Use language tags defined by BCP 47.

For product prediction, this field is ignored and the model automatically detects the text language. The Product can include text in different languages, but duplicating Products to provide text in multiple languages can result in degraded model performance.

For product search this field is in use. It defaults to "en-US" if unset.

string language_code = 11;

Parameter
NameDescription
valueString

The languageCode to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setLanguageCodeBytes(ByteString value)

public Product.Builder setLanguageCodeBytes(ByteString value)

Language of the title/description and other string attributes. Use language tags defined by BCP 47.

For product prediction, this field is ignored and the model automatically detects the text language. The Product can include text in different languages, but duplicating Products to provide text in multiple languages can result in degraded model performance.

For product search this field is in use. It defaults to "en-US" if unset.

string language_code = 11;

Parameter
NameDescription
valueByteString

The bytes for languageCode to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setLocalInventories(int index, LocalInventory value)

public Product.Builder setLocalInventories(int index, LocalInventory value)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueLocalInventory
Returns
TypeDescription
Product.Builder

setLocalInventories(int index, LocalInventory.Builder builderForValue)

public Product.Builder setLocalInventories(int index, LocalInventory.Builder builderForValue)

Output only. A list of local inventories specific to different places.

This field can be managed by ProductService.AddLocalInventories and ProductService.RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.

repeated .google.cloud.retail.v2alpha.LocalInventory local_inventories = 35 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueLocalInventory.Builder
Returns
TypeDescription
Product.Builder

setMaterials(int index, String value)

public Product.Builder setMaterials(int index, String value)

The material of the product. For example, "leather", "wooden".

A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.

repeated string materials = 27;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The materials to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setName(String value)

public Product.Builder setName(String value)

Immutable. Full resource name of the product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/product_id.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Product.Builder setNameBytes(ByteString value)

Immutable. Full resource name of the product, such as projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/product_id.

string name = 1 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setPatterns(int index, String value)

public Product.Builder setPatterns(int index, String value)

The pattern or graphic print of the product. For example, "striped", "polka dot", "paisley".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.

repeated string patterns = 28;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The patterns to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setPriceInfo(PriceInfo value)

public Product.Builder setPriceInfo(PriceInfo value)

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Parameter
NameDescription
valuePriceInfo
Returns
TypeDescription
Product.Builder

setPriceInfo(PriceInfo.Builder builderForValue)

public Product.Builder setPriceInfo(PriceInfo.Builder builderForValue)

Product price and cost information.

Corresponding properties: Google Merchant Center property price.

.google.cloud.retail.v2alpha.PriceInfo price_info = 14;

Parameter
NameDescription
builderForValuePriceInfo.Builder
Returns
TypeDescription
Product.Builder

setPrimaryProductId(String value)

public Product.Builder setPrimaryProductId(String value)

Variant group identifier. Must be an id, with the same parent branch with this product. Otherwise, an error is thrown.

For Type.PRIMARY Products, this field can only be empty or set to the same value as id.

For VARIANT Products, this field cannot be empty. A maximum of 2,000 products are allowed to share the same Type.PRIMARY Product. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property item_group_id. Schema.org property Product.inProductGroupWithID.

string primary_product_id = 4;

Parameter
NameDescription
valueString

The primaryProductId to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setPrimaryProductIdBytes(ByteString value)

public Product.Builder setPrimaryProductIdBytes(ByteString value)

Variant group identifier. Must be an id, with the same parent branch with this product. Otherwise, an error is thrown.

For Type.PRIMARY Products, this field can only be empty or set to the same value as id.

For VARIANT Products, this field cannot be empty. A maximum of 2,000 products are allowed to share the same Type.PRIMARY Product. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property item_group_id. Schema.org property Product.inProductGroupWithID.

string primary_product_id = 4;

Parameter
NameDescription
valueByteString

The bytes for primaryProductId to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setPromotions(int index, Promotion value)

public Product.Builder setPromotions(int index, Promotion value)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameters
NameDescription
indexint
valuePromotion
Returns
TypeDescription
Product.Builder

setPromotions(int index, Promotion.Builder builderForValue)

public Product.Builder setPromotions(int index, Promotion.Builder builderForValue)

The promotions applied to the product. A maximum of 10 values are allowed per Product. Only Promotion.promotion_id will be used, other fields will be ignored if set.

repeated .google.cloud.retail.v2alpha.Promotion promotions = 34;

Parameters
NameDescription
indexint
builderForValuePromotion.Builder
Returns
TypeDescription
Product.Builder

setPublishTime(Timestamp value)

public Product.Builder setPublishTime(Timestamp value)

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Product.Builder

setPublishTime(Timestamp.Builder builderForValue)

public Product.Builder setPublishTime(Timestamp.Builder builderForValue)

The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from available_time, given it purely describes product freshness regardless of when it is available on search and recommendation.

.google.protobuf.Timestamp publish_time = 33;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Product.Builder

setRating(Rating value)

public Product.Builder setRating(Rating value)

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Parameter
NameDescription
valueRating
Returns
TypeDescription
Product.Builder

setRating(Rating.Builder builderForValue)

public Product.Builder setRating(Rating.Builder builderForValue)

The rating of this product.

.google.cloud.retail.v2alpha.Rating rating = 15;

Parameter
NameDescription
builderForValueRating.Builder
Returns
TypeDescription
Product.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Product.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Product.Builder
Overrides

setRetrievableFields(FieldMask value) (deprecated)

public Product.Builder setRetrievableFields(FieldMask value)

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Parameter
NameDescription
valueFieldMask
Returns
TypeDescription
Product.Builder

setRetrievableFields(FieldMask.Builder builderForValue) (deprecated)

public Product.Builder setRetrievableFields(FieldMask.Builder builderForValue)

Indicates which fields in the Products are returned in SearchResponse.

Supported fields for all types:

  • audience
  • availability
  • brands
  • color_info
  • conditions
  • gtin
  • materials
  • name
  • patterns
  • price_info
  • rating
  • sizes
  • title
  • uri

    Supported fields only for Type.PRIMARY and Type.COLLECTION:

  • categories
  • description
  • images

    Supported fields only for Type.VARIANT:

  • Only the first image in images

    To mark attributes as retrievable, include paths of the form "attributes.key" where "key" is the key of a custom attribute, as specified in attributes.

    For Type.PRIMARY and Type.COLLECTION, the following fields are always returned in SearchResponse by default:

  • name

    For Type.VARIANT, the following fields are always returned in by default:

  • name
  • color_info

    The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.

    Note: Returning more fields in SearchResponse can increase response payload size and serving latency.

    This field is deprecated. Use the retrievable site-wide control instead.

.google.protobuf.FieldMask retrievable_fields = 30 [deprecated = true];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Product.Builder

setSizes(int index, String value)

public Product.Builder setSizes(int index, String value)

The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].

For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches".

A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.

repeated string sizes = 26;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The sizes to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setTags(int index, String value)

public Product.Builder setTags(int index, String value)

Custom tags associated with the product.

At most 250 values are allowed per Product. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

This tag can be used for filtering recommendation results by passing the tag as part of the PredictRequest.filter.

Corresponding properties: Google Merchant Center property custom_label_0–4.

repeated string tags = 13;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The tags to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setTitle(String value)

public Product.Builder setTitle(String value)

Required. Product title.

This field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property title. Schema.org property Product.name.

string title = 8 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The title to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setTitleBytes(ByteString value)

public Product.Builder setTitleBytes(ByteString value)

Required. Product title.

This field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property title. Schema.org property Product.name.

string title = 8 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for title to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setTtl(Duration value)

public Product.Builder setTtl(Duration value)

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Product.Builder

setTtl(Duration.Builder builderForValue)

public Product.Builder setTtl(Duration.Builder builderForValue)

Input only. The TTL (time to live) of the product. Note that this is only applicable to Type.PRIMARY and Type.COLLECTION, and ignored for Type.VARIANT. In general, we suggest the users to delete the stale products explicitly, instead of using this field to determine staleness.

If it is set, it must be a non-negative value, and expire_time is set as current timestamp plus ttl. The derived expire_time is returned in the output and ttl is left blank when retrieving the Product.

If it is set, the product is not available for SearchService.Search after current timestamp plus ttl. However, the product can still be retrieved by ProductService.GetProduct and ProductService.ListProducts.

.google.protobuf.Duration ttl = 17 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Product.Builder

setType(Product.Type value)

public Product.Builder setType(Product.Type value)

Immutable. The type of the product. Default to Catalog.product_level_config.ingestion_product_type if unset.

.google.cloud.retail.v2alpha.Product.Type type = 3 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueProduct.Type

The type to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setTypeValue(int value)

public Product.Builder setTypeValue(int value)

Immutable. The type of the product. Default to Catalog.product_level_config.ingestion_product_type if unset.

.google.cloud.retail.v2alpha.Product.Type type = 3 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueint

The enum numeric value on the wire for type to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Product.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Product.Builder
Overrides

setUri(String value)

public Product.Builder setUri(String value)

Canonical URL directly linking to the product detail page.

It is strongly recommended to provide a valid uri for the product, otherwise the service performance could be significantly degraded.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property link. Schema.org property Offer.url.

string uri = 22;

Parameter
NameDescription
valueString

The uri to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setUriBytes(ByteString value)

public Product.Builder setUriBytes(ByteString value)

Canonical URL directly linking to the product detail page.

It is strongly recommended to provide a valid uri for the product, otherwise the service performance could be significantly degraded.

This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.

Corresponding properties: Google Merchant Center property link. Schema.org property Offer.url.

string uri = 22;

Parameter
NameDescription
valueByteString

The bytes for uri to set.

Returns
TypeDescription
Product.Builder

This builder for chaining.

setVariants(int index, Product value)

public Product.Builder setVariants(int index, Product value)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
valueProduct
Returns
TypeDescription
Product.Builder

setVariants(int index, Product.Builder builderForValue)

public Product.Builder setVariants(int index, Product.Builder builderForValue)

Output only. Product variants grouped together on primary product which share similar product attributes. It's automatically grouped by primary_product_id for all the product variants. Only populated for Type.PRIMARY Products.

Note: This field is OUTPUT_ONLY for ProductService.GetProduct. Do not set this field in API requests.

repeated .google.cloud.retail.v2alpha.Product variants = 31 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
indexint
builderForValueProduct.Builder
Returns
TypeDescription
Product.Builder