public interface CustomWeightsMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getWeightedSchemaProperties(int index)
public abstract WeightedSchemaProperty getWeightedSchemaProperties(int index)List of schema and property name. Allows a maximum of 10 schemas to be specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaProperty |
|
getWeightedSchemaPropertiesCount()
public abstract int getWeightedSchemaPropertiesCount()List of schema and property name. Allows a maximum of 10 schemas to be specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWeightedSchemaPropertiesList()
public abstract List<WeightedSchemaProperty> getWeightedSchemaPropertiesList()List of schema and property name. Allows a maximum of 10 schemas to be specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
| Returns | |
|---|---|
| Type | Description |
List<WeightedSchemaProperty> |
|
getWeightedSchemaPropertiesOrBuilder(int index)
public abstract WeightedSchemaPropertyOrBuilder getWeightedSchemaPropertiesOrBuilder(int index)List of schema and property name. Allows a maximum of 10 schemas to be specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WeightedSchemaPropertyOrBuilder |
|
getWeightedSchemaPropertiesOrBuilderList()
public abstract List<? extends WeightedSchemaPropertyOrBuilder> getWeightedSchemaPropertiesOrBuilderList()List of schema and property name. Allows a maximum of 10 schemas to be specified for relevance boosting.
repeated .google.cloud.contentwarehouse.v1.WeightedSchemaProperty weighted_schema_properties = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.WeightedSchemaPropertyOrBuilder> |
|