Instance Methodswift-protobuf 1.28.1SwiftProtobuf
decodeMessage(decoder:)
descriptor.pb.swift:4926mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_ServiceOptions, rhs: Google_Protobuf_ServiceOptions
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var deprecated: Bool
Is this service deprecated? Depending on the target platform, this can emit Deprecated annotations for the service, or it will be completely ignored; in the very least, this is a formalization for deprecating services.
var features: Google_Protobuf_FeatureSet
Any features defined in the specific edition.
var hasDeprecated: Bool
Returns true if
deprecated
has been explicitly set.var hasFeatures: Bool
Returns true if
features
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
func clearDeprecated(
) Clears the value of
deprecated
. Subsequent reads from it will return its default value.func clearFeatures(
) Clears the value of
features
. Subsequent reads from it will return its default value.func traverse<V>(visitor: inout V
) throws