Home
last modified time | relevance | path

Searched defs:NestedWithRequired (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/
H A Dtest.pb.go816 type NestedWithRequired struct { struct
817 state protoimpl.MessageState
818 sizeCache protoimpl.SizeCache
819 unknownFields protoimpl.UnknownFields
821 …qString *string `protobuf:"bytes,1,req,name=req_string,json=reqString" json:"req_string,omitempty"`
824 func (x *NestedWithRequired) Reset() {
833 func (x *NestedWithRequired) String() string {
837 func (*NestedWithRequired) ProtoMessage() {}
839 func (x *NestedWithRequired) ProtoReflect() protoreflect.Message {
852 func (*NestedWithRequired) Descriptor() ([]byte, []int) {
[all …]
H A Dtest.proto127 message NestedWithRequired { message