Lines Matching defs:Extensions
954 type Extensions struct { struct
955 state protoimpl.MessageState
956 sizeCache protoimpl.SizeCache
957 unknownFields protoimpl.UnknownFields
958 extensionFields protoimpl.ExtensionFields
960 …tString *string `protobuf:"bytes,1,opt,name=opt_string,json=optString" json:"opt_string,omitempty"`
961 OptBool *bool `protobuf:"varint,101,opt,name=opt_bool,json=optBool" json:"opt_bool,omitempty"`
962 OptInt32 *int32 `protobuf:"varint,2,opt,name=opt_int32,json=optInt32" json:"opt_int32,omitempty"`
965 func (x *Extensions) Reset() {
974 func (x *Extensions) String() string {
978 func (*Extensions) ProtoMessage() {}
980 func (x *Extensions) ProtoReflect() protoreflect.Message {
993 func (*Extensions) Descriptor() ([]byte, []int) {
997 func (x *Extensions) GetOptString() string {
1004 func (x *Extensions) GetOptBool() bool {
1011 func (x *Extensions) GetOptInt32() int32 {