Interface Resources.VisibilityOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      The comment associated with the <public> tag.
      com.google.protobuf.ByteString getCommentBytes()
      The comment associated with the <public> tag.
      Resources.Visibility.Level getLevel()
      .aapt.pb.Visibility.Level level = 1;
      int getLevelValue()
      .aapt.pb.Visibility.Level level = 1;
      Resources.Source getSource()
      The path at which this entry's visibility was defined (eg.
      Resources.SourceOrBuilder getSourceOrBuilder()
      The path at which this entry's visibility was defined (eg.
      boolean getStagedApi()
      Indicates that the resource id may change across builds and that the public R.java identifier for this resource should not be final.
      boolean hasSource()
      The path at which this entry's visibility was defined (eg.
      • 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

      • getLevelValue

        int getLevelValue()
        .aapt.pb.Visibility.Level level = 1;
        Returns:
        The enum numeric value on the wire for level.
      • hasSource

        boolean hasSource()
         The path at which this entry's visibility was defined (eg. public.xml).
         
        .aapt.pb.Source source = 2;
        Returns:
        Whether the source field is set.
      • getSource

        Resources.Source getSource()
         The path at which this entry's visibility was defined (eg. public.xml).
         
        .aapt.pb.Source source = 2;
        Returns:
        The source.
      • getSourceOrBuilder

        Resources.SourceOrBuilder getSourceOrBuilder()
         The path at which this entry's visibility was defined (eg. public.xml).
         
        .aapt.pb.Source source = 2;
      • getComment

        java.lang.String getComment()
         The comment associated with the <public> tag.
         
        string comment = 3;
        Returns:
        The comment.
      • getCommentBytes

        com.google.protobuf.ByteString getCommentBytes()
         The comment associated with the <public> tag.
         
        string comment = 3;
        Returns:
        The bytes for comment.
      • getStagedApi

        boolean getStagedApi()
         Indicates that the resource id may change across builds and that the public R.java identifier
         for this resource should not be final. This is set to `true` for resources in `staging-group`
         tags.
         
        bool staged_api = 4;
        Returns:
        The stagedApi.