Package viam.app.v1

Interface AppOuterClass.AppOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.App, AppOuterClass.App.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.AppOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The entrypoint of the application
    com.google.protobuf.ByteString
    The entrypoint of the application
    The name of the application
    com.google.protobuf.ByteString
    The name of the application
    The type of the application
    com.google.protobuf.ByteString
    The type of the application

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       The name of the application
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name of the application
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getType

      String getType()
       The type of the application
       
      string type = 2 [json_name = "type"];
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       The type of the application
       
      string type = 2 [json_name = "type"];
      Returns:
      The bytes for type.
    • getEntrypoint

      String getEntrypoint()
       The entrypoint of the application
       
      string entrypoint = 3 [json_name = "entrypoint"];
      Returns:
      The entrypoint.
    • getEntrypointBytes

      com.google.protobuf.ByteString getEntrypointBytes()
       The entrypoint of the application
       
      string entrypoint = 3 [json_name = "entrypoint"];
      Returns:
      The bytes for entrypoint.