MCPcopy
hub / github.com/protocolbuffers/protobuf-go / ExtensionRangeOptions

Struct ExtensionRangeOptions

types/descriptorpb/descriptor.pb.go:1750–1767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1748}
1749
1750type ExtensionRangeOptions struct {
1751 state protoimpl.MessageState `protogen:"open.v1"`
1752 // The parser stores options it doesn't recognize here. See above.
1753 UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
1754 // For external users: DO NOT USE. We are in the process of open sourcing
1755 // extension declaration and executing internal cleanups before it can be
1756 // used externally.
1757 Declaration []*ExtensionRangeOptions_Declaration `protobuf:"bytes,2,rep,name=declaration" json:"declaration,omitempty"`
1758 // Any features defined in the specific edition.
1759 Features *FeatureSet `protobuf:"bytes,50,opt,name=features" json:"features,omitempty"`
1760 // The verification state of the range.
1761 // TODO: flip the default to DECLARATION once all empty ranges
1762 // are marked as UNVERIFIED.
1763 Verification *ExtensionRangeOptions_VerificationState `protobuf:"varint,3,opt,name=verification,enum=google.protobuf.ExtensionRangeOptions_VerificationState,def=1" json:"verification,omitempty"`
1764 extensionFields protoimpl.ExtensionFields
1765 unknownFields protoimpl.UnknownFields
1766 sizeCache protoimpl.SizeCache
1767}
1768
1769// Default values for ExtensionRangeOptions fields.
1770const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected