Uses of Class
com.google.cloud.advisorynotifications.v1.LocalizationState
-
Packages that use LocalizationState Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of LocalizationState in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return LocalizationState Modifier and Type Method Description static LocalizationState
LocalizationState. forNumber(int value)
LocalizationState
Text.Builder. getLocalizationState()
Status of the localization.LocalizationState
Text. getLocalizationState()
Status of the localization.LocalizationState
TextOrBuilder. getLocalizationState()
Status of the localization.static LocalizationState
LocalizationState. valueOf(int value)
Deprecated.static LocalizationState
LocalizationState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LocalizationState
LocalizationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalizationState[]
LocalizationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type LocalizationState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LocalizationState>
LocalizationState. internalGetValueMap()
Methods in com.google.cloud.advisorynotifications.v1 with parameters of type LocalizationState Modifier and Type Method Description Text.Builder
Text.Builder. setLocalizationState(LocalizationState value)
Status of the localization.
-