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 Type
    Method
    Description
    com.google.protobuf.Any
    Arbitrary details about the invocation attempt.
    com.google.protobuf.AnyOrBuilder
    Arbitrary details about the invocation attempt.
    Final status of the invocation.
    Final status of the invocation.
    boolean
    Arbitrary details about the invocation attempt.
    boolean
    Final status of the invocation.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;