Package viam.app.v1

Class AppOuterClass.App.Builder

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

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

    • getName

      public String getName()
       The name of the application
       
      string name = 1 [json_name = "name"];
      Specified by:
      getName in interface AppOuterClass.AppOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       The name of the application
       
      string name = 1 [json_name = "name"];
      Specified by:
      getNameBytes in interface AppOuterClass.AppOrBuilder
      Returns:
      The bytes for name.
    • setName

      public AppOuterClass.App.Builder setName(String value)
       The name of the application
       
      string name = 1 [json_name = "name"];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public AppOuterClass.App.Builder clearName()
       The name of the application
       
      string name = 1 [json_name = "name"];
      Returns:
      This builder for chaining.
    • setNameBytes

      public AppOuterClass.App.Builder setNameBytes(com.google.protobuf.ByteString value)
       The name of the application
       
      string name = 1 [json_name = "name"];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getType

      public String getType()
       The type of the application
       
      string type = 2 [json_name = "type"];
      Specified by:
      getType in interface AppOuterClass.AppOrBuilder
      Returns:
      The type.
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
       The type of the application
       
      string type = 2 [json_name = "type"];
      Specified by:
      getTypeBytes in interface AppOuterClass.AppOrBuilder
      Returns:
      The bytes for type.
    • setType

      public AppOuterClass.App.Builder setType(String value)
       The type of the application
       
      string type = 2 [json_name = "type"];
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public AppOuterClass.App.Builder clearType()
       The type of the application
       
      string type = 2 [json_name = "type"];
      Returns:
      This builder for chaining.
    • setTypeBytes

      public AppOuterClass.App.Builder setTypeBytes(com.google.protobuf.ByteString value)
       The type of the application
       
      string type = 2 [json_name = "type"];
      Parameters:
      value - The bytes for type to set.
      Returns:
      This builder for chaining.
    • getEntrypoint

      public String getEntrypoint()
       The entrypoint of the application
       
      string entrypoint = 3 [json_name = "entrypoint"];
      Specified by:
      getEntrypoint in interface AppOuterClass.AppOrBuilder
      Returns:
      The entrypoint.
    • getEntrypointBytes

      public com.google.protobuf.ByteString getEntrypointBytes()
       The entrypoint of the application
       
      string entrypoint = 3 [json_name = "entrypoint"];
      Specified by:
      getEntrypointBytes in interface AppOuterClass.AppOrBuilder
      Returns:
      The bytes for entrypoint.
    • setEntrypoint

      public AppOuterClass.App.Builder setEntrypoint(String value)
       The entrypoint of the application
       
      string entrypoint = 3 [json_name = "entrypoint"];
      Parameters:
      value - The entrypoint to set.
      Returns:
      This builder for chaining.
    • clearEntrypoint

      public AppOuterClass.App.Builder clearEntrypoint()
       The entrypoint of the application
       
      string entrypoint = 3 [json_name = "entrypoint"];
      Returns:
      This builder for chaining.
    • setEntrypointBytes

      public AppOuterClass.App.Builder setEntrypointBytes(com.google.protobuf.ByteString value)
       The entrypoint of the application
       
      string entrypoint = 3 [json_name = "entrypoint"];
      Parameters:
      value - The bytes for entrypoint to set.
      Returns:
      This builder for chaining.