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 Summary
Modifier and TypeMethodDescriptionThe documentation string of the extension.com.google.protobuf.ByteStringThe documentation string of the extension.The name under which the extension is made accessible to a user of this Starlark module.com.google.protobuf.ByteStringThe name under which the extension is made accessible to a user of this Starlark module.The Starlark module where the Bazel module extension was originally declared; origin_key.name is currently never set.The Starlark module where the Bazel module extension was originally declared; origin_key.name is currently never set.getTagClass(int index) The tag classes of the extension.intThe tag classes of the extension.The tag classes of the extension.getTagClassOrBuilder(int index) The tag classes of the extension.The tag classes of the extension.booleanThe Starlark module where the Bazel module extension was originally declared; origin_key.name is currently never set.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<StardocOutputProtos.ModuleExtensionTagClassInfo> 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
StardocOutputProtos.OriginKey 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
StardocOutputProtos.OriginKeyOrBuilder 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;
-