Pipeline.Snapshot

public final classPipeline.Snapshot implementsIterable


ASnapshot contains the results of a pipeline execution. It can be iterated to retrieve the individualPipelineResult objects.

Summary

Public fields

final @NonNullTimestamp

The time at which the pipeline producing this result is executed.

final @NonNullList<@NonNullPipelineResult>

List of all the results

Public fields

executionTime

public final @NonNullTimestamp executionTime

The time at which the pipeline producing this result is executed.

results

public final @NonNullList<@NonNullPipelineResultresults

List of all the results

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNullString toString()

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-15 UTC.