| Modifier and Type | Method and Description |
|---|---|
static Value.TypeCase |
Value.TypeCase.forNumber(int value) |
Value.TypeCase |
ValueOrBuilder.getTypeCase() |
Value.TypeCase |
Value.getTypeCase() |
Value.TypeCase |
Value.Builder.getTypeCase() |
static Value.TypeCase |
Value.TypeCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Value.TypeCase |
Value.TypeCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.TypeCase[] |
Value.TypeCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Google LLC. All rights reserved.