Package viam.app.cloudslam.v1
Interface CloudSlam.GetMappingSessionMetadataByIDRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CloudSlam.GetMappingSessionMetadataByIDRequest
,CloudSlam.GetMappingSessionMetadataByIDRequest.Builder
- Enclosing class:
- CloudSlam
public static interface CloudSlam.GetMappingSessionMetadataByIDRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring session_id = 1 [json_name = "sessionId"];
com.google.protobuf.ByteString
string session_id = 1 [json_name = "sessionId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getSessionId
String getSessionId()string session_id = 1 [json_name = "sessionId"];
- Returns:
- The sessionId.
-
getSessionIdBytes
com.google.protobuf.ByteString getSessionIdBytes()string session_id = 1 [json_name = "sessionId"];
- Returns:
- The bytes for sessionId.
-