Class StardocOutputProtos.RepositoryRuleInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.RepositoryRuleInfo
All Implemented Interfaces:
StardocOutputProtos.RepositoryRuleInfoOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
StardocOutputProtos

public static final class StardocOutputProtos.RepositoryRuleInfo extends com.google.protobuf.GeneratedMessage implements StardocOutputProtos.RepositoryRuleInfoOrBuilder
 Representation of a Bazel repository rule, i.e. the object returned by
 calling `repository_rule(...)`.

 Note: legacy Stardoc (0.5.x and earlier) does not emit this message, instead
 using RuleInfo.
 
Protobuf type stardoc_output.RepositoryRuleInfo
See Also: