| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
static Compare.CompareTarget |
Compare.CompareTarget.forNumber(int value) |
Compare.CompareTarget |
CompareOrBuilder.getTarget()
target is the key-value field to inspect for the comparison.
|
Compare.CompareTarget |
Compare.getTarget()
target is the key-value field to inspect for the comparison.
|
Compare.CompareTarget |
Compare.Builder.getTarget()
target is the key-value field to inspect for the comparison.
|
static Compare.CompareTarget |
Compare.CompareTarget.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Compare.CompareTarget |
Compare.CompareTarget.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Compare.CompareTarget |
Compare.CompareTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compare.CompareTarget[] |
Compare.CompareTarget.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<Compare.CompareTarget> |
Compare.CompareTarget.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Compare.Builder |
Compare.Builder.setTarget(Compare.CompareTarget value)
target is the key-value field to inspect for the comparison.
|
Copyright © 2022. All rights reserved.