| Modifier and Type | Method and Description |
|---|---|
static MemcacheVersion |
MemcacheVersion.forNumber(int value) |
MemcacheVersion |
InstanceOrBuilder.getMemcacheVersion()
The major version of Memcached software.
|
MemcacheVersion |
Instance.getMemcacheVersion()
The major version of Memcached software.
|
MemcacheVersion |
Instance.Builder.getMemcacheVersion()
The major version of Memcached software.
|
static MemcacheVersion |
MemcacheVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MemcacheVersion |
MemcacheVersion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MemcacheVersion |
MemcacheVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemcacheVersion[] |
MemcacheVersion.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<MemcacheVersion> |
MemcacheVersion.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.setMemcacheVersion(MemcacheVersion value)
The major version of Memcached software.
|
Copyright © 2024 Google LLC. All rights reserved.