Package viam.app.v1

Class Robot.CloudConfig

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

public static final class Robot.CloudConfig extends com.google.protobuf.GeneratedMessageLite<Robot.CloudConfig,Robot.CloudConfig.Builder> implements Robot.CloudConfigOrBuilder
Protobuf type viam.app.v1.CloudConfig
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • FQDN_FIELD_NUMBER

      public static final int FQDN_FIELD_NUMBER
      See Also:
    • LOCAL_FQDN_FIELD_NUMBER

      public static final int LOCAL_FQDN_FIELD_NUMBER
      See Also:
    • MANAGED_BY_FIELD_NUMBER

      public static final int MANAGED_BY_FIELD_NUMBER
      See Also:
    • SIGNALING_ADDRESS_FIELD_NUMBER

      public static final int SIGNALING_ADDRESS_FIELD_NUMBER
      See Also:
    • SIGNALING_INSECURE_FIELD_NUMBER

      public static final int SIGNALING_INSECURE_FIELD_NUMBER
      See Also:
    • LOCATION_SECRET_FIELD_NUMBER

      public static final int LOCATION_SECRET_FIELD_NUMBER
      See Also:
    • SECRET_FIELD_NUMBER

      public static final int SECRET_FIELD_NUMBER
      See Also:
    • LOCATION_SECRETS_FIELD_NUMBER

      public static final int LOCATION_SECRETS_FIELD_NUMBER
      See Also:
    • PRIMARY_ORG_ID_FIELD_NUMBER

      public static final int PRIMARY_ORG_ID_FIELD_NUMBER
      See Also:
    • LOCATION_ID_FIELD_NUMBER

      public static final int LOCATION_ID_FIELD_NUMBER
      See Also:
    • MACHINE_ID_FIELD_NUMBER

      public static final int MACHINE_ID_FIELD_NUMBER
      See Also:
  • Method Details

    • getId

      public String getId()
       Robot part id.
       
      string id = 1 [json_name = "id"];
      Specified by:
      getId in interface Robot.CloudConfigOrBuilder
      Returns:
      The id.
    • getIdBytes

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

      public String getFqdn()
      string fqdn = 2 [json_name = "fqdn"];
      Specified by:
      getFqdn in interface Robot.CloudConfigOrBuilder
      Returns:
      The fqdn.
    • getFqdnBytes

      public com.google.protobuf.ByteString getFqdnBytes()
      string fqdn = 2 [json_name = "fqdn"];
      Specified by:
      getFqdnBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for fqdn.
    • getLocalFqdn

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

      public com.google.protobuf.ByteString getLocalFqdnBytes()
      string local_fqdn = 3 [json_name = "localFqdn"];
      Specified by:
      getLocalFqdnBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for localFqdn.
    • getManagedBy

      public String getManagedBy()
      string managed_by = 4 [json_name = "managedBy"];
      Specified by:
      getManagedBy in interface Robot.CloudConfigOrBuilder
      Returns:
      The managedBy.
    • getManagedByBytes

      public com.google.protobuf.ByteString getManagedByBytes()
      string managed_by = 4 [json_name = "managedBy"];
      Specified by:
      getManagedByBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for managedBy.
    • getSignalingAddress

      public String getSignalingAddress()
      string signaling_address = 5 [json_name = "signalingAddress"];
      Specified by:
      getSignalingAddress in interface Robot.CloudConfigOrBuilder
      Returns:
      The signalingAddress.
    • getSignalingAddressBytes

      public com.google.protobuf.ByteString getSignalingAddressBytes()
      string signaling_address = 5 [json_name = "signalingAddress"];
      Specified by:
      getSignalingAddressBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for signalingAddress.
    • getSignalingInsecure

      public boolean getSignalingInsecure()
      bool signaling_insecure = 6 [json_name = "signalingInsecure"];
      Specified by:
      getSignalingInsecure in interface Robot.CloudConfigOrBuilder
      Returns:
      The signalingInsecure.
    • getLocationSecret

      @Deprecated public 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];
      Specified by:
      getLocationSecret in interface Robot.CloudConfigOrBuilder
      Returns:
      The locationSecret.
    • getLocationSecretBytes

      @Deprecated public 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];
      Specified by:
      getLocationSecretBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for locationSecret.
    • getSecret

      public String getSecret()
       Robot part secret
       
      string secret = 8 [json_name = "secret"];
      Specified by:
      getSecret in interface Robot.CloudConfigOrBuilder
      Returns:
      The secret.
    • getSecretBytes

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

      public List<Robot.LocationSecret> getLocationSecretsList()
       All valid location secrets.
       
      repeated .viam.app.v1.LocationSecret location_secrets = 9 [json_name = "locationSecrets"];
      Specified by:
      getLocationSecretsList in interface Robot.CloudConfigOrBuilder
    • getLocationSecretsOrBuilderList

      public List<? extends Robot.LocationSecretOrBuilder> getLocationSecretsOrBuilderList()
       All valid location secrets.
       
      repeated .viam.app.v1.LocationSecret location_secrets = 9 [json_name = "locationSecrets"];
    • getLocationSecretsCount

      public int getLocationSecretsCount()
       All valid location secrets.
       
      repeated .viam.app.v1.LocationSecret location_secrets = 9 [json_name = "locationSecrets"];
      Specified by:
      getLocationSecretsCount in interface Robot.CloudConfigOrBuilder
    • getLocationSecrets

      public Robot.LocationSecret getLocationSecrets(int index)
       All valid location secrets.
       
      repeated .viam.app.v1.LocationSecret location_secrets = 9 [json_name = "locationSecrets"];
      Specified by:
      getLocationSecrets in interface Robot.CloudConfigOrBuilder
    • getLocationSecretsOrBuilder

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

      public String getPrimaryOrgId()
      string primary_org_id = 10 [json_name = "primaryOrgId"];
      Specified by:
      getPrimaryOrgId in interface Robot.CloudConfigOrBuilder
      Returns:
      The primaryOrgId.
    • getPrimaryOrgIdBytes

      public com.google.protobuf.ByteString getPrimaryOrgIdBytes()
      string primary_org_id = 10 [json_name = "primaryOrgId"];
      Specified by:
      getPrimaryOrgIdBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for primaryOrgId.
    • getLocationId

      public String getLocationId()
      string location_id = 11 [json_name = "locationId"];
      Specified by:
      getLocationId in interface Robot.CloudConfigOrBuilder
      Returns:
      The locationId.
    • getLocationIdBytes

      public com.google.protobuf.ByteString getLocationIdBytes()
      string location_id = 11 [json_name = "locationId"];
      Specified by:
      getLocationIdBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for locationId.
    • getMachineId

      public String getMachineId()
      string machine_id = 12 [json_name = "machineId"];
      Specified by:
      getMachineId in interface Robot.CloudConfigOrBuilder
      Returns:
      The machineId.
    • getMachineIdBytes

      public com.google.protobuf.ByteString getMachineIdBytes()
      string machine_id = 12 [json_name = "machineId"];
      Specified by:
      getMachineIdBytes in interface Robot.CloudConfigOrBuilder
      Returns:
      The bytes for machineId.
    • parseFrom

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

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

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

      public static Robot.CloudConfig 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.CloudConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

      public static Robot.CloudConfig.Builder newBuilder(Robot.CloudConfig 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.CloudConfig,Robot.CloudConfig.Builder>
    • getDefaultInstance

      public static Robot.CloudConfig getDefaultInstance()
    • parser

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