Package viam.app.v1
Interface Robot.CertificateResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.CertificateResponse
,Robot.CertificateResponse.Builder
- Enclosing class:
- Robot
public static interface Robot.CertificateResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Robot part id.com.google.protobuf.ByteString
Robot part id.string tls_certificate = 2 [json_name = "tlsCertificate"];
com.google.protobuf.ByteString
string tls_certificate = 2 [json_name = "tlsCertificate"];
string tls_private_key = 3 [json_name = "tlsPrivateKey"];
com.google.protobuf.ByteString
string tls_private_key = 3 [json_name = "tlsPrivateKey"];
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.
-
getTlsCertificate
String getTlsCertificate()string tls_certificate = 2 [json_name = "tlsCertificate"];
- Returns:
- The tlsCertificate.
-
getTlsCertificateBytes
com.google.protobuf.ByteString getTlsCertificateBytes()string tls_certificate = 2 [json_name = "tlsCertificate"];
- Returns:
- The bytes for tlsCertificate.
-
getTlsPrivateKey
String getTlsPrivateKey()string tls_private_key = 3 [json_name = "tlsPrivateKey"];
- Returns:
- The tlsPrivateKey.
-
getTlsPrivateKeyBytes
com.google.protobuf.ByteString getTlsPrivateKeyBytes()string tls_private_key = 3 [json_name = "tlsPrivateKey"];
- Returns:
- The bytes for tlsPrivateKey.
-