| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
static Event.EventType |
Event.EventType.forNumber(int value) |
Event.EventType |
Event.getType()
type is the kind of event.
|
Event.EventType |
Event.Builder.getType()
type is the kind of event.
|
Event.EventType |
EventOrBuilder.getType()
type is the kind of event.
|
static Event.EventType |
Event.EventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Event.EventType |
Event.EventType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Event.EventType |
Event.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.EventType[] |
Event.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Event.EventType> |
Event.EventType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.setType(Event.EventType value)
type is the kind of event.
|
Copyright © 2022. All rights reserved.