Interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder

    • Method Detail

      • hasEdition

        boolean hasEdition()
        optional string edition = 1 [json_name = "edition"];
        Returns:
        Whether the edition field is set.
      • getEdition

        java.lang.String getEdition()
        optional string edition = 1 [json_name = "edition"];
        Returns:
        The edition.
      • getEditionBytes

        ByteString getEditionBytes()
        optional string edition = 1 [json_name = "edition"];
        Returns:
        The bytes for edition.
      • hasValue

        boolean hasValue()
        optional string value = 2 [json_name = "value"];
        Returns:
        Whether the value field is set.
      • getValue

        java.lang.String getValue()
        optional string value = 2 [json_name = "value"];
        Returns:
        The value.
      • getValueBytes

        ByteString getValueBytes()
        optional string value = 2 [json_name = "value"];
        Returns:
        The bytes for value.