public final class Distance extends GeneratedMessageV3 implements DistanceOrBuilder
Maximum delivery radius. This is only required for the local delivery shipment type.
Protobuf type google.shopping.merchant.accounts.v1beta.Distance
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DistanceImplements
DistanceOrBuilderStatic Fields
UNIT_FIELD_NUMBER
public static final int UNIT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Distance getDefaultInstance()
Returns | |
---|---|
Type | Description |
Distance |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Distance.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Distance.Builder |
newBuilder(Distance prototype)
public static Distance.Builder newBuilder(Distance prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Distance |
Returns | |
---|---|
Type | Description |
Distance.Builder |
parseDelimitedFrom(InputStream input)
public static Distance parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Distance parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Distance parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Distance parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Distance parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Distance parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Distance parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Distance parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Distance parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Distance parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Distance parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Distance parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Distance |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Distance> parser()
Returns | |
---|---|
Type | Description |
Parser<Distance> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Distance getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Distance |
getParserForType()
public Parser<Distance> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Distance> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnit()
public Distance.Unit getUnit()
Unit can differ based on country, it is parameterized to include miles and kilometers.
optional .google.shopping.merchant.accounts.v1beta.Distance.Unit unit = 2;
Returns | |
---|---|
Type | Description |
Distance.Unit |
The unit. |
getUnitValue()
public int getUnitValue()
Unit can differ based on country, it is parameterized to include miles and kilometers.
optional .google.shopping.merchant.accounts.v1beta.Distance.Unit unit = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for unit. |
getValue()
public long getValue()
Integer value of distance.
optional int64 value = 1;
Returns | |
---|---|
Type | Description |
long |
The value. |
hasUnit()
public boolean hasUnit()
Unit can differ based on country, it is parameterized to include miles and kilometers.
optional .google.shopping.merchant.accounts.v1beta.Distance.Unit unit = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the unit field is set. |
hasValue()
public boolean hasValue()
Integer value of distance.
optional int64 value = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |
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 Distance.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Distance.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Distance.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Distance.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Distance.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Distance.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |