Package com.google.devtools.build.v1
Interface BuildEvent.InvocationAttemptFinishedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEvent.InvocationAttemptFinished,BuildEvent.InvocationAttemptFinished.Builder
- Enclosing class:
- BuildEvent
public static interface BuildEvent.InvocationAttemptFinishedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.AnyArbitrary details about the invocation attempt.com.google.protobuf.AnyOrBuilderArbitrary details about the invocation attempt.Final status of the invocation.Final status of the invocation.booleanArbitrary details about the invocation attempt.booleanFinal status of the invocation.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
-
hasInvocationStatus
boolean hasInvocationStatus()Final status of the invocation.
.google.devtools.build.v1.BuildStatus invocation_status = 3;- Returns:
- Whether the invocationStatus field is set.
-
getInvocationStatus
BuildStatus getInvocationStatus()Final status of the invocation.
.google.devtools.build.v1.BuildStatus invocation_status = 3;- Returns:
- The invocationStatus.
-
getInvocationStatusOrBuilder
BuildStatusOrBuilder getInvocationStatusOrBuilder()Final status of the invocation.
.google.devtools.build.v1.BuildStatus invocation_status = 3; -
hasDetails
boolean hasDetails()Arbitrary details about the invocation attempt.
.google.protobuf.Any details = 4;- Returns:
- Whether the details field is set.
-
getDetails
com.google.protobuf.Any getDetails()Arbitrary details about the invocation attempt.
.google.protobuf.Any details = 4;- Returns:
- The details.
-
getDetailsOrBuilder
com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()Arbitrary details about the invocation attempt.
.google.protobuf.Any details = 4;
-