public static interface BoostSpec.ConditionBoostSpec.BoostControlSpec.ControlPointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue()
Optional.
|
com.google.protobuf.ByteString |
getAttributeValueBytes()
Optional.
|
float |
getBoostAmount()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAttributeValue()
Optional. Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be formatted as an XSD `dayTimeDuration` value (a restricted subset of an ISO 8601 duration value). The pattern for this is: `[nD][T[nH][nM][nS]]`.
string attribute_value = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getAttributeValueBytes()
Optional. Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be formatted as an XSD `dayTimeDuration` value (a restricted subset of an ISO 8601 duration value). The pattern for this is: `[nD][T[nH][nM][nS]]`.
string attribute_value = 1 [(.google.api.field_behavior) = OPTIONAL];float getBoostAmount()
Optional. The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above.
float boost_amount = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.