Class Common.ResponseMetadata.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Common.ResponseMetadata,Common.ResponseMetadata.Builder>
com.viam.common.v1.Common.ResponseMetadata.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Common.ResponseMetadataOrBuilder, Cloneable
Enclosing class:
Common.ResponseMetadata

public static final class Common.ResponseMetadata.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Common.ResponseMetadata,Common.ResponseMetadata.Builder> implements Common.ResponseMetadataOrBuilder
Protobuf type viam.common.v1.ResponseMetadata
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    captured_at is the time at which the resource as close as physically possible, captured the data in the response.
    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.
    mergeCapturedAt(com.google.protobuf.Timestamp value)
    captured_at is the time at which the resource as close as physically possible, captured the data in the response.
    setCapturedAt(com.google.protobuf.Timestamp value)
    captured_at is the time at which the resource as close as physically possible, captured the data in the response.
    setCapturedAt(com.google.protobuf.Timestamp.Builder builderForValue)
    captured_at is the time at which the resource as close as physically possible, captured the data in the response.

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasCapturedAt

      public 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"];
      Specified by:
      hasCapturedAt in interface Common.ResponseMetadataOrBuilder
      Returns:
      Whether the capturedAt field is set.
    • getCapturedAt

      public 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"];
      Specified by:
      getCapturedAt in interface Common.ResponseMetadataOrBuilder
      Returns:
      The capturedAt.
    • setCapturedAt

      public Common.ResponseMetadata.Builder setCapturedAt(com.google.protobuf.Timestamp value)
       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"];
    • setCapturedAt

      public Common.ResponseMetadata.Builder setCapturedAt(com.google.protobuf.Timestamp.Builder builderForValue)
       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"];
    • mergeCapturedAt

      public Common.ResponseMetadata.Builder mergeCapturedAt(com.google.protobuf.Timestamp value)
       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"];
    • clearCapturedAt

      public Common.ResponseMetadata.Builder clearCapturedAt()
       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"];