Package viam.app.v1
Interface Robot.LocationSecretOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.LocationSecret
,Robot.LocationSecret.Builder
- Enclosing class:
- Robot
public static interface Robot.LocationSecretOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
secret payloadcom.google.protobuf.ByteString
secret payloadMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
getSecret
String getSecret()secret payload
string secret = 2 [json_name = "secret"];
- Returns:
- The secret.
-
getSecretBytes
com.google.protobuf.ByteString getSecretBytes()secret payload
string secret = 2 [json_name = "secret"];
- Returns:
- The bytes for secret.
-