class OpenTelemetry::Proto::Common::V1::InstrumentationLibrary
- OpenTelemetry::Proto::Common::V1::InstrumentationLibrary
- Reference
- Object
Included Modules
- Protobuf::Message
Defined in:
proto/common.pb.crConstant Summary
-
FIELDS =
{1 => {name: :name, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :version, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
Class Method Summary
Instance Method Summary
- #[](key : String)
- #name : String | Nil
- #name=(name : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf
- #version : String | Nil
- #version=(version : String | Nil)