Lines Matching defs:Requireds
673 type Requireds struct { struct
674 state protoimpl.MessageState
675 sizeCache protoimpl.SizeCache
676 unknownFields protoimpl.UnknownFields
678 ReqBool *bool `protobuf:"varint,1,req,name=req_bool,json=reqBool" json:"req_bool,omitempty"`
679 …int64 `protobuf:"fixed64,2,req,name=req_sfixed64,json=reqSfixed64" json:"req_sfixed64,omitempty"`
680 …le *float64 `protobuf:"fixed64,3,req,name=req_double,json=reqDouble" json:"req_double,omitempty"`
681 …ring *string `protobuf:"bytes,4,req,name=req_string,json=reqString" json:"req_string,omitempty"`
682 …num `protobuf:"varint,5,req,name=req_enum,json=reqEnum,enum=pb2.Enum" json:"req_enum,omitempty"`
683 …sted *Nested `protobuf:"bytes,6,req,name=req_nested,json=reqNested" json:"req_nested,omitempty"`
686 func (x *Requireds) Reset() {
695 func (x *Requireds) String() string {
699 func (*Requireds) ProtoMessage() {}
701 func (x *Requireds) ProtoReflect() protoreflect.Message {
714 func (*Requireds) Descriptor() ([]byte, []int) {
718 func (x *Requireds) GetReqBool() bool {
725 func (x *Requireds) GetReqSfixed64() int64 {
732 func (x *Requireds) GetReqDouble() float64 {
739 func (x *Requireds) GetReqString() string {
746 func (x *Requireds) GetReqEnum() Enum {
753 func (x *Requireds) GetReqNested() *Nested {