Class Model.FrequentlyBoughtTogetherFeaturesConfig.Builder (2.48.0)

public static final class Model.FrequentlyBoughtTogetherFeaturesConfig.Builder extends GeneratedMessageV3.Builder<Model.FrequentlyBoughtTogetherFeaturesConfig.Builder> implements Model.FrequentlyBoughtTogetherFeaturesConfigOrBuilder

Additional configs for the frequently-bought-together model type.

Protobuf type google.cloud.retail.v2.Model.FrequentlyBoughtTogetherFeaturesConfig

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Model.FrequentlyBoughtTogetherFeaturesConfig build()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig

buildPartial()

public Model.FrequentlyBoughtTogetherFeaturesConfig buildPartial()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig

clear()

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder clear()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder
Overrides

clearContextProductsType()

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder clearContextProductsType()

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder clone()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder
Overrides

getContextProductsType()

public Model.ContextProductsType getContextProductsType()

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Model.ContextProductsType

The contextProductsType.

getContextProductsTypeValue()

public int getContextProductsTypeValue()

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for contextProductsType.

getDefaultInstanceForType()

public Model.FrequentlyBoughtTogetherFeaturesConfig getDefaultInstanceForType()
Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Model.FrequentlyBoughtTogetherFeaturesConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setContextProductsType(Model.ContextProductsType value)

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder setContextProductsType(Model.ContextProductsType value)

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Model.ContextProductsType

The contextProductsType to set.

Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder

This builder for chaining.

setContextProductsTypeValue(int value)

public Model.FrequentlyBoughtTogetherFeaturesConfig.Builder setContextProductsTypeValue(int value)

Optional. Specifies the context of the model when it is used in predict requests. Can only be set for the frequently-bought-together type. If it isn't specified, it defaults to MULTIPLE_CONTEXT_PRODUCTS.

.google.cloud.retail.v2.Model.ContextProductsType context_products_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The enum numeric value on the wire for contextProductsType to set.

Returns
Type Description
Model.FrequentlyBoughtTogetherFeaturesConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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