Static Propertyswift-protobuf 1.28.1SwiftProtobuf
protoMessageName
descriptor.pb.swift:3452static let protoMessageName: String
Other members in extension
Types
struct Declaration
enum VerificationState
The verification state of the extension range.
Type members
init(
) static func == (lhs: Google_Protobuf_ExtensionRangeOptions, rhs: Google_Protobuf_ExtensionRangeOptions
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var declaration: [Google_Protobuf_ExtensionRangeOptions.Declaration]
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.
var features: Google_Protobuf_FeatureSet
Any features defined in the specific edition.
var hasFeatures: Bool
Returns true if
features
has been explicitly set.var hasVerification: Bool
Returns true if
verification
has been explicitly set.var isInitialized: Bool
var uninterpretedOption: [Google_Protobuf_UninterpretedOption]
The parser stores options it doesn’t recognize here. See above.
var unknownFields: UnknownStorage
var verification: Google_Protobuf_ExtensionRangeOptions.VerificationState
The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED.
func clearFeatures(
) Clears the value of
features
. Subsequent reads from it will return its default value.func clearVerification(
) Clears the value of
verification
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws