Lines Matching defs:Nested
627 type Nested struct { struct
628 state protoimpl.MessageState
629 sizeCache protoimpl.SizeCache
630 unknownFields protoimpl.UnknownFields
632 …String string `protobuf:"bytes,1,opt,name=s_string,json=sString,proto3" json:"s_string,omitempty"`
633 …Nested *Nested `protobuf:"bytes,2,opt,name=s_nested,json=sNested,proto3" json:"s_nested,omitempty"`
636 func (x *Nested) Reset() {
645 func (x *Nested) String() string {
649 func (*Nested) ProtoMessage() {}
651 func (x *Nested) ProtoReflect() protoreflect.Message {
664 func (*Nested) Descriptor() ([]byte, []int) {
668 func (x *Nested) GetSString() string {
675 func (x *Nested) GetSNested() *Nested {