Uses of Class
com.google.cloud.retail.v2alpha.Model.DataState
-
Packages that use Model.DataState Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of Model.DataState in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return Model.DataState Modifier and Type Method Description static Model.DataState
Model.DataState. forNumber(int value)
Model.DataState
Model.Builder. getDataState()
Output only.Model.DataState
Model. getDataState()
Output only.Model.DataState
ModelOrBuilder. getDataState()
Output only.static Model.DataState
Model.DataState. valueOf(int value)
Deprecated.static Model.DataState
Model.DataState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Model.DataState
Model.DataState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model.DataState[]
Model.DataState. 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.DataState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Model.DataState>
Model.DataState. internalGetValueMap()
Methods in com.google.cloud.retail.v2alpha with parameters of type Model.DataState Modifier and Type Method Description Model.Builder
Model.Builder. setDataState(Model.DataState value)
Output only.
-