Uses of Enum
com.google.api.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in com.google.api
Subclasses with type arguments of type ChangeType in com.google.apiModifier and TypeClassDescriptionenumClassifies set of possible modifications to an object in the service configuration.Methods in com.google.api that return ChangeTypeModifier and TypeMethodDescriptionstatic ChangeTypeChangeType.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 ChangeTypeChangeType.valueOf(int value) Deprecated.static ChangeTypeChangeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ChangeTypeReturns 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.