class
Proto::Bootstrap::MethodDescriptorProto
- Proto::Bootstrap::MethodDescriptorProto
- Reference
- Object
Included Modules
Defined in:
proto/bootstrap/descriptor.crConstructors
Instance Method Summary
- #client_streaming=(client_streaming : Bool)
- #client_streaming? : Bool
- #encode(io : IO) : Nil
- #input_type : String
- #input_type=(input_type : String)
- #name : String
- #name=(name : String)
- #options : MethodOptions | Nil
- #options=(options : MethodOptions | Nil)
- #output_type : String
- #output_type=(output_type : String)
- #server_streaming=(server_streaming : Bool)
- #server_streaming? : Bool
Instance methods inherited from module Proto::HasUnknownFields
add_unknown_varint(field_number : Int32, value : UInt64) : Nil
add_unknown_varint,
capture_unknown_field(reader : Wire::Reader, field_number : Int32, wire_type : Int32) : Nilcapture_unknown_field(field : UnknownField) : Nil capture_unknown_field, decode_known_enum(field_number : Int32, raw_u64 : UInt64, & : Int32 -> ) : Nil decode_known_enum, extension_value?(descriptor : T) : ExtensionValue | Nil forall T extension_value?, extension_values(descriptor : T) : Array(ExtensionValue) forall T extension_values, has_extension?(descriptor : T) : Bool forall T has_extension?, unknown_fields : Array(UnknownField) unknown_fields, write_unknown_fields(writer : Wire::Writer) : Nil write_unknown_fields