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 Type
    Method
    Description
    boolean
    map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
    Map<String,com.google.protobuf.Value>
    Deprecated.
    int
    map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
    Map<String,com.google.protobuf.Value>
    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
    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

      boolean containsReadings(String key)
      map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
    • getReadings

      @Deprecated Map<String,com.google.protobuf.Value> getReadings()
      Deprecated.
      Use getReadingsMap() instead.
    • getReadingsMap

      Map<String,com.google.protobuf.Value> getReadingsMap()
      map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
    • getReadingsOrDefault

      com.google.protobuf.Value getReadingsOrDefault(String key, com.google.protobuf.Value defaultValue)
      map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];
    • getReadingsOrThrow

      com.google.protobuf.Value getReadingsOrThrow(String key)
      map<string, .google.protobuf.Value> readings = 1 [json_name = "readings"];