Package viam.app.v1
Interface App.ShareLocationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.ShareLocationRequest
,App.ShareLocationRequest.Builder
- Enclosing class:
- App
public static interface App.ShareLocationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation ID to be shared.com.google.protobuf.ByteString
Location ID to be shared.Organization ID to share the location with.com.google.protobuf.ByteString
Organization ID to share the location with.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
String getLocationId()Location ID to be shared.
string location_id = 1 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()Location ID to be shared.
string location_id = 1 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-
getOrganizationId
String getOrganizationId()Organization ID to share the location with.
string organization_id = 2 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()Organization ID to share the location with.
string organization_id = 2 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-