Package viam.app.v1

Class App.CreateModuleResponse.Builder

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

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

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

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    The id of the module (formatted as prefix:name where prefix is the module owner's orgid or namespace)
    The detail page of the module
    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)
    The detail page of the module
    com.google.protobuf.ByteString
    The detail page of the module
    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)
    setUrl(String value)
    The detail page of the module
    setUrlBytes(com.google.protobuf.ByteString value)
    The detail page of the module

    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.CreateModuleResponseOrBuilder
      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.CreateModuleResponseOrBuilder
      Returns:
      The bytes for moduleId.
    • setModuleId

      public App.CreateModuleResponse.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.CreateModuleResponse.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.CreateModuleResponse.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.
    • getUrl

      public String getUrl()
       The detail page of the module
       
      string url = 2 [json_name = "url"];
      Specified by:
      getUrl in interface App.CreateModuleResponseOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       The detail page of the module
       
      string url = 2 [json_name = "url"];
      Specified by:
      getUrlBytes in interface App.CreateModuleResponseOrBuilder
      Returns:
      The bytes for url.
    • setUrl

       The detail page of the module
       
      string url = 2 [json_name = "url"];
      Parameters:
      value - The url to set.
      Returns:
      This builder for chaining.
    • clearUrl

       The detail page of the module
       
      string url = 2 [json_name = "url"];
      Returns:
      This builder for chaining.
    • setUrlBytes

      public App.CreateModuleResponse.Builder setUrlBytes(com.google.protobuf.ByteString value)
       The detail page of the module
       
      string url = 2 [json_name = "url"];
      Parameters:
      value - The bytes for url to set.
      Returns:
      This builder for chaining.