Package viam.app.v1

Interface Robot.CloudConfigOrBuilder

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

public static interface Robot.CloudConfigOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getId

      String getId()
       Robot part id.
       
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Robot part id.
       
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getFqdn

      String getFqdn()
      string fqdn = 2 [json_name = "fqdn"];
      Returns:
      The fqdn.
    • getFqdnBytes

      com.google.protobuf.ByteString getFqdnBytes()
      string fqdn = 2 [json_name = "fqdn"];
      Returns:
      The bytes for fqdn.
    • getLocalFqdn

      String getLocalFqdn()
      string local_fqdn = 3 [json_name = "localFqdn"];
      Returns:
      The localFqdn.
    • getLocalFqdnBytes

      com.google.protobuf.ByteString getLocalFqdnBytes()
      string local_fqdn = 3 [json_name = "localFqdn"];
      Returns:
      The bytes for localFqdn.
    • getManagedBy

      String getManagedBy()
      string managed_by = 4 [json_name = "managedBy"];
      Returns:
      The managedBy.
    • getManagedByBytes

      com.google.protobuf.ByteString getManagedByBytes()
      string managed_by = 4 [json_name = "managedBy"];
      Returns:
      The bytes for managedBy.
    • getSignalingAddress

      String getSignalingAddress()
      string signaling_address = 5 [json_name = "signalingAddress"];
      Returns:
      The signalingAddress.
    • getSignalingAddressBytes

      com.google.protobuf.ByteString getSignalingAddressBytes()
      string signaling_address = 5 [json_name = "signalingAddress"];
      Returns:
      The bytes for signalingAddress.
    • getSignalingInsecure

      boolean getSignalingInsecure()
      bool signaling_insecure = 6 [json_name = "signalingInsecure"];
      Returns:
      The signalingInsecure.
    • getLocationSecret

      @Deprecated String getLocationSecret()
      Deprecated.
      viam.app.v1.CloudConfig.location_secret is deprecated. See app/v1/robot.proto;l=78
       Deprecated use location_secrets
       
      string location_secret = 7 [json_name = "locationSecret", deprecated = true];
      Returns:
      The locationSecret.
    • getLocationSecretBytes

      @Deprecated com.google.protobuf.ByteString getLocationSecretBytes()
      Deprecated.
      viam.app.v1.CloudConfig.location_secret is deprecated. See app/v1/robot.proto;l=78
       Deprecated use location_secrets
       
      string location_secret = 7 [json_name = "locationSecret", deprecated = true];
      Returns:
      The bytes for locationSecret.
    • getSecret

      String getSecret()
       Robot part secret
       
      string secret = 8 [json_name = "secret"];
      Returns:
      The secret.
    • getSecretBytes

      com.google.protobuf.ByteString getSecretBytes()
       Robot part secret
       
      string secret = 8 [json_name = "secret"];
      Returns:
      The bytes for secret.
    • getLocationSecretsList

      List<Robot.LocationSecret> getLocationSecretsList()
       All valid location secrets.
       
      repeated .viam.app.v1.LocationSecret location_secrets = 9 [json_name = "locationSecrets"];
    • getLocationSecrets

      Robot.LocationSecret getLocationSecrets(int index)
       All valid location secrets.
       
      repeated .viam.app.v1.LocationSecret location_secrets = 9 [json_name = "locationSecrets"];
    • getLocationSecretsCount

      int getLocationSecretsCount()
       All valid location secrets.
       
      repeated .viam.app.v1.LocationSecret location_secrets = 9 [json_name = "locationSecrets"];
    • getPrimaryOrgId

      String getPrimaryOrgId()
      string primary_org_id = 10 [json_name = "primaryOrgId"];
      Returns:
      The primaryOrgId.
    • getPrimaryOrgIdBytes

      com.google.protobuf.ByteString getPrimaryOrgIdBytes()
      string primary_org_id = 10 [json_name = "primaryOrgId"];
      Returns:
      The bytes for primaryOrgId.
    • getLocationId

      String getLocationId()
      string location_id = 11 [json_name = "locationId"];
      Returns:
      The locationId.
    • getLocationIdBytes

      com.google.protobuf.ByteString getLocationIdBytes()
      string location_id = 11 [json_name = "locationId"];
      Returns:
      The bytes for locationId.
    • getMachineId

      String getMachineId()
      string machine_id = 12 [json_name = "machineId"];
      Returns:
      The machineId.
    • getMachineIdBytes

      com.google.protobuf.ByteString getMachineIdBytes()
      string machine_id = 12 [json_name = "machineId"];
      Returns:
      The bytes for machineId.