Interface NotificationConfig.FilterOrBuilder (2.5.1)

public static interface NotificationConfig.FilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventType(int index)

public abstract NotificationConfig.EventType getEventType(int index)

Event types to allowlist.

repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for eventType.