| Modifier and Type | Method and Description |
|---|---|
static AddressComponent.ConfirmationLevel |
AddressComponent.ConfirmationLevel.forNumber(int value) |
AddressComponent.ConfirmationLevel |
AddressComponentOrBuilder.getConfirmationLevel()
Indicates the level of certainty that we have that the component
is correct.
|
AddressComponent.ConfirmationLevel |
AddressComponent.getConfirmationLevel()
Indicates the level of certainty that we have that the component
is correct.
|
AddressComponent.ConfirmationLevel |
AddressComponent.Builder.getConfirmationLevel()
Indicates the level of certainty that we have that the component
is correct.
|
static AddressComponent.ConfirmationLevel |
AddressComponent.ConfirmationLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AddressComponent.ConfirmationLevel |
AddressComponent.ConfirmationLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AddressComponent.ConfirmationLevel |
AddressComponent.ConfirmationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressComponent.ConfirmationLevel[] |
AddressComponent.ConfirmationLevel.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<AddressComponent.ConfirmationLevel> |
AddressComponent.ConfirmationLevel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AddressComponent.Builder |
AddressComponent.Builder.setConfirmationLevel(AddressComponent.ConfirmationLevel value)
Indicates the level of certainty that we have that the component
is correct.
|
Copyright © 2023 Google LLC. All rights reserved.