Send feedback
Class Rating (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.8.0 keyboard_arrow_down
public final class Rating extends GeneratedMessageV3 implements RatingOrBuilder
The rating of a Product .
Protobuf type google.cloud.retail.v2alpha.Rating
Static Fields
AVERAGE_RATING_FIELD_NUMBER
public static final int AVERAGE_RATING_FIELD_NUMBER
Field Value
RATING_COUNT_FIELD_NUMBER
public static final int RATING_COUNT_FIELD_NUMBER
Field Value
RATING_HISTOGRAM_FIELD_NUMBER
public static final int RATING_HISTOGRAM_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Rating getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Rating . Builder newBuilder ()
Returns
newBuilder(Rating prototype)
public static Rating . Builder newBuilder ( Rating prototype )
Parameter
Name Description prototype Rating
Returns
public static Rating parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Rating parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Rating parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Rating parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Rating parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Rating parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Rating parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Rating parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Rating parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Rating parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Rating parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Rating parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Rating> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAverageRating()
public float getAverageRating ()
The average rating of the Product .
The rating is scaled at 1-5. Otherwise, an INVALID_ARGUMENT error is
returned.
float average_rating = 2;
Returns
Type Description float The averageRating.
getDefaultInstanceForType()
public Rating getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<Rating> getParserForType ()
Returns
Overrides
getRatingCount()
public int getRatingCount ()
The total number of ratings. This value is independent of the value of
rating_histogram .
This value must be nonnegative. Otherwise, an INVALID_ARGUMENT error is
returned.
int32 rating_count = 1;
Returns
Type Description int The ratingCount.
getRatingHistogram(int index)
public int getRatingHistogram ( int index )
List of rating counts per rating value (index = rating - 1). The list is
empty if there is no rating. If the list is non-empty, its size is
always 5. Otherwise, an INVALID_ARGUMENT error is returned.
For example, [41, 14, 13, 47, 303]. It means that the
Product got 41 ratings with 1 star,
14 ratings with 2 star, and so on.
repeated int32 rating_histogram = 3;
Parameter
Name Description index int
The index of the element to return.
Returns
Type Description int The ratingHistogram at the given index.
getRatingHistogramCount()
public int getRatingHistogramCount ()
List of rating counts per rating value (index = rating - 1). The list is
empty if there is no rating. If the list is non-empty, its size is
always 5. Otherwise, an INVALID_ARGUMENT error is returned.
For example, [41, 14, 13, 47, 303]. It means that the
Product got 41 ratings with 1 star,
14 ratings with 2 star, and so on.
repeated int32 rating_histogram = 3;
Returns
Type Description int The count of ratingHistogram.
getRatingHistogramList()
public List<Integer> getRatingHistogramList ()
List of rating counts per rating value (index = rating - 1). The list is
empty if there is no rating. If the list is non-empty, its size is
always 5. Otherwise, an INVALID_ARGUMENT error is returned.
For example, [41, 14, 13, 47, 303]. It means that the
Product got 41 ratings with 1 star,
14 ratings with 2 star, and so on.
repeated int32 rating_histogram = 3;
Returns
Type Description List <Integer >A list containing the ratingHistogram.
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Rating . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Rating . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Rating . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]