gen

package
v0.0.0-...-ccaa6ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
var File_tests_marshal_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EnumABC

type EnumABC int32
const (
	EnumABC_A EnumABC = 0
	EnumABC_B EnumABC = 1
	EnumABC_C EnumABC = 2
)

func (EnumABC) Descriptor

func (EnumABC) Descriptor() protoreflect.EnumDescriptor

func (EnumABC) Enum

func (x EnumABC) Enum() *EnumABC

func (EnumABC) EnumDescriptor deprecated

func (EnumABC) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnumABC.Descriptor instead.

func (EnumABC) Number

func (x EnumABC) Number() protoreflect.EnumNumber

func (EnumABC) String

func (x EnumABC) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use MapString.ProtoReflect.Descriptor instead.

func (*MapString) GetA

func (x *MapString) GetA() map[string]string

func (*MapString) ProtoMessage

func (*MapString) ProtoMessage()

func (*MapString) ProtoReflect

func (x *MapString) ProtoReflect() protoreflect.Message

func (*MapString) Reset

func (x *MapString) Reset()

func (*MapString) String

func (x *MapString) String() string

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 (*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 (*MixIndexSmallSetPrimitives) GetB

func (*MixIndexSmallSetPrimitives) GetC

func (*MixIndexSmallSetPrimitives) GetD

func (*MixIndexSmallSetPrimitives) ProtoMessage

func (*MixIndexSmallSetPrimitives) ProtoMessage()

func (*MixIndexSmallSetPrimitives) ProtoReflect

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

Deprecated: Use MultipleRepeatedThreeLevelNestingAndSomeChads.ProtoReflect.Descriptor instead.

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetA

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetB

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetC

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetD

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) GetE

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) Reset

func (*MultipleRepeatedThreeLevelNestingAndSomeChads) 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 (*MultipleThreeLevelNestingAndSomeChads) GetB

func (*MultipleThreeLevelNestingAndSomeChads) GetC

func (*MultipleThreeLevelNestingAndSomeChads) GetD

func (*MultipleThreeLevelNestingAndSomeChads) GetE

func (*MultipleThreeLevelNestingAndSomeChads) ProtoMessage

func (*MultipleThreeLevelNestingAndSomeChads) ProtoMessage()

func (*MultipleThreeLevelNestingAndSomeChads) ProtoReflect

func (*MultipleThreeLevelNestingAndSomeChads) Reset

func (*MultipleThreeLevelNestingAndSomeChads) 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 (*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

Deprecated: Use OptionalMultipleRepeatedThreeLevelNestingAndSomeChads.ProtoReflect.Descriptor instead.

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetA

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetB

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetC

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetD

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) GetE

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoMessage

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) ProtoReflect

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) Reset

func (*OptionalMultipleRepeatedThreeLevelNestingAndSomeChads) 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 (*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 (*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 (*OptionalSmallSetPrimitives) GetB

func (*OptionalSmallSetPrimitives) GetC

func (*OptionalSmallSetPrimitives) GetD

func (*OptionalSmallSetPrimitives) ProtoMessage

func (*OptionalSmallSetPrimitives) ProtoMessage()

func (*OptionalSmallSetPrimitives) ProtoReflect

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 (*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 (*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 (*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 (*RepeatedOptionalSmallSetPrimitive) ProtoMessage

func (*RepeatedOptionalSmallSetPrimitive) ProtoMessage()

func (*RepeatedOptionalSmallSetPrimitive) ProtoReflect

func (*RepeatedOptionalSmallSetPrimitive) Reset

func (*RepeatedOptionalSmallSetPrimitive) 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 (*RepeatedThreeLevelNestingAndSomeChads) GetB

func (*RepeatedThreeLevelNestingAndSomeChads) GetC

func (*RepeatedThreeLevelNestingAndSomeChads) GetD

func (*RepeatedThreeLevelNestingAndSomeChads) ProtoMessage

func (*RepeatedThreeLevelNestingAndSomeChads) ProtoMessage()

func (*RepeatedThreeLevelNestingAndSomeChads) ProtoReflect

func (*RepeatedThreeLevelNestingAndSomeChads) Reset

func (*RepeatedThreeLevelNestingAndSomeChads) 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 (*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 (*ThreeLevelNestingAndSomeChads) GetB

func (*ThreeLevelNestingAndSomeChads) GetC

func (*ThreeLevelNestingAndSomeChads) GetD

func (*ThreeLevelNestingAndSomeChads) ProtoMessage

func (*ThreeLevelNestingAndSomeChads) ProtoMessage()

func (*ThreeLevelNestingAndSomeChads) ProtoReflect

func (*ThreeLevelNestingAndSomeChads) Reset

func (x *ThreeLevelNestingAndSomeChads) Reset()

func (*ThreeLevelNestingAndSomeChads) 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL