Documentation ¶
Index ¶
- Variables
- type Uint16Range
- func (*Uint16Range) Descriptor() ([]byte, []int)
- func (m *Uint16Range) GetMax() int32
- func (m *Uint16Range) GetMin() int32
- func (m *Uint16Range) Marshal() (dAtA []byte, err error)
- func (m *Uint16Range) MarshalTo(dAtA []byte) (int, error)
- func (m *Uint16Range) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Uint16Range) ProtoMessage()
- func (m *Uint16Range) Reset()
- func (m *Uint16Range) Size() (n int)
- func (m *Uint16Range) String() string
- func (m *Uint16Range) Unmarshal(dAtA []byte) error
- func (m *Uint16Range) XXX_DiscardUnknown()
- func (m *Uint16Range) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Uint16Range) XXX_Merge(src proto.Message)
- func (m *Uint16Range) XXX_Size() int
- func (m *Uint16Range) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Uint16Range ¶
type Uint16Range struct { Min int32 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty" validate:"gte=0,lte=65535"` Max int32 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty" validate:"gte=0,lte=65535"` }
func (*Uint16Range) Descriptor ¶
func (*Uint16Range) Descriptor() ([]byte, []int)
func (*Uint16Range) GetMax ¶
func (m *Uint16Range) GetMax() int32
func (*Uint16Range) GetMin ¶
func (m *Uint16Range) GetMin() int32
func (*Uint16Range) Marshal ¶
func (m *Uint16Range) Marshal() (dAtA []byte, err error)
func (*Uint16Range) MarshalToSizedBuffer ¶
func (m *Uint16Range) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Uint16Range) ProtoMessage ¶
func (*Uint16Range) ProtoMessage()
func (*Uint16Range) Reset ¶
func (m *Uint16Range) Reset()
func (*Uint16Range) Size ¶
func (m *Uint16Range) Size() (n int)
func (*Uint16Range) String ¶
func (m *Uint16Range) String() string
func (*Uint16Range) Unmarshal ¶
func (m *Uint16Range) Unmarshal(dAtA []byte) error
func (*Uint16Range) XXX_DiscardUnknown ¶
func (m *Uint16Range) XXX_DiscardUnknown()
func (*Uint16Range) XXX_Marshal ¶
func (m *Uint16Range) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Uint16Range) XXX_Merge ¶
func (m *Uint16Range) XXX_Merge(src proto.Message)
func (*Uint16Range) XXX_Size ¶
func (m *Uint16Range) XXX_Size() int
func (*Uint16Range) XXX_Unmarshal ¶
func (m *Uint16Range) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.