Uses of Enum
com.google.api.LabelDescriptor.ValueType
Packages that use LabelDescriptor.ValueType
-
Uses of LabelDescriptor.ValueType in com.google.api
Methods in com.google.api that return LabelDescriptor.ValueTypeModifier and TypeMethodDescriptionstatic LabelDescriptor.ValueType
LabelDescriptor.ValueType.forNumber
(int value) LabelDescriptor.Builder.getValueType()
The type of data that can be assigned to the label.LabelDescriptor.getValueType()
The type of data that can be assigned to the label.LabelDescriptorOrBuilder.getValueType()
The type of data that can be assigned to the label.static LabelDescriptor.ValueType
LabelDescriptor.ValueType.valueOf
(int value) Deprecated.static LabelDescriptor.ValueType
LabelDescriptor.ValueType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LabelDescriptor.ValueType
Returns the enum constant of this type with the specified name.static LabelDescriptor.ValueType[]
LabelDescriptor.ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api that return types with arguments of type LabelDescriptor.ValueTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<LabelDescriptor.ValueType> LabelDescriptor.ValueType.internalGetValueMap()
Methods in com.google.api with parameters of type LabelDescriptor.ValueTypeModifier and TypeMethodDescriptionLabelDescriptor.Builder.setValueType
(LabelDescriptor.ValueType value) The type of data that can be assigned to the label.