public static final class Region.PostalCodeArea.PostalCodeRange extends GeneratedMessageV3 implements Region.PostalCodeArea.PostalCodeRangeOrBuilder
A range of postal codes that defines the region area.
Protobuf type
google.shopping.merchant.accounts.v1beta.Region.PostalCodeArea.PostalCodeRange
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
BEGIN_FIELD_NUMBER
public static final int BEGIN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
END_FIELD_NUMBER
public static final int END_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Region.PostalCodeArea.PostalCodeRange getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Region.PostalCodeArea.PostalCodeRange.Builder newBuilder()
newBuilder(Region.PostalCodeArea.PostalCodeRange prototype)
public static Region.PostalCodeArea.PostalCodeRange.Builder newBuilder(Region.PostalCodeArea.PostalCodeRange prototype)
parseDelimitedFrom(InputStream input)
public static Region.PostalCodeArea.PostalCodeRange parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Region.PostalCodeArea.PostalCodeRange> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBegin()
Required. A postal code or a pattern of the form prefix* denoting the
inclusive lower bound of the range defining the area. Examples values:
94108
, 9410
, 9
.
string begin = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The begin.
|
getBeginBytes()
public ByteString getBeginBytes()
Required. A postal code or a pattern of the form prefix* denoting the
inclusive lower bound of the range defining the area. Examples values:
94108
, 9410
, 9
.
string begin = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for begin.
|
getDefaultInstanceForType()
public Region.PostalCodeArea.PostalCodeRange getDefaultInstanceForType()
getEnd()
Optional. A postal code or a pattern of the form prefix*
denoting the
inclusive upper bound of the range defining the area. It must have the
same length as postalCodeRangeBegin: if postalCodeRangeBegin is a
postal code then postalCodeRangeEnd must be a postal code too; if
postalCodeRangeBegin is a pattern then postalCodeRangeEnd must be a
pattern with the same prefix length. Optional: if not set, then the
area is defined as being all the postal codes matching
postalCodeRangeBegin.
string end = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The end.
|
getEndBytes()
public ByteString getEndBytes()
Optional. A postal code or a pattern of the form prefix*
denoting the
inclusive upper bound of the range defining the area. It must have the
same length as postalCodeRangeBegin: if postalCodeRangeBegin is a
postal code then postalCodeRangeEnd must be a postal code too; if
postalCodeRangeBegin is a pattern then postalCodeRangeEnd must be a
pattern with the same prefix length. Optional: if not set, then the
area is defined as being all the postal codes matching
postalCodeRangeBegin.
string end = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for end.
|
getParserForType()
public Parser<Region.PostalCodeArea.PostalCodeRange> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Region.PostalCodeArea.PostalCodeRange.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Region.PostalCodeArea.PostalCodeRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Region.PostalCodeArea.PostalCodeRange.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides