Skip to content

Commit 0bb9239

Browse files
authored
Change names of focused calibration protos for consistency. (#3369)
- Change name of FocusedCalibrationResults to FocusedCalibrationResult to match the other Result proto messages.
1 parent be1d024 commit 0bb9239

File tree

3 files changed

+55
-55
lines changed

3 files changed

+55
-55
lines changed

cirq/google/api/v2/calibration.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ message CalibrationLayer {
4141
}
4242

4343
// The results returned by a FocusedCalibration request.
44-
message FocusedCalibrationResults {
44+
message FocusedCalibrationResult {
4545

4646
// The results of each CalibrationLayer request.
4747
// There will be one CalibrationLayerResults message for each
4848
// CalibrationLayer in the request, and the results will
4949
// correspond to the order of the requests.
50-
repeated CalibrationLayerResults results = 1;
50+
repeated CalibrationLayerResult results = 1;
5151
}
5252

5353
// Response codes for Calibration requests
@@ -77,7 +77,7 @@ enum CalibrationLayerCode {
7777
}
7878

7979

80-
message CalibrationLayerResults {
80+
message CalibrationLayerResult {
8181
// Whether the calibration procedure was a success or failure.
8282
CalibrationLayerCode code = 1;
8383

cirq/google/api/v2/calibration_pb2.py

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cirq/google/api/v2/calibration_pb2.pyi

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)