Uses of Enum
com.google.api.LabelDescriptor.ValueType
Packages that use LabelDescriptor.ValueType
-
Uses of LabelDescriptor.ValueType in com.google.api
Subclasses with type arguments of type LabelDescriptor.ValueType in com.google.apiModifier and TypeClassDescriptionstatic enumValue types that can be used as label values.Methods in com.google.api that return LabelDescriptor.ValueTypeModifier and TypeMethodDescriptionstatic LabelDescriptor.ValueTypeLabelDescriptor.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.ValueTypeLabelDescriptor.ValueType.valueOf(int value) Deprecated.static LabelDescriptor.ValueTypeLabelDescriptor.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LabelDescriptor.ValueTypeReturns 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.