Package com.viam.common.v1
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 TypeMethodDescriptioncaptured_at is the time at which the resource as close as physically possible, captured the data in the response.com.google.protobuf.Timestampcaptured_at is the time at which the resource as close as physically possible, captured the data in the response.booleancaptured_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, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
hasCapturedAtin interfaceCommon.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:
getCapturedAtin interfaceCommon.ResponseMetadataOrBuilder- Returns:
- The capturedAt.
-
setCapturedAt
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
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
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"];
-