Package viam.app.v1
Interface App.GetModuleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.GetModuleRequest
,App.GetModuleRequest.Builder
- Enclosing class:
- App
public static interface App.GetModuleRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)com.google.protobuf.ByteString
The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)boolean
optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getModuleId
String getModuleId()The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)
string module_id = 1 [json_name = "moduleId"];
- Returns:
- The moduleId.
-
getModuleIdBytes
com.google.protobuf.ByteString getModuleIdBytes()The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)
string module_id = 1 [json_name = "moduleId"];
- Returns:
- The bytes for moduleId.
-
hasIncludeMarkdownDocumentation
boolean hasIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
- Returns:
- Whether the includeMarkdownDocumentation field is set.
-
getIncludeMarkdownDocumentation
boolean getIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
- Returns:
- The includeMarkdownDocumentation.
-