Uses of Enum
com.google.api.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in com.google.api
Methods in com.google.api that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeType
ChangeType.forNumber
(int value) ConfigChange.Builder.getChangeType()
The type for this change, either ADDED, REMOVED, or MODIFIED.ConfigChange.getChangeType()
The type for this change, either ADDED, REMOVED, or MODIFIED.ConfigChangeOrBuilder.getChangeType()
The type for this change, either ADDED, REMOVED, or MODIFIED.static ChangeType
ChangeType.valueOf
(int value) Deprecated.static ChangeType
ChangeType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ChangeType
Returns the enum constant of this type with the specified name.static ChangeType[]
ChangeType.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 ChangeTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ChangeType> ChangeType.internalGetValueMap()
Methods in com.google.api with parameters of type ChangeTypeModifier and TypeMethodDescriptionConfigChange.Builder.setChangeType
(ChangeType value) The type for this change, either ADDED, REMOVED, or MODIFIED.