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