Interface Resources.AllowNewOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Resources.AllowNew, Resources.AllowNew.Builder
    Enclosing class:
    Resources

    public static interface Resources.AllowNewOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      Any comment associated with the declaration.
      com.google.protobuf.ByteString getCommentBytes()
      Any comment associated with the declaration.
      Resources.Source getSource()
      Where this was defined in source.
      Resources.SourceOrBuilder getSourceOrBuilder()
      Where this was defined in source.
      boolean hasSource()
      Where this was defined in source.
      • 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

      • hasSource

        boolean hasSource()
         Where this was defined in source.
         
        .aapt.pb.Source source = 1;
        Returns:
        Whether the source field is set.
      • getSource

        Resources.Source getSource()
         Where this was defined in source.
         
        .aapt.pb.Source source = 1;
        Returns:
        The source.
      • getSourceOrBuilder

        Resources.SourceOrBuilder getSourceOrBuilder()
         Where this was defined in source.
         
        .aapt.pb.Source source = 1;
      • getComment

        java.lang.String getComment()
         Any comment associated with the declaration.
         
        string comment = 2;
        Returns:
        The comment.
      • getCommentBytes

        com.google.protobuf.ByteString getCommentBytes()
         Any comment associated with the declaration.
         
        string comment = 2;
        Returns:
        The bytes for comment.