Uses of Class
com.google.shopping.type.Weight.WeightUnit
-
Packages that use Weight.WeightUnit Package Description com.google.shopping.type -
-
Uses of Weight.WeightUnit in com.google.shopping.type
Methods in com.google.shopping.type that return Weight.WeightUnit Modifier and Type Method Description static Weight.WeightUnit
Weight.WeightUnit. forNumber(int value)
Weight.WeightUnit
Weight.Builder. getUnit()
Required.Weight.WeightUnit
Weight. getUnit()
Required.Weight.WeightUnit
WeightOrBuilder. getUnit()
Required.static Weight.WeightUnit
Weight.WeightUnit. valueOf(int value)
Deprecated.static Weight.WeightUnit
Weight.WeightUnit. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Weight.WeightUnit
Weight.WeightUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Weight.WeightUnit[]
Weight.WeightUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.shopping.type that return types with arguments of type Weight.WeightUnit Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Weight.WeightUnit>
Weight.WeightUnit. internalGetValueMap()
Methods in com.google.shopping.type with parameters of type Weight.WeightUnit Modifier and Type Method Description Weight.Builder
Weight.Builder. setUnit(Weight.WeightUnit value)
Required.
-