Package viam.app.v1
Interface AppOuterClass.ShareLocationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.ShareLocationRequest
,AppOuterClass.ShareLocationRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.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.
-