Class ProductDetail.Builder (2.43.0)

public static final class ProductDetail.Builder extends GeneratedMessageV3.Builder<ProductDetail.Builder> implements ProductDetailOrBuilder

Detailed product information associated with a user event.

Protobuf type google.cloud.retail.v2.ProductDetail

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ProductDetail build()
Returns
TypeDescription
ProductDetail

buildPartial()

public ProductDetail buildPartial()
Returns
TypeDescription
ProductDetail

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearProduct()

public ProductDetail.Builder clearProduct()

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProductDetail.Builder

clearQuantity()

public ProductDetail.Builder clearQuantity()

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Returns
TypeDescription
ProductDetail.Builder

clone()

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

getDefaultInstanceForType()

public ProductDetail getDefaultInstanceForType()
Returns
TypeDescription
ProductDetail

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getProduct()

public Product getProduct()

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Product

The product.

getProductBuilder()

public Product.Builder getProductBuilder()

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Product.Builder

getProductOrBuilder()

public ProductOrBuilder getProductOrBuilder()

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProductOrBuilder

getQuantity()

public Int32Value getQuantity()

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Returns
TypeDescription
Int32Value

The quantity.

getQuantityBuilder()

public Int32Value.Builder getQuantityBuilder()

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Returns
TypeDescription
Builder

getQuantityOrBuilder()

public Int32ValueOrBuilder getQuantityOrBuilder()

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Returns
TypeDescription
Int32ValueOrBuilder

hasProduct()

public boolean hasProduct()

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the product field is set.

hasQuantity()

public boolean hasQuantity()

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Returns
TypeDescription
boolean

Whether the quantity field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ProductDetail other)

public ProductDetail.Builder mergeFrom(ProductDetail other)
Parameter
NameDescription
otherProductDetail
Returns
TypeDescription
ProductDetail.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeProduct(Product value)

public ProductDetail.Builder mergeProduct(Product value)

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueProduct
Returns
TypeDescription
ProductDetail.Builder

mergeQuantity(Int32Value value)

public ProductDetail.Builder mergeQuantity(Int32Value value)

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Parameter
NameDescription
valueInt32Value
Returns
TypeDescription
ProductDetail.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setProduct(Product value)

public ProductDetail.Builder setProduct(Product value)

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueProduct
Returns
TypeDescription
ProductDetail.Builder

setProduct(Product.Builder builderForValue)

public ProductDetail.Builder setProduct(Product.Builder builderForValue)

Required. Product information.

Required field(s):

  • Product.id

    Optional override field(s):

  • Product.price_info

    If any supported optional fields are provided, we will treat them as a full override when looking up product information from the catalog. Thus, it is important to ensure that the overriding fields are accurate and complete.

    All other product fields are ignored and instead populated via catalog lookup after event ingestion.

.google.cloud.retail.v2.Product product = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueProduct.Builder
Returns
TypeDescription
ProductDetail.Builder

setQuantity(Int32Value value)

public ProductDetail.Builder setQuantity(Int32Value value)

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Parameter
NameDescription
valueInt32Value
Returns
TypeDescription
ProductDetail.Builder

setQuantity(Int32Value.Builder builderForValue)

public ProductDetail.Builder setQuantity(Int32Value.Builder builderForValue)

Quantity of the product associated with the user event.

For example, this field will be 2 if two products are added to the shopping cart for purchase-complete event. Required for add-to-cart and purchase-complete event types.

.google.protobuf.Int32Value quantity = 2;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ProductDetail.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ProductDetail.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ProductDetail.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ProductDetail.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ProductDetail.Builder
Overrides