Send feedback
Class ProductInfo (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ProductInfo extends GeneratedMessageV3 implements ProductInfoOrBuilder
Available information about the product. Used to inform the genAI models.
Protobuf type google.shopping.merchant.productstudio.v1alpha.ProductInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int PRODUCT_ATTRIBUTES_FIELD_NUMBER
Field Value
Type
Description
int
public static final int PRODUCT_IMAGE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static ProductInfo getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static ProductInfo . Builder newBuilder ()
public static ProductInfo . Builder newBuilder ( ProductInfo prototype )
public static ProductInfo parseDelimitedFrom ( InputStream input )
public static ProductInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ProductInfo parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static ProductInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static ProductInfo parseFrom ( ByteString data )
public static ProductInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ProductInfo parseFrom ( CodedInputStream input )
public static ProductInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ProductInfo parseFrom ( InputStream input )
public static ProductInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static ProductInfo parseFrom ( ByteBuffer data )
public static ProductInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<ProductInfo> parser ()
Methods
public boolean containsProductAttributes ( String key )
Required. A mapping of all available product attributes. This may include
title, description, brand, gender, color, size, etc.
map<string, string> product_attributes = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
key
String
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public ProductInfo getDefaultInstanceForType ()
public Parser<ProductInfo> getParserForType ()
Overrides
public Map<String , String > getProductAttributes ()
public int getProductAttributesCount ()
Required. A mapping of all available product attributes. This may include
title, description, brand, gender, color, size, etc.
map<string, string> product_attributes = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
public Map<String , String > getProductAttributesMap ()
Required. A mapping of all available product attributes. This may include
title, description, brand, gender, color, size, etc.
map<string, string> product_attributes = 1 [(.google.api.field_behavior) = REQUIRED];
public String getProductAttributesOrDefault ( String key , String defaultValue )
Required. A mapping of all available product attributes. This may include
title, description, brand, gender, color, size, etc.
map<string, string> product_attributes = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
public String getProductAttributesOrThrow ( String key )
Required. A mapping of all available product attributes. This may include
title, description, brand, gender, color, size, etc.
map<string, string> product_attributes = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
key
String
Returns
Type
Description
String
public Image getProductImage ()
Optional. Image associated with the product.
optional .google.shopping.merchant.productstudio.v1alpha.Image product_image = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
Image
The productImage.
public ImageOrBuilder getProductImageOrBuilder ()
Optional. Image associated with the product.
optional .google.shopping.merchant.productstudio.v1alpha.Image product_image = 2 [(.google.api.field_behavior) = OPTIONAL];
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean hasProductImage ()
Optional. Image associated with the product.
optional .google.shopping.merchant.productstudio.v1alpha.Image product_image = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the productImage field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection ( int number )
Parameter
Name
Description
number
int
Returns
Type
Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
public final boolean isInitialized ()
Overrides
public ProductInfo . Builder newBuilderForType ()
protected ProductInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public ProductInfo . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-10 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-10 UTC."],[],[]]