Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
static Value.KindCase |
Value.KindCase.forNumber(int value) |
Value.KindCase |
ValueOrBuilder.getKindCase() |
Value.KindCase |
Value.getKindCase() |
Value.KindCase |
Value.Builder.getKindCase() |
static Value.KindCase |
Value.KindCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Value.KindCase |
Value.KindCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.KindCase[] |
Value.KindCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2016 Google. All rights reserved.