Documentation ¶
Index ¶
- Variables
- type EnumABC
- type EnumsSimple
- func (*EnumsSimple) Descriptor() ([]byte, []int)deprecated
- func (x *EnumsSimple) GetA() EnumABC
- func (x *EnumsSimple) GetB() EnumABC
- func (x *EnumsSimple) GetC() EnumABC
- func (*EnumsSimple) ProtoMessage()
- func (x *EnumsSimple) ProtoReflect() protoreflect.Message
- func (x *EnumsSimple) Reset()
- func (x *EnumsSimple) String() string
- type ImportMessage
- type MapMessage
- type MapString
- type MixIndexOneLevelNesting
- func (*MixIndexOneLevelNesting) Descriptor() ([]byte, []int)deprecated
- func (x *MixIndexOneLevelNesting) GetA() *MixIndexSmallSetPrimitives
- func (x *MixIndexOneLevelNesting) GetB() uint32
- func (x *MixIndexOneLevelNesting) GetC() int32
- func (x *MixIndexOneLevelNesting) GetD() string
- func (*MixIndexOneLevelNesting) ProtoMessage()
- func (x *MixIndexOneLevelNesting) ProtoReflect() protoreflect.Message
- func (x *MixIndexOneLevelNesting) Reset()
- func (x *MixIndexOneLevelNesting) String() string
- type MixIndexSmallSetPrimitives
- func (*MixIndexSmallSetPrimitives) Descriptor() ([]byte, []int)deprecated
- func (x *MixIndexSmallSetPrimitives) GetA() float64
- func (x *MixIndexSmallSetPrimitives) GetB() uint32
- func (x *MixIndexSmallSetPrimitives) GetC() int32
- func (x *MixIndexSmallSetPrimitives) GetD() string
- func (*MixIndexSmallSetPrimitives) ProtoMessage()
- func (x *MixIndexSmallSetPrimitives) ProtoReflect() protoreflect.Message
- func (x *MixIndexSmallSetPrimitives) Reset()
- func (x *MixIndexSmallSetPrimitives) String() string
- type MultipleRepeatedThreeLevelNestingAndSomeChads
- func (*MultipleRepeatedThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)deprecated
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetA() []*OneLevelNesting
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetB() []*TwoLevelNesting
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetC() int32
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetD() string
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetE() float64
- func (*MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage()
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) Reset()
- func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) String() string
- type MultipleThreeLevelNestingAndSomeChads
- func (*MultipleThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)deprecated
- func (x *MultipleThreeLevelNestingAndSomeChads) GetA() *OneLevelNesting
- func (x *MultipleThreeLevelNestingAndSomeChads) GetB() *TwoLevelNesting
- func (x *MultipleThreeLevelNestingAndSomeChads) GetC() int32
- func (x *MultipleThreeLevelNestingAndSomeChads) GetD() string
- func (x *MultipleThreeLevelNestingAndSomeChads) GetE() float64
- func (*MultipleThreeLevelNestingAndSomeChads) ProtoMessage()
- func (x *MultipleThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
- func (x *MultipleThreeLevelNestingAndSomeChads) Reset()
- func (x *MultipleThreeLevelNestingAndSomeChads) String() string
- type OneLevelNesting
- type OptionalEnum
- type OptionalEnumsSimple
- func (*OptionalEnumsSimple) Descriptor() ([]byte, []int)deprecated
- func (x *OptionalEnumsSimple) GetA() EnumABC
- func (x *OptionalEnumsSimple) GetB() EnumABC
- func (x *OptionalEnumsSimple) GetC() EnumABC
- func (*OptionalEnumsSimple) ProtoMessage()
- func (x *OptionalEnumsSimple) ProtoReflect() protoreflect.Message
- func (x *OptionalEnumsSimple) Reset()
- func (x *OptionalEnumsSimple) String() string
- type OptionalMultipleRepeatedThreeLevelNestingAndSomeChads
- func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)deprecated
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetA() *OptionalOneLevelNesting
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetB() []*TwoLevelNesting
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetC() int32
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetD() string
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetE() float64
- func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage()
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) Reset()
- func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) String() string
- type OptionalNestedEnum
- func (*OptionalNestedEnum) Descriptor() ([]byte, []int)deprecated
- func (x *OptionalNestedEnum) GetA() *OptionalEnumsSimple
- func (*OptionalNestedEnum) ProtoMessage()
- func (x *OptionalNestedEnum) ProtoReflect() protoreflect.Message
- func (x *OptionalNestedEnum) Reset()
- func (x *OptionalNestedEnum) String() string
- type OptionalOneLevelNesting
- func (*OptionalOneLevelNesting) Descriptor() ([]byte, []int)deprecated
- func (x *OptionalOneLevelNesting) GetA() *OptionalSmallSetPrimitives
- func (*OptionalOneLevelNesting) ProtoMessage()
- func (x *OptionalOneLevelNesting) ProtoReflect() protoreflect.Message
- func (x *OptionalOneLevelNesting) Reset()
- func (x *OptionalOneLevelNesting) String() string
- type OptionalSmallSetPrimitives
- func (*OptionalSmallSetPrimitives) Descriptor() ([]byte, []int)deprecated
- func (x *OptionalSmallSetPrimitives) GetA() float64
- func (x *OptionalSmallSetPrimitives) GetB() uint32
- func (x *OptionalSmallSetPrimitives) GetC() int32
- func (x *OptionalSmallSetPrimitives) GetD() string
- func (*OptionalSmallSetPrimitives) ProtoMessage()
- func (x *OptionalSmallSetPrimitives) ProtoReflect() protoreflect.Message
- func (x *OptionalSmallSetPrimitives) Reset()
- func (x *OptionalSmallSetPrimitives) String() string
- type OptionalTwoLevelNesting
- func (*OptionalTwoLevelNesting) Descriptor() ([]byte, []int)deprecated
- func (x *OptionalTwoLevelNesting) GetA() *OptionalOneLevelNesting
- func (*OptionalTwoLevelNesting) ProtoMessage()
- func (x *OptionalTwoLevelNesting) ProtoReflect() protoreflect.Message
- func (x *OptionalTwoLevelNesting) Reset()
- func (x *OptionalTwoLevelNesting) String() string
- type Primitives
- func (*Primitives) Descriptor() ([]byte, []int)deprecated
- func (x *Primitives) GetA() float64
- func (x *Primitives) GetB() float32
- func (x *Primitives) GetC() int32
- func (x *Primitives) GetD() int64
- func (x *Primitives) GetE() uint32
- func (x *Primitives) GetF() uint64
- func (x *Primitives) GetG() int32
- func (x *Primitives) GetH() int64
- func (x *Primitives) GetI() uint32
- func (x *Primitives) GetJ() uint64
- func (x *Primitives) GetK() int32
- func (x *Primitives) GetL() int64
- func (x *Primitives) GetM() bool
- func (x *Primitives) GetN() string
- func (*Primitives) ProtoMessage()
- func (x *Primitives) ProtoReflect() protoreflect.Message
- func (x *Primitives) Reset()
- func (x *Primitives) String() string
- type RepeatedEnum
- type RepeatedOneLevelNesting
- func (*RepeatedOneLevelNesting) Descriptor() ([]byte, []int)deprecated
- func (x *RepeatedOneLevelNesting) GetA() []*SmallSetPrimitives
- func (*RepeatedOneLevelNesting) ProtoMessage()
- func (x *RepeatedOneLevelNesting) ProtoReflect() protoreflect.Message
- func (x *RepeatedOneLevelNesting) Reset()
- func (x *RepeatedOneLevelNesting) String() string
- type RepeatedOptionalEnum
- func (*RepeatedOptionalEnum) Descriptor() ([]byte, []int)deprecated
- func (x *RepeatedOptionalEnum) GetA() []*OptionalEnumsSimple
- func (*RepeatedOptionalEnum) ProtoMessage()
- func (x *RepeatedOptionalEnum) ProtoReflect() protoreflect.Message
- func (x *RepeatedOptionalEnum) Reset()
- func (x *RepeatedOptionalEnum) String() string
- type RepeatedOptionalSmallSetPrimitive
- func (*RepeatedOptionalSmallSetPrimitive) Descriptor() ([]byte, []int)deprecated
- func (x *RepeatedOptionalSmallSetPrimitive) GetA() []*OptionalSmallSetPrimitives
- func (*RepeatedOptionalSmallSetPrimitive) ProtoMessage()
- func (x *RepeatedOptionalSmallSetPrimitive) ProtoReflect() protoreflect.Message
- func (x *RepeatedOptionalSmallSetPrimitive) Reset()
- func (x *RepeatedOptionalSmallSetPrimitive) String() string
- type RepeatedPrimitives
- func (*RepeatedPrimitives) Descriptor() ([]byte, []int)deprecated
- func (x *RepeatedPrimitives) GetA() []float64
- func (x *RepeatedPrimitives) GetB() []uint32
- func (x *RepeatedPrimitives) GetC() []int32
- func (x *RepeatedPrimitives) GetD() []string
- func (*RepeatedPrimitives) ProtoMessage()
- func (x *RepeatedPrimitives) ProtoReflect() protoreflect.Message
- func (x *RepeatedPrimitives) Reset()
- func (x *RepeatedPrimitives) String() string
- type RepeatedThreeLevelNestingAndSomeChads
- func (*RepeatedThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)deprecated
- func (x *RepeatedThreeLevelNestingAndSomeChads) GetA() []*OneLevelNesting
- func (x *RepeatedThreeLevelNestingAndSomeChads) GetB() int32
- func (x *RepeatedThreeLevelNestingAndSomeChads) GetC() string
- func (x *RepeatedThreeLevelNestingAndSomeChads) GetD() float64
- func (*RepeatedThreeLevelNestingAndSomeChads) ProtoMessage()
- func (x *RepeatedThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
- func (x *RepeatedThreeLevelNestingAndSomeChads) Reset()
- func (x *RepeatedThreeLevelNestingAndSomeChads) String() string
- type RepeatedTwoLevelNesting
- func (*RepeatedTwoLevelNesting) Descriptor() ([]byte, []int)deprecated
- func (x *RepeatedTwoLevelNesting) GetA() []*RepeatedOneLevelNesting
- func (*RepeatedTwoLevelNesting) ProtoMessage()
- func (x *RepeatedTwoLevelNesting) ProtoReflect() protoreflect.Message
- func (x *RepeatedTwoLevelNesting) Reset()
- func (x *RepeatedTwoLevelNesting) String() string
- type SmallSetPrimitives
- func (*SmallSetPrimitives) Descriptor() ([]byte, []int)deprecated
- func (x *SmallSetPrimitives) GetA() float64
- func (x *SmallSetPrimitives) GetB() uint32
- func (x *SmallSetPrimitives) GetC() int32
- func (x *SmallSetPrimitives) GetD() string
- func (*SmallSetPrimitives) ProtoMessage()
- func (x *SmallSetPrimitives) ProtoReflect() protoreflect.Message
- func (x *SmallSetPrimitives) Reset()
- func (x *SmallSetPrimitives) String() string
- type ThreeLevelNestingAndSomeChads
- func (*ThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)deprecated
- func (x *ThreeLevelNestingAndSomeChads) GetA() *OneLevelNesting
- func (x *ThreeLevelNestingAndSomeChads) GetB() int32
- func (x *ThreeLevelNestingAndSomeChads) GetC() string
- func (x *ThreeLevelNestingAndSomeChads) GetD() float64
- func (*ThreeLevelNestingAndSomeChads) ProtoMessage()
- func (x *ThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
- func (x *ThreeLevelNestingAndSomeChads) Reset()
- func (x *ThreeLevelNestingAndSomeChads) String() string
- type TwoLevelNesting
Constants ¶
This section is empty.
Variables ¶
var ( EnumABC_name = map[int32]string{ 0: "A", 1: "B", 2: "C", } EnumABC_value = map[string]int32{ "A": 0, "B": 1, "C": 2, } )
Enum value maps for EnumABC.
var File_tests_marshal_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EnumABC ¶
type EnumABC int32
func (EnumABC) Descriptor ¶
func (EnumABC) Descriptor() protoreflect.EnumDescriptor
func (EnumABC) EnumDescriptor
deprecated
func (EnumABC) Number ¶
func (x EnumABC) Number() protoreflect.EnumNumber
func (EnumABC) Type ¶
func (EnumABC) Type() protoreflect.EnumType
type EnumsSimple ¶
type EnumsSimple struct { A EnumABC `protobuf:"varint,1,opt,name=a,proto3,enum=marshal.EnumABC" json:"a,omitempty"` B EnumABC `protobuf:"varint,2,opt,name=b,proto3,enum=marshal.EnumABC" json:"b,omitempty"` C EnumABC `protobuf:"varint,3,opt,name=c,proto3,enum=marshal.EnumABC" json:"c,omitempty"` // contains filtered or unexported fields }
func (*EnumsSimple) Descriptor
deprecated
func (*EnumsSimple) Descriptor() ([]byte, []int)
Deprecated: Use EnumsSimple.ProtoReflect.Descriptor instead.
func (*EnumsSimple) GetA ¶
func (x *EnumsSimple) GetA() EnumABC
func (*EnumsSimple) GetB ¶
func (x *EnumsSimple) GetB() EnumABC
func (*EnumsSimple) GetC ¶
func (x *EnumsSimple) GetC() EnumABC
func (*EnumsSimple) ProtoMessage ¶
func (*EnumsSimple) ProtoMessage()
func (*EnumsSimple) ProtoReflect ¶
func (x *EnumsSimple) ProtoReflect() protoreflect.Message
func (*EnumsSimple) Reset ¶
func (x *EnumsSimple) Reset()
func (*EnumsSimple) String ¶
func (x *EnumsSimple) String() string
type ImportMessage ¶
type ImportMessage struct { A *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*ImportMessage) Descriptor
deprecated
func (*ImportMessage) Descriptor() ([]byte, []int)
Deprecated: Use ImportMessage.ProtoReflect.Descriptor instead.
func (*ImportMessage) GetA ¶
func (x *ImportMessage) GetA() *timestamppb.Timestamp
func (*ImportMessage) ProtoMessage ¶
func (*ImportMessage) ProtoMessage()
func (*ImportMessage) ProtoReflect ¶
func (x *ImportMessage) ProtoReflect() protoreflect.Message
func (*ImportMessage) Reset ¶
func (x *ImportMessage) Reset()
func (*ImportMessage) String ¶
func (x *ImportMessage) String() string
type MapMessage ¶
type MapMessage struct { A map[int32]*SmallSetPrimitives `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MapMessage) Descriptor
deprecated
func (*MapMessage) Descriptor() ([]byte, []int)
Deprecated: Use MapMessage.ProtoReflect.Descriptor instead.
func (*MapMessage) GetA ¶
func (x *MapMessage) GetA() map[int32]*SmallSetPrimitives
func (*MapMessage) ProtoMessage ¶
func (*MapMessage) ProtoMessage()
func (*MapMessage) ProtoReflect ¶
func (x *MapMessage) ProtoReflect() protoreflect.Message
func (*MapMessage) Reset ¶
func (x *MapMessage) Reset()
func (*MapMessage) String ¶
func (x *MapMessage) String() string
type MapString ¶
type MapString struct { A map[string]string `` /* 143-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MapString) Descriptor
deprecated
func (*MapString) ProtoMessage ¶
func (*MapString) ProtoMessage()
func (*MapString) ProtoReflect ¶
func (x *MapString) ProtoReflect() protoreflect.Message
type MixIndexOneLevelNesting ¶
type MixIndexOneLevelNesting struct { A *MixIndexSmallSetPrimitives `protobuf:"bytes,34,opt,name=a,proto3" json:"a,omitempty"` B uint32 `protobuf:"varint,4,opt,name=b,proto3" json:"b,omitempty"` C int32 `protobuf:"varint,12403,opt,name=c,proto3" json:"c,omitempty"` D string `protobuf:"bytes,4542,opt,name=d,proto3" json:"d,omitempty"` // contains filtered or unexported fields }
func (*MixIndexOneLevelNesting) Descriptor
deprecated
func (*MixIndexOneLevelNesting) Descriptor() ([]byte, []int)
Deprecated: Use MixIndexOneLevelNesting.ProtoReflect.Descriptor instead.
func (*MixIndexOneLevelNesting) GetA ¶
func (x *MixIndexOneLevelNesting) GetA() *MixIndexSmallSetPrimitives
func (*MixIndexOneLevelNesting) GetB ¶
func (x *MixIndexOneLevelNesting) GetB() uint32
func (*MixIndexOneLevelNesting) GetC ¶
func (x *MixIndexOneLevelNesting) GetC() int32
func (*MixIndexOneLevelNesting) GetD ¶
func (x *MixIndexOneLevelNesting) GetD() string
func (*MixIndexOneLevelNesting) ProtoMessage ¶
func (*MixIndexOneLevelNesting) ProtoMessage()
func (*MixIndexOneLevelNesting) ProtoReflect ¶
func (x *MixIndexOneLevelNesting) ProtoReflect() protoreflect.Message
func (*MixIndexOneLevelNesting) Reset ¶
func (x *MixIndexOneLevelNesting) Reset()
func (*MixIndexOneLevelNesting) String ¶
func (x *MixIndexOneLevelNesting) String() string
type MixIndexSmallSetPrimitives ¶
type MixIndexSmallSetPrimitives struct { A float64 `protobuf:"fixed64,3,opt,name=a,proto3" json:"a,omitempty"` B uint32 `protobuf:"varint,14,opt,name=b,proto3" json:"b,omitempty"` C int32 `protobuf:"varint,7,opt,name=c,proto3" json:"c,omitempty"` D string `protobuf:"bytes,11,opt,name=d,proto3" json:"d,omitempty"` // contains filtered or unexported fields }
func (*MixIndexSmallSetPrimitives) Descriptor
deprecated
func (*MixIndexSmallSetPrimitives) Descriptor() ([]byte, []int)
Deprecated: Use MixIndexSmallSetPrimitives.ProtoReflect.Descriptor instead.
func (*MixIndexSmallSetPrimitives) GetA ¶
func (x *MixIndexSmallSetPrimitives) GetA() float64
func (*MixIndexSmallSetPrimitives) GetB ¶
func (x *MixIndexSmallSetPrimitives) GetB() uint32
func (*MixIndexSmallSetPrimitives) GetC ¶
func (x *MixIndexSmallSetPrimitives) GetC() int32
func (*MixIndexSmallSetPrimitives) GetD ¶
func (x *MixIndexSmallSetPrimitives) GetD() string
func (*MixIndexSmallSetPrimitives) ProtoMessage ¶
func (*MixIndexSmallSetPrimitives) ProtoMessage()
func (*MixIndexSmallSetPrimitives) ProtoReflect ¶
func (x *MixIndexSmallSetPrimitives) ProtoReflect() protoreflect.Message
func (*MixIndexSmallSetPrimitives) Reset ¶
func (x *MixIndexSmallSetPrimitives) Reset()
func (*MixIndexSmallSetPrimitives) String ¶
func (x *MixIndexSmallSetPrimitives) String() string
type MultipleRepeatedThreeLevelNestingAndSomeChads ¶
type MultipleRepeatedThreeLevelNestingAndSomeChads struct { A []*OneLevelNesting `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"` B []*TwoLevelNesting `protobuf:"bytes,2,rep,name=b,proto3" json:"b,omitempty"` C int32 `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"` D string `protobuf:"bytes,4,opt,name=d,proto3" json:"d,omitempty"` E float64 `protobuf:"fixed64,5,opt,name=e,proto3" json:"e,omitempty"` // contains filtered or unexported fields }
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) Descriptor
deprecated
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)
Deprecated: Use MultipleRepeatedThreeLevelNestingAndSomeChads.ProtoReflect.Descriptor instead.
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetA ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetA() []*OneLevelNesting
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetB ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetB() []*TwoLevelNesting
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetC ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetC() int32
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetD ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetD() string
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetE ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) GetE() float64
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage ¶
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage()
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) Reset ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) Reset()
func (*MultipleRepeatedThreeLevelNestingAndSomeChads) String ¶
func (x *MultipleRepeatedThreeLevelNestingAndSomeChads) String() string
type MultipleThreeLevelNestingAndSomeChads ¶
type MultipleThreeLevelNestingAndSomeChads struct { A *OneLevelNesting `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` B *TwoLevelNesting `protobuf:"bytes,2,opt,name=b,proto3" json:"b,omitempty"` C int32 `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"` D string `protobuf:"bytes,4,opt,name=d,proto3" json:"d,omitempty"` E float64 `protobuf:"fixed64,5,opt,name=e,proto3" json:"e,omitempty"` // contains filtered or unexported fields }
func (*MultipleThreeLevelNestingAndSomeChads) Descriptor
deprecated
func (*MultipleThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)
Deprecated: Use MultipleThreeLevelNestingAndSomeChads.ProtoReflect.Descriptor instead.
func (*MultipleThreeLevelNestingAndSomeChads) GetA ¶
func (x *MultipleThreeLevelNestingAndSomeChads) GetA() *OneLevelNesting
func (*MultipleThreeLevelNestingAndSomeChads) GetB ¶
func (x *MultipleThreeLevelNestingAndSomeChads) GetB() *TwoLevelNesting
func (*MultipleThreeLevelNestingAndSomeChads) GetC ¶
func (x *MultipleThreeLevelNestingAndSomeChads) GetC() int32
func (*MultipleThreeLevelNestingAndSomeChads) GetD ¶
func (x *MultipleThreeLevelNestingAndSomeChads) GetD() string
func (*MultipleThreeLevelNestingAndSomeChads) GetE ¶
func (x *MultipleThreeLevelNestingAndSomeChads) GetE() float64
func (*MultipleThreeLevelNestingAndSomeChads) ProtoMessage ¶
func (*MultipleThreeLevelNestingAndSomeChads) ProtoMessage()
func (*MultipleThreeLevelNestingAndSomeChads) ProtoReflect ¶
func (x *MultipleThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
func (*MultipleThreeLevelNestingAndSomeChads) Reset ¶
func (x *MultipleThreeLevelNestingAndSomeChads) Reset()
func (*MultipleThreeLevelNestingAndSomeChads) String ¶
func (x *MultipleThreeLevelNestingAndSomeChads) String() string
type OneLevelNesting ¶
type OneLevelNesting struct { A *SmallSetPrimitives `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*OneLevelNesting) Descriptor
deprecated
func (*OneLevelNesting) Descriptor() ([]byte, []int)
Deprecated: Use OneLevelNesting.ProtoReflect.Descriptor instead.
func (*OneLevelNesting) GetA ¶
func (x *OneLevelNesting) GetA() *SmallSetPrimitives
func (*OneLevelNesting) ProtoMessage ¶
func (*OneLevelNesting) ProtoMessage()
func (*OneLevelNesting) ProtoReflect ¶
func (x *OneLevelNesting) ProtoReflect() protoreflect.Message
func (*OneLevelNesting) Reset ¶
func (x *OneLevelNesting) Reset()
func (*OneLevelNesting) String ¶
func (x *OneLevelNesting) String() string
type OptionalEnum ¶
type OptionalEnum struct { A *OptionalEnumsSimple `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*OptionalEnum) Descriptor
deprecated
func (*OptionalEnum) Descriptor() ([]byte, []int)
Deprecated: Use OptionalEnum.ProtoReflect.Descriptor instead.
func (*OptionalEnum) GetA ¶
func (x *OptionalEnum) GetA() *OptionalEnumsSimple
func (*OptionalEnum) ProtoMessage ¶
func (*OptionalEnum) ProtoMessage()
func (*OptionalEnum) ProtoReflect ¶
func (x *OptionalEnum) ProtoReflect() protoreflect.Message
func (*OptionalEnum) Reset ¶
func (x *OptionalEnum) Reset()
func (*OptionalEnum) String ¶
func (x *OptionalEnum) String() string
type OptionalEnumsSimple ¶
type OptionalEnumsSimple struct { A *EnumABC `protobuf:"varint,1,opt,name=a,proto3,enum=marshal.EnumABC,oneof" json:"a,omitempty"` B *EnumABC `protobuf:"varint,2,opt,name=b,proto3,enum=marshal.EnumABC,oneof" json:"b,omitempty"` C *EnumABC `protobuf:"varint,3,opt,name=c,proto3,enum=marshal.EnumABC,oneof" json:"c,omitempty"` // contains filtered or unexported fields }
func (*OptionalEnumsSimple) Descriptor
deprecated
func (*OptionalEnumsSimple) Descriptor() ([]byte, []int)
Deprecated: Use OptionalEnumsSimple.ProtoReflect.Descriptor instead.
func (*OptionalEnumsSimple) GetA ¶
func (x *OptionalEnumsSimple) GetA() EnumABC
func (*OptionalEnumsSimple) GetB ¶
func (x *OptionalEnumsSimple) GetB() EnumABC
func (*OptionalEnumsSimple) GetC ¶
func (x *OptionalEnumsSimple) GetC() EnumABC
func (*OptionalEnumsSimple) ProtoMessage ¶
func (*OptionalEnumsSimple) ProtoMessage()
func (*OptionalEnumsSimple) ProtoReflect ¶
func (x *OptionalEnumsSimple) ProtoReflect() protoreflect.Message
func (*OptionalEnumsSimple) Reset ¶
func (x *OptionalEnumsSimple) Reset()
func (*OptionalEnumsSimple) String ¶
func (x *OptionalEnumsSimple) String() string
type OptionalMultipleRepeatedThreeLevelNestingAndSomeChads ¶
type OptionalMultipleRepeatedThreeLevelNestingAndSomeChads struct { A *OptionalOneLevelNesting `protobuf:"bytes,1,opt,name=a,proto3,oneof" json:"a,omitempty"` B []*TwoLevelNesting `protobuf:"bytes,2,rep,name=b,proto3" json:"b,omitempty"` C int32 `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"` D string `protobuf:"bytes,4,opt,name=d,proto3" json:"d,omitempty"` E *float64 `protobuf:"fixed64,5,opt,name=e,proto3,oneof" json:"e,omitempty"` // contains filtered or unexported fields }
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) Descriptor
deprecated
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)
Deprecated: Use OptionalMultipleRepeatedThreeLevelNestingAndSomeChads.ProtoReflect.Descriptor instead.
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetA ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetA() *OptionalOneLevelNesting
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetB ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetB() []*TwoLevelNesting
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetC ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetC() int32
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetD ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetD() string
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetE ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetE() float64
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage ¶
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage()
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) Reset ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) Reset()
func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) String ¶
func (x *OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) String() string
type OptionalNestedEnum ¶
type OptionalNestedEnum struct { A *OptionalEnumsSimple `protobuf:"bytes,1,opt,name=a,proto3,oneof" json:"a,omitempty"` // contains filtered or unexported fields }
func (*OptionalNestedEnum) Descriptor
deprecated
func (*OptionalNestedEnum) Descriptor() ([]byte, []int)
Deprecated: Use OptionalNestedEnum.ProtoReflect.Descriptor instead.
func (*OptionalNestedEnum) GetA ¶
func (x *OptionalNestedEnum) GetA() *OptionalEnumsSimple
func (*OptionalNestedEnum) ProtoMessage ¶
func (*OptionalNestedEnum) ProtoMessage()
func (*OptionalNestedEnum) ProtoReflect ¶
func (x *OptionalNestedEnum) ProtoReflect() protoreflect.Message
func (*OptionalNestedEnum) Reset ¶
func (x *OptionalNestedEnum) Reset()
func (*OptionalNestedEnum) String ¶
func (x *OptionalNestedEnum) String() string
type OptionalOneLevelNesting ¶
type OptionalOneLevelNesting struct { A *OptionalSmallSetPrimitives `protobuf:"bytes,1,opt,name=a,proto3,oneof" json:"a,omitempty"` // contains filtered or unexported fields }
func (*OptionalOneLevelNesting) Descriptor
deprecated
func (*OptionalOneLevelNesting) Descriptor() ([]byte, []int)
Deprecated: Use OptionalOneLevelNesting.ProtoReflect.Descriptor instead.
func (*OptionalOneLevelNesting) GetA ¶
func (x *OptionalOneLevelNesting) GetA() *OptionalSmallSetPrimitives
func (*OptionalOneLevelNesting) ProtoMessage ¶
func (*OptionalOneLevelNesting) ProtoMessage()
func (*OptionalOneLevelNesting) ProtoReflect ¶
func (x *OptionalOneLevelNesting) ProtoReflect() protoreflect.Message
func (*OptionalOneLevelNesting) Reset ¶
func (x *OptionalOneLevelNesting) Reset()
func (*OptionalOneLevelNesting) String ¶
func (x *OptionalOneLevelNesting) String() string
type OptionalSmallSetPrimitives ¶
type OptionalSmallSetPrimitives struct { A *float64 `protobuf:"fixed64,1,opt,name=a,proto3,oneof" json:"a,omitempty"` B *uint32 `protobuf:"varint,2,opt,name=b,proto3,oneof" json:"b,omitempty"` C *int32 `protobuf:"varint,3,opt,name=c,proto3,oneof" json:"c,omitempty"` D *string `protobuf:"bytes,4,opt,name=d,proto3,oneof" json:"d,omitempty"` // contains filtered or unexported fields }
func (*OptionalSmallSetPrimitives) Descriptor
deprecated
func (*OptionalSmallSetPrimitives) Descriptor() ([]byte, []int)
Deprecated: Use OptionalSmallSetPrimitives.ProtoReflect.Descriptor instead.
func (*OptionalSmallSetPrimitives) GetA ¶
func (x *OptionalSmallSetPrimitives) GetA() float64
func (*OptionalSmallSetPrimitives) GetB ¶
func (x *OptionalSmallSetPrimitives) GetB() uint32
func (*OptionalSmallSetPrimitives) GetC ¶
func (x *OptionalSmallSetPrimitives) GetC() int32
func (*OptionalSmallSetPrimitives) GetD ¶
func (x *OptionalSmallSetPrimitives) GetD() string
func (*OptionalSmallSetPrimitives) ProtoMessage ¶
func (*OptionalSmallSetPrimitives) ProtoMessage()
func (*OptionalSmallSetPrimitives) ProtoReflect ¶
func (x *OptionalSmallSetPrimitives) ProtoReflect() protoreflect.Message
func (*OptionalSmallSetPrimitives) Reset ¶
func (x *OptionalSmallSetPrimitives) Reset()
func (*OptionalSmallSetPrimitives) String ¶
func (x *OptionalSmallSetPrimitives) String() string
type OptionalTwoLevelNesting ¶
type OptionalTwoLevelNesting struct { A *OptionalOneLevelNesting `protobuf:"bytes,1,opt,name=a,proto3,oneof" json:"a,omitempty"` // contains filtered or unexported fields }
func (*OptionalTwoLevelNesting) Descriptor
deprecated
func (*OptionalTwoLevelNesting) Descriptor() ([]byte, []int)
Deprecated: Use OptionalTwoLevelNesting.ProtoReflect.Descriptor instead.
func (*OptionalTwoLevelNesting) GetA ¶
func (x *OptionalTwoLevelNesting) GetA() *OptionalOneLevelNesting
func (*OptionalTwoLevelNesting) ProtoMessage ¶
func (*OptionalTwoLevelNesting) ProtoMessage()
func (*OptionalTwoLevelNesting) ProtoReflect ¶
func (x *OptionalTwoLevelNesting) ProtoReflect() protoreflect.Message
func (*OptionalTwoLevelNesting) Reset ¶
func (x *OptionalTwoLevelNesting) Reset()
func (*OptionalTwoLevelNesting) String ¶
func (x *OptionalTwoLevelNesting) String() string
type Primitives ¶
type Primitives struct { A float64 `protobuf:"fixed64,1,opt,name=a,proto3" json:"a,omitempty"` B float32 `protobuf:"fixed32,2,opt,name=b,proto3" json:"b,omitempty"` C int32 `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"` D int64 `protobuf:"varint,4,opt,name=d,proto3" json:"d,omitempty"` E uint32 `protobuf:"varint,5,opt,name=e,proto3" json:"e,omitempty"` F uint64 `protobuf:"varint,6,opt,name=f,proto3" json:"f,omitempty"` G int32 `protobuf:"zigzag32,7,opt,name=g,proto3" json:"g,omitempty"` H int64 `protobuf:"zigzag64,8,opt,name=h,proto3" json:"h,omitempty"` I uint32 `protobuf:"fixed32,9,opt,name=i,proto3" json:"i,omitempty"` J uint64 `protobuf:"fixed64,10,opt,name=j,proto3" json:"j,omitempty"` K int32 `protobuf:"fixed32,11,opt,name=k,proto3" json:"k,omitempty"` L int64 `protobuf:"fixed64,12,opt,name=l,proto3" json:"l,omitempty"` M bool `protobuf:"varint,13,opt,name=m,proto3" json:"m,omitempty"` N string `protobuf:"bytes,14,opt,name=n,proto3" json:"n,omitempty"` //bytes o = 15; // contains filtered or unexported fields }
func (*Primitives) Descriptor
deprecated
func (*Primitives) Descriptor() ([]byte, []int)
Deprecated: Use Primitives.ProtoReflect.Descriptor instead.
func (*Primitives) GetA ¶
func (x *Primitives) GetA() float64
func (*Primitives) GetB ¶
func (x *Primitives) GetB() float32
func (*Primitives) GetC ¶
func (x *Primitives) GetC() int32
func (*Primitives) GetD ¶
func (x *Primitives) GetD() int64
func (*Primitives) GetE ¶
func (x *Primitives) GetE() uint32
func (*Primitives) GetF ¶
func (x *Primitives) GetF() uint64
func (*Primitives) GetG ¶
func (x *Primitives) GetG() int32
func (*Primitives) GetH ¶
func (x *Primitives) GetH() int64
func (*Primitives) GetI ¶
func (x *Primitives) GetI() uint32
func (*Primitives) GetJ ¶
func (x *Primitives) GetJ() uint64
func (*Primitives) GetK ¶
func (x *Primitives) GetK() int32
func (*Primitives) GetL ¶
func (x *Primitives) GetL() int64
func (*Primitives) GetM ¶
func (x *Primitives) GetM() bool
func (*Primitives) GetN ¶
func (x *Primitives) GetN() string
func (*Primitives) ProtoMessage ¶
func (*Primitives) ProtoMessage()
func (*Primitives) ProtoReflect ¶
func (x *Primitives) ProtoReflect() protoreflect.Message
func (*Primitives) Reset ¶
func (x *Primitives) Reset()
func (*Primitives) String ¶
func (x *Primitives) String() string
type RepeatedEnum ¶
type RepeatedEnum struct { A []*EnumsSimple `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*RepeatedEnum) Descriptor
deprecated
func (*RepeatedEnum) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedEnum.ProtoReflect.Descriptor instead.
func (*RepeatedEnum) GetA ¶
func (x *RepeatedEnum) GetA() []*EnumsSimple
func (*RepeatedEnum) ProtoMessage ¶
func (*RepeatedEnum) ProtoMessage()
func (*RepeatedEnum) ProtoReflect ¶
func (x *RepeatedEnum) ProtoReflect() protoreflect.Message
func (*RepeatedEnum) Reset ¶
func (x *RepeatedEnum) Reset()
func (*RepeatedEnum) String ¶
func (x *RepeatedEnum) String() string
type RepeatedOneLevelNesting ¶
type RepeatedOneLevelNesting struct { A []*SmallSetPrimitives `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*RepeatedOneLevelNesting) Descriptor
deprecated
func (*RepeatedOneLevelNesting) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedOneLevelNesting.ProtoReflect.Descriptor instead.
func (*RepeatedOneLevelNesting) GetA ¶
func (x *RepeatedOneLevelNesting) GetA() []*SmallSetPrimitives
func (*RepeatedOneLevelNesting) ProtoMessage ¶
func (*RepeatedOneLevelNesting) ProtoMessage()
func (*RepeatedOneLevelNesting) ProtoReflect ¶
func (x *RepeatedOneLevelNesting) ProtoReflect() protoreflect.Message
func (*RepeatedOneLevelNesting) Reset ¶
func (x *RepeatedOneLevelNesting) Reset()
func (*RepeatedOneLevelNesting) String ¶
func (x *RepeatedOneLevelNesting) String() string
type RepeatedOptionalEnum ¶
type RepeatedOptionalEnum struct { A []*OptionalEnumsSimple `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*RepeatedOptionalEnum) Descriptor
deprecated
func (*RepeatedOptionalEnum) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedOptionalEnum.ProtoReflect.Descriptor instead.
func (*RepeatedOptionalEnum) GetA ¶
func (x *RepeatedOptionalEnum) GetA() []*OptionalEnumsSimple
func (*RepeatedOptionalEnum) ProtoMessage ¶
func (*RepeatedOptionalEnum) ProtoMessage()
func (*RepeatedOptionalEnum) ProtoReflect ¶
func (x *RepeatedOptionalEnum) ProtoReflect() protoreflect.Message
func (*RepeatedOptionalEnum) Reset ¶
func (x *RepeatedOptionalEnum) Reset()
func (*RepeatedOptionalEnum) String ¶
func (x *RepeatedOptionalEnum) String() string
type RepeatedOptionalSmallSetPrimitive ¶
type RepeatedOptionalSmallSetPrimitive struct { A []*OptionalSmallSetPrimitives `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*RepeatedOptionalSmallSetPrimitive) Descriptor
deprecated
func (*RepeatedOptionalSmallSetPrimitive) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedOptionalSmallSetPrimitive.ProtoReflect.Descriptor instead.
func (*RepeatedOptionalSmallSetPrimitive) GetA ¶
func (x *RepeatedOptionalSmallSetPrimitive) GetA() []*OptionalSmallSetPrimitives
func (*RepeatedOptionalSmallSetPrimitive) ProtoMessage ¶
func (*RepeatedOptionalSmallSetPrimitive) ProtoMessage()
func (*RepeatedOptionalSmallSetPrimitive) ProtoReflect ¶
func (x *RepeatedOptionalSmallSetPrimitive) ProtoReflect() protoreflect.Message
func (*RepeatedOptionalSmallSetPrimitive) Reset ¶
func (x *RepeatedOptionalSmallSetPrimitive) Reset()
func (*RepeatedOptionalSmallSetPrimitive) String ¶
func (x *RepeatedOptionalSmallSetPrimitive) String() string
type RepeatedPrimitives ¶
type RepeatedPrimitives struct { A []float64 `protobuf:"fixed64,1,rep,packed,name=a,proto3" json:"a,omitempty"` B []uint32 `protobuf:"varint,2,rep,packed,name=b,proto3" json:"b,omitempty"` C []int32 `protobuf:"varint,3,rep,packed,name=c,proto3" json:"c,omitempty"` D []string `protobuf:"bytes,4,rep,name=d,proto3" json:"d,omitempty"` // contains filtered or unexported fields }
func (*RepeatedPrimitives) Descriptor
deprecated
func (*RepeatedPrimitives) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedPrimitives.ProtoReflect.Descriptor instead.
func (*RepeatedPrimitives) GetA ¶
func (x *RepeatedPrimitives) GetA() []float64
func (*RepeatedPrimitives) GetB ¶
func (x *RepeatedPrimitives) GetB() []uint32
func (*RepeatedPrimitives) GetC ¶
func (x *RepeatedPrimitives) GetC() []int32
func (*RepeatedPrimitives) GetD ¶
func (x *RepeatedPrimitives) GetD() []string
func (*RepeatedPrimitives) ProtoMessage ¶
func (*RepeatedPrimitives) ProtoMessage()
func (*RepeatedPrimitives) ProtoReflect ¶
func (x *RepeatedPrimitives) ProtoReflect() protoreflect.Message
func (*RepeatedPrimitives) Reset ¶
func (x *RepeatedPrimitives) Reset()
func (*RepeatedPrimitives) String ¶
func (x *RepeatedPrimitives) String() string
type RepeatedThreeLevelNestingAndSomeChads ¶
type RepeatedThreeLevelNestingAndSomeChads struct { A []*OneLevelNesting `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"` B int32 `protobuf:"varint,2,opt,name=b,proto3" json:"b,omitempty"` C string `protobuf:"bytes,3,opt,name=c,proto3" json:"c,omitempty"` D float64 `protobuf:"fixed64,4,opt,name=d,proto3" json:"d,omitempty"` // contains filtered or unexported fields }
func (*RepeatedThreeLevelNestingAndSomeChads) Descriptor
deprecated
func (*RepeatedThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedThreeLevelNestingAndSomeChads.ProtoReflect.Descriptor instead.
func (*RepeatedThreeLevelNestingAndSomeChads) GetA ¶
func (x *RepeatedThreeLevelNestingAndSomeChads) GetA() []*OneLevelNesting
func (*RepeatedThreeLevelNestingAndSomeChads) GetB ¶
func (x *RepeatedThreeLevelNestingAndSomeChads) GetB() int32
func (*RepeatedThreeLevelNestingAndSomeChads) GetC ¶
func (x *RepeatedThreeLevelNestingAndSomeChads) GetC() string
func (*RepeatedThreeLevelNestingAndSomeChads) GetD ¶
func (x *RepeatedThreeLevelNestingAndSomeChads) GetD() float64
func (*RepeatedThreeLevelNestingAndSomeChads) ProtoMessage ¶
func (*RepeatedThreeLevelNestingAndSomeChads) ProtoMessage()
func (*RepeatedThreeLevelNestingAndSomeChads) ProtoReflect ¶
func (x *RepeatedThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
func (*RepeatedThreeLevelNestingAndSomeChads) Reset ¶
func (x *RepeatedThreeLevelNestingAndSomeChads) Reset()
func (*RepeatedThreeLevelNestingAndSomeChads) String ¶
func (x *RepeatedThreeLevelNestingAndSomeChads) String() string
type RepeatedTwoLevelNesting ¶
type RepeatedTwoLevelNesting struct { A []*RepeatedOneLevelNesting `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*RepeatedTwoLevelNesting) Descriptor
deprecated
func (*RepeatedTwoLevelNesting) Descriptor() ([]byte, []int)
Deprecated: Use RepeatedTwoLevelNesting.ProtoReflect.Descriptor instead.
func (*RepeatedTwoLevelNesting) GetA ¶
func (x *RepeatedTwoLevelNesting) GetA() []*RepeatedOneLevelNesting
func (*RepeatedTwoLevelNesting) ProtoMessage ¶
func (*RepeatedTwoLevelNesting) ProtoMessage()
func (*RepeatedTwoLevelNesting) ProtoReflect ¶
func (x *RepeatedTwoLevelNesting) ProtoReflect() protoreflect.Message
func (*RepeatedTwoLevelNesting) Reset ¶
func (x *RepeatedTwoLevelNesting) Reset()
func (*RepeatedTwoLevelNesting) String ¶
func (x *RepeatedTwoLevelNesting) String() string
type SmallSetPrimitives ¶
type SmallSetPrimitives struct { A float64 `protobuf:"fixed64,1,opt,name=a,proto3" json:"a,omitempty"` B uint32 `protobuf:"varint,2,opt,name=b,proto3" json:"b,omitempty"` C int32 `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"` D string `protobuf:"bytes,4,opt,name=d,proto3" json:"d,omitempty"` // contains filtered or unexported fields }
func (*SmallSetPrimitives) Descriptor
deprecated
func (*SmallSetPrimitives) Descriptor() ([]byte, []int)
Deprecated: Use SmallSetPrimitives.ProtoReflect.Descriptor instead.
func (*SmallSetPrimitives) GetA ¶
func (x *SmallSetPrimitives) GetA() float64
func (*SmallSetPrimitives) GetB ¶
func (x *SmallSetPrimitives) GetB() uint32
func (*SmallSetPrimitives) GetC ¶
func (x *SmallSetPrimitives) GetC() int32
func (*SmallSetPrimitives) GetD ¶
func (x *SmallSetPrimitives) GetD() string
func (*SmallSetPrimitives) ProtoMessage ¶
func (*SmallSetPrimitives) ProtoMessage()
func (*SmallSetPrimitives) ProtoReflect ¶
func (x *SmallSetPrimitives) ProtoReflect() protoreflect.Message
func (*SmallSetPrimitives) Reset ¶
func (x *SmallSetPrimitives) Reset()
func (*SmallSetPrimitives) String ¶
func (x *SmallSetPrimitives) String() string
type ThreeLevelNestingAndSomeChads ¶
type ThreeLevelNestingAndSomeChads struct { A *OneLevelNesting `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` B int32 `protobuf:"varint,2,opt,name=b,proto3" json:"b,omitempty"` C string `protobuf:"bytes,3,opt,name=c,proto3" json:"c,omitempty"` D float64 `protobuf:"fixed64,4,opt,name=d,proto3" json:"d,omitempty"` // contains filtered or unexported fields }
func (*ThreeLevelNestingAndSomeChads) Descriptor
deprecated
func (*ThreeLevelNestingAndSomeChads) Descriptor() ([]byte, []int)
Deprecated: Use ThreeLevelNestingAndSomeChads.ProtoReflect.Descriptor instead.
func (*ThreeLevelNestingAndSomeChads) GetA ¶
func (x *ThreeLevelNestingAndSomeChads) GetA() *OneLevelNesting
func (*ThreeLevelNestingAndSomeChads) GetB ¶
func (x *ThreeLevelNestingAndSomeChads) GetB() int32
func (*ThreeLevelNestingAndSomeChads) GetC ¶
func (x *ThreeLevelNestingAndSomeChads) GetC() string
func (*ThreeLevelNestingAndSomeChads) GetD ¶
func (x *ThreeLevelNestingAndSomeChads) GetD() float64
func (*ThreeLevelNestingAndSomeChads) ProtoMessage ¶
func (*ThreeLevelNestingAndSomeChads) ProtoMessage()
func (*ThreeLevelNestingAndSomeChads) ProtoReflect ¶
func (x *ThreeLevelNestingAndSomeChads) ProtoReflect() protoreflect.Message
func (*ThreeLevelNestingAndSomeChads) Reset ¶
func (x *ThreeLevelNestingAndSomeChads) Reset()
func (*ThreeLevelNestingAndSomeChads) String ¶
func (x *ThreeLevelNestingAndSomeChads) String() string
type TwoLevelNesting ¶
type TwoLevelNesting struct { A *OneLevelNesting `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"` // contains filtered or unexported fields }
func (*TwoLevelNesting) Descriptor
deprecated
func (*TwoLevelNesting) Descriptor() ([]byte, []int)
Deprecated: Use TwoLevelNesting.ProtoReflect.Descriptor instead.
func (*TwoLevelNesting) GetA ¶
func (x *TwoLevelNesting) GetA() *OneLevelNesting
func (*TwoLevelNesting) ProtoMessage ¶
func (*TwoLevelNesting) ProtoMessage()
func (*TwoLevelNesting) ProtoReflect ¶
func (x *TwoLevelNesting) ProtoReflect() protoreflect.Message
func (*TwoLevelNesting) Reset ¶
func (x *TwoLevelNesting) Reset()
func (*TwoLevelNesting) String ¶
func (x *TwoLevelNesting) String() string