public interface GeoInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCity()
public abstract String getCity()
The geographic city. Eg. Sao Paulo
string city = 4;
Returns | |
---|---|
Type | Description |
String |
The city. |
getCityBytes()
public abstract ByteString getCityBytes()
The geographic city. Eg. Sao Paulo
string city = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for city. |
getContinent()
public abstract String getContinent()
The geographic continent. Eg. Americas
string continent = 1;
Returns | |
---|---|
Type | Description |
String |
The continent. |
getContinentBytes()
public abstract ByteString getContinentBytes()
The geographic continent. Eg. Americas
string continent = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for continent. |
getCountry()
public abstract String getCountry()
The geographic country. Eg. Brazil
string country = 2;
Returns | |
---|---|
Type | Description |
String |
The country. |
getCountryBytes()
public abstract ByteString getCountryBytes()
The geographic country. Eg. Brazil
string country = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for country. |
getRegion()
public abstract String getRegion()
The geographic region. Eg. State of Sao Paulo
string region = 3;
Returns | |
---|---|
Type | Description |
String |
The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()
The geographic region. Eg. State of Sao Paulo
string region = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for region. |