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