Interface NotificationConfig.FilterOrBuilder

    • Method Detail

      • getEventTypeList

        List<NotificationConfig.EventType> getEventTypeList()
         Event types to allowlist.
         
        repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
        Returns:
        A list containing the eventType.
      • getEventTypeCount

        int getEventTypeCount()
         Event types to allowlist.
         
        repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
        Returns:
        The count of eventType.
      • getEventType

        NotificationConfig.EventType getEventType​(int index)
         Event types to allowlist.
         
        repeated .google.container.v1beta1.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.v1beta1.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.v1beta1.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.