Interface Resources.StagedIdOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Resources.Source getSource()
      .aapt.pb.Source source = 1;
      Resources.SourceOrBuilder getSourceOrBuilder()
      .aapt.pb.Source source = 1;
      int getStagedId()
      uint32 staged_id = 2;
      boolean hasSource()
      .aapt.pb.Source source = 1;
      • 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()
        .aapt.pb.Source source = 1;
        Returns:
        Whether the source field is set.
      • getSource

        Resources.Source getSource()
        .aapt.pb.Source source = 1;
        Returns:
        The source.
      • getStagedId

        int getStagedId()
        uint32 staged_id = 2;
        Returns:
        The stagedId.