Uses of Class
com.google.cloud.commerce.consumer.procurement.v1.Parameter.Value.KindCase
-
Packages that use Parameter.Value.KindCase Package Description com.google.cloud.commerce.consumer.procurement.v1 A client to Cloud Commerce Consumer Procurement API -
-
Uses of Parameter.Value.KindCase in com.google.cloud.commerce.consumer.procurement.v1
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return Parameter.Value.KindCase Modifier and Type Method Description static Parameter.Value.KindCase
Parameter.Value.KindCase. forNumber(int value)
Parameter.Value.KindCase
Parameter.Value.Builder. getKindCase()
Parameter.Value.KindCase
Parameter.Value. getKindCase()
Parameter.Value.KindCase
Parameter.ValueOrBuilder. getKindCase()
static Parameter.Value.KindCase
Parameter.Value.KindCase. valueOf(int value)
Deprecated.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.
-