Package viam.app.v1

Class App.RobotPart.Builder

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

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

    • getId

      public String getId()
      string id = 1 [json_name = "id", (.tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
      Specified by:
      getId in interface App.RobotPartOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id", (.tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
      Specified by:
      getIdBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for id.
    • setId

      public App.RobotPart.Builder setId(String value)
      string id = 1 [json_name = "id", (.tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public App.RobotPart.Builder clearId()
      string id = 1 [json_name = "id", (.tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
      Returns:
      This builder for chaining.
    • setIdBytes

      public App.RobotPart.Builder setIdBytes(com.google.protobuf.ByteString value)
      string id = 1 [json_name = "id", (.tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getName

      public String getName()
      string name = 2 [json_name = "name", (.tagger.v1.tags) = "bson:\"name\" json:\"name\""];
      Specified by:
      getName in interface App.RobotPartOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name", (.tagger.v1.tags) = "bson:\"name\" json:\"name\""];
      Specified by:
      getNameBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for name.
    • setName

      public App.RobotPart.Builder setName(String value)
      string name = 2 [json_name = "name", (.tagger.v1.tags) = "bson:\"name\" json:\"name\""];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public App.RobotPart.Builder clearName()
      string name = 2 [json_name = "name", (.tagger.v1.tags) = "bson:\"name\" json:\"name\""];
      Returns:
      This builder for chaining.
    • setNameBytes

      public App.RobotPart.Builder setNameBytes(com.google.protobuf.ByteString value)
      string name = 2 [json_name = "name", (.tagger.v1.tags) = "bson:\"name\" json:\"name\""];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getDnsName

      public String getDnsName()
       dns_name part name used for fqdn and local fqdn. Anytime the Name is updated this should be sanitized and updated as well.
       
      string dns_name = 10 [json_name = "dnsName", (.tagger.v1.tags) = "bson:\"dns_name\" json:\"dns_name\""];
      Specified by:
      getDnsName in interface App.RobotPartOrBuilder
      Returns:
      The dnsName.
    • getDnsNameBytes

      public com.google.protobuf.ByteString getDnsNameBytes()
       dns_name part name used for fqdn and local fqdn. Anytime the Name is updated this should be sanitized and updated as well.
       
      string dns_name = 10 [json_name = "dnsName", (.tagger.v1.tags) = "bson:\"dns_name\" json:\"dns_name\""];
      Specified by:
      getDnsNameBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for dnsName.
    • setDnsName

      public App.RobotPart.Builder setDnsName(String value)
       dns_name part name used for fqdn and local fqdn. Anytime the Name is updated this should be sanitized and updated as well.
       
      string dns_name = 10 [json_name = "dnsName", (.tagger.v1.tags) = "bson:\"dns_name\" json:\"dns_name\""];
      Parameters:
      value - The dnsName to set.
      Returns:
      This builder for chaining.
    • clearDnsName

      public App.RobotPart.Builder clearDnsName()
       dns_name part name used for fqdn and local fqdn. Anytime the Name is updated this should be sanitized and updated as well.
       
      string dns_name = 10 [json_name = "dnsName", (.tagger.v1.tags) = "bson:\"dns_name\" json:\"dns_name\""];
      Returns:
      This builder for chaining.
    • setDnsNameBytes

      public App.RobotPart.Builder setDnsNameBytes(com.google.protobuf.ByteString value)
       dns_name part name used for fqdn and local fqdn. Anytime the Name is updated this should be sanitized and updated as well.
       
      string dns_name = 10 [json_name = "dnsName", (.tagger.v1.tags) = "bson:\"dns_name\" json:\"dns_name\""];
      Parameters:
      value - The bytes for dnsName to set.
      Returns:
      This builder for chaining.
    • getSecret

      public String getSecret()
      string secret = 3 [json_name = "secret", (.tagger.v1.tags) = "bson:\"secret\" json:\"secret,omitempty\""];
      Specified by:
      getSecret in interface App.RobotPartOrBuilder
      Returns:
      The secret.
    • getSecretBytes

      public com.google.protobuf.ByteString getSecretBytes()
      string secret = 3 [json_name = "secret", (.tagger.v1.tags) = "bson:\"secret\" json:\"secret,omitempty\""];
      Specified by:
      getSecretBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for secret.
    • setSecret

      public App.RobotPart.Builder setSecret(String value)
      string secret = 3 [json_name = "secret", (.tagger.v1.tags) = "bson:\"secret\" json:\"secret,omitempty\""];
      Parameters:
      value - The secret to set.
      Returns:
      This builder for chaining.
    • clearSecret

      public App.RobotPart.Builder clearSecret()
      string secret = 3 [json_name = "secret", (.tagger.v1.tags) = "bson:\"secret\" json:\"secret,omitempty\""];
      Returns:
      This builder for chaining.
    • setSecretBytes

      public App.RobotPart.Builder setSecretBytes(com.google.protobuf.ByteString value)
      string secret = 3 [json_name = "secret", (.tagger.v1.tags) = "bson:\"secret\" json:\"secret,omitempty\""];
      Parameters:
      value - The bytes for secret to set.
      Returns:
      This builder for chaining.
    • getRobot

      public String getRobot()
      string robot = 4 [json_name = "robot", (.tagger.v1.tags) = "bson:\"robot\" json:\"robot\""];
      Specified by:
      getRobot in interface App.RobotPartOrBuilder
      Returns:
      The robot.
    • getRobotBytes

      public com.google.protobuf.ByteString getRobotBytes()
      string robot = 4 [json_name = "robot", (.tagger.v1.tags) = "bson:\"robot\" json:\"robot\""];
      Specified by:
      getRobotBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for robot.
    • setRobot

      public App.RobotPart.Builder setRobot(String value)
      string robot = 4 [json_name = "robot", (.tagger.v1.tags) = "bson:\"robot\" json:\"robot\""];
      Parameters:
      value - The robot to set.
      Returns:
      This builder for chaining.
    • clearRobot

      public App.RobotPart.Builder clearRobot()
      string robot = 4 [json_name = "robot", (.tagger.v1.tags) = "bson:\"robot\" json:\"robot\""];
      Returns:
      This builder for chaining.
    • setRobotBytes

      public App.RobotPart.Builder setRobotBytes(com.google.protobuf.ByteString value)
      string robot = 4 [json_name = "robot", (.tagger.v1.tags) = "bson:\"robot\" json:\"robot\""];
      Parameters:
      value - The bytes for robot to set.
      Returns:
      This builder for chaining.
    • getLocationId

      public String getLocationId()
       Store the location_id to allow for unique indexes across parts and locations. This filed MUST be updated each time the robots location
       changes.
       
      string location_id = 12 [json_name = "locationId", (.tagger.v1.tags) = "bson:\"location_id\" json:\"-\""];
      Specified by:
      getLocationId in interface App.RobotPartOrBuilder
      Returns:
      The locationId.
    • getLocationIdBytes

      public com.google.protobuf.ByteString getLocationIdBytes()
       Store the location_id to allow for unique indexes across parts and locations. This filed MUST be updated each time the robots location
       changes.
       
      string location_id = 12 [json_name = "locationId", (.tagger.v1.tags) = "bson:\"location_id\" json:\"-\""];
      Specified by:
      getLocationIdBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for locationId.
    • setLocationId

      public App.RobotPart.Builder setLocationId(String value)
       Store the location_id to allow for unique indexes across parts and locations. This filed MUST be updated each time the robots location
       changes.
       
      string location_id = 12 [json_name = "locationId", (.tagger.v1.tags) = "bson:\"location_id\" json:\"-\""];
      Parameters:
      value - The locationId to set.
      Returns:
      This builder for chaining.
    • clearLocationId

      public App.RobotPart.Builder clearLocationId()
       Store the location_id to allow for unique indexes across parts and locations. This filed MUST be updated each time the robots location
       changes.
       
      string location_id = 12 [json_name = "locationId", (.tagger.v1.tags) = "bson:\"location_id\" json:\"-\""];
      Returns:
      This builder for chaining.
    • setLocationIdBytes

      public App.RobotPart.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
       Store the location_id to allow for unique indexes across parts and locations. This filed MUST be updated each time the robots location
       changes.
       
      string location_id = 12 [json_name = "locationId", (.tagger.v1.tags) = "bson:\"location_id\" json:\"-\""];
      Parameters:
      value - The bytes for locationId to set.
      Returns:
      This builder for chaining.
    • hasRobotConfig

      public boolean hasRobotConfig()
      .google.protobuf.Struct robot_config = 5 [json_name = "robotConfig", (.tagger.v1.tags) = "bson:\"config\" json:\"robot_config\""];
      Specified by:
      hasRobotConfig in interface App.RobotPartOrBuilder
      Returns:
      Whether the robotConfig field is set.
    • getRobotConfig

      public com.google.protobuf.Struct getRobotConfig()
      .google.protobuf.Struct robot_config = 5 [json_name = "robotConfig", (.tagger.v1.tags) = "bson:\"config\" json:\"robot_config\""];
      Specified by:
      getRobotConfig in interface App.RobotPartOrBuilder
      Returns:
      The robotConfig.
    • setRobotConfig

      public App.RobotPart.Builder setRobotConfig(com.google.protobuf.Struct value)
      .google.protobuf.Struct robot_config = 5 [json_name = "robotConfig", (.tagger.v1.tags) = "bson:\"config\" json:\"robot_config\""];
    • setRobotConfig

      public App.RobotPart.Builder setRobotConfig(com.google.protobuf.Struct.Builder builderForValue)
      .google.protobuf.Struct robot_config = 5 [json_name = "robotConfig", (.tagger.v1.tags) = "bson:\"config\" json:\"robot_config\""];
    • mergeRobotConfig

      public App.RobotPart.Builder mergeRobotConfig(com.google.protobuf.Struct value)
      .google.protobuf.Struct robot_config = 5 [json_name = "robotConfig", (.tagger.v1.tags) = "bson:\"config\" json:\"robot_config\""];
    • clearRobotConfig

      public App.RobotPart.Builder clearRobotConfig()
      .google.protobuf.Struct robot_config = 5 [json_name = "robotConfig", (.tagger.v1.tags) = "bson:\"config\" json:\"robot_config\""];
    • hasLastAccess

      public boolean hasLastAccess()
      .google.protobuf.Timestamp last_access = 6 [json_name = "lastAccess", (.tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
      Specified by:
      hasLastAccess in interface App.RobotPartOrBuilder
      Returns:
      Whether the lastAccess field is set.
    • getLastAccess

      public com.google.protobuf.Timestamp getLastAccess()
      .google.protobuf.Timestamp last_access = 6 [json_name = "lastAccess", (.tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
      Specified by:
      getLastAccess in interface App.RobotPartOrBuilder
      Returns:
      The lastAccess.
    • setLastAccess

      public App.RobotPart.Builder setLastAccess(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp last_access = 6 [json_name = "lastAccess", (.tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
    • setLastAccess

      public App.RobotPart.Builder setLastAccess(com.google.protobuf.Timestamp.Builder builderForValue)
      .google.protobuf.Timestamp last_access = 6 [json_name = "lastAccess", (.tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
    • mergeLastAccess

      public App.RobotPart.Builder mergeLastAccess(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp last_access = 6 [json_name = "lastAccess", (.tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
    • clearLastAccess

      public App.RobotPart.Builder clearLastAccess()
      .google.protobuf.Timestamp last_access = 6 [json_name = "lastAccess", (.tagger.v1.tags) = "bson:\"last_access\" json:\"last_access\""];
    • hasUserSuppliedInfo

      public boolean hasUserSuppliedInfo()
      .google.protobuf.Struct user_supplied_info = 7 [json_name = "userSuppliedInfo", (.tagger.v1.tags) = "bson:\"user_supplied_info\" json:\"user_supplied_info\""];
      Specified by:
      hasUserSuppliedInfo in interface App.RobotPartOrBuilder
      Returns:
      Whether the userSuppliedInfo field is set.
    • getUserSuppliedInfo

      public com.google.protobuf.Struct getUserSuppliedInfo()
      .google.protobuf.Struct user_supplied_info = 7 [json_name = "userSuppliedInfo", (.tagger.v1.tags) = "bson:\"user_supplied_info\" json:\"user_supplied_info\""];
      Specified by:
      getUserSuppliedInfo in interface App.RobotPartOrBuilder
      Returns:
      The userSuppliedInfo.
    • setUserSuppliedInfo

      public App.RobotPart.Builder setUserSuppliedInfo(com.google.protobuf.Struct value)
      .google.protobuf.Struct user_supplied_info = 7 [json_name = "userSuppliedInfo", (.tagger.v1.tags) = "bson:\"user_supplied_info\" json:\"user_supplied_info\""];
    • setUserSuppliedInfo

      public App.RobotPart.Builder setUserSuppliedInfo(com.google.protobuf.Struct.Builder builderForValue)
      .google.protobuf.Struct user_supplied_info = 7 [json_name = "userSuppliedInfo", (.tagger.v1.tags) = "bson:\"user_supplied_info\" json:\"user_supplied_info\""];
    • mergeUserSuppliedInfo

      public App.RobotPart.Builder mergeUserSuppliedInfo(com.google.protobuf.Struct value)
      .google.protobuf.Struct user_supplied_info = 7 [json_name = "userSuppliedInfo", (.tagger.v1.tags) = "bson:\"user_supplied_info\" json:\"user_supplied_info\""];
    • clearUserSuppliedInfo

      public App.RobotPart.Builder clearUserSuppliedInfo()
      .google.protobuf.Struct user_supplied_info = 7 [json_name = "userSuppliedInfo", (.tagger.v1.tags) = "bson:\"user_supplied_info\" json:\"user_supplied_info\""];
    • getMainPart

      public boolean getMainPart()
      bool main_part = 8 [json_name = "mainPart", (.tagger.v1.tags) = "bson:\"main_part\" json:\"main_part\""];
      Specified by:
      getMainPart in interface App.RobotPartOrBuilder
      Returns:
      The mainPart.
    • setMainPart

      public App.RobotPart.Builder setMainPart(boolean value)
      bool main_part = 8 [json_name = "mainPart", (.tagger.v1.tags) = "bson:\"main_part\" json:\"main_part\""];
      Parameters:
      value - The mainPart to set.
      Returns:
      This builder for chaining.
    • clearMainPart

      public App.RobotPart.Builder clearMainPart()
      bool main_part = 8 [json_name = "mainPart", (.tagger.v1.tags) = "bson:\"main_part\" json:\"main_part\""];
      Returns:
      This builder for chaining.
    • getFqdn

      public String getFqdn()
      string fqdn = 9 [json_name = "fqdn"];
      Specified by:
      getFqdn in interface App.RobotPartOrBuilder
      Returns:
      The fqdn.
    • getFqdnBytes

      public com.google.protobuf.ByteString getFqdnBytes()
      string fqdn = 9 [json_name = "fqdn"];
      Specified by:
      getFqdnBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for fqdn.
    • setFqdn

      public App.RobotPart.Builder setFqdn(String value)
      string fqdn = 9 [json_name = "fqdn"];
      Parameters:
      value - The fqdn to set.
      Returns:
      This builder for chaining.
    • clearFqdn

      public App.RobotPart.Builder clearFqdn()
      string fqdn = 9 [json_name = "fqdn"];
      Returns:
      This builder for chaining.
    • setFqdnBytes

      public App.RobotPart.Builder setFqdnBytes(com.google.protobuf.ByteString value)
      string fqdn = 9 [json_name = "fqdn"];
      Parameters:
      value - The bytes for fqdn to set.
      Returns:
      This builder for chaining.
    • getLocalFqdn

      public String getLocalFqdn()
      string local_fqdn = 11 [json_name = "localFqdn"];
      Specified by:
      getLocalFqdn in interface App.RobotPartOrBuilder
      Returns:
      The localFqdn.
    • getLocalFqdnBytes

      public com.google.protobuf.ByteString getLocalFqdnBytes()
      string local_fqdn = 11 [json_name = "localFqdn"];
      Specified by:
      getLocalFqdnBytes in interface App.RobotPartOrBuilder
      Returns:
      The bytes for localFqdn.
    • setLocalFqdn

      public App.RobotPart.Builder setLocalFqdn(String value)
      string local_fqdn = 11 [json_name = "localFqdn"];
      Parameters:
      value - The localFqdn to set.
      Returns:
      This builder for chaining.
    • clearLocalFqdn

      public App.RobotPart.Builder clearLocalFqdn()
      string local_fqdn = 11 [json_name = "localFqdn"];
      Returns:
      This builder for chaining.
    • setLocalFqdnBytes

      public App.RobotPart.Builder setLocalFqdnBytes(com.google.protobuf.ByteString value)
      string local_fqdn = 11 [json_name = "localFqdn"];
      Parameters:
      value - The bytes for localFqdn to set.
      Returns:
      This builder for chaining.
    • hasCreatedOn

      public boolean hasCreatedOn()
      .google.protobuf.Timestamp created_on = 13 [json_name = "createdOn", (.tagger.v1.tags) = "bson:\"created_on\""];
      Specified by:
      hasCreatedOn in interface App.RobotPartOrBuilder
      Returns:
      Whether the createdOn field is set.
    • getCreatedOn

      public com.google.protobuf.Timestamp getCreatedOn()
      .google.protobuf.Timestamp created_on = 13 [json_name = "createdOn", (.tagger.v1.tags) = "bson:\"created_on\""];
      Specified by:
      getCreatedOn in interface App.RobotPartOrBuilder
      Returns:
      The createdOn.
    • setCreatedOn

      public App.RobotPart.Builder setCreatedOn(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp created_on = 13 [json_name = "createdOn", (.tagger.v1.tags) = "bson:\"created_on\""];
    • setCreatedOn

      public App.RobotPart.Builder setCreatedOn(com.google.protobuf.Timestamp.Builder builderForValue)
      .google.protobuf.Timestamp created_on = 13 [json_name = "createdOn", (.tagger.v1.tags) = "bson:\"created_on\""];
    • mergeCreatedOn

      public App.RobotPart.Builder mergeCreatedOn(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp created_on = 13 [json_name = "createdOn", (.tagger.v1.tags) = "bson:\"created_on\""];
    • clearCreatedOn

      public App.RobotPart.Builder clearCreatedOn()
      .google.protobuf.Timestamp created_on = 13 [json_name = "createdOn", (.tagger.v1.tags) = "bson:\"created_on\""];
    • getSecretsList

      public List<App.SharedSecret> getSecretsList()
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
      Specified by:
      getSecretsList in interface App.RobotPartOrBuilder
    • getSecretsCount

      public int getSecretsCount()
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
      Specified by:
      getSecretsCount in interface App.RobotPartOrBuilder
    • getSecrets

      public App.SharedSecret getSecrets(int index)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
      Specified by:
      getSecrets in interface App.RobotPartOrBuilder
    • setSecrets

      public App.RobotPart.Builder setSecrets(int index, App.SharedSecret value)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • setSecrets

      public App.RobotPart.Builder setSecrets(int index, App.SharedSecret.Builder builderForValue)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • addSecrets

      public App.RobotPart.Builder addSecrets(App.SharedSecret value)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • addSecrets

      public App.RobotPart.Builder addSecrets(int index, App.SharedSecret value)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • addSecrets

      public App.RobotPart.Builder addSecrets(App.SharedSecret.Builder builderForValue)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • addSecrets

      public App.RobotPart.Builder addSecrets(int index, App.SharedSecret.Builder builderForValue)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • addAllSecrets

      public App.RobotPart.Builder addAllSecrets(Iterable<? extends App.SharedSecret> values)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • clearSecrets

      public App.RobotPart.Builder clearSecrets()
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • removeSecrets

      public App.RobotPart.Builder removeSecrets(int index)
       List of secrets allowed for authentication.
       
      repeated .viam.app.v1.SharedSecret secrets = 14 [json_name = "secrets", (.tagger.v1.tags) = "bson:\"secrets\""];
    • hasLastUpdated

      public boolean hasLastUpdated()
       latest timestamp when a robot part was updated
       
      .google.protobuf.Timestamp last_updated = 15 [json_name = "lastUpdated", (.tagger.v1.tags) = "bson:\"last_updated_at\""];
      Specified by:
      hasLastUpdated in interface App.RobotPartOrBuilder
      Returns:
      Whether the lastUpdated field is set.
    • getLastUpdated

      public com.google.protobuf.Timestamp getLastUpdated()
       latest timestamp when a robot part was updated
       
      .google.protobuf.Timestamp last_updated = 15 [json_name = "lastUpdated", (.tagger.v1.tags) = "bson:\"last_updated_at\""];
      Specified by:
      getLastUpdated in interface App.RobotPartOrBuilder
      Returns:
      The lastUpdated.
    • setLastUpdated

      public App.RobotPart.Builder setLastUpdated(com.google.protobuf.Timestamp value)
       latest timestamp when a robot part was updated
       
      .google.protobuf.Timestamp last_updated = 15 [json_name = "lastUpdated", (.tagger.v1.tags) = "bson:\"last_updated_at\""];
    • setLastUpdated

      public App.RobotPart.Builder setLastUpdated(com.google.protobuf.Timestamp.Builder builderForValue)
       latest timestamp when a robot part was updated
       
      .google.protobuf.Timestamp last_updated = 15 [json_name = "lastUpdated", (.tagger.v1.tags) = "bson:\"last_updated_at\""];
    • mergeLastUpdated

      public App.RobotPart.Builder mergeLastUpdated(com.google.protobuf.Timestamp value)
       latest timestamp when a robot part was updated
       
      .google.protobuf.Timestamp last_updated = 15 [json_name = "lastUpdated", (.tagger.v1.tags) = "bson:\"last_updated_at\""];
    • clearLastUpdated

      public App.RobotPart.Builder clearLastUpdated()
       latest timestamp when a robot part was updated
       
      .google.protobuf.Timestamp last_updated = 15 [json_name = "lastUpdated", (.tagger.v1.tags) = "bson:\"last_updated_at\""];