Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/testprotos/textpb2/
H A Dtest.pb.go761 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 Dtest.proto120 message PartialRequired { message