public static interface SearchRequest.BoostSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConditionBoostSpecs(int index)
public abstract SearchRequest.BoostSpec.ConditionBoostSpec getConditionBoostSpecs(int index)Condition boost specifications. If a product matches multiple conditions in the specifications, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.
repeated .google.cloud.retail.v2beta.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.BoostSpec.ConditionBoostSpec |
|
getConditionBoostSpecsCount()
public abstract int getConditionBoostSpecsCount()Condition boost specifications. If a product matches multiple conditions in the specifications, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.
repeated .google.cloud.retail.v2beta.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConditionBoostSpecsList()
public abstract List<SearchRequest.BoostSpec.ConditionBoostSpec> getConditionBoostSpecsList()Condition boost specifications. If a product matches multiple conditions in the specifications, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.
repeated .google.cloud.retail.v2beta.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;
| Returns | |
|---|---|
| Type | Description |
List<ConditionBoostSpec> |
|
getConditionBoostSpecsOrBuilder(int index)
public abstract SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder getConditionBoostSpecsOrBuilder(int index)Condition boost specifications. If a product matches multiple conditions in the specifications, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.
repeated .google.cloud.retail.v2beta.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder |
|
getConditionBoostSpecsOrBuilderList()
public abstract List<? extends SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder> getConditionBoostSpecsOrBuilderList()Condition boost specifications. If a product matches multiple conditions in the specifications, boost scores from these specifications are all applied and combined in a non-linear way. Maximum number of specifications is 20.
repeated .google.cloud.retail.v2beta.SearchRequest.BoostSpec.ConditionBoostSpec condition_boost_specs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.retail.v2beta.SearchRequest.BoostSpec.ConditionBoostSpecOrBuilder> |
|
getSkipBoostSpecValidation()
public abstract boolean getSkipBoostSpecValidation()Whether to skip boostspec validation. If this field is set to true, invalid BoostSpec.condition_boost_specs will be ignored and valid BoostSpec.condition_boost_specs will still be applied.
optional bool skip_boost_spec_validation = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The skipBoostSpecValidation. |
hasSkipBoostSpecValidation()
public abstract boolean hasSkipBoostSpecValidation()Whether to skip boostspec validation. If this field is set to true, invalid BoostSpec.condition_boost_specs will be ignored and valid BoostSpec.condition_boost_specs will still be applied.
optional bool skip_boost_spec_validation = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the skipBoostSpecValidation field is set. |