Uses of Class
com.google.cloud.retail.v2.Audience
-
Packages that use Audience Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of Audience in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return Audience Modifier and Type Method Description Audience
Audience.Builder. build()
Audience
Audience.Builder. buildPartial()
Audience
Product.Builder. getAudience()
The target group associated with a given audience (e.g.Audience
Product. getAudience()
The target group associated with a given audience (e.g.Audience
ProductOrBuilder. getAudience()
The target group associated with a given audience (e.g.static Audience
Audience. getDefaultInstance()
Audience
Audience.Builder. getDefaultInstanceForType()
Audience
Audience. getDefaultInstanceForType()
static Audience
Audience. parseDelimitedFrom(InputStream input)
static Audience
Audience. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Audience
Audience. parseFrom(byte[] data)
static Audience
Audience. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Audience
Audience. parseFrom(com.google.protobuf.ByteString data)
static Audience
Audience. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Audience
Audience. parseFrom(com.google.protobuf.CodedInputStream input)
static Audience
Audience. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Audience
Audience. parseFrom(InputStream input)
static Audience
Audience. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Audience
Audience. parseFrom(ByteBuffer data)
static Audience
Audience. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type Audience Modifier and Type Method Description com.google.protobuf.Parser<Audience>
Audience. getParserForType()
static com.google.protobuf.Parser<Audience>
Audience. parser()
Methods in com.google.cloud.retail.v2 with parameters of type Audience Modifier and Type Method Description Product.Builder
Product.Builder. mergeAudience(Audience value)
The target group associated with a given audience (e.g.Audience.Builder
Audience.Builder. mergeFrom(Audience other)
static Audience.Builder
Audience. newBuilder(Audience prototype)
Product.Builder
Product.Builder. setAudience(Audience value)
The target group associated with a given audience (e.g.
-