Uses of Class
com.google.protobuf.Duration
-
Packages that use Duration Package Description com.google.devtools.build.lib.buildeventstream com.google.devtools.build.v1 com.google.protobuf -
-
Uses of Duration in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return Duration Modifier and Type Method Description DurationBuildEventStreamProtos.TestResult.Builder. getTestAttemptDuration()Time the test took to run.DurationBuildEventStreamProtos.TestResult. getTestAttemptDuration()Time the test took to run.DurationBuildEventStreamProtos.TestResultOrBuilder. getTestAttemptDuration()Time the test took to run.DurationBuildEventStreamProtos.TargetComplete.Builder. getTestTimeout()The timeout specified for test actions under this configured target.DurationBuildEventStreamProtos.TargetComplete. getTestTimeout()The timeout specified for test actions under this configured target.DurationBuildEventStreamProtos.TargetCompleteOrBuilder. getTestTimeout()The timeout specified for test actions under this configured target.DurationBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.Builder. getTime().google.protobuf.Duration time = 4;DurationBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown. getTime().google.protobuf.Duration time = 4;DurationBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownOrBuilder. getTime().google.protobuf.Duration time = 4;DurationBuildEventStreamProtos.TestSummary.Builder. getTotalRunDuration()The total runtime of the test.DurationBuildEventStreamProtos.TestSummary. getTotalRunDuration()The total runtime of the test.DurationBuildEventStreamProtos.TestSummaryOrBuilder. getTotalRunDuration()The total runtime of the test.Methods in com.google.devtools.build.lib.buildeventstream with parameters of type Duration Modifier and Type Method Description BuildEventStreamProtos.TestResult.BuilderBuildEventStreamProtos.TestResult.Builder. mergeTestAttemptDuration(Duration value)Time the test took to run.BuildEventStreamProtos.TargetComplete.BuilderBuildEventStreamProtos.TargetComplete.Builder. mergeTestTimeout(Duration value)The timeout specified for test actions under this configured target.BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.BuilderBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.Builder. mergeTime(Duration value).google.protobuf.Duration time = 4;BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. mergeTotalRunDuration(Duration value)The total runtime of the test.BuildEventStreamProtos.TestResult.BuilderBuildEventStreamProtos.TestResult.Builder. setTestAttemptDuration(Duration value)Time the test took to run.BuildEventStreamProtos.TargetComplete.BuilderBuildEventStreamProtos.TargetComplete.Builder. setTestTimeout(Duration value)The timeout specified for test actions under this configured target.BuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.BuilderBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdown.Builder. setTime(Duration value).google.protobuf.Duration time = 4;BuildEventStreamProtos.TestSummary.BuilderBuildEventStreamProtos.TestSummary.Builder. setTotalRunDuration(Duration value)The total runtime of the test. -
Uses of Duration in com.google.devtools.build.v1
Methods in com.google.devtools.build.v1 that return Duration Modifier and Type Method Description DurationPublishLifecycleEventRequest.Builder. getStreamTimeout()If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired.DurationPublishLifecycleEventRequest. getStreamTimeout()If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired.DurationPublishLifecycleEventRequestOrBuilder. getStreamTimeout()If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired.Methods in com.google.devtools.build.v1 with parameters of type Duration Modifier and Type Method Description PublishLifecycleEventRequest.BuilderPublishLifecycleEventRequest.Builder. mergeStreamTimeout(Duration value)If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired.PublishLifecycleEventRequest.BuilderPublishLifecycleEventRequest.Builder. setStreamTimeout(Duration value)If the next event for this build or invocation (depending on the event type) hasn't been published after this duration from when {build_event} is written to BES, consider this stream expired. -
Uses of Duration in com.google.protobuf
Methods in com.google.protobuf that return Duration Modifier and Type Method Description DurationDuration.Builder. build()DurationDuration.Builder. buildPartial()static DurationDuration. getDefaultInstance()DurationDuration.Builder. getDefaultInstanceForType()DurationDuration. getDefaultInstanceForType()static DurationDuration. parseDelimitedFrom(java.io.InputStream input)static DurationDuration. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DurationDuration. parseFrom(byte[] data)static DurationDuration. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DurationDuration. parseFrom(ByteString data)static DurationDuration. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DurationDuration. parseFrom(CodedInputStream input)static DurationDuration. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DurationDuration. parseFrom(java.io.InputStream input)static DurationDuration. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DurationDuration. parseFrom(java.nio.ByteBuffer data)static DurationDuration. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Duration Modifier and Type Method Description Parser<Duration>Duration. getParserForType()static Parser<Duration>Duration. parser()Methods in com.google.protobuf with parameters of type Duration Modifier and Type Method Description Duration.BuilderDuration.Builder. mergeFrom(Duration other)static Duration.BuilderDuration. newBuilder(Duration prototype)
-