public final class LoyaltyPoints extends GeneratedMessageV3 implements LoyaltyPointsOrBuilder
A message that represents loyalty points.
Protobuf type google.shopping.merchant.products.v1beta.LoyaltyPoints
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LoyaltyPointsImplements
LoyaltyPointsOrBuilderStatic Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
POINTS_VALUE_FIELD_NUMBER
public static final int POINTS_VALUE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RATIO_FIELD_NUMBER
public static final int RATIO_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static LoyaltyPoints getDefaultInstance()
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static LoyaltyPoints.Builder newBuilder()
Returns | |
---|---|
Type | Description |
LoyaltyPoints.Builder |
newBuilder(LoyaltyPoints prototype)
public static LoyaltyPoints.Builder newBuilder(LoyaltyPoints prototype)
Parameter | |
---|---|
Name | Description |
prototype |
LoyaltyPoints |
Returns | |
---|---|
Type | Description |
LoyaltyPoints.Builder |
parseDelimitedFrom(InputStream input)
public static LoyaltyPoints parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LoyaltyPoints parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static LoyaltyPoints parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LoyaltyPoints parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static LoyaltyPoints parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LoyaltyPoints parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static LoyaltyPoints parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LoyaltyPoints parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static LoyaltyPoints parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LoyaltyPoints parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static LoyaltyPoints parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LoyaltyPoints parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<LoyaltyPoints> parser()
Returns | |
---|---|
Type | Description |
Parser<LoyaltyPoints> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public LoyaltyPoints getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LoyaltyPoints |
getName()
public String getName()
Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<LoyaltyPoints> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<LoyaltyPoints> |
getPointsValue()
public long getPointsValue()
The retailer's loyalty points in absolute value.
int64 points_value = 2;
Returns | |
---|---|
Type | Description |
long |
The pointsValue. |
getRatio()
public double getRatio()
The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0.
double ratio = 3;
Returns | |
---|---|
Type | Description |
double |
The ratio. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public LoyaltyPoints.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
LoyaltyPoints.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LoyaltyPoints.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
LoyaltyPoints.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public LoyaltyPoints.Builder toBuilder()
Returns | |
---|---|
Type | Description |
LoyaltyPoints.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |