Interface DescriptorProtos.FieldOptions.EditionDefaultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEdition()
      optional string edition = 1;
      com.google.protobuf.ByteString getEditionBytes()
      optional string edition = 1;
      java.lang.String getValue()
      Textproto value.
      com.google.protobuf.ByteString getValueBytes()
      Textproto value.
      boolean hasEdition()
      optional string edition = 1;
      boolean hasValue()
      Textproto value.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasEdition

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

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

        com.google.protobuf.ByteString getEditionBytes()
        optional string edition = 1;
        Returns:
        The bytes for edition.
      • hasValue

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

        java.lang.String getValue()
         Textproto value.
         
        optional string value = 2;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         Textproto value.
         
        optional string value = 2;
        Returns:
        The bytes for value.