Interface Breakdown.RegionOrBuilder (0.2.0)

public static interface Breakdown.RegionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract String getCode()

The CLDR territory code

string code = 1;

Returns
Type Description
String

The code.

getCodeBytes()

public abstract ByteString getCodeBytes()

The CLDR territory code

string code = 1;

Returns
Type Description
ByteString

The bytes for code.

getName()

public abstract String getName()

The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The localized name of the region. For region with code='001' the value is 'All countries' or the equivalent in other languages.

string name = 2;

Returns
Type Description
ByteString

The bytes for name.