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