Package Arp.System.Nm.Services.Grpc
Enum Class NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus
java.lang.Object
java.lang.Enum<NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus>
Arp.System.Nm.Services.Grpc.NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus>,Constable
- Enclosing class:
NotificationRegistrationStatusOuterClass
public static enum NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus
extends Enum<NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus>
implements com.google.protobuf.ProtocolMessageEnum
/ <summary> / Status information about the registration of a Notification / </summary>Protobuf enum
Arp.System.Nm.Services.Grpc.NotificationRegistrationStatus-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription/ <summary> / A sender registered the NotificationName / </summary>/ <summary> / A subscriber subscribed to the associated NotificationName, but it was not registered by a sender / </summary>/ <summary> / The sender unregistered the NotificationName / </summary> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap<NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus> static final int/ <summary> / A sender registered the NotificationName / </summary>static final int/ <summary> / A subscriber subscribed to the associated NotificationName, but it was not registered by a sender / </summary>static final int/ <summary> / The sender unregistered the NotificationName / </summary>private final intprivate static final NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus> valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NRS_Subscribed
public static final NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus NRS_Subscribed/ <summary> / A subscriber subscribed to the associated NotificationName, but it was not registered by a sender / </summary>
NRS_Subscribed = 0; -
NRS_Registered
public static final NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus NRS_Registered/ <summary> / A sender registered the NotificationName / </summary>
NRS_Registered = 1; -
NRS_Unregistered
public static final NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus NRS_Unregistered/ <summary> / The sender unregistered the NotificationName / </summary>
NRS_Unregistered = 2; -
UNRECOGNIZED
public static final NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus UNRECOGNIZED
-
-
Field Details
-
NRS_Subscribed_VALUE
public static final int NRS_Subscribed_VALUE/ <summary> / A subscriber subscribed to the associated NotificationName, but it was not registered by a sender / </summary>
NRS_Subscribed = 0;- See Also:
-
NRS_Registered_VALUE
public static final int NRS_Registered_VALUE/ <summary> / A sender registered the NotificationName / </summary>
NRS_Registered = 1;- See Also:
-
NRS_Unregistered_VALUE
public static final int NRS_Unregistered_VALUE/ <summary> / The sender unregistered the NotificationName / </summary>
NRS_Unregistered = 2;- See Also:
-
internalValueMap
private static final com.google.protobuf.Internal.EnumLiteMap<NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus> internalValueMap -
VALUES
private static final NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus[] VALUES -
value
private final int value
-
-
Constructor Details
-
NotificationRegistrationStatus
private NotificationRegistrationStatus(int value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus forNumber(int value) -
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static NotificationRegistrationStatusOuterClass.NotificationRegistrationStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-