Class ProductInfo (0.2.0)

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

Static Fields

PRODUCT_ATTRIBUTES_FIELD_NUMBER

public static final int PRODUCT_ATTRIBUTES_FIELD_NUMBER
Field Value
Type Description
int

PRODUCT_IMAGE_FIELD_NUMBER

public static final int PRODUCT_IMAGE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ProductInfo getDefaultInstance()
Returns
Type Description
ProductInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ProductInfo.Builder newBuilder()
Returns
Type Description
ProductInfo.Builder

newBuilder(ProductInfo prototype)

public static ProductInfo.Builder newBuilder(ProductInfo prototype)
Parameter
Name Description
prototype ProductInfo
Returns
Type Description
ProductInfo.Builder

parseDelimitedFrom(InputStream input)

public static ProductInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProductInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProductInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ProductInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ProductInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ProductInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ProductInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ProductInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ProductInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ProductInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ProductInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ProductInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ProductInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ProductInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProductInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ProductInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ProductInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ProductInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ProductInfo> parser()
Returns
Type Description
Parser<ProductInfo>

Methods

containsProductAttributes(String key)

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
Returns
Type Description
boolean

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ProductInfo getDefaultInstanceForType()
Returns
Type Description
ProductInfo

getParserForType()

public Parser<ProductInfo> getParserForType()
Returns
Type Description
Parser<ProductInfo>
Overrides

getProductAttributes() (deprecated)

public Map<String,String> getProductAttributes()
Returns
Type Description
Map<String,String>

getProductAttributesCount()

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

getProductAttributesMap()

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];

Returns
Type Description
Map<String,String>

getProductAttributesOrDefault(String key, String defaultValue)

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];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getProductAttributesOrThrow(String key)

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

getProductImage()

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.

getProductImageOrBuilder()

public ImageOrBuilder getProductImageOrBuilder()

Optional. Image associated with the product.

optional .google.shopping.merchant.productstudio.v1alpha.Image product_image = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ImageOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasProductImage()

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ProductInfo.Builder newBuilderForType()
Returns
Type Description
ProductInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ProductInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ProductInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ProductInfo.Builder toBuilder()
Returns
Type Description
ProductInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException