Searched defs:PartialRequired (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/ |
H A D | test.pb.go | 761 type PartialRequired struct { struct 762 state protoimpl.MessageState 763 sizeCache protoimpl.SizeCache 764 unknownFields protoimpl.UnknownFields 766 …qString *string `protobuf:"bytes,1,req,name=req_string,json=reqString" json:"req_string,omitempty"` 767 …tString *string `protobuf:"bytes,2,opt,name=opt_string,json=optString" json:"opt_string,omitempty"` 770 func (x *PartialRequired) Reset() { 779 func (x *PartialRequired) String() string { 783 func (*PartialRequired) ProtoMessage() {} 785 func (x *PartialRequired) ProtoReflect() protoreflect.Message { [all …]
|
H A D | test.proto | 120 message PartialRequired { message
|