From 45469f2edd065db3ae4aab987b4deabab6139977 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 12 May 2023 14:51:45 -0700 Subject: [PATCH] Clean up internal links/documentations exposed to the open source. Mark ExtensionRangeOption.declaration "DO NOT USE" in open source for the time being. PiperOrigin-RevId: 531610557 --- src/google/protobuf/descriptor.proto | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/google/protobuf/descriptor.proto b/src/google/protobuf/descriptor.proto index 16c10a6c21..c994d4a7b8 100644 --- a/src/google/protobuf/descriptor.proto +++ b/src/google/protobuf/descriptor.proto @@ -159,10 +159,9 @@ message ExtensionRangeOptions { optional bool repeated = 6; } - // go/protobuf-stripping-extension-declarations - // Like Metadata, but we use a repeated field to hold all extension - // declarations. This should avoid the size increases of transforming a large - // extension range into small ranges in generated binaries. + // For external users: DO NOT USE. We are in the process of open sourcing + // extension declaration and executing internal cleanups before it can be + // used externally. repeated Declaration declaration = 2 [retention = RETENTION_SOURCE]; // The verification state of the extension range.