Class: Protobug::Field::Int64Field
- Inherits:
-
IntegerField
- Object
- Protobug::Field
- IntegerField
- Protobug::Field::Int64Field
- Defined in:
- lib/protobug/field.rb
Overview
encoding: fixed, varint, zigzag bitlength: 32, 64 signed: true, false EXCEPT: no unsigned zigzag
Instance Attribute Summary
Attributes inherited from Protobug::Field
#adder, #cardinality, #clearer, #haser, #ivar, #json_name, #name, #number, #oneof, #setter
Instance Method Summary collapse
Methods inherited from IntegerField
#binary_decode_one, #binary_encode_one, #default, #json_decode_one, #json_encode_one, #validate!
Methods inherited from Protobug::Field
#binary_decode, #binary_encode, #define_adder, #initialize, #json_decode, #json_encode, #json_key_encode, #optional?, #packed?, #pretty_print, #proto3_optional?, #repeated?, #to_text, #validate!
Constructor Details
This class inherits a constructor from Protobug::Field
Instance Method Details
#bit_length ⇒ Object
498 |
# File 'lib/protobug/field.rb', line 498 def bit_length = 64 |
#encoding ⇒ Object
497 |
# File 'lib/protobug/field.rb', line 497 def encoding = :varint |
#signed ⇒ Object
499 |
# File 'lib/protobug/field.rb', line 499 def signed = true |
#wire_type ⇒ Object
500 |
# File 'lib/protobug/field.rb', line 500 def wire_type = 0 |