Package viam.app.v1

Class AppOuterClass.Model.Builder

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

public static final class AppOuterClass.Model.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.Model,AppOuterClass.Model.Builder> implements AppOuterClass.ModelOrBuilder
Protobuf type viam.app.v1.Model
  • Method Details

    • getApi

      public String getApi()
       The colon-delimited-triplet of the api implemented by the model
       
      string api = 1 [json_name = "api"];
      Specified by:
      getApi in interface AppOuterClass.ModelOrBuilder
      Returns:
      The api.
    • getApiBytes

      public com.google.protobuf.ByteString getApiBytes()
       The colon-delimited-triplet of the api implemented by the model
       
      string api = 1 [json_name = "api"];
      Specified by:
      getApiBytes in interface AppOuterClass.ModelOrBuilder
      Returns:
      The bytes for api.
    • setApi

      public AppOuterClass.Model.Builder setApi(String value)
       The colon-delimited-triplet of the api implemented by the model
       
      string api = 1 [json_name = "api"];
      Parameters:
      value - The api to set.
      Returns:
      This builder for chaining.
    • clearApi

      public AppOuterClass.Model.Builder clearApi()
       The colon-delimited-triplet of the api implemented by the model
       
      string api = 1 [json_name = "api"];
      Returns:
      This builder for chaining.
    • setApiBytes

      public AppOuterClass.Model.Builder setApiBytes(com.google.protobuf.ByteString value)
       The colon-delimited-triplet of the api implemented by the model
       
      string api = 1 [json_name = "api"];
      Parameters:
      value - The bytes for api to set.
      Returns:
      This builder for chaining.
    • getModel

      public String getModel()
       The colon-delimited-triplet of the model
       
      string model = 2 [json_name = "model"];
      Specified by:
      getModel in interface AppOuterClass.ModelOrBuilder
      Returns:
      The model.
    • getModelBytes

      public com.google.protobuf.ByteString getModelBytes()
       The colon-delimited-triplet of the model
       
      string model = 2 [json_name = "model"];
      Specified by:
      getModelBytes in interface AppOuterClass.ModelOrBuilder
      Returns:
      The bytes for model.
    • setModel

      public AppOuterClass.Model.Builder setModel(String value)
       The colon-delimited-triplet of the model
       
      string model = 2 [json_name = "model"];
      Parameters:
      value - The model to set.
      Returns:
      This builder for chaining.
    • clearModel

      public AppOuterClass.Model.Builder clearModel()
       The colon-delimited-triplet of the model
       
      string model = 2 [json_name = "model"];
      Returns:
      This builder for chaining.
    • setModelBytes

      public AppOuterClass.Model.Builder setModelBytes(com.google.protobuf.ByteString value)
       The colon-delimited-triplet of the model
       
      string model = 2 [json_name = "model"];
      Parameters:
      value - The bytes for model to set.
      Returns:
      This builder for chaining.
    • hasMarkdownDocumentation

      public boolean hasMarkdownDocumentation()
       The markdown content describing the usage of the model
       
      optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
      Specified by:
      hasMarkdownDocumentation in interface AppOuterClass.ModelOrBuilder
      Returns:
      Whether the markdownDocumentation field is set.
    • getMarkdownDocumentation

      public String getMarkdownDocumentation()
       The markdown content describing the usage of the model
       
      optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
      Specified by:
      getMarkdownDocumentation in interface AppOuterClass.ModelOrBuilder
      Returns:
      The markdownDocumentation.
    • getMarkdownDocumentationBytes

      public com.google.protobuf.ByteString getMarkdownDocumentationBytes()
       The markdown content describing the usage of the model
       
      optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
      Specified by:
      getMarkdownDocumentationBytes in interface AppOuterClass.ModelOrBuilder
      Returns:
      The bytes for markdownDocumentation.
    • setMarkdownDocumentation

      public AppOuterClass.Model.Builder setMarkdownDocumentation(String value)
       The markdown content describing the usage of the model
       
      optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
      Parameters:
      value - The markdownDocumentation to set.
      Returns:
      This builder for chaining.
    • clearMarkdownDocumentation

      public AppOuterClass.Model.Builder clearMarkdownDocumentation()
       The markdown content describing the usage of the model
       
      optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
      Returns:
      This builder for chaining.
    • setMarkdownDocumentationBytes

      public AppOuterClass.Model.Builder setMarkdownDocumentationBytes(com.google.protobuf.ByteString value)
       The markdown content describing the usage of the model
       
      optional string markdown_documentation = 3 [json_name = "markdownDocumentation"];
      Parameters:
      value - The bytes for markdownDocumentation to set.
      Returns:
      This builder for chaining.
    • hasDescription

      public boolean hasDescription()
       A short description of the model that explains its purpose
       
      optional string description = 4 [json_name = "description"];
      Specified by:
      hasDescription in interface AppOuterClass.ModelOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
       A short description of the model that explains its purpose
       
      optional string description = 4 [json_name = "description"];
      Specified by:
      getDescription in interface AppOuterClass.ModelOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       A short description of the model that explains its purpose
       
      optional string description = 4 [json_name = "description"];
      Specified by:
      getDescriptionBytes in interface AppOuterClass.ModelOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public AppOuterClass.Model.Builder setDescription(String value)
       A short description of the model that explains its purpose
       
      optional string description = 4 [json_name = "description"];
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public AppOuterClass.Model.Builder clearDescription()
       A short description of the model that explains its purpose
       
      optional string description = 4 [json_name = "description"];
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public AppOuterClass.Model.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       A short description of the model that explains its purpose
       
      optional string description = 4 [json_name = "description"];
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • getSupportedHardwareList

      public List<String> getSupportedHardwareList()
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Specified by:
      getSupportedHardwareList in interface AppOuterClass.ModelOrBuilder
      Returns:
      A list containing the supportedHardware.
    • getSupportedHardwareCount

      public int getSupportedHardwareCount()
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Specified by:
      getSupportedHardwareCount in interface AppOuterClass.ModelOrBuilder
      Returns:
      The count of supportedHardware.
    • getSupportedHardware

      public String getSupportedHardware(int index)
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Specified by:
      getSupportedHardware in interface AppOuterClass.ModelOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The supportedHardware at the given index.
    • getSupportedHardwareBytes

      public com.google.protobuf.ByteString getSupportedHardwareBytes(int index)
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Specified by:
      getSupportedHardwareBytes in interface AppOuterClass.ModelOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the supportedHardware at the given index.
    • setSupportedHardware

      public AppOuterClass.Model.Builder setSupportedHardware(int index, String value)
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Parameters:
      index - The index to set the value at.
      value - The supportedHardware to set.
      Returns:
      This builder for chaining.
    • addSupportedHardware

      public AppOuterClass.Model.Builder addSupportedHardware(String value)
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Parameters:
      value - The supportedHardware to add.
      Returns:
      This builder for chaining.
    • addAllSupportedHardware

      public AppOuterClass.Model.Builder addAllSupportedHardware(Iterable<String> values)
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Parameters:
      values - The supportedHardware to add.
      Returns:
      This builder for chaining.
    • clearSupportedHardware

      public AppOuterClass.Model.Builder clearSupportedHardware()
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Returns:
      This builder for chaining.
    • addSupportedHardwareBytes

      public AppOuterClass.Model.Builder addSupportedHardwareBytes(com.google.protobuf.ByteString value)
       A list of supported hardware names
       
      repeated string supported_hardware = 5 [json_name = "supportedHardware"];
      Parameters:
      value - The bytes of the supportedHardware to add.
      Returns:
      This builder for chaining.