Package com.google.devtools.build.v1
Interface BuildEvent.InvocationAttemptStartedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEvent.InvocationAttemptStarted,BuildEvent.InvocationAttemptStarted.Builder
- Enclosing class:
- BuildEvent
public static interface BuildEvent.InvocationAttemptStartedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt.com.google.protobuf.AnyArbitrary details about the invocation attempt.com.google.protobuf.AnyOrBuilderArbitrary details about the invocation attempt.booleanArbitrary details about the invocation attempt.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAttemptNumber
long getAttemptNumber()The number of the invocation attempt, starting at 1 and increasing by 1 for each new attempt. Can be used to determine if there is a later invocation attempt replacing the current one a client is processing.
int64 attempt_number = 1;- Returns:
- The attemptNumber.
-
hasDetails
boolean hasDetails()Arbitrary details about the invocation attempt.
.google.protobuf.Any details = 2;- Returns:
- Whether the details field is set.
-
getDetails
com.google.protobuf.Any getDetails()Arbitrary details about the invocation attempt.
.google.protobuf.Any details = 2;- Returns:
- The details.
-
getDetailsOrBuilder
com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()Arbitrary details about the invocation attempt.
.google.protobuf.Any details = 2;
-