Uses of Class
com.google.container.v1beta1.NotificationConfig.EventType
-
Packages that use NotificationConfig.EventType Package Description com.google.container.v1beta1 -
-
Uses of NotificationConfig.EventType in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return NotificationConfig.EventType Modifier and Type Method Description static NotificationConfig.EventTypeNotificationConfig.EventType. forNumber(int value)NotificationConfig.EventTypeNotificationConfig.Filter.Builder. getEventType(int index)Event types to allowlist.NotificationConfig.EventTypeNotificationConfig.Filter. getEventType(int index)Event types to allowlist.NotificationConfig.EventTypeNotificationConfig.FilterOrBuilder. getEventType(int index)Event types to allowlist.static NotificationConfig.EventTypeNotificationConfig.EventType. valueOf(int value)Deprecated.static NotificationConfig.EventTypeNotificationConfig.EventType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NotificationConfig.EventTypeNotificationConfig.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationConfig.EventType[]NotificationConfig.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type NotificationConfig.EventType Modifier and Type Method Description List<NotificationConfig.EventType>NotificationConfig.Filter.Builder. getEventTypeList()Event types to allowlist.List<NotificationConfig.EventType>NotificationConfig.Filter. getEventTypeList()Event types to allowlist.List<NotificationConfig.EventType>NotificationConfig.FilterOrBuilder. getEventTypeList()Event types to allowlist.static com.google.protobuf.Internal.EnumLiteMap<NotificationConfig.EventType>NotificationConfig.EventType. internalGetValueMap()Methods in com.google.container.v1beta1 with parameters of type NotificationConfig.EventType Modifier and Type Method Description NotificationConfig.Filter.BuilderNotificationConfig.Filter.Builder. addEventType(NotificationConfig.EventType value)Event types to allowlist.NotificationConfig.Filter.BuilderNotificationConfig.Filter.Builder. setEventType(int index, NotificationConfig.EventType value)Event types to allowlist.Method parameters in com.google.container.v1beta1 with type arguments of type NotificationConfig.EventType Modifier and Type Method Description NotificationConfig.Filter.BuilderNotificationConfig.Filter.Builder. addAllEventType(Iterable<? extends NotificationConfig.EventType> values)Event types to allowlist.
-