Interface Common.ResponseMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Common.ResponseMetadata, Common.ResponseMetadata.Builder
Enclosing class:
Common

public static interface Common.ResponseMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    captured_at is the time at which the resource as close as physically possible, captured the data in the response.
    boolean
    captured_at is the time at which the resource as close as physically possible, captured the data in the response.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasCapturedAt

      boolean hasCapturedAt()
       captured_at is the time at which the resource as close as physically possible, captured
       the data in the response.
       Note: If correlating between other resources, be sure that the means
       of measuring the capture are similar enough such that comparison can be made between them.
       
      optional .google.protobuf.Timestamp captured_at = 1 [json_name = "capturedAt"];
      Returns:
      Whether the capturedAt field is set.
    • getCapturedAt

      com.google.protobuf.Timestamp getCapturedAt()
       captured_at is the time at which the resource as close as physically possible, captured
       the data in the response.
       Note: If correlating between other resources, be sure that the means
       of measuring the capture are similar enough such that comparison can be made between them.
       
      optional .google.protobuf.Timestamp captured_at = 1 [json_name = "capturedAt"];
      Returns:
      The capturedAt.