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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Region.PostalCodeArea.PostalCodeRangeStatic 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()
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Region.PostalCodeArea.PostalCodeRange.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange.Builder |
newBuilder(Region.PostalCodeArea.PostalCodeRange prototype)
public static Region.PostalCodeArea.PostalCodeRange.Builder newBuilder(Region.PostalCodeArea.PostalCodeRange prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Region.PostalCodeArea.PostalCodeRange |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange.Builder |
parseDelimitedFrom(InputStream input)
public static Region.PostalCodeArea.PostalCodeRange parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Region.PostalCodeArea.PostalCodeRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Region.PostalCodeArea.PostalCodeRange> parser()
Returns | |
---|---|
Type | Description |
Parser<PostalCodeRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getBegin()
public String 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()
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange |
getEnd()
public String 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()
Returns | |
---|---|
Type | Description |
Parser<PostalCodeRange> |
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 Region.PostalCodeArea.PostalCodeRange.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Region.PostalCodeArea.PostalCodeRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Region.PostalCodeArea.PostalCodeRange.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Region.PostalCodeArea.PostalCodeRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |