Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var File_examples_internal_proto_sub_message_proto protoreflect.FileDescriptor
    Functions ¶
This section is empty.
Types ¶
type StringMessage ¶
type StringMessage struct {
	Value *string `protobuf:"bytes,1,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}
    
        
          
            func (*StringMessage) Descriptor
            deprecated
            
          
  
    
  
      
      func (*StringMessage) Descriptor() ([]byte, []int)
Deprecated: Use StringMessage.ProtoReflect.Descriptor instead.
func (*StringMessage) GetValue ¶
func (x *StringMessage) GetValue() string
func (*StringMessage) ProtoMessage ¶
func (*StringMessage) ProtoMessage()
func (*StringMessage) ProtoReflect ¶
func (x *StringMessage) ProtoReflect() protoreflect.Message
func (*StringMessage) Reset ¶
func (x *StringMessage) Reset()
func (*StringMessage) String ¶
func (x *StringMessage) String() string
 Click to show internal directories. 
   Click to hide internal directories.