Interface Robot.GetVersionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Robot.GetVersionResponse, Robot.GetVersionResponse.Builder
Enclosing class:
Robot

public static interface Robot.GetVersionResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string api_version = 3 [json_name = "apiVersion"];
    com.google.protobuf.ByteString
    string api_version = 3 [json_name = "apiVersion"];
    platform type of viam-server (ie.
    com.google.protobuf.ByteString
    platform type of viam-server (ie.
    version of viam-server.
    com.google.protobuf.ByteString
    version of viam-server.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPlatform

      String getPlatform()
       platform type of viam-server (ie. `rdk` or `micro-rdk`).
       
      string platform = 1 [json_name = "platform"];
      Returns:
      The platform.
    • getPlatformBytes

      com.google.protobuf.ByteString getPlatformBytes()
       platform type of viam-server (ie. `rdk` or `micro-rdk`).
       
      string platform = 1 [json_name = "platform"];
      Returns:
      The bytes for platform.
    • getVersion

      String getVersion()
       version of viam-server. If built without a version, it will be dev-<git hash>.
       
      string version = 2 [json_name = "version"];
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       version of viam-server. If built without a version, it will be dev-<git hash>.
       
      string version = 2 [json_name = "version"];
      Returns:
      The bytes for version.
    • getApiVersion

      String getApiVersion()
      string api_version = 3 [json_name = "apiVersion"];
      Returns:
      The apiVersion.
    • getApiVersionBytes

      com.google.protobuf.ByteString getApiVersionBytes()
      string api_version = 3 [json_name = "apiVersion"];
      Returns:
      The bytes for apiVersion.