public enum ContextUpdateType extends Enum<ContextUpdateType> implements com.google.protobuf.ProtocolMessageEnum
io.axoniq.axonserver.grpc.admin.ContextUpdateType| Enum Constant and Description |
|---|
CREATED
new context has been created.
|
DELETED
context has been removed
|
UNRECOGNIZED |
UPDATED
context has been updated
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATED_VALUE
new context has been created.
|
static int |
DELETED_VALUE
context has been removed
|
static int |
UPDATED_VALUE
context has been updated
|
| Modifier and Type | Method and Description |
|---|---|
static ContextUpdateType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ContextUpdateType> |
internalGetValueMap() |
static ContextUpdateType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContextUpdateType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContextUpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextUpdateType CREATED
new context has been created.
CREATED = 0;public static final ContextUpdateType DELETED
context has been removed
DELETED = 1;public static final ContextUpdateType UPDATED
context has been updated
UPDATED = 2;public static final ContextUpdateType UNRECOGNIZED
public static final int CREATED_VALUE
new context has been created.
CREATED = 0;public static final int DELETED_VALUE
context has been removed
DELETED = 1;public static final int UPDATED_VALUE
context has been updated
UPDATED = 2;public static ContextUpdateType[] values()
for (ContextUpdateType c : ContextUpdateType.values()) System.out.println(c);
public static ContextUpdateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ContextUpdateType valueOf(int value)
forNumber(int) instead.public static ContextUpdateType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ContextUpdateType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ContextUpdateType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020–2023 AxonIQ BV. All rights reserved.