Upgrade to the latest protobuf edition
* See go/editions for more information about this migration.
* Based on blaze dependency analysis, these protos were found to not be used in any languages that do not support editions. It's possible some cases would be missed, and TGP was run as a precaution.
* If this proto ends up being required in a language that doesn't support editions yet, a pure rollback is safe and recommended.
See go/protobuf-edition-zero-lsc for more information on why you've received this change and why it is important.
This CL looks good? Just LGTM and Approve it!
This CL doesn’t look good? This is what you can do:
* Revert this CL, by replying "REVERT: <provide reason>"
* File a bug under go/protobuf-transformer-issue for category ProtobufTransformer if there's an issue with the CL content.
* File a bug under go/rosie-bug if there's an issue with how the CL was managed.
* For all other issues such as the formatting of the CL, please file a bug under
go/clrobot-bug.
* Revert this CL and not get a CL that cleans up these paths in the future by
replying "BLOCKLIST: <provide reason>". This is not reversible! We recommend to
opt out the respective paths in your CL Robot configuration instead:
go/clrobot-opt-out.
This CL was generated by CL Robot - a tool that cleans up code findings
(go/clrobot). The affected code paths have been enabled for CL Robot in //depot/google3/METADATA by
following go/clrobot#how-to-opt-in. Anything wrong with the signup? File a bug
at go/clrobot-bug.
#codehealth
Tested:
Local presubmit tests passed.
PiperOrigin-RevId: 661833030
diff --git a/quiche/blind_sign_auth/proto/attestation.proto b/quiche/blind_sign_auth/proto/attestation.proto
index cb3843d..e0ce20d 100644
--- a/quiche/blind_sign_auth/proto/attestation.proto
+++ b/quiche/blind_sign_auth/proto/attestation.proto
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-syntax = "proto3";
+edition = "2023";
package privacy.ppn;
@@ -42,10 +42,11 @@
// Attestation data that is returned by the client.
oneof attestation_data {
AndroidAttestationData android_attestation_data = 1;
+
IosAttestationData ios_attestation_data = 2;
}
- AttestationData attestation = 3;
+ AttestationData attestation = 3;
string package_name = 4;
// If attestation is AndroidAttestationData device models should be listed in: