Uses of Enum
com.google.api.Property.PropertyType
Packages that use Property.PropertyType
-
Uses of Property.PropertyType in com.google.api
Methods in com.google.api that return Property.PropertyTypeModifier and TypeMethodDescriptionstatic Property.PropertyTypeProperty.PropertyType.forNumber(int value) Property.Builder.getType()The type of this property.Property.getType()The type of this property.PropertyOrBuilder.getType()The type of this property.static Property.PropertyTypeProperty.PropertyType.valueOf(int value) Deprecated.static Property.PropertyTypeProperty.PropertyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Property.PropertyTypeReturns the enum constant of this type with the specified name.static Property.PropertyType[]Property.PropertyType.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 Property.PropertyTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Property.PropertyType>Property.PropertyType.internalGetValueMap()Methods in com.google.api with parameters of type Property.PropertyTypeModifier and TypeMethodDescriptionProperty.Builder.setType(Property.PropertyType value) The type of this property.