Uses of Class
com.google.protobuf.Timestamp
-
Packages that use Timestamp Package Description com.google.devtools.build.lib.buildeventstream com.google.devtools.build.v1 com.google.protobuf -
-
Uses of Timestamp in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return Timestamp Modifier and Type Method Description TimestampBuildEventStreamProtos.BuildFinished.Builder. getFinishTime()End of the build.TimestampBuildEventStreamProtos.BuildFinished. getFinishTime()End of the build.TimestampBuildEventStreamProtos.BuildFinishedOrBuilder. getFinishTime()End of the build.TimestampBuildEventStreamProtos.TestSummary.Builder. getFirstStartTime()When the test first started running.TimestampBuildEventStreamProtos.TestSummary. getFirstStartTime()When the test first started running.TimestampBuildEventStreamProtos.TestSummaryOrBuilder. getFirstStartTime()When the test first started running.TimestampBuildEventStreamProtos.TestSummary.Builder. getLastStopTime()When the test first started running.TimestampBuildEventStreamProtos.TestSummary. getLastStopTime()When the test first started running.TimestampBuildEventStreamProtos.TestSummaryOrBuilder. getLastStopTime()When the test first started running.TimestampBuildEventStreamProtos.BuildStarted.Builder. getStartTime()Start of the build.TimestampBuildEventStreamProtos.BuildStarted. getStartTime()Start of the build.TimestampBuildEventStreamProtos.BuildStartedOrBuilder. getStartTime()Start of the build.TimestampBuildEventStreamProtos.TestResult.Builder. getTestAttemptStart()Time at which the test attempt was started.TimestampBuildEventStreamProtos.TestResult. getTestAttemptStart()Time at which the test attempt was started.TimestampBuildEventStreamProtos.TestResultOrBuilder. getTestAttemptStart()Time at which the test attempt was started.Methods in com.google.devtools.build.lib.buildeventstream with parameters of type Timestamp Modifier and Type Method Description BuildEventStreamProtos.BuildFinished.BuilderBuildEventStreamProtos.BuildFinished.Builder. mergeFinishTime(Timestamp value)End of the build.BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. mergeFirstStartTime(Timestamp value)When the test first started running.BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. mergeLastStopTime(Timestamp value)When the test first started running.BuildEventStreamProtos.BuildStarted.BuilderBuildEventStreamProtos.BuildStarted.Builder. mergeStartTime(Timestamp value)Start of the build.BuildEventStreamProtos.TestResult.BuilderBuildEventStreamProtos.TestResult.Builder. mergeTestAttemptStart(Timestamp value)Time at which the test attempt was started.BuildEventStreamProtos.BuildFinished.BuilderBuildEventStreamProtos.BuildFinished.Builder. setFinishTime(Timestamp value)End of the build.BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. setFirstStartTime(Timestamp value)When the test first started running.BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. setLastStopTime(Timestamp value)When the test first started running.BuildEventStreamProtos.BuildStarted.BuilderBuildEventStreamProtos.BuildStarted.Builder. setStartTime(Timestamp value)Start of the build.BuildEventStreamProtos.TestResult.BuilderBuildEventStreamProtos.TestResult.Builder. setTestAttemptStart(Timestamp value)Time at which the test attempt was started. -
Uses of Timestamp in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return Timestamp Modifier and Type Method Description TimestampBuildEvent.Builder. getEventTime()The timestamp of this event.TimestampBuildEvent. getEventTime()The timestamp of this event.TimestampBuildEventOrBuilder. getEventTime()The timestamp of this event.Methods in com.google.devtools.build.v1 with parameters of type Timestamp Modifier and Type Method Description BuildEvent.BuilderBuildEvent.Builder. mergeEventTime(Timestamp value)The timestamp of this event.BuildEvent.BuilderBuildEvent.Builder. setEventTime(Timestamp value)The timestamp of this event. -
Uses of Timestamp in com.google.protobuf
Methods in com.google.protobuf that return Timestamp Modifier and Type Method Description TimestampTimestamp.Builder. build()TimestampTimestamp.Builder. buildPartial()static TimestampTimestamp. getDefaultInstance()TimestampTimestamp.Builder. getDefaultInstanceForType()TimestampTimestamp. getDefaultInstanceForType()static TimestampTimestamp. parseDelimitedFrom(java.io.InputStream input)static TimestampTimestamp. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(byte[] data)static TimestampTimestamp. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(ByteString data)static TimestampTimestamp. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(CodedInputStream input)static TimestampTimestamp. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(java.io.InputStream input)static TimestampTimestamp. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(java.nio.ByteBuffer data)static TimestampTimestamp. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Timestamp Modifier and Type Method Description Parser<Timestamp>Timestamp. getParserForType()static Parser<Timestamp>Timestamp. parser()Methods in com.google.protobuf with parameters of type Timestamp Modifier and Type Method Description Timestamp.BuilderTimestamp.Builder. mergeFrom(Timestamp other)static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)
-