Interface StardocOutputProtos.ModuleExtensionInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StardocOutputProtos.ModuleExtensionInfo, StardocOutputProtos.ModuleExtensionInfo.Builder
Enclosing class:
StardocOutputProtos

public static interface StardocOutputProtos.ModuleExtensionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExtensionName

      String getExtensionName()
       The name under which the extension is made accessible to a user of this
       Starlark module.
       
      string extension_name = 1;
      Returns:
      The extensionName.
    • getExtensionNameBytes

      com.google.protobuf.ByteString getExtensionNameBytes()
       The name under which the extension is made accessible to a user of this
       Starlark module.
       
      string extension_name = 1;
      Returns:
      The bytes for extensionName.
    • getDocString

      String getDocString()
       The documentation string of the extension.
       
      string doc_string = 2;
      Returns:
      The docString.
    • getDocStringBytes

      com.google.protobuf.ByteString getDocStringBytes()
       The documentation string of the extension.
       
      string doc_string = 2;
      Returns:
      The bytes for docString.
    • getTagClassList

       The tag classes of the extension.
       
      repeated .stardoc_output.ModuleExtensionTagClassInfo tag_class = 3;
    • getTagClass

       The tag classes of the extension.
       
      repeated .stardoc_output.ModuleExtensionTagClassInfo tag_class = 3;
    • getTagClassCount

      int getTagClassCount()
       The tag classes of the extension.
       
      repeated .stardoc_output.ModuleExtensionTagClassInfo tag_class = 3;
    • getTagClassOrBuilderList

      List<? extends StardocOutputProtos.ModuleExtensionTagClassInfoOrBuilder> getTagClassOrBuilderList()
       The tag classes of the extension.
       
      repeated .stardoc_output.ModuleExtensionTagClassInfo tag_class = 3;
    • getTagClassOrBuilder

       The tag classes of the extension.
       
      repeated .stardoc_output.ModuleExtensionTagClassInfo tag_class = 3;
    • hasOriginKey

      boolean hasOriginKey()
       The Starlark module where the Bazel module extension was originally
       declared; origin_key.name is currently never set.
       TODO(arostovtsev): attempt to retrieve the name under which the module
       extension was originally declared if it was declared as a global.
       
      .stardoc_output.OriginKey origin_key = 4;
      Returns:
      Whether the originKey field is set.
    • getOriginKey

       The Starlark module where the Bazel module extension was originally
       declared; origin_key.name is currently never set.
       TODO(arostovtsev): attempt to retrieve the name under which the module
       extension was originally declared if it was declared as a global.
       
      .stardoc_output.OriginKey origin_key = 4;
      Returns:
      The originKey.
    • getOriginKeyOrBuilder

       The Starlark module where the Bazel module extension was originally
       declared; origin_key.name is currently never set.
       TODO(arostovtsev): attempt to retrieve the name under which the module
       extension was originally declared if it was declared as a global.
       
      .stardoc_output.OriginKey origin_key = 4;