| Modifier and Type | Method and Description |
|---|---|
static Location.LocationType |
Location.LocationType.forNumber(int value) |
Location.LocationType |
LocationOrBuilder.getLocationType()
The type of a location, which corresponds to the address lines field of
[google.type.PostalAddress][google.type.PostalAddress].
|
Location.LocationType |
Location.getLocationType()
The type of a location, which corresponds to the address lines field of
[google.type.PostalAddress][google.type.PostalAddress].
|
Location.LocationType |
Location.Builder.getLocationType()
The type of a location, which corresponds to the address lines field of
[google.type.PostalAddress][google.type.PostalAddress].
|
static Location.LocationType |
Location.LocationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Location.LocationType |
Location.LocationType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Location.LocationType |
Location.LocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location.LocationType[] |
Location.LocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Location.LocationType> |
Location.LocationType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.setLocationType(Location.LocationType value)
The type of a location, which corresponds to the address lines field of
[google.type.PostalAddress][google.type.PostalAddress].
|
Copyright © 2019 Google LLC. All rights reserved.