Interface NotificationConfig.FilterOrBuilder (2.45.0)

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
Name Description
index int

The index of the element to return.

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

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

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

Parameter
Name Description
index int

The index of the value to return.

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

Returns
Type Description
List<Integer>

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