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.EventType
NotificationConfig.EventType. forNumber(int value)
NotificationConfig.EventType
NotificationConfig.Filter.Builder. getEventType(int index)
Event types to allowlist.NotificationConfig.EventType
NotificationConfig.Filter. getEventType(int index)
Event types to allowlist.NotificationConfig.EventType
NotificationConfig.FilterOrBuilder. getEventType(int index)
Event types to allowlist.static NotificationConfig.EventType
NotificationConfig.EventType. valueOf(int value)
Deprecated.static NotificationConfig.EventType
NotificationConfig.EventType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NotificationConfig.EventType
NotificationConfig.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.Builder
NotificationConfig.Filter.Builder. addEventType(NotificationConfig.EventType value)
Event types to allowlist.NotificationConfig.Filter.Builder
NotificationConfig.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.Builder
NotificationConfig.Filter.Builder. addAllEventType(Iterable<? extends NotificationConfig.EventType> values)
Event types to allowlist.
-