Package viam.app.v1

Class Robot.AgentInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Robot.AgentInfo,Robot.AgentInfo.Builder>
viam.app.v1.Robot.AgentInfo
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Robot.AgentInfoOrBuilder
Enclosing class:
Robot

public static final class Robot.AgentInfo extends com.google.protobuf.GeneratedMessageLite<Robot.AgentInfo,Robot.AgentInfo.Builder> implements Robot.AgentInfoOrBuilder
Protobuf type viam.app.v1.AgentInfo
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type viam.app.v1.AgentInfo

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
     
    string git_revision = 5 [json_name = "gitRevision"];
    com.google.protobuf.ByteString
    string git_revision = 5 [json_name = "gitRevision"];
    string host = 1 [json_name = "host"];
    com.google.protobuf.ByteString
    string host = 1 [json_name = "host"];
    getIps(int index)
    list of all ipv4 ips.
    com.google.protobuf.ByteString
    getIpsBytes(int index)
    list of all ipv4 ips.
    int
    list of all ipv4 ips.
    list of all ipv4 ips.
    Will soon be deprecated, use platform instead
    com.google.protobuf.ByteString
    Will soon be deprecated, use platform instead
    The platform the RDK is running on.
    com.google.protobuf.ByteString
    The platform the RDK is running on.
    getPlatformTags(int index)
    Optional tags to further constrain which artifact is returned for modules.
    com.google.protobuf.ByteString
    Optional tags to further constrain which artifact is returned for modules.
    int
    Optional tags to further constrain which artifact is returned for modules.
    Optional tags to further constrain which artifact is returned for modules.
    RDK version
    com.google.protobuf.ByteString
    RDK version
    boolean
    The platform the RDK is running on.
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Robot.AgentInfo>
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

  • Method Details

    • getHost

      public String getHost()
      string host = 1 [json_name = "host"];
      Specified by:
      getHost in interface Robot.AgentInfoOrBuilder
      Returns:
      The host.
    • getHostBytes

      public com.google.protobuf.ByteString getHostBytes()
      string host = 1 [json_name = "host"];
      Specified by:
      getHostBytes in interface Robot.AgentInfoOrBuilder
      Returns:
      The bytes for host.
    • getOs

      public String getOs()
       Will soon be deprecated, use platform instead
       
      string os = 2 [json_name = "os"];
      Specified by:
      getOs in interface Robot.AgentInfoOrBuilder
      Returns:
      The os.
    • getOsBytes

      public com.google.protobuf.ByteString getOsBytes()
       Will soon be deprecated, use platform instead
       
      string os = 2 [json_name = "os"];
      Specified by:
      getOsBytes in interface Robot.AgentInfoOrBuilder
      Returns:
      The bytes for os.
    • getIpsList

      public List<String> getIpsList()
       list of all ipv4 ips.
       
      repeated string ips = 3 [json_name = "ips"];
      Specified by:
      getIpsList in interface Robot.AgentInfoOrBuilder
      Returns:
      A list containing the ips.
    • getIpsCount

      public int getIpsCount()
       list of all ipv4 ips.
       
      repeated string ips = 3 [json_name = "ips"];
      Specified by:
      getIpsCount in interface Robot.AgentInfoOrBuilder
      Returns:
      The count of ips.
    • getIps

      public String getIps(int index)
       list of all ipv4 ips.
       
      repeated string ips = 3 [json_name = "ips"];
      Specified by:
      getIps in interface Robot.AgentInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The ips at the given index.
    • getIpsBytes

      public com.google.protobuf.ByteString getIpsBytes(int index)
       list of all ipv4 ips.
       
      repeated string ips = 3 [json_name = "ips"];
      Specified by:
      getIpsBytes in interface Robot.AgentInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the ips at the given index.
    • getVersion

      public String getVersion()
       RDK version
       
      string version = 4 [json_name = "version"];
      Specified by:
      getVersion in interface Robot.AgentInfoOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       RDK version
       
      string version = 4 [json_name = "version"];
      Specified by:
      getVersionBytes in interface Robot.AgentInfoOrBuilder
      Returns:
      The bytes for version.
    • getGitRevision

      public String getGitRevision()
      string git_revision = 5 [json_name = "gitRevision"];
      Specified by:
      getGitRevision in interface Robot.AgentInfoOrBuilder
      Returns:
      The gitRevision.
    • getGitRevisionBytes

      public com.google.protobuf.ByteString getGitRevisionBytes()
      string git_revision = 5 [json_name = "gitRevision"];
      Specified by:
      getGitRevisionBytes in interface Robot.AgentInfoOrBuilder
      Returns:
      The bytes for gitRevision.
    • hasPlatform

      public boolean hasPlatform()
       The platform the RDK is running on. For example linux/amd64
       
      optional string platform = 6 [json_name = "platform"];
      Specified by:
      hasPlatform in interface Robot.AgentInfoOrBuilder
      Returns:
      Whether the platform field is set.
    • getPlatform

      public String getPlatform()
       The platform the RDK is running on. For example linux/amd64
       
      optional string platform = 6 [json_name = "platform"];
      Specified by:
      getPlatform in interface Robot.AgentInfoOrBuilder
      Returns:
      The platform.
    • getPlatformBytes

      public com.google.protobuf.ByteString getPlatformBytes()
       The platform the RDK is running on. For example linux/amd64
       
      optional string platform = 6 [json_name = "platform"];
      Specified by:
      getPlatformBytes in interface Robot.AgentInfoOrBuilder
      Returns:
      The bytes for platform.
    • getPlatformTagsList

      public List<String> getPlatformTagsList()
       Optional tags to further constrain which artifact is returned for modules.
       
      repeated string platform_tags = 7 [json_name = "platformTags"];
      Specified by:
      getPlatformTagsList in interface Robot.AgentInfoOrBuilder
      Returns:
      A list containing the platformTags.
    • getPlatformTagsCount

      public int getPlatformTagsCount()
       Optional tags to further constrain which artifact is returned for modules.
       
      repeated string platform_tags = 7 [json_name = "platformTags"];
      Specified by:
      getPlatformTagsCount in interface Robot.AgentInfoOrBuilder
      Returns:
      The count of platformTags.
    • getPlatformTags

      public String getPlatformTags(int index)
       Optional tags to further constrain which artifact is returned for modules.
       
      repeated string platform_tags = 7 [json_name = "platformTags"];
      Specified by:
      getPlatformTags in interface Robot.AgentInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The platformTags at the given index.
    • getPlatformTagsBytes

      public com.google.protobuf.ByteString getPlatformTagsBytes(int index)
       Optional tags to further constrain which artifact is returned for modules.
       
      repeated string platform_tags = 7 [json_name = "platformTags"];
      Specified by:
      getPlatformTagsBytes in interface Robot.AgentInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the platformTags at the given index.
    • parseFrom

      public static Robot.AgentInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Robot.AgentInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Robot.AgentInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Robot.AgentInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Robot.AgentInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Robot.AgentInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Robot.AgentInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Robot.AgentInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Robot.AgentInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Robot.AgentInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Robot.AgentInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Robot.AgentInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static Robot.AgentInfo.Builder newBuilder()
    • newBuilder

      public static Robot.AgentInfo.Builder newBuilder(Robot.AgentInfo prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Robot.AgentInfo,Robot.AgentInfo.Builder>
    • getDefaultInstance

      public static Robot.AgentInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Robot.AgentInfo> parser()