Interface ProductAttributes.DisplayAddressOrBuilder (1.23.0)

public static interface ProductAttributes.DisplayAddressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCity()

public abstract String getCity()

The city such as Seattle, New York, etc.

string city = 3;

Returns
Type Description
String

The city.

getCityBytes()

public abstract ByteString getCityBytes()

The city such as Seattle, New York, etc.

string city = 3;

Returns
Type Description
ByteString

The bytes for city.

getPostalCode()

public abstract String getPostalCode()

The postal code, such as 94043.

string postal_code = 5;

Returns
Type Description
String

The postalCode.

getPostalCodeBytes()

public abstract ByteString getPostalCodeBytes()

The postal code, such as 94043.

string postal_code = 5;

Returns
Type Description
ByteString

The bytes for postalCode.

getRegion()

public abstract String getRegion()

The region(state), such as WA, OH, etc.

string region = 4;

Returns
Type Description
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

The region(state), such as WA, OH, etc.

string region = 4;

Returns
Type Description
ByteString

The bytes for region.

getStreetName()

public abstract String getStreetName()

The street name.

string street_name = 2;

Returns
Type Description
String

The streetName.

getStreetNameBytes()

public abstract ByteString getStreetNameBytes()

The street name.

string street_name = 2;

Returns
Type Description
ByteString

The bytes for streetName.

getStreetNumber()

public abstract String getStreetNumber()

The street number.

string street_number = 1;

Returns
Type Description
String

The streetNumber.

getStreetNumberBytes()

public abstract ByteString getStreetNumberBytes()

The street number.

string street_number = 1;

Returns
Type Description
ByteString

The bytes for streetNumber.