Documentation ¶
Index ¶
- Variables
- type Bool
- type Bool_builder
- type Bytes
- type Bytes_builder
- type Double
- type Double_builder
- type Fixed32
- type Fixed32_builder
- type Fixed64
- type Fixed64_builder
- type Float
- type Float_builder
- type Group
- type Group_Group
- type Group_Group_builder
- type Group_builder
- type Int32
- type Int32_builder
- type Int64
- type Int64_builder
- type Message
- type Message_M
- type Message_M_builder
- type Message_builder
- type Sint32
- type Sint32_builder
- type Sint64
- type Sint64_builder
- type String
- type String_builder
- type Uint32
- type Uint32_builder
- type Uint64
- type Uint64_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_testprotos_required_required_hybrid_required_hybrid_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Bool ¶
type Bool struct { V *bool `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Bool) ProtoMessage ¶
func (*Bool) ProtoMessage()
func (*Bool) ProtoReflect ¶
func (x *Bool) ProtoReflect() protoreflect.Message
type Bool_builder ¶
type Bool_builder struct { V *bool // contains filtered or unexported fields }
func (Bool_builder) Build ¶
func (b0 Bool_builder) Build() *Bool
type Bytes ¶
type Bytes struct { V []byte `protobuf:"bytes,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Bytes) ProtoMessage ¶
func (*Bytes) ProtoMessage()
func (*Bytes) ProtoReflect ¶
func (x *Bytes) ProtoReflect() protoreflect.Message
type Bytes_builder ¶
type Bytes_builder struct { V []byte // contains filtered or unexported fields }
func (Bytes_builder) Build ¶
func (b0 Bytes_builder) Build() *Bytes
type Double ¶
type Double struct { V *float64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Double) ProtoMessage ¶
func (*Double) ProtoMessage()
func (*Double) ProtoReflect ¶
func (x *Double) ProtoReflect() protoreflect.Message
type Double_builder ¶
type Double_builder struct { V *float64 // contains filtered or unexported fields }
func (Double_builder) Build ¶
func (b0 Double_builder) Build() *Double
type Fixed32 ¶
type Fixed32 struct { V *uint32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Fixed32) ProtoMessage ¶
func (*Fixed32) ProtoMessage()
func (*Fixed32) ProtoReflect ¶
func (x *Fixed32) ProtoReflect() protoreflect.Message
type Fixed32_builder ¶
type Fixed32_builder struct { V *uint32 // contains filtered or unexported fields }
func (Fixed32_builder) Build ¶
func (b0 Fixed32_builder) Build() *Fixed32
type Fixed64 ¶
type Fixed64 struct { V *uint64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Fixed64) ProtoMessage ¶
func (*Fixed64) ProtoMessage()
func (*Fixed64) ProtoReflect ¶
func (x *Fixed64) ProtoReflect() protoreflect.Message
type Fixed64_builder ¶
type Fixed64_builder struct { V *uint64 // contains filtered or unexported fields }
func (Fixed64_builder) Build ¶
func (b0 Fixed64_builder) Build() *Fixed64
type Float ¶
type Float struct { V *float32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Float) ProtoMessage ¶
func (*Float) ProtoMessage()
func (*Float) ProtoReflect ¶
func (x *Float) ProtoReflect() protoreflect.Message
type Float_builder ¶
type Float_builder struct { V *float32 // contains filtered or unexported fields }
func (Float_builder) Build ¶
func (b0 Float_builder) Build() *Float
type Group ¶
type Group struct { Group *Group_Group `protobuf:"group,1,req,name=Group,json=group" json:"group,omitempty"` // contains filtered or unexported fields }
func (*Group) ClearGroup ¶
func (x *Group) ClearGroup()
func (*Group) GetGroup ¶
func (x *Group) GetGroup() *Group_Group
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) ProtoReflect ¶
func (x *Group) ProtoReflect() protoreflect.Message
func (*Group) SetGroup ¶
func (x *Group) SetGroup(v *Group_Group)
type Group_Group ¶
type Group_Group struct { V *int32 `protobuf:"varint,1,opt,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Group_Group) ClearV ¶
func (x *Group_Group) ClearV()
func (*Group_Group) GetV ¶
func (x *Group_Group) GetV() int32
func (*Group_Group) HasV ¶
func (x *Group_Group) HasV() bool
func (*Group_Group) ProtoMessage ¶
func (*Group_Group) ProtoMessage()
func (*Group_Group) ProtoReflect ¶
func (x *Group_Group) ProtoReflect() protoreflect.Message
func (*Group_Group) Reset ¶
func (x *Group_Group) Reset()
func (*Group_Group) SetV ¶
func (x *Group_Group) SetV(v int32)
func (*Group_Group) String ¶
func (x *Group_Group) String() string
type Group_Group_builder ¶
type Group_Group_builder struct { V *int32 // contains filtered or unexported fields }
func (Group_Group_builder) Build ¶
func (b0 Group_Group_builder) Build() *Group_Group
type Group_builder ¶
type Group_builder struct { Group *Group_Group // contains filtered or unexported fields }
func (Group_builder) Build ¶
func (b0 Group_builder) Build() *Group
type Int32 ¶
type Int32 struct { V *int32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Int32) ProtoMessage ¶
func (*Int32) ProtoMessage()
func (*Int32) ProtoReflect ¶
func (x *Int32) ProtoReflect() protoreflect.Message
type Int32_builder ¶
type Int32_builder struct { V *int32 // contains filtered or unexported fields }
func (Int32_builder) Build ¶
func (b0 Int32_builder) Build() *Int32
type Int64 ¶
type Int64 struct { V *int64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Int64) ProtoMessage ¶
func (*Int64) ProtoMessage()
func (*Int64) ProtoReflect ¶
func (x *Int64) ProtoReflect() protoreflect.Message
type Int64_builder ¶
type Int64_builder struct { V *int64 // contains filtered or unexported fields }
func (Int64_builder) Build ¶
func (b0 Int64_builder) Build() *Int64
type Message ¶
type Message struct { V *Message_M `protobuf:"bytes,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type Message_M ¶
type Message_M struct {
// contains filtered or unexported fields
}
func (*Message_M) ProtoMessage ¶
func (*Message_M) ProtoMessage()
func (*Message_M) ProtoReflect ¶
func (x *Message_M) ProtoReflect() protoreflect.Message
type Message_M_builder ¶
type Message_M_builder struct {
// contains filtered or unexported fields
}
func (Message_M_builder) Build ¶
func (b0 Message_M_builder) Build() *Message_M
type Message_builder ¶
type Message_builder struct { V *Message_M // contains filtered or unexported fields }
func (Message_builder) Build ¶
func (b0 Message_builder) Build() *Message
type Sint32 ¶
type Sint32 struct { V *int32 `protobuf:"zigzag32,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Sint32) ProtoMessage ¶
func (*Sint32) ProtoMessage()
func (*Sint32) ProtoReflect ¶
func (x *Sint32) ProtoReflect() protoreflect.Message
type Sint32_builder ¶
type Sint32_builder struct { V *int32 // contains filtered or unexported fields }
func (Sint32_builder) Build ¶
func (b0 Sint32_builder) Build() *Sint32
type Sint64 ¶
type Sint64 struct { V *int64 `protobuf:"zigzag64,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Sint64) ProtoMessage ¶
func (*Sint64) ProtoMessage()
func (*Sint64) ProtoReflect ¶
func (x *Sint64) ProtoReflect() protoreflect.Message
type Sint64_builder ¶
type Sint64_builder struct { V *int64 // contains filtered or unexported fields }
func (Sint64_builder) Build ¶
func (b0 Sint64_builder) Build() *Sint64
type String ¶
type String struct { V *string `protobuf:"bytes,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*String) ProtoMessage ¶
func (*String) ProtoMessage()
func (*String) ProtoReflect ¶
func (x *String) ProtoReflect() protoreflect.Message
type String_builder ¶
type String_builder struct { V *string // contains filtered or unexported fields }
func (String_builder) Build ¶
func (b0 String_builder) Build() *String
type Uint32 ¶
type Uint32 struct { V *uint32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Uint32) ProtoMessage ¶
func (*Uint32) ProtoMessage()
func (*Uint32) ProtoReflect ¶
func (x *Uint32) ProtoReflect() protoreflect.Message
type Uint32_builder ¶
type Uint32_builder struct { V *uint32 // contains filtered or unexported fields }
func (Uint32_builder) Build ¶
func (b0 Uint32_builder) Build() *Uint32
type Uint64 ¶
type Uint64 struct { V *uint64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Uint64) ProtoMessage ¶
func (*Uint64) ProtoMessage()
func (*Uint64) ProtoReflect ¶
func (x *Uint64) ProtoReflect() protoreflect.Message
type Uint64_builder ¶
type Uint64_builder struct { V *uint64 // contains filtered or unexported fields }
func (Uint64_builder) Build ¶
func (b0 Uint64_builder) Build() *Uint64
Click to show internal directories.
Click to hide internal directories.