RegionFlag

enum RegionFlag : ProtocolMessageEnum
Enumerates condition flags which may be applied to a given region.
Protobuf enum elide.app.RegionFlag

Entries

Link copied to clipboard

Properties

Link copied to clipboard
Specifies an unrecognized region state flag which is backwards-incompatible with this protocol.
REGION_FLAG_UNRECOGNIZED = 0;

Functions

Link copied to clipboard
open fun forNumber(value: Int): RegionFlag
Link copied to clipboard
fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<RegionFlag>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): RegionFlag
open fun valueOf(value: Int): RegionFlag

open fun valueOf(name: String): RegionFlag

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<RegionFlag>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.