Interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DescriptorProtos.Edition getEdition()
      optional .google.protobuf.Edition edition = 3 [json_name = "edition"];
      java.lang.String getValue()
      optional string value = 2 [json_name = "value"];
      com.google.protobuf.ByteString getValueBytes()
      optional string value = 2 [json_name = "value"];
      boolean hasEdition()
      optional .google.protobuf.Edition edition = 3 [json_name = "edition"];
      boolean hasValue()
      optional string value = 2 [json_name = "value"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasEdition

        boolean hasEdition()
        optional .google.protobuf.Edition edition = 3 [json_name = "edition"];
        Returns:
        Whether the edition field is set.
      • getEdition

        DescriptorProtos.Edition getEdition()
        optional .google.protobuf.Edition edition = 3 [json_name = "edition"];
        Returns:
        The 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

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