Interface DescriptorProtos.FeatureSetDefaultsOrBuilder

    • Method Detail

      • getDefaultsCount

        int getDefaultsCount()
        repeated .google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault defaults = 1;
      • hasMinimumEdition

        boolean hasMinimumEdition()
         The minimum supported edition (inclusive) when this was constructed.
         Editions before this will not have defaults.
         
        optional .google.protobuf.Edition minimum_edition = 4;
        Returns:
        Whether the minimumEdition field is set.
      • getMinimumEdition

        DescriptorProtos.Edition getMinimumEdition()
         The minimum supported edition (inclusive) when this was constructed.
         Editions before this will not have defaults.
         
        optional .google.protobuf.Edition minimum_edition = 4;
        Returns:
        The minimumEdition.
      • hasMaximumEdition

        boolean hasMaximumEdition()
         The maximum known edition (inclusive) when this was constructed. Editions
         after this will not have reliable defaults.
         
        optional .google.protobuf.Edition maximum_edition = 5;
        Returns:
        Whether the maximumEdition field is set.
      • getMaximumEdition

        DescriptorProtos.Edition getMaximumEdition()
         The maximum known edition (inclusive) when this was constructed. Editions
         after this will not have reliable defaults.
         
        optional .google.protobuf.Edition maximum_edition = 5;
        Returns:
        The maximumEdition.