Interface BuildEvent.InvocationAttemptStartedOrBuilder

    • Method Detail

      • 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()
         Additional details about the invocation.
         
        .google.protobuf.Any details = 2;
        Returns:
        Whether the details field is set.
      • getDetails

        Any getDetails()
         Additional details about the invocation.
         
        .google.protobuf.Any details = 2;
        Returns:
        The details.
      • getDetailsOrBuilder

        AnyOrBuilder getDetailsOrBuilder()
         Additional details about the invocation.
         
        .google.protobuf.Any details = 2;