Uses of Class
com.google.cloud.retail.v2.Model.PeriodicTuningState
-
Packages that use Model.PeriodicTuningState Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of Model.PeriodicTuningState in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return Model.PeriodicTuningState Modifier and Type Method Description static Model.PeriodicTuningState
Model.PeriodicTuningState. forNumber(int value)
Model.PeriodicTuningState
Model.Builder. getPeriodicTuningState()
Optional.Model.PeriodicTuningState
Model. getPeriodicTuningState()
Optional.Model.PeriodicTuningState
ModelOrBuilder. getPeriodicTuningState()
Optional.static Model.PeriodicTuningState
Model.PeriodicTuningState. valueOf(int value)
Deprecated.static Model.PeriodicTuningState
Model.PeriodicTuningState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Model.PeriodicTuningState
Model.PeriodicTuningState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model.PeriodicTuningState[]
Model.PeriodicTuningState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.retail.v2 that return types with arguments of type Model.PeriodicTuningState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Model.PeriodicTuningState>
Model.PeriodicTuningState. internalGetValueMap()
Methods in com.google.cloud.retail.v2 with parameters of type Model.PeriodicTuningState Modifier and Type Method Description Model.Builder
Model.Builder. setPeriodicTuningState(Model.PeriodicTuningState value)
Optional.
-