Interface GeoInfoOrBuilder (0.14.1)

public interface GeoInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCity()

public abstract String getCity()

The geographic city. Eg. Sao Paulo

string city = 4;

Returns
TypeDescription
String

The city.

getCityBytes()

public abstract ByteString getCityBytes()

The geographic city. Eg. Sao Paulo

string city = 4;

Returns
TypeDescription
ByteString

The bytes for city.

getContinent()

public abstract String getContinent()

The geographic continent. Eg. Americas

string continent = 1;

Returns
TypeDescription
String

The continent.

getContinentBytes()

public abstract ByteString getContinentBytes()

The geographic continent. Eg. Americas

string continent = 1;

Returns
TypeDescription
ByteString

The bytes for continent.

getCountry()

public abstract String getCountry()

The geographic country. Eg. Brazil

string country = 2;

Returns
TypeDescription
String

The country.

getCountryBytes()

public abstract ByteString getCountryBytes()

The geographic country. Eg. Brazil

string country = 2;

Returns
TypeDescription
ByteString

The bytes for country.

getRegion()

public abstract String getRegion()

The geographic region. Eg. State of Sao Paulo

string region = 3;

Returns
TypeDescription
String

The region.

getRegionBytes()

public abstract ByteString getRegionBytes()

The geographic region. Eg. State of Sao Paulo

string region = 3;

Returns
TypeDescription
ByteString

The bytes for region.