type StringMessage struct { Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StringMessage) Descriptor() ([]byte, []int)
func (m *StringMessage) GetValue() string
func (*StringMessage) ProtoMessage()
func (m *StringMessage) Reset()
func (m *StringMessage) String() string
func (m *StringMessage) XXX_DiscardUnknown()
func (m *StringMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *StringMessage) XXX_Merge(src proto.Message)
func (m *StringMessage) XXX_Size() int
func (m *StringMessage) XXX_Unmarshal(b []byte) error