Class ProductLevelConfig.Builder (2.44.0)

public static final class ProductLevelConfig.Builder extends GeneratedMessageV3.Builder<ProductLevelConfig.Builder> implements ProductLevelConfigOrBuilder

Configures what level the product should be uploaded with regards to how users will be send events and how predictions will be made.

Protobuf type google.cloud.retail.v2.ProductLevelConfig

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ProductLevelConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ProductLevelConfig.Builder
Overrides

build()

public ProductLevelConfig build()
Returns
Type Description
ProductLevelConfig

buildPartial()

public ProductLevelConfig buildPartial()
Returns
Type Description
ProductLevelConfig

clear()

public ProductLevelConfig.Builder clear()
Returns
Type Description
ProductLevelConfig.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ProductLevelConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ProductLevelConfig.Builder
Overrides

clearIngestionProductType()

public ProductLevelConfig.Builder clearIngestionProductType()

The type of Products allowed to be ingested into the catalog. Acceptable values are:

  • primary (default): You can ingest Products of all types. When ingesting a Product, its type will default to Product.Type.PRIMARY if unset.
  • variant (incompatible with Retail Search): You can only ingest Product.Type.VARIANT Products. This means Product.primary_product_id cannot be empty.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is variant and merchant_center_product_id_field is itemGroupId, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string ingestion_product_type = 1;

Returns
Type Description
ProductLevelConfig.Builder

This builder for chaining.

clearMerchantCenterProductIdField()

public ProductLevelConfig.Builder clearMerchantCenterProductIdField()

Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

  • offerId (default): Import offerId as the product ID.
  • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string merchant_center_product_id_field = 2;

Returns
Type Description
ProductLevelConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ProductLevelConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ProductLevelConfig.Builder
Overrides

clone()

public ProductLevelConfig.Builder clone()
Returns
Type Description
ProductLevelConfig.Builder
Overrides

getDefaultInstanceForType()

public ProductLevelConfig getDefaultInstanceForType()
Returns
Type Description
ProductLevelConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIngestionProductType()

public String getIngestionProductType()

The type of Products allowed to be ingested into the catalog. Acceptable values are:

  • primary (default): You can ingest Products of all types. When ingesting a Product, its type will default to Product.Type.PRIMARY if unset.
  • variant (incompatible with Retail Search): You can only ingest Product.Type.VARIANT Products. This means Product.primary_product_id cannot be empty.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is variant and merchant_center_product_id_field is itemGroupId, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string ingestion_product_type = 1;

Returns
Type Description
String

The ingestionProductType.

getIngestionProductTypeBytes()

public ByteString getIngestionProductTypeBytes()

The type of Products allowed to be ingested into the catalog. Acceptable values are:

  • primary (default): You can ingest Products of all types. When ingesting a Product, its type will default to Product.Type.PRIMARY if unset.
  • variant (incompatible with Retail Search): You can only ingest Product.Type.VARIANT Products. This means Product.primary_product_id cannot be empty.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is variant and merchant_center_product_id_field is itemGroupId, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string ingestion_product_type = 1;

Returns
Type Description
ByteString

The bytes for ingestionProductType.

getMerchantCenterProductIdField()

public String getMerchantCenterProductIdField()

Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

  • offerId (default): Import offerId as the product ID.
  • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string merchant_center_product_id_field = 2;

Returns
Type Description
String

The merchantCenterProductIdField.

getMerchantCenterProductIdFieldBytes()

public ByteString getMerchantCenterProductIdFieldBytes()

Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

  • offerId (default): Import offerId as the product ID.
  • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string merchant_center_product_id_field = 2;

Returns
Type Description
ByteString

The bytes for merchantCenterProductIdField.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ProductLevelConfig other)

public ProductLevelConfig.Builder mergeFrom(ProductLevelConfig other)
Parameter
Name Description
other ProductLevelConfig
Returns
Type Description
ProductLevelConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ProductLevelConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ProductLevelConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ProductLevelConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ProductLevelConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ProductLevelConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ProductLevelConfig.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ProductLevelConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ProductLevelConfig.Builder
Overrides

setIngestionProductType(String value)

public ProductLevelConfig.Builder setIngestionProductType(String value)

The type of Products allowed to be ingested into the catalog. Acceptable values are:

  • primary (default): You can ingest Products of all types. When ingesting a Product, its type will default to Product.Type.PRIMARY if unset.
  • variant (incompatible with Retail Search): You can only ingest Product.Type.VARIANT Products. This means Product.primary_product_id cannot be empty.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is variant and merchant_center_product_id_field is itemGroupId, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string ingestion_product_type = 1;

Parameter
Name Description
value String

The ingestionProductType to set.

Returns
Type Description
ProductLevelConfig.Builder

This builder for chaining.

setIngestionProductTypeBytes(ByteString value)

public ProductLevelConfig.Builder setIngestionProductTypeBytes(ByteString value)

The type of Products allowed to be ingested into the catalog. Acceptable values are:

  • primary (default): You can ingest Products of all types. When ingesting a Product, its type will default to Product.Type.PRIMARY if unset.
  • variant (incompatible with Retail Search): You can only ingest Product.Type.VARIANT Products. This means Product.primary_product_id cannot be empty.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is variant and merchant_center_product_id_field is itemGroupId, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string ingestion_product_type = 1;

Parameter
Name Description
value ByteString

The bytes for ingestionProductType to set.

Returns
Type Description
ProductLevelConfig.Builder

This builder for chaining.

setMerchantCenterProductIdField(String value)

public ProductLevelConfig.Builder setMerchantCenterProductIdField(String value)

Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

  • offerId (default): Import offerId as the product ID.
  • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string merchant_center_product_id_field = 2;

Parameter
Name Description
value String

The merchantCenterProductIdField to set.

Returns
Type Description
ProductLevelConfig.Builder

This builder for chaining.

setMerchantCenterProductIdFieldBytes(ByteString value)

public ProductLevelConfig.Builder setMerchantCenterProductIdFieldBytes(ByteString value)

Which field of Merchant Center Product should be imported as Product.id. Acceptable values are:

  • offerId (default): Import offerId as the product ID.
  • itemGroupId: Import itemGroupId as the product ID. Notice that Retail API will choose one item from the ones with the same itemGroupId, and use it to represent the item group.

    If this field is set to an invalid value other than these, an INVALID_ARGUMENT error is returned.

    If this field is itemGroupId and ingestion_product_type is variant, an INVALID_ARGUMENT error is returned.

    See Product levels for more details.

string merchant_center_product_id_field = 2;

Parameter
Name Description
value ByteString

The bytes for merchantCenterProductIdField to set.

Returns
Type Description
ProductLevelConfig.Builder

This builder for chaining.

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

public ProductLevelConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ProductLevelConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ProductLevelConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ProductLevelConfig.Builder
Overrides