quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Restore cirq_google.api.v2 protos deleted in 6442 #6746

Closed pavoljuhas closed 22 hours ago

pavoljuhas commented 1 day ago

Restore proto files that are still used by internal code. This reverts small part of #6442.

codecov[bot] commented 1 day ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.83%. Comparing base (756abe3) to head (b5cebd3). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6746 +/- ## ======================================= Coverage 97.83% 97.83% ======================================= Files 1077 1077 Lines 92558 92558 ======================================= Hits 90555 90555 Misses 2003 2003 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pavoljuhas commented 1 day ago

Related to b/369459111