struct

Protobuf::CodeGeneratorRequest::ServiceDescriptorProto

Inherits Protobuf::Message / Struct / Value / Object

Constants

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: :method, pb_type: MethodDescriptorProto, crystal_type: MethodDescriptorProto, cast_type: Array(MethodDescriptorProto)?, native: false, optional: true, repeated: true, default: nil, packed: false}, 3 => {name: :options, pb_type: ServiceOptions, crystal_type: ServiceOptions, cast_type: ServiceOptions?, native: false, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

new(buf : Protobuf::Buffer)
new(name : String | Nil = nil, method : Array(MethodDescriptorProto) | Nil = nil, options : ServiceOptions | Nil = nil)

Class methods

from_protobuf(io)

Instance methods

[](key : String)
method
method=(method : Array(MethodDescriptorProto) | Nil)
name
name=(name : String | Nil)
options
options=(options : ServiceOptions | Nil)
to_protobuf(io : IO, embedded = false)
to_protobuf