public static final class TaxRule.TaxPostalCodeRange extends GeneratedMessageV3 implements TaxRule.TaxPostalCodeRangeOrBuilder
A range of postal codes that defines the area.
Protobuf type google.shopping.merchant.accounts.v1beta.TaxRule.TaxPostalCodeRange
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
END_FIELD_NUMBER
public static final int END_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_FIELD_NUMBER
public static final int START_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TaxRule.TaxPostalCodeRange getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TaxRule.TaxPostalCodeRange.Builder newBuilder()
newBuilder(TaxRule.TaxPostalCodeRange prototype)
public static TaxRule.TaxPostalCodeRange.Builder newBuilder(TaxRule.TaxPostalCodeRange prototype)
parseDelimitedFrom(InputStream input)
public static TaxRule.TaxPostalCodeRange parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TaxRule.TaxPostalCodeRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TaxRule.TaxPostalCodeRange parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TaxRule.TaxPostalCodeRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TaxRule.TaxPostalCodeRange parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TaxRule.TaxPostalCodeRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static TaxRule.TaxPostalCodeRange parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TaxRule.TaxPostalCodeRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static TaxRule.TaxPostalCodeRange parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TaxRule.TaxPostalCodeRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TaxRule.TaxPostalCodeRange parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TaxRule.TaxPostalCodeRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TaxRule.TaxPostalCodeRange> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public TaxRule.TaxPostalCodeRange getDefaultInstanceForType()
getEnd()
The end of the postal code range. Will be the same as start if not
specified.
string end = 2;
Returns |
Type |
Description |
String |
The end.
|
getEndBytes()
public ByteString getEndBytes()
The end of the postal code range. Will be the same as start if not
specified.
string end = 2;
Returns |
Type |
Description |
ByteString |
The bytes for end.
|
getParserForType()
public Parser<TaxRule.TaxPostalCodeRange> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStart()
Required. The start of the postal code range, which is also the smallest
in the range.
string start = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The start.
|
getStartBytes()
public ByteString getStartBytes()
Required. The start of the postal code range, which is also the smallest
in the range.
string start = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for start.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TaxRule.TaxPostalCodeRange.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TaxRule.TaxPostalCodeRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TaxRule.TaxPostalCodeRange.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides