var File_internal_testprotos_irregular_test_proto protoreflect.FileDescriptor
type AberrantMessage int
func (m AberrantMessage) Marshal() ([]byte, error)
func (m AberrantMessage) ProtoMessage()
func (m AberrantMessage) Reset()
func (m AberrantMessage) String() string
func (m AberrantMessage) Unmarshal([]byte) error
type IrregularMessage struct {
// contains filtered or unexported fields
}
func (m *IrregularMessage) ProtoReflect() protoreflect.Message
type Message struct { OptionalMessage *IrregularMessage `protobuf:"bytes,1,opt,name=optional_message,json=optionalMessage" json:"optional_message,omitempty"` RepeatedMessage []*IrregularMessage `protobuf:"bytes,2,rep,name=repeated_message,json=repeatedMessage" json:"repeated_message,omitempty"` RequiredMessage *IrregularMessage `protobuf:"bytes,3,req,name=required_message,json=requiredMessage" json:"required_message,omitempty"` MapMessage map[string]*IrregularMessage `protobuf:"bytes,4,rep,name=map_message,json=mapMessage" json:"map_message,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` // Types that are assignable to Union: // // *Message_OneofMessage // *Message_OneofAberrantMessage Union isMessage_Union `protobuf_oneof:"union"` OptionalAberrantMessage *AberrantMessage `protobuf:"bytes,7,opt,name=optional_aberrant_message,json=optionalAberrantMessage" json:"optional_aberrant_message,omitempty"` RepeatedAberrantMessage []*AberrantMessage `protobuf:"bytes,8,rep,name=repeated_aberrant_message,json=repeatedAberrantMessage" json:"repeated_aberrant_message,omitempty"` RequiredAberrantMessage *AberrantMessage `protobuf:"bytes,9,req,name=required_aberrant_message,json=requiredAberrantMessage" json:"required_aberrant_message,omitempty"` MapAberrantMessage map[string]*AberrantMessage `protobuf:"bytes,10,rep,name=map_aberrant_message,json=mapAberrantMessage" json:"map_aberrant_message,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` // contains filtered or unexported fields }
func (*Message) Descriptor() ([]byte, []int)
Deprecated: Use Message.ProtoReflect.Descriptor instead.
func (x *Message) GetMapAberrantMessage() map[string]*AberrantMessage
func (x *Message) GetMapMessage() map[string]*IrregularMessage
func (x *Message) GetOneofAberrantMessage() *AberrantMessage
func (x *Message) GetOneofMessage() *IrregularMessage
func (x *Message) GetOptionalAberrantMessage() *AberrantMessage
func (x *Message) GetOptionalMessage() *IrregularMessage
func (x *Message) GetRepeatedAberrantMessage() []*AberrantMessage
func (x *Message) GetRepeatedMessage() []*IrregularMessage
func (x *Message) GetRequiredAberrantMessage() *AberrantMessage
func (x *Message) GetRequiredMessage() *IrregularMessage
func (m *Message) GetUnion() isMessage_Union
func (*Message) ProtoMessage()
func (x *Message) ProtoReflect() protoreflect.Message
func (x *Message) Reset()
func (x *Message) String() string
type Message_OneofAberrantMessage struct { OneofAberrantMessage *AberrantMessage `protobuf:"bytes,6,opt,name=oneof_aberrant_message,json=oneofAberrantMessage,oneof"` }
type Message_OneofMessage struct { OneofMessage *IrregularMessage `protobuf:"bytes,5,opt,name=oneof_message,json=oneofMessage,oneof"` }