public interface EventLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCity()
public abstract String getCity()Optional. The name of the city where the event occurred.
string city = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The city. |
getCityBytes()
public abstract ByteString getCityBytes()Optional. The name of the city where the event occurred.
string city = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for city. |
getContinentCode()
public abstract String getContinentCode()Optional. The continent code in UN M49 format where the event occurred.
string continent_code = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The continentCode. |
getContinentCodeBytes()
public abstract ByteString getContinentCodeBytes()Optional. The continent code in UN M49 format where the event occurred.
string continent_code = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for continentCode. |
getRegionCode()
public abstract String getRegionCode()Optional. The 2-letter CLDR region code of the user's address.
string region_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The regionCode. |
getRegionCodeBytes()
public abstract ByteString getRegionCodeBytes()Optional. The 2-letter CLDR region code of the user's address.
string region_code = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for regionCode. |
getStoreId()
public abstract String getStoreId()Optional. Required for Store Sales. The identifier to represent a physical store where the event happened.
string store_id = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The storeId. |
getStoreIdBytes()
public abstract ByteString getStoreIdBytes()Optional. Required for Store Sales. The identifier to represent a physical store where the event happened.
string store_id = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for storeId. |
getSubcontinentCode()
public abstract String getSubcontinentCode()Optional. The subcontinent code in UN M49 format where the event occurred.
string subcontinent_code = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The subcontinentCode. |
getSubcontinentCodeBytes()
public abstract ByteString getSubcontinentCodeBytes()Optional. The subcontinent code in UN M49 format where the event occurred.
string subcontinent_code = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subcontinentCode. |
getSubdivisionCode()
public abstract String getSubdivisionCode()Optional. The ISO 3166-2 subdivision code where the event occurred.
string subdivision_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The subdivisionCode. |
getSubdivisionCodeBytes()
public abstract ByteString getSubdivisionCodeBytes()Optional. The ISO 3166-2 subdivision code where the event occurred.
string subdivision_code = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subdivisionCode. |