Lines Matching defs:Extensions
953 type Extensions struct { struct
954 state protoimpl.MessageState
955 sizeCache protoimpl.SizeCache
956 unknownFields protoimpl.UnknownFields
957 extensionFields protoimpl.ExtensionFields
959 …tString *string `protobuf:"bytes,1,opt,name=opt_string,json=optString" json:"opt_string,omitempty"`
960 OptBool *bool `protobuf:"varint,101,opt,name=opt_bool,json=optBool" json:"opt_bool,omitempty"`
961 OptInt32 *int32 `protobuf:"varint,2,opt,name=opt_int32,json=optInt32" json:"opt_int32,omitempty"`
964 func (x *Extensions) Reset() {
973 func (x *Extensions) String() string {
977 func (*Extensions) ProtoMessage() {}
979 func (x *Extensions) ProtoReflect() protoreflect.Message {
992 func (*Extensions) Descriptor() ([]byte, []int) {
996 func (x *Extensions) GetOptString() string {
1003 func (x *Extensions) GetOptBool() bool {
1010 func (x *Extensions) GetOptInt32() int32 {