Uses of Class
com.google.cloud.retail.v2.Rating
-
Packages that use Rating Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of Rating in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return Rating Modifier and Type Method Description Rating
Rating.Builder. build()
Rating
Rating.Builder. buildPartial()
static Rating
Rating. getDefaultInstance()
Rating
Rating.Builder. getDefaultInstanceForType()
Rating
Rating. getDefaultInstanceForType()
Rating
Product.Builder. getRating()
The rating of this product.Rating
Product. getRating()
The rating of this product.Rating
ProductOrBuilder. getRating()
The rating of this product.static Rating
Rating. parseDelimitedFrom(InputStream input)
static Rating
Rating. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rating
Rating. parseFrom(byte[] data)
static Rating
Rating. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rating
Rating. parseFrom(com.google.protobuf.ByteString data)
static Rating
Rating. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rating
Rating. parseFrom(com.google.protobuf.CodedInputStream input)
static Rating
Rating. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rating
Rating. parseFrom(InputStream input)
static Rating
Rating. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Rating
Rating. parseFrom(ByteBuffer data)
static Rating
Rating. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type Rating Modifier and Type Method Description com.google.protobuf.Parser<Rating>
Rating. getParserForType()
static com.google.protobuf.Parser<Rating>
Rating. parser()
Methods in com.google.cloud.retail.v2 with parameters of type Rating Modifier and Type Method Description Rating.Builder
Rating.Builder. mergeFrom(Rating other)
Product.Builder
Product.Builder. mergeRating(Rating value)
The rating of this product.static Rating.Builder
Rating. newBuilder(Rating prototype)
Product.Builder
Product.Builder. setRating(Rating value)
The rating of this product.
-