Interface BuildEvent.BuildEnqueuedOrBuilder

    • Method Detail

      • hasDetails

        boolean hasDetails()
         Additional details about the Build.
         
        .google.protobuf.Any details = 1;
        Returns:
        Whether the details field is set.
      • getDetails

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

        AnyOrBuilder getDetailsOrBuilder()
         Additional details about the Build.
         
        .google.protobuf.Any details = 1;