Uses of Class
com.google.cloud.retail.v2alpha.Rule.BoostAction
-
Packages that use Rule.BoostAction Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of Rule.BoostAction in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return Rule.BoostAction Modifier and Type Method Description Rule.BoostAction
Rule.BoostAction.Builder. build()
Rule.BoostAction
Rule.BoostAction.Builder. buildPartial()
Rule.BoostAction
Rule.Builder. getBoostAction()
A boost action.Rule.BoostAction
Rule. getBoostAction()
A boost action.Rule.BoostAction
RuleOrBuilder. getBoostAction()
A boost action.static Rule.BoostAction
Rule.BoostAction. getDefaultInstance()
Rule.BoostAction
Rule.BoostAction.Builder. getDefaultInstanceForType()
Rule.BoostAction
Rule.BoostAction. getDefaultInstanceForType()
static Rule.BoostAction
Rule.BoostAction. parseDelimitedFrom(InputStream input)
static Rule.BoostAction
Rule.BoostAction. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule.BoostAction
Rule.BoostAction. parseFrom(byte[] data)
static Rule.BoostAction
Rule.BoostAction. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule.BoostAction
Rule.BoostAction. parseFrom(com.google.protobuf.ByteString data)
static Rule.BoostAction
Rule.BoostAction. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule.BoostAction
Rule.BoostAction. parseFrom(com.google.protobuf.CodedInputStream input)
static Rule.BoostAction
Rule.BoostAction. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule.BoostAction
Rule.BoostAction. parseFrom(InputStream input)
static Rule.BoostAction
Rule.BoostAction. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rule.BoostAction
Rule.BoostAction. parseFrom(ByteBuffer data)
static Rule.BoostAction
Rule.BoostAction. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type Rule.BoostAction Modifier and Type Method Description com.google.protobuf.Parser<Rule.BoostAction>
Rule.BoostAction. getParserForType()
static com.google.protobuf.Parser<Rule.BoostAction>
Rule.BoostAction. parser()
Methods in com.google.cloud.retail.v2alpha with parameters of type Rule.BoostAction Modifier and Type Method Description Rule.Builder
Rule.Builder. mergeBoostAction(Rule.BoostAction value)
A boost action.Rule.BoostAction.Builder
Rule.BoostAction.Builder. mergeFrom(Rule.BoostAction other)
static Rule.BoostAction.Builder
Rule.BoostAction. newBuilder(Rule.BoostAction prototype)
Rule.Builder
Rule.Builder. setBoostAction(Rule.BoostAction value)
A boost action.
-