Instance Propertyswift-protobuf 1.28.1SwiftProtobuf
unknownFields
api.pb.swift:115var unknownFields: UnknownStorage
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_Api, rhs: Google_Protobuf_Api
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var hasSourceContext: Bool
Returns true if
sourceContext
has been explicitly set.var methods: [Google_Protobuf_Method]
The methods of this interface, in unspecified order.
var mixins: [Google_Protobuf_Mixin]
Included interfaces. See [Mixin][].
var name: String
The fully qualified name of this interface, including package name followed by the interface’s simple name.
var options: [Google_Protobuf_Option]
Any metadata attached to the interface.
var sourceContext: Google_Protobuf_SourceContext
Source context for the protocol buffer service represented by this message.
var syntax: Google_Protobuf_Syntax
The source syntax of the service.
var version: String
A version string for this interface. If specified, must have the form
major-version.minor-version
, as in1.10
. If the minor version is omitted, it defaults to zero. If the entire version field is empty, the major version is derived from the package name, as outlined below. If the field is not empty, the version in the package name will be verified to be consistent with what is provided here.func clearSourceContext(
) Clears the value of
sourceContext
. Subsequent reads from it will return its default value.func decodeMessage<D>(decoder: inout D
) throws func traverse<V>(visitor: inout V
) throws