Interface EnumType_OrBuilder

    • Method Detail

      • getValues

        @Nonnull
        java.util.List<EnumValue> getValues()
        Returns:
        The values value.
      • hasValues

        boolean hasValues()
        Returns:
        If values is present.
      • numValues

        int numValues()
        Returns:
        Number of entries in values.
      • getAnnotations

        java.util.Map<java.lang.String,​java.lang.String> getAnnotations()
        Returns:
        The annotations value.
      • optionalAnnotations

        @Nonnull
        java.util.Optional<java.util.Map<java.lang.String,​java.lang.String>> optionalAnnotations()
        Returns:
        Optional annotations value.
      • hasAnnotations

        boolean hasAnnotations()
        Returns:
        If annotations is present.
      • numAnnotations

        int numAnnotations()
        Returns:
        Number of entries in annotations.