Interface Data.GetLatestTabularDataResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.GetLatestTabularDataResponse, Data.GetLatestTabularDataResponse.Builder
Enclosing class:
Data

public static interface Data.GetLatestTabularDataResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    .google.protobuf.Struct payload = 3 [json_name = "payload"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp time_captured = 1 [json_name = "timeCaptured"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp time_synced = 2 [json_name = "timeSynced"];
    boolean
    .google.protobuf.Struct payload = 3 [json_name = "payload"];
    boolean
    .google.protobuf.Timestamp time_captured = 1 [json_name = "timeCaptured"];
    boolean
    .google.protobuf.Timestamp time_synced = 2 [json_name = "timeSynced"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasTimeCaptured

      boolean hasTimeCaptured()
      .google.protobuf.Timestamp time_captured = 1 [json_name = "timeCaptured"];
      Returns:
      Whether the timeCaptured field is set.
    • getTimeCaptured

      com.google.protobuf.Timestamp getTimeCaptured()
      .google.protobuf.Timestamp time_captured = 1 [json_name = "timeCaptured"];
      Returns:
      The timeCaptured.
    • hasTimeSynced

      boolean hasTimeSynced()
      .google.protobuf.Timestamp time_synced = 2 [json_name = "timeSynced"];
      Returns:
      Whether the timeSynced field is set.
    • getTimeSynced

      com.google.protobuf.Timestamp getTimeSynced()
      .google.protobuf.Timestamp time_synced = 2 [json_name = "timeSynced"];
      Returns:
      The timeSynced.
    • hasPayload

      boolean hasPayload()
      .google.protobuf.Struct payload = 3 [json_name = "payload"];
      Returns:
      Whether the payload field is set.
    • getPayload

      com.google.protobuf.Struct getPayload()
      .google.protobuf.Struct payload = 3 [json_name = "payload"];
      Returns:
      The payload.