| Modifier and Type | Method and Description |
|---|---|
Rating |
Rating.Builder.build() |
Rating |
Rating.Builder.buildPartial() |
static Rating |
Rating.getDefaultInstance() |
Rating |
Rating.getDefaultInstanceForType() |
Rating |
Rating.Builder.getDefaultInstanceForType() |
Rating |
Product.getRating()
The rating of this product.
|
Rating |
Product.Builder.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(ByteBuffer data) |
static Rating |
Rating.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Rating> |
Rating.getParserForType() |
static com.google.protobuf.Parser<Rating> |
Rating.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.