Package viam.app.v1

Class App.GetModuleRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.GetModuleRequest,App.GetModuleRequest.Builder>
viam.app.v1.App.GetModuleRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, App.GetModuleRequestOrBuilder
Enclosing class:
App.GetModuleRequest

public static final class App.GetModuleRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<App.GetModuleRequest,App.GetModuleRequest.Builder> implements App.GetModuleRequestOrBuilder
Protobuf type viam.app.v1.GetModuleRequest
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
    boolean
    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"];
    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)
    setModuleIdBytes(com.google.protobuf.ByteString value)
    The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getModuleId

      public 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"];
      Specified by:
      getModuleId in interface App.GetModuleRequestOrBuilder
      Returns:
      The moduleId.
    • getModuleIdBytes

      public 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"];
      Specified by:
      getModuleIdBytes in interface App.GetModuleRequestOrBuilder
      Returns:
      The bytes for moduleId.
    • setModuleId

      public App.GetModuleRequest.Builder setModuleId(String value)
       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"];
      Parameters:
      value - The moduleId to set.
      Returns:
      This builder for chaining.
    • clearModuleId

      public App.GetModuleRequest.Builder clearModuleId()
       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:
      This builder for chaining.
    • setModuleIdBytes

      public App.GetModuleRequest.Builder setModuleIdBytes(com.google.protobuf.ByteString value)
       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"];
      Parameters:
      value - The bytes for moduleId to set.
      Returns:
      This builder for chaining.
    • hasIncludeMarkdownDocumentation

      public boolean hasIncludeMarkdownDocumentation()
      optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
      Specified by:
      hasIncludeMarkdownDocumentation in interface App.GetModuleRequestOrBuilder
      Returns:
      Whether the includeMarkdownDocumentation field is set.
    • getIncludeMarkdownDocumentation

      public boolean getIncludeMarkdownDocumentation()
      optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
      Specified by:
      getIncludeMarkdownDocumentation in interface App.GetModuleRequestOrBuilder
      Returns:
      The includeMarkdownDocumentation.
    • setIncludeMarkdownDocumentation

      public App.GetModuleRequest.Builder setIncludeMarkdownDocumentation(boolean value)
      optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
      Parameters:
      value - The includeMarkdownDocumentation to set.
      Returns:
      This builder for chaining.
    • clearIncludeMarkdownDocumentation

      public App.GetModuleRequest.Builder clearIncludeMarkdownDocumentation()
      optional bool include_markdown_documentation = 2 [json_name = "includeMarkdownDocumentation"];
      Returns:
      This builder for chaining.