Package viam.app.v1
Interface App.MarkPartAsMainRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.MarkPartAsMainRequest
,App.MarkPartAsMainRequest.Builder
- Enclosing class:
- App
public static interface App.MarkPartAsMainRequestOrBuilder
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"];
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.
-