Package viam.app.v1
Interface App.DeleteRobotPartSecretRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.DeleteRobotPartSecretRequest
,App.DeleteRobotPartSecretRequest.Builder
- Enclosing class:
- App
public static interface App.DeleteRobotPartSecretRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring part_id = 1 [json_name = "partId"];
com.google.protobuf.ByteString
string part_id = 1 [json_name = "partId"];
string secret_id = 2 [json_name = "secretId"];
com.google.protobuf.ByteString
string secret_id = 2 [json_name = "secretId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getPartId
String getPartId()string part_id = 1 [json_name = "partId"];
- Returns:
- The partId.
-
getPartIdBytes
com.google.protobuf.ByteString getPartIdBytes()string part_id = 1 [json_name = "partId"];
- Returns:
- The bytes for partId.
-
getSecretId
String getSecretId()string secret_id = 2 [json_name = "secretId"];
- Returns:
- The secretId.
-
getSecretIdBytes
com.google.protobuf.ByteString getSecretIdBytes()string secret_id = 2 [json_name = "secretId"];
- Returns:
- The bytes for secretId.
-