public static interface NotificationConfig.FilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventType(int index)
public abstract NotificationConfig.EventType getEventType(int index)Event types to allowlist.
repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| NotificationConfig.EventType | The eventType at the given index. |
getEventTypeCount()
public abstract int getEventTypeCount()Event types to allowlist.
repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
| Type | Description |
| int | The count of eventType. |
getEventTypeList()
public abstract List<NotificationConfig.EventType> getEventTypeList()Event types to allowlist.
repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
| Type | Description |
| List<EventType> | A list containing the eventType. |
getEventTypeValue(int index)
public abstract int getEventTypeValue(int index)Event types to allowlist.
repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| int | The enum numeric value on the wire of eventType at the given index. |
getEventTypeValueList()
public abstract List<Integer> getEventTypeValueList()Event types to allowlist.
repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
| Type | Description |
| List<Integer> | A list containing the enum numeric values on the wire for eventType. |