var File_internal_testprotos_required_required_proto protoreflect.FileDescriptor
type Bool struct { V *bool `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Bool) Descriptor() ([]byte, []int)
Deprecated: Use Bool.ProtoReflect.Descriptor instead.
func (x *Bool) GetV() bool
func (*Bool) ProtoMessage()
func (x *Bool) ProtoReflect() protoreflect.Message
func (x *Bool) Reset()
func (x *Bool) String() string
type Bytes struct { V []byte `protobuf:"bytes,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Bytes) Descriptor() ([]byte, []int)
Deprecated: Use Bytes.ProtoReflect.Descriptor instead.
func (x *Bytes) GetV() []byte
func (*Bytes) ProtoMessage()
func (x *Bytes) ProtoReflect() protoreflect.Message
func (x *Bytes) Reset()
func (x *Bytes) String() string
type Double struct { V *float64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Double) Descriptor() ([]byte, []int)
Deprecated: Use Double.ProtoReflect.Descriptor instead.
func (x *Double) GetV() float64
func (*Double) ProtoMessage()
func (x *Double) ProtoReflect() protoreflect.Message
func (x *Double) Reset()
func (x *Double) String() string
type Fixed32 struct { V *uint32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Fixed32) Descriptor() ([]byte, []int)
Deprecated: Use Fixed32.ProtoReflect.Descriptor instead.
func (x *Fixed32) GetV() uint32
func (*Fixed32) ProtoMessage()
func (x *Fixed32) ProtoReflect() protoreflect.Message
func (x *Fixed32) Reset()
func (x *Fixed32) String() string
type Fixed64 struct { V *uint64 `protobuf:"fixed64,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Fixed64) Descriptor() ([]byte, []int)
Deprecated: Use Fixed64.ProtoReflect.Descriptor instead.
func (x *Fixed64) GetV() uint64
func (*Fixed64) ProtoMessage()
func (x *Fixed64) ProtoReflect() protoreflect.Message
func (x *Fixed64) Reset()
func (x *Fixed64) String() string
type Float struct { V *float32 `protobuf:"fixed32,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Float) Descriptor() ([]byte, []int)
Deprecated: Use Float.ProtoReflect.Descriptor instead.
func (x *Float) GetV() float32
func (*Float) ProtoMessage()
func (x *Float) ProtoReflect() protoreflect.Message
func (x *Float) Reset()
func (x *Float) String() string
type Group struct { Group *Group_Group `protobuf:"group,1,req,name=Group,json=group" json:"group,omitempty"` // contains filtered or unexported fields }
func (*Group) Descriptor() ([]byte, []int)
Deprecated: Use Group.ProtoReflect.Descriptor instead.
func (x *Group) GetGroup() *Group_Group
func (*Group) ProtoMessage()
func (x *Group) ProtoReflect() protoreflect.Message
func (x *Group) Reset()
func (x *Group) String() string
type Group_Group struct { V *int32 `protobuf:"varint,1,opt,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Group_Group) Descriptor() ([]byte, []int)
Deprecated: Use Group_Group.ProtoReflect.Descriptor instead.
func (x *Group_Group) GetV() int32
func (*Group_Group) ProtoMessage()
func (x *Group_Group) ProtoReflect() protoreflect.Message
func (x *Group_Group) Reset()
func (x *Group_Group) String() string
type Int32 struct { V *int32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Int32) Descriptor() ([]byte, []int)
Deprecated: Use Int32.ProtoReflect.Descriptor instead.
func (x *Int32) GetV() int32
func (*Int32) ProtoMessage()
func (x *Int32) ProtoReflect() protoreflect.Message
func (x *Int32) Reset()
func (x *Int32) String() string
type Int64 struct { V *int64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Int64) Descriptor() ([]byte, []int)
Deprecated: Use Int64.ProtoReflect.Descriptor instead.
func (x *Int64) GetV() int64
func (*Int64) ProtoMessage()
func (x *Int64) ProtoReflect() protoreflect.Message
func (x *Int64) Reset()
func (x *Int64) String() string
type Message struct { V *Message_M `protobuf:"bytes,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Message) Descriptor() ([]byte, []int)
Deprecated: Use Message.ProtoReflect.Descriptor instead.
func (x *Message) GetV() *Message_M
func (*Message) ProtoMessage()
func (x *Message) ProtoReflect() protoreflect.Message
func (x *Message) Reset()
func (x *Message) String() string
type Message_M struct {
// contains filtered or unexported fields
}
func (*Message_M) Descriptor() ([]byte, []int)
Deprecated: Use Message_M.ProtoReflect.Descriptor instead.
func (*Message_M) ProtoMessage()
func (x *Message_M) ProtoReflect() protoreflect.Message
func (x *Message_M) Reset()
func (x *Message_M) String() string
type Sint32 struct { V *int32 `protobuf:"zigzag32,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Sint32) Descriptor() ([]byte, []int)
Deprecated: Use Sint32.ProtoReflect.Descriptor instead.
func (x *Sint32) GetV() int32
func (*Sint32) ProtoMessage()
func (x *Sint32) ProtoReflect() protoreflect.Message
func (x *Sint32) Reset()
func (x *Sint32) String() string
type Sint64 struct { V *int64 `protobuf:"zigzag64,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Sint64) Descriptor() ([]byte, []int)
Deprecated: Use Sint64.ProtoReflect.Descriptor instead.
func (x *Sint64) GetV() int64
func (*Sint64) ProtoMessage()
func (x *Sint64) ProtoReflect() protoreflect.Message
func (x *Sint64) Reset()
func (x *Sint64) String() string
type String struct { V *string `protobuf:"bytes,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*String) Descriptor() ([]byte, []int)
Deprecated: Use String.ProtoReflect.Descriptor instead.
func (x *String) GetV() string
func (*String) ProtoMessage()
func (x *String) ProtoReflect() protoreflect.Message
func (x *String) Reset()
func (x *String) String() string
type Uint32 struct { V *uint32 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Uint32) Descriptor() ([]byte, []int)
Deprecated: Use Uint32.ProtoReflect.Descriptor instead.
func (x *Uint32) GetV() uint32
func (*Uint32) ProtoMessage()
func (x *Uint32) ProtoReflect() protoreflect.Message
func (x *Uint32) Reset()
func (x *Uint32) String() string
type Uint64 struct { V *uint64 `protobuf:"varint,1,req,name=v" json:"v,omitempty"` // contains filtered or unexported fields }
func (*Uint64) Descriptor() ([]byte, []int)
Deprecated: Use Uint64.ProtoReflect.Descriptor instead.
func (x *Uint64) GetV() uint64
func (*Uint64) ProtoMessage()
func (x *Uint64) ProtoReflect() protoreflect.Message
func (x *Uint64) Reset()
func (x *Uint64) String() string