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