Package viam.app.v1
Interface App.UpdateLocationMetadataRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.UpdateLocationMetadataRequest
,App.UpdateLocationMetadataRequest.Builder
- Enclosing class:
- App
public static interface App.UpdateLocationMetadataRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsData
(String key) map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
getData()
Deprecated.int
map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
com.google.protobuf.Any
getDataOrDefault
(String key, com.google.protobuf.Any defaultValue) map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
com.google.protobuf.Any
getDataOrThrow
(String key) map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
string location_id = 1 [json_name = "locationId"];
com.google.protobuf.ByteString
string location_id = 1 [json_name = "locationId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
String getLocationId()string location_id = 1 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()string location_id = 1 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-
getDataCount
int getDataCount()map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
-
containsData
map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
-
getData
Deprecated.UsegetDataMap()
instead. -
getDataMap
map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
-
getDataOrDefault
map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
-
getDataOrThrow
map<string, .google.protobuf.Any> data = 2 [json_name = "data"];
-