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 Summary
Modifier and TypeMethodDescriptiongetFqdn()string fqdn = 2 [json_name = "fqdn"];com.google.protobuf.ByteStringstring fqdn = 2 [json_name = "fqdn"];getId()Robot part id.com.google.protobuf.ByteStringRobot part id.string local_fqdn = 3 [json_name = "localFqdn"];com.google.protobuf.ByteStringstring local_fqdn = 3 [json_name = "localFqdn"];string location_id = 11 [json_name = "locationId"];com.google.protobuf.ByteStringstring location_id = 11 [json_name = "locationId"];Deprecated.viam.app.v1.CloudConfig.location_secret is deprecated.com.google.protobuf.ByteStringDeprecated.viam.app.v1.CloudConfig.location_secret is deprecated.getLocationSecrets(int index) All valid location secrets.intAll valid location secrets.All valid location secrets.string machine_id = 12 [json_name = "machineId"];com.google.protobuf.ByteStringstring machine_id = 12 [json_name = "machineId"];string managed_by = 4 [json_name = "managedBy"];com.google.protobuf.ByteStringstring managed_by = 4 [json_name = "managedBy"];string primary_org_id = 10 [json_name = "primaryOrgId"];com.google.protobuf.ByteStringstring primary_org_id = 10 [json_name = "primaryOrgId"];Robot part secretcom.google.protobuf.ByteStringRobot part secretstring signaling_address = 5 [json_name = "signalingAddress"];com.google.protobuf.ByteStringstring signaling_address = 5 [json_name = "signalingAddress"];booleanbool signaling_insecure = 6 [json_name = "signalingInsecure"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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.viam.app.v1.CloudConfig.location_secret is deprecated. See app/v1/robot.proto;l=94Deprecated use location_secrets
string location_secret = 7 [json_name = "locationSecret", deprecated = true];- Returns:
- The locationSecret.
-
getLocationSecretBytes
Deprecated.viam.app.v1.CloudConfig.location_secret is deprecated. See app/v1/robot.proto;l=94Deprecated 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
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.
-