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
pull/12767/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 04e19c8b6a
commit 45469f2edd
  1. 7
      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.

Loading…
Cancel
Save