static ChangeType |
ChangeType.forNumber(int value) |
|
ChangeType |
ConfigChange.Builder.getChangeType() |
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
ChangeType |
ConfigChange.getChangeType() |
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
ChangeType |
ConfigChangeOrBuilder.getChangeType() |
The type for this change, either ADDED, REMOVED, or MODIFIED.
|
static ChangeType |
ChangeType.valueOf(int value) |
Deprecated.
|
static ChangeType |
ChangeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static ChangeType |
ChangeType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|