Uses of Class
com.google.protobuf.Timestamp.Builder
-
Packages that use Timestamp.Builder Package Description com.google.devtools.build.lib.buildeventstream com.google.devtools.build.v1 com.google.protobuf -
-
Uses of Timestamp.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return Timestamp.Builder Modifier and Type Method Description Timestamp.BuilderBuildEventStreamProtos.BuildFinished.Builder. getFinishTimeBuilder()End of the build.Timestamp.BuilderBuildEventStreamProtos.TestSummary.Builder. getFirstStartTimeBuilder()When the test first started running.Timestamp.BuilderBuildEventStreamProtos.TestSummary.Builder. getLastStopTimeBuilder()When the test first started running.Timestamp.BuilderBuildEventStreamProtos.BuildStarted.Builder. getStartTimeBuilder()Start of the build.Timestamp.BuilderBuildEventStreamProtos.TestResult.Builder. getTestAttemptStartBuilder()Time at which the test attempt was started.Methods in com.google.devtools.build.lib.buildeventstream with parameters of type Timestamp.Builder Modifier and Type Method Description BuildEventStreamProtos.BuildFinished.BuilderBuildEventStreamProtos.BuildFinished.Builder. setFinishTime(Timestamp.Builder builderForValue)End of the build.BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. setFirstStartTime(Timestamp.Builder builderForValue)When the test first started running.BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. setLastStopTime(Timestamp.Builder builderForValue)When the test first started running.BuildEventStreamProtos.BuildStarted.BuilderBuildEventStreamProtos.BuildStarted.Builder. setStartTime(Timestamp.Builder builderForValue)Start of the build.BuildEventStreamProtos.TestResult.BuilderBuildEventStreamProtos.TestResult.Builder. setTestAttemptStart(Timestamp.Builder builderForValue)Time at which the test attempt was started. -
Uses of Timestamp.Builder in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return Timestamp.Builder Modifier and Type Method Description Timestamp.BuilderBuildEvent.Builder. getEventTimeBuilder()The timestamp of this event.Methods in com.google.devtools.build.v1 with parameters of type Timestamp.Builder Modifier and Type Method Description BuildEvent.BuilderBuildEvent.Builder. setEventTime(Timestamp.Builder builderForValue)The timestamp of this event. -
Uses of Timestamp.Builder in com.google.protobuf
Methods in com.google.protobuf that return Timestamp.Builder Modifier and Type Method Description Timestamp.BuilderTimestamp.Builder. addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. clear()Timestamp.BuilderTimestamp.Builder. clearField(Descriptors.FieldDescriptor field)Timestamp.BuilderTimestamp.Builder. clearNanos()int32 nanos = 2 [json_name = "nanos"];Timestamp.BuilderTimestamp.Builder. clearOneof(Descriptors.OneofDescriptor oneof)Timestamp.BuilderTimestamp.Builder. clearSeconds()int64 seconds = 1 [json_name = "seconds"];Timestamp.BuilderTimestamp.Builder. clone()Timestamp.BuilderTimestamp.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Timestamp.BuilderTimestamp.Builder. mergeFrom(Message other)Timestamp.BuilderTimestamp.Builder. mergeFrom(Timestamp other)Timestamp.BuilderTimestamp.Builder. mergeUnknownFields(UnknownFieldSet unknownFields)static Timestamp.BuilderTimestamp. newBuilder()static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)Timestamp.BuilderTimestamp. newBuilderForType()protected Timestamp.BuilderTimestamp. newBuilderForType(GeneratedMessageV3.BuilderParent parent)Timestamp.BuilderTimestamp.Builder. setField(Descriptors.FieldDescriptor field, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. setNanos(int value)int32 nanos = 2 [json_name = "nanos"];Timestamp.BuilderTimestamp.Builder. setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. setSeconds(long value)int64 seconds = 1 [json_name = "seconds"];Timestamp.BuilderTimestamp.Builder. setUnknownFields(UnknownFieldSet unknownFields)Timestamp.BuilderTimestamp. toBuilder()
-