struct Apps::Google::MethodDescriptorProto

Included Modules

Defined in:

pb-Apps/descriptor.pb.cr

Constant 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: :input_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 3 => {name: :output_type, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 4 => {name: :options, pb_type: MethodOptions, crystal_type: MethodOptions, cast_type: MethodOptions?, native: false, optional: true, repeated: false, default: nil, packed: false}, 5 => {name: :client_streaming, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: false, packed: false}, 6 => {name: :server_streaming, pb_type: :bool, crystal_type: Bool, cast_type: Bool?, native: true, optional: true, repeated: false, default: false, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(buf : Protobuf::Buffer) #

def self.new(name : String | Nil = nil, input_type : String | Nil = nil, output_type : String | Nil = nil, options : MethodOptions | Nil = nil, client_streaming : Bool | Nil = false.as(Bool), server_streaming : Bool | Nil = false.as(Bool)) #

Class Method Detail

def self.from_protobuf(io) #

Instance Method Detail

def [](key : String) #

def client_streaming : Bool | Nil #

def client_streaming=(client_streaming : Bool | Nil) #

def input_type : String | Nil #

def input_type=(input_type : String | Nil) #

def name : String | Nil #

def name=(name : String | Nil) #

def options : MethodOptions | Nil #

def options=(options : MethodOptions | Nil) #

def output_type : String | Nil #

def output_type=(output_type : String | Nil) #

def server_streaming : Bool | Nil #

def server_streaming=(server_streaming : Bool | Nil) #

def to_protobuf(io : IO, embedded = false) #

def to_protobuf #