Package com.viam.common.v1
Interface Common.GetReadingsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.GetReadingsResponse
,Common.GetReadingsResponse.Builder
- Enclosing class:
- Common
public static interface Common.GetReadingsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsReadings
(String key) map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
Deprecated.int
map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
com.google.protobuf.Value
getReadingsOrDefault
(String key, com.google.protobuf.Value defaultValue) map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
com.google.protobuf.Value
getReadingsOrThrow
(String key) map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getReadingsCount
int getReadingsCount()map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
-
containsReadings
map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
-
getReadings
Deprecated.UsegetReadingsMap()
instead. -
getReadingsMap
map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
-
getReadingsOrDefault
map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
-
getReadingsOrThrow
map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
-