Package com.google.container.v1
Interface NotificationConfig.FilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotificationConfig.Filter,NotificationConfig.Filter.Builder
- Enclosing class:
- NotificationConfig
public static interface NotificationConfig.FilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationConfig.EventTypegetEventType(int index)Event types to allowlist.intgetEventTypeCount()Event types to allowlist.List<NotificationConfig.EventType>getEventTypeList()Event types to allowlist.intgetEventTypeValue(int index)Event types to allowlist.List<Integer>getEventTypeValueList()Event types to allowlist.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEventTypeList
List<NotificationConfig.EventType> getEventTypeList()
Event types to allowlist.
repeated .google.container.v1.NotificationConfig.EventType event_type = 1;- Returns:
- A list containing the eventType.
-
getEventTypeCount
int getEventTypeCount()
Event types to allowlist.
repeated .google.container.v1.NotificationConfig.EventType event_type = 1;- Returns:
- The count of eventType.
-
getEventType
NotificationConfig.EventType getEventType(int index)
Event types to allowlist.
repeated .google.container.v1.NotificationConfig.EventType event_type = 1;- Parameters:
index- The index of the element to return.- Returns:
- The eventType at the given index.
-
getEventTypeValueList
List<Integer> getEventTypeValueList()
Event types to allowlist.
repeated .google.container.v1.NotificationConfig.EventType event_type = 1;- Returns:
- A list containing the enum numeric values on the wire for eventType.
-
getEventTypeValue
int getEventTypeValue(int index)
Event types to allowlist.
repeated .google.container.v1.NotificationConfig.EventType event_type = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of eventType at the given index.
-
-