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