schema_proto3

package
v0.0.0-...-cb329a8 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PlanetV1_name = map[int32]string{
	0: "UNKNOWN_V1",
	3: "EARTH_V1",
	1: "MERCURY_V1",
	2: "VENUS_V1",
	4: "MARS_V1",
	5: "JUPITER_V1",
	6: "SATURN_V1",
}
View Source
var PlanetV1_value = map[string]int32{
	"UNKNOWN_V1": 0,
	"EARTH_V1":   3,
	"MERCURY_V1": 1,
	"VENUS_V1":   2,
	"MARS_V1":    4,
	"JUPITER_V1": 5,
	"SATURN_V1":  6,
}
View Source
var PlanetV2_name = map[int32]string{
	0: "UNKNOWN_V2",
	3: "EARTH_V2",
	1: "MERCURY_V2",
	2: "VENUS_V2",
	4: "MARS_V2",
	5: "JUPITER_V2",
	6: "SATURN_V2",
	7: "URANUS_V2",
	8: "NEPTUNE_V2",
	9: "PLUTO_V2",
}
View Source
var PlanetV2_value = map[string]int32{
	"UNKNOWN_V2": 0,
	"EARTH_V2":   3,
	"MERCURY_V2": 1,
	"VENUS_V2":   2,
	"MARS_V2":    4,
	"JUPITER_V2": 5,
	"SATURN_V2":  6,
	"URANUS_V2":  7,
	"NEPTUNE_V2": 8,
	"PLUTO_V2":   9,
}
View Source
var PlanetV3_name = map[int32]string{
	0: "UNKNOWN_V3",
	3: "EARTH_V3",
	1: "MERCURY_V3",
	2: "VENUS_V3",
	4: "MARS_V3",
	5: "JUPITER_V3",
	6: "SATURN_V3",
	7: "URANUS_V3",
	8: "NEPTUNE_V3",
	9: "DEPRECATED_PLUTO_V3",
}
View Source
var PlanetV3_value = map[string]int32{
	"UNKNOWN_V3":          0,
	"EARTH_V3":            3,
	"MERCURY_V3":          1,
	"VENUS_V3":            2,
	"MARS_V3":             4,
	"JUPITER_V3":          5,
	"SATURN_V3":           6,
	"URANUS_V3":           7,
	"NEPTUNE_V3":          8,
	"DEPRECATED_PLUTO_V3": 9,
}

Functions

This section is empty.

Types

type BoolMaps

type BoolMaps struct {
	BoolToBool           map[bool]bool        `` /* 162-byte string literal not displayed */
	BoolToBytes          map[bool][]byte      `` /* 171-byte string literal not displayed */
	BoolToDouble         map[bool]float64     `` /* 169-byte string literal not displayed */
	BoolToFixed32        map[bool]uint32      `` /* 172-byte string literal not displayed */
	BoolToFixed64        map[bool]uint64      `` /* 172-byte string literal not displayed */
	BoolToFloat          map[bool]float32     `` /* 166-byte string literal not displayed */
	BoolToInt32          map[bool]int32       `` /* 165-byte string literal not displayed */
	BoolToInt64          map[bool]int64       `` /* 165-byte string literal not displayed */
	BoolToSfixed32       map[bool]int32       `` /* 175-byte string literal not displayed */
	BoolToSfixed64       map[bool]int64       `` /* 176-byte string literal not displayed */
	BoolToSint32         map[bool]int32       `` /* 171-byte string literal not displayed */
	BoolToSint64         map[bool]int64       `` /* 171-byte string literal not displayed */
	BoolToString         map[bool]string      `` /* 168-byte string literal not displayed */
	BoolToUint32         map[bool]uint32      `` /* 169-byte string literal not displayed */
	BoolToUint64         map[bool]uint64      `` /* 169-byte string literal not displayed */
	BoolToPlanetV1       map[bool]PlanetV1    `` /* 205-byte string literal not displayed */
	BoolToSimple         map[bool]*Simple     `` /* 168-byte string literal not displayed */
	BoolToRepetitive     map[bool]*Repetitive `` /* 180-byte string literal not displayed */
	BoolToSingleton      map[bool]*Singleton  `` /* 177-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*BoolMaps) Descriptor

func (*BoolMaps) Descriptor() ([]byte, []int)

func (*BoolMaps) GetBoolToBool

func (m *BoolMaps) GetBoolToBool() map[bool]bool

func (*BoolMaps) GetBoolToBytes

func (m *BoolMaps) GetBoolToBytes() map[bool][]byte

func (*BoolMaps) GetBoolToDouble

func (m *BoolMaps) GetBoolToDouble() map[bool]float64

func (*BoolMaps) GetBoolToFixed32

func (m *BoolMaps) GetBoolToFixed32() map[bool]uint32

func (*BoolMaps) GetBoolToFixed64

func (m *BoolMaps) GetBoolToFixed64() map[bool]uint64

func (*BoolMaps) GetBoolToFloat

func (m *BoolMaps) GetBoolToFloat() map[bool]float32

func (*BoolMaps) GetBoolToInt32

func (m *BoolMaps) GetBoolToInt32() map[bool]int32

func (*BoolMaps) GetBoolToInt64

func (m *BoolMaps) GetBoolToInt64() map[bool]int64

func (*BoolMaps) GetBoolToPlanetV1

func (m *BoolMaps) GetBoolToPlanetV1() map[bool]PlanetV1

func (*BoolMaps) GetBoolToRepetitive

func (m *BoolMaps) GetBoolToRepetitive() map[bool]*Repetitive

func (*BoolMaps) GetBoolToSfixed32

func (m *BoolMaps) GetBoolToSfixed32() map[bool]int32

func (*BoolMaps) GetBoolToSfixed64

func (m *BoolMaps) GetBoolToSfixed64() map[bool]int64

func (*BoolMaps) GetBoolToSimple

func (m *BoolMaps) GetBoolToSimple() map[bool]*Simple

func (*BoolMaps) GetBoolToSingleton

func (m *BoolMaps) GetBoolToSingleton() map[bool]*Singleton

func (*BoolMaps) GetBoolToSint32

func (m *BoolMaps) GetBoolToSint32() map[bool]int32

func (*BoolMaps) GetBoolToSint64

func (m *BoolMaps) GetBoolToSint64() map[bool]int64

func (*BoolMaps) GetBoolToString

func (m *BoolMaps) GetBoolToString() map[bool]string

func (*BoolMaps) GetBoolToUint32

func (m *BoolMaps) GetBoolToUint32() map[bool]uint32

func (*BoolMaps) GetBoolToUint64

func (m *BoolMaps) GetBoolToUint64() map[bool]uint64

func (*BoolMaps) ProtoMessage

func (*BoolMaps) ProtoMessage()

func (*BoolMaps) Reset

func (m *BoolMaps) Reset()

func (*BoolMaps) String

func (m *BoolMaps) String() string

func (*BoolMaps) XXX_DiscardUnknown

func (m *BoolMaps) XXX_DiscardUnknown()

func (*BoolMaps) XXX_Marshal

func (m *BoolMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BoolMaps) XXX_Merge

func (dst *BoolMaps) XXX_Merge(src proto.Message)

func (*BoolMaps) XXX_Size

func (m *BoolMaps) XXX_Size() int

func (*BoolMaps) XXX_Unmarshal

func (m *BoolMaps) XXX_Unmarshal(b []byte) error

type DoubleMessage

type DoubleMessage struct {
	Value                float64   `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	Values               []float64 `protobuf:"fixed64,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*DoubleMessage) Descriptor

func (*DoubleMessage) Descriptor() ([]byte, []int)

func (*DoubleMessage) GetValue

func (m *DoubleMessage) GetValue() float64

func (*DoubleMessage) GetValues

func (m *DoubleMessage) GetValues() []float64

func (*DoubleMessage) ProtoMessage

func (*DoubleMessage) ProtoMessage()

func (*DoubleMessage) Reset

func (m *DoubleMessage) Reset()

func (*DoubleMessage) String

func (m *DoubleMessage) String() string

func (*DoubleMessage) XXX_DiscardUnknown

func (m *DoubleMessage) XXX_DiscardUnknown()

func (*DoubleMessage) XXX_Marshal

func (m *DoubleMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DoubleMessage) XXX_Merge

func (dst *DoubleMessage) XXX_Merge(src proto.Message)

func (*DoubleMessage) XXX_Size

func (m *DoubleMessage) XXX_Size() int

func (*DoubleMessage) XXX_Unmarshal

func (m *DoubleMessage) XXX_Unmarshal(b []byte) error

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Empty) Descriptor

func (*Empty) Descriptor() ([]byte, []int)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Empty) XXX_Merge

func (dst *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

func (m *Empty) XXX_Unmarshal(b []byte) error

type Fixed32Message

type Fixed32Message struct {
	Value                uint32   `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
	Values               []uint32 `protobuf:"fixed32,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Fixed32Message) Descriptor

func (*Fixed32Message) Descriptor() ([]byte, []int)

func (*Fixed32Message) GetValue

func (m *Fixed32Message) GetValue() uint32

func (*Fixed32Message) GetValues

func (m *Fixed32Message) GetValues() []uint32

func (*Fixed32Message) ProtoMessage

func (*Fixed32Message) ProtoMessage()

func (*Fixed32Message) Reset

func (m *Fixed32Message) Reset()

func (*Fixed32Message) String

func (m *Fixed32Message) String() string

func (*Fixed32Message) XXX_DiscardUnknown

func (m *Fixed32Message) XXX_DiscardUnknown()

func (*Fixed32Message) XXX_Marshal

func (m *Fixed32Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Fixed32Message) XXX_Merge

func (dst *Fixed32Message) XXX_Merge(src proto.Message)

func (*Fixed32Message) XXX_Size

func (m *Fixed32Message) XXX_Size() int

func (*Fixed32Message) XXX_Unmarshal

func (m *Fixed32Message) XXX_Unmarshal(b []byte) error

type Fixed64Message

type Fixed64Message struct {
	Value                uint64   `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	Values               []uint64 `protobuf:"fixed64,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Fixed64Message) Descriptor

func (*Fixed64Message) Descriptor() ([]byte, []int)

func (*Fixed64Message) GetValue

func (m *Fixed64Message) GetValue() uint64

func (*Fixed64Message) GetValues

func (m *Fixed64Message) GetValues() []uint64

func (*Fixed64Message) ProtoMessage

func (*Fixed64Message) ProtoMessage()

func (*Fixed64Message) Reset

func (m *Fixed64Message) Reset()

func (*Fixed64Message) String

func (m *Fixed64Message) String() string

func (*Fixed64Message) XXX_DiscardUnknown

func (m *Fixed64Message) XXX_DiscardUnknown()

func (*Fixed64Message) XXX_Marshal

func (m *Fixed64Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Fixed64Message) XXX_Merge

func (dst *Fixed64Message) XXX_Merge(src proto.Message)

func (*Fixed64Message) XXX_Size

func (m *Fixed64Message) XXX_Size() int

func (*Fixed64Message) XXX_Unmarshal

func (m *Fixed64Message) XXX_Unmarshal(b []byte) error

type FloatMessage

type FloatMessage struct {
	Value                float32   `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
	Values               []float32 `protobuf:"fixed32,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*FloatMessage) Descriptor

func (*FloatMessage) Descriptor() ([]byte, []int)

func (*FloatMessage) GetValue

func (m *FloatMessage) GetValue() float32

func (*FloatMessage) GetValues

func (m *FloatMessage) GetValues() []float32

func (*FloatMessage) ProtoMessage

func (*FloatMessage) ProtoMessage()

func (*FloatMessage) Reset

func (m *FloatMessage) Reset()

func (*FloatMessage) String

func (m *FloatMessage) String() string

func (*FloatMessage) XXX_DiscardUnknown

func (m *FloatMessage) XXX_DiscardUnknown()

func (*FloatMessage) XXX_Marshal

func (m *FloatMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FloatMessage) XXX_Merge

func (dst *FloatMessage) XXX_Merge(src proto.Message)

func (*FloatMessage) XXX_Size

func (m *FloatMessage) XXX_Size() int

func (*FloatMessage) XXX_Unmarshal

func (m *FloatMessage) XXX_Unmarshal(b []byte) error

type Int32Message

type Int32Message struct {
	Value                int32    `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Values               []int32  `protobuf:"varint,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Int32Message) Descriptor

func (*Int32Message) Descriptor() ([]byte, []int)

func (*Int32Message) GetValue

func (m *Int32Message) GetValue() int32

func (*Int32Message) GetValues

func (m *Int32Message) GetValues() []int32

func (*Int32Message) ProtoMessage

func (*Int32Message) ProtoMessage()

func (*Int32Message) Reset

func (m *Int32Message) Reset()

func (*Int32Message) String

func (m *Int32Message) String() string

func (*Int32Message) XXX_DiscardUnknown

func (m *Int32Message) XXX_DiscardUnknown()

func (*Int32Message) XXX_Marshal

func (m *Int32Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Int32Message) XXX_Merge

func (dst *Int32Message) XXX_Merge(src proto.Message)

func (*Int32Message) XXX_Size

func (m *Int32Message) XXX_Size() int

func (*Int32Message) XXX_Unmarshal

func (m *Int32Message) XXX_Unmarshal(b []byte) error

type Int64Message

type Int64Message struct {
	Value                int64    `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Values               []int64  `protobuf:"varint,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Int64Message) Descriptor

func (*Int64Message) Descriptor() ([]byte, []int)

func (*Int64Message) GetValue

func (m *Int64Message) GetValue() int64

func (*Int64Message) GetValues

func (m *Int64Message) GetValues() []int64

func (*Int64Message) ProtoMessage

func (*Int64Message) ProtoMessage()

func (*Int64Message) Reset

func (m *Int64Message) Reset()

func (*Int64Message) String

func (m *Int64Message) String() string

func (*Int64Message) XXX_DiscardUnknown

func (m *Int64Message) XXX_DiscardUnknown()

func (*Int64Message) XXX_Marshal

func (m *Int64Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Int64Message) XXX_Merge

func (dst *Int64Message) XXX_Merge(src proto.Message)

func (*Int64Message) XXX_Size

func (m *Int64Message) XXX_Size() int

func (*Int64Message) XXX_Unmarshal

func (m *Int64Message) XXX_Unmarshal(b []byte) error

type IntMaps

type IntMaps struct {
	IntToBool            map[int64]bool        `` /* 159-byte string literal not displayed */
	IntToBytes           map[int64][]byte      `` /* 168-byte string literal not displayed */
	IntToDouble          map[int64]float64     `` /* 166-byte string literal not displayed */
	IntToFixed32         map[int64]uint32      `` /* 169-byte string literal not displayed */
	IntToFixed64         map[int64]uint64      `` /* 169-byte string literal not displayed */
	IntToFloat           map[int64]float32     `` /* 163-byte string literal not displayed */
	IntToInt32           map[int64]int32       `` /* 162-byte string literal not displayed */
	IntToInt64           map[int64]int64       `` /* 162-byte string literal not displayed */
	IntToSfixed32        map[int64]int32       `` /* 172-byte string literal not displayed */
	IntToSfixed64        map[int64]int64       `` /* 173-byte string literal not displayed */
	IntToSint32          map[int64]int32       `` /* 168-byte string literal not displayed */
	IntToSint64          map[int64]int64       `` /* 168-byte string literal not displayed */
	IntToString          map[int64]string      `` /* 165-byte string literal not displayed */
	IntToUint32          map[int64]uint32      `` /* 166-byte string literal not displayed */
	IntToUint64          map[int64]uint64      `` /* 166-byte string literal not displayed */
	IntToPlanetV1        map[int64]PlanetV1    `` /* 202-byte string literal not displayed */
	IntToSimple          map[int64]*Simple     `` /* 165-byte string literal not displayed */
	IntToRepetitive      map[int64]*Repetitive `` /* 177-byte string literal not displayed */
	IntToSingleton       map[int64]*Singleton  `` /* 174-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

This also covers the cases where the key type is of a similar int value. ex: fixed32, fixed64, int32, sfixed32, sfixed64, sint32, sint64, uint32,

uint64

func (*IntMaps) Descriptor

func (*IntMaps) Descriptor() ([]byte, []int)

func (*IntMaps) GetIntToBool

func (m *IntMaps) GetIntToBool() map[int64]bool

func (*IntMaps) GetIntToBytes

func (m *IntMaps) GetIntToBytes() map[int64][]byte

func (*IntMaps) GetIntToDouble

func (m *IntMaps) GetIntToDouble() map[int64]float64

func (*IntMaps) GetIntToFixed32

func (m *IntMaps) GetIntToFixed32() map[int64]uint32

func (*IntMaps) GetIntToFixed64

func (m *IntMaps) GetIntToFixed64() map[int64]uint64

func (*IntMaps) GetIntToFloat

func (m *IntMaps) GetIntToFloat() map[int64]float32

func (*IntMaps) GetIntToInt32

func (m *IntMaps) GetIntToInt32() map[int64]int32

func (*IntMaps) GetIntToInt64

func (m *IntMaps) GetIntToInt64() map[int64]int64

func (*IntMaps) GetIntToPlanetV1

func (m *IntMaps) GetIntToPlanetV1() map[int64]PlanetV1

func (*IntMaps) GetIntToRepetitive

func (m *IntMaps) GetIntToRepetitive() map[int64]*Repetitive

func (*IntMaps) GetIntToSfixed32

func (m *IntMaps) GetIntToSfixed32() map[int64]int32

func (*IntMaps) GetIntToSfixed64

func (m *IntMaps) GetIntToSfixed64() map[int64]int64

func (*IntMaps) GetIntToSimple

func (m *IntMaps) GetIntToSimple() map[int64]*Simple

func (*IntMaps) GetIntToSingleton

func (m *IntMaps) GetIntToSingleton() map[int64]*Singleton

func (*IntMaps) GetIntToSint32

func (m *IntMaps) GetIntToSint32() map[int64]int32

func (*IntMaps) GetIntToSint64

func (m *IntMaps) GetIntToSint64() map[int64]int64

func (*IntMaps) GetIntToString

func (m *IntMaps) GetIntToString() map[int64]string

func (*IntMaps) GetIntToUint32

func (m *IntMaps) GetIntToUint32() map[int64]uint32

func (*IntMaps) GetIntToUint64

func (m *IntMaps) GetIntToUint64() map[int64]uint64

func (*IntMaps) ProtoMessage

func (*IntMaps) ProtoMessage()

func (*IntMaps) Reset

func (m *IntMaps) Reset()

func (*IntMaps) String

func (m *IntMaps) String() string

func (*IntMaps) XXX_DiscardUnknown

func (m *IntMaps) XXX_DiscardUnknown()

func (*IntMaps) XXX_Marshal

func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IntMaps) XXX_Merge

func (dst *IntMaps) XXX_Merge(src proto.Message)

func (*IntMaps) XXX_Size

func (m *IntMaps) XXX_Size() int

func (*IntMaps) XXX_Unmarshal

func (m *IntMaps) XXX_Unmarshal(b []byte) error

type KnownTypes

type KnownTypes struct {
	AnyField             *any.Any              `protobuf:"bytes,1,opt,name=any_field,json=anyField" json:"any_field,omitempty"`
	BoolValueField       *wrappers.BoolValue   `protobuf:"bytes,2,opt,name=bool_value_field,json=boolValueField" json:"bool_value_field,omitempty"`
	BytesValueField      *wrappers.BytesValue  `protobuf:"bytes,3,opt,name=bytes_value_field,json=bytesValueField" json:"bytes_value_field,omitempty"`
	DoubleValueField     *wrappers.DoubleValue `protobuf:"bytes,4,opt,name=double_value_field,json=doubleValueField" json:"double_value_field,omitempty"`
	DurationField        *duration.Duration    `protobuf:"bytes,5,opt,name=duration_field,json=durationField" json:"duration_field,omitempty"`
	FloatValueField      *wrappers.FloatValue  `protobuf:"bytes,6,opt,name=float_value_field,json=floatValueField" json:"float_value_field,omitempty"`
	Int32ValueField      *wrappers.Int32Value  `protobuf:"bytes,7,opt,name=int32_value_field,json=int32ValueField" json:"int32_value_field,omitempty"`
	Int64ValueField      *wrappers.Int64Value  `protobuf:"bytes,8,opt,name=int64_value_field,json=int64ValueField" json:"int64_value_field,omitempty"`
	ListValueField       *_struct.ListValue    `protobuf:"bytes,9,opt,name=list_value_field,json=listValueField" json:"list_value_field,omitempty"`
	StringValueField     *wrappers.StringValue `protobuf:"bytes,10,opt,name=string_value_field,json=stringValueField" json:"string_value_field,omitempty"`
	StructField          *_struct.Struct       `protobuf:"bytes,11,opt,name=struct_field,json=structField" json:"struct_field,omitempty"`
	TimestampField       *timestamp.Timestamp  `protobuf:"bytes,12,opt,name=timestamp_field,json=timestampField" json:"timestamp_field,omitempty"`
	Uint32ValueField     *wrappers.UInt32Value `protobuf:"bytes,13,opt,name=uint32_value_field,json=uint32ValueField" json:"uint32_value_field,omitempty"`
	Uint64ValueField     *wrappers.UInt64Value `protobuf:"bytes,14,opt,name=uint64_value_field,json=uint64ValueField" json:"uint64_value_field,omitempty"`
	ValueField           *_struct.Value        `protobuf:"bytes,15,opt,name=value_field,json=valueField" json:"value_field,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*KnownTypes) Descriptor

func (*KnownTypes) Descriptor() ([]byte, []int)

func (*KnownTypes) GetAnyField

func (m *KnownTypes) GetAnyField() *any.Any

func (*KnownTypes) GetBoolValueField

func (m *KnownTypes) GetBoolValueField() *wrappers.BoolValue

func (*KnownTypes) GetBytesValueField

func (m *KnownTypes) GetBytesValueField() *wrappers.BytesValue

func (*KnownTypes) GetDoubleValueField

func (m *KnownTypes) GetDoubleValueField() *wrappers.DoubleValue

func (*KnownTypes) GetDurationField

func (m *KnownTypes) GetDurationField() *duration.Duration

func (*KnownTypes) GetFloatValueField

func (m *KnownTypes) GetFloatValueField() *wrappers.FloatValue

func (*KnownTypes) GetInt32ValueField

func (m *KnownTypes) GetInt32ValueField() *wrappers.Int32Value

func (*KnownTypes) GetInt64ValueField

func (m *KnownTypes) GetInt64ValueField() *wrappers.Int64Value

func (*KnownTypes) GetListValueField

func (m *KnownTypes) GetListValueField() *_struct.ListValue

func (*KnownTypes) GetStringValueField

func (m *KnownTypes) GetStringValueField() *wrappers.StringValue

func (*KnownTypes) GetStructField

func (m *KnownTypes) GetStructField() *_struct.Struct

func (*KnownTypes) GetTimestampField

func (m *KnownTypes) GetTimestampField() *timestamp.Timestamp

func (*KnownTypes) GetUint32ValueField

func (m *KnownTypes) GetUint32ValueField() *wrappers.UInt32Value

func (*KnownTypes) GetUint64ValueField

func (m *KnownTypes) GetUint64ValueField() *wrappers.UInt64Value

func (*KnownTypes) GetValueField

func (m *KnownTypes) GetValueField() *_struct.Value

func (*KnownTypes) ProtoMessage

func (*KnownTypes) ProtoMessage()

func (*KnownTypes) Reset

func (m *KnownTypes) Reset()

func (*KnownTypes) String

func (m *KnownTypes) String() string

func (*KnownTypes) XXX_DiscardUnknown

func (m *KnownTypes) XXX_DiscardUnknown()

func (*KnownTypes) XXX_Marshal

func (m *KnownTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KnownTypes) XXX_Merge

func (dst *KnownTypes) XXX_Merge(src proto.Message)

func (*KnownTypes) XXX_Size

func (m *KnownTypes) XXX_Size() int

func (*KnownTypes) XXX_Unmarshal

func (m *KnownTypes) XXX_Unmarshal(b []byte) error

type MyFavoritePlanetsV1

type MyFavoritePlanetsV1 struct {
	Planets              []PlanetV1 `protobuf:"varint,1,rep,packed,name=planets,enum=schema.proto3.PlanetV1" json:"planets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*MyFavoritePlanetsV1) Descriptor

func (*MyFavoritePlanetsV1) Descriptor() ([]byte, []int)

func (*MyFavoritePlanetsV1) GetPlanets

func (m *MyFavoritePlanetsV1) GetPlanets() []PlanetV1

func (*MyFavoritePlanetsV1) ProtoMessage

func (*MyFavoritePlanetsV1) ProtoMessage()

func (*MyFavoritePlanetsV1) Reset

func (m *MyFavoritePlanetsV1) Reset()

func (*MyFavoritePlanetsV1) String

func (m *MyFavoritePlanetsV1) String() string

func (*MyFavoritePlanetsV1) XXX_DiscardUnknown

func (m *MyFavoritePlanetsV1) XXX_DiscardUnknown()

func (*MyFavoritePlanetsV1) XXX_Marshal

func (m *MyFavoritePlanetsV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MyFavoritePlanetsV1) XXX_Merge

func (dst *MyFavoritePlanetsV1) XXX_Merge(src proto.Message)

func (*MyFavoritePlanetsV1) XXX_Size

func (m *MyFavoritePlanetsV1) XXX_Size() int

func (*MyFavoritePlanetsV1) XXX_Unmarshal

func (m *MyFavoritePlanetsV1) XXX_Unmarshal(b []byte) error

type MyFavoritePlanetsV2

type MyFavoritePlanetsV2 struct {
	Planets              []PlanetV2 `protobuf:"varint,1,rep,packed,name=planets,enum=schema.proto3.PlanetV2" json:"planets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*MyFavoritePlanetsV2) Descriptor

func (*MyFavoritePlanetsV2) Descriptor() ([]byte, []int)

func (*MyFavoritePlanetsV2) GetPlanets

func (m *MyFavoritePlanetsV2) GetPlanets() []PlanetV2

func (*MyFavoritePlanetsV2) ProtoMessage

func (*MyFavoritePlanetsV2) ProtoMessage()

func (*MyFavoritePlanetsV2) Reset

func (m *MyFavoritePlanetsV2) Reset()

func (*MyFavoritePlanetsV2) String

func (m *MyFavoritePlanetsV2) String() string

func (*MyFavoritePlanetsV2) XXX_DiscardUnknown

func (m *MyFavoritePlanetsV2) XXX_DiscardUnknown()

func (*MyFavoritePlanetsV2) XXX_Marshal

func (m *MyFavoritePlanetsV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MyFavoritePlanetsV2) XXX_Merge

func (dst *MyFavoritePlanetsV2) XXX_Merge(src proto.Message)

func (*MyFavoritePlanetsV2) XXX_Size

func (m *MyFavoritePlanetsV2) XXX_Size() int

func (*MyFavoritePlanetsV2) XXX_Unmarshal

func (m *MyFavoritePlanetsV2) XXX_Unmarshal(b []byte) error

type MyFavoritePlanetsV3

type MyFavoritePlanetsV3 struct {
	Planets              []PlanetV3 `protobuf:"varint,1,rep,packed,name=planets,enum=schema.proto3.PlanetV3" json:"planets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*MyFavoritePlanetsV3) Descriptor

func (*MyFavoritePlanetsV3) Descriptor() ([]byte, []int)

func (*MyFavoritePlanetsV3) GetPlanets

func (m *MyFavoritePlanetsV3) GetPlanets() []PlanetV3

func (*MyFavoritePlanetsV3) ProtoMessage

func (*MyFavoritePlanetsV3) ProtoMessage()

func (*MyFavoritePlanetsV3) Reset

func (m *MyFavoritePlanetsV3) Reset()

func (*MyFavoritePlanetsV3) String

func (m *MyFavoritePlanetsV3) String() string

func (*MyFavoritePlanetsV3) XXX_DiscardUnknown

func (m *MyFavoritePlanetsV3) XXX_DiscardUnknown()

func (*MyFavoritePlanetsV3) XXX_Marshal

func (m *MyFavoritePlanetsV3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MyFavoritePlanetsV3) XXX_Merge

func (dst *MyFavoritePlanetsV3) XXX_Merge(src proto.Message)

func (*MyFavoritePlanetsV3) XXX_Size

func (m *MyFavoritePlanetsV3) XXX_Size() int

func (*MyFavoritePlanetsV3) XXX_Unmarshal

func (m *MyFavoritePlanetsV3) XXX_Unmarshal(b []byte) error

type PersonV1

type PersonV1 struct {
	Id                   int32    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PersonV1) Descriptor

func (*PersonV1) Descriptor() ([]byte, []int)

func (*PersonV1) GetId

func (m *PersonV1) GetId() int32

func (*PersonV1) GetName

func (m *PersonV1) GetName() string

func (*PersonV1) ProtoMessage

func (*PersonV1) ProtoMessage()

func (*PersonV1) Reset

func (m *PersonV1) Reset()

func (*PersonV1) String

func (m *PersonV1) String() string

func (*PersonV1) XXX_DiscardUnknown

func (m *PersonV1) XXX_DiscardUnknown()

func (*PersonV1) XXX_Marshal

func (m *PersonV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PersonV1) XXX_Merge

func (dst *PersonV1) XXX_Merge(src proto.Message)

func (*PersonV1) XXX_Size

func (m *PersonV1) XXX_Size() int

func (*PersonV1) XXX_Unmarshal

func (m *PersonV1) XXX_Unmarshal(b []byte) error

type PersonV2

type PersonV2 struct {
	Id                   int32       `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name                 string      `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Age                  uint32      `protobuf:"varint,3,opt,name=age" json:"age,omitempty"`
	Profession           string      `protobuf:"bytes,4,opt,name=profession" json:"profession,omitempty"`
	Children             []*PersonV2 `protobuf:"bytes,5,rep,name=children" json:"children,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PersonV2) Descriptor

func (*PersonV2) Descriptor() ([]byte, []int)

func (*PersonV2) GetAge

func (m *PersonV2) GetAge() uint32

func (*PersonV2) GetChildren

func (m *PersonV2) GetChildren() []*PersonV2

func (*PersonV2) GetId

func (m *PersonV2) GetId() int32

func (*PersonV2) GetName

func (m *PersonV2) GetName() string

func (*PersonV2) GetProfession

func (m *PersonV2) GetProfession() string

func (*PersonV2) ProtoMessage

func (*PersonV2) ProtoMessage()

func (*PersonV2) Reset

func (m *PersonV2) Reset()

func (*PersonV2) String

func (m *PersonV2) String() string

func (*PersonV2) XXX_DiscardUnknown

func (m *PersonV2) XXX_DiscardUnknown()

func (*PersonV2) XXX_Marshal

func (m *PersonV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PersonV2) XXX_Merge

func (dst *PersonV2) XXX_Merge(src proto.Message)

func (*PersonV2) XXX_Size

func (m *PersonV2) XXX_Size() int

func (*PersonV2) XXX_Unmarshal

func (m *PersonV2) XXX_Unmarshal(b []byte) error

type PersonV3

type PersonV3 struct {
	Id         int32       `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Age        uint32      `protobuf:"varint,3,opt,name=age" json:"age,omitempty"`
	Profession string      `protobuf:"bytes,4,opt,name=profession" json:"profession,omitempty"`
	Children   []*PersonV3 `protobuf:"bytes,5,rep,name=children" json:"children,omitempty"`
	// Types that are valid to be assigned to Name:
	//	*PersonV3_FullName
	//	*PersonV3_StructuredName
	Name                 isPersonV3_Name `protobuf_oneof:"name"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*PersonV3) Descriptor

func (*PersonV3) Descriptor() ([]byte, []int)

func (*PersonV3) GetAge

func (m *PersonV3) GetAge() uint32

func (*PersonV3) GetChildren

func (m *PersonV3) GetChildren() []*PersonV3

func (*PersonV3) GetFullName

func (m *PersonV3) GetFullName() string

func (*PersonV3) GetId

func (m *PersonV3) GetId() int32

func (*PersonV3) GetName

func (m *PersonV3) GetName() isPersonV3_Name

func (*PersonV3) GetProfession

func (m *PersonV3) GetProfession() string

func (*PersonV3) GetStructuredName

func (m *PersonV3) GetStructuredName() *PersonV3_NameV3

func (*PersonV3) ProtoMessage

func (*PersonV3) ProtoMessage()

func (*PersonV3) Reset

func (m *PersonV3) Reset()

func (*PersonV3) String

func (m *PersonV3) String() string

func (*PersonV3) XXX_DiscardUnknown

func (m *PersonV3) XXX_DiscardUnknown()

func (*PersonV3) XXX_Marshal

func (m *PersonV3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PersonV3) XXX_Merge

func (dst *PersonV3) XXX_Merge(src proto.Message)

func (*PersonV3) XXX_OneofFuncs

func (*PersonV3) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*PersonV3) XXX_Size

func (m *PersonV3) XXX_Size() int

func (*PersonV3) XXX_Unmarshal

func (m *PersonV3) XXX_Unmarshal(b []byte) error

type PersonV3_FullName

type PersonV3_FullName struct {
	FullName string `protobuf:"bytes,2,opt,name=full_name,json=fullName,oneof"`
}

type PersonV3_NameV3

type PersonV3_NameV3 struct {
	First                string   `protobuf:"bytes,1,opt,name=first" json:"first,omitempty"`
	Last                 string   `protobuf:"bytes,2,opt,name=last" json:"last,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PersonV3_NameV3) Descriptor

func (*PersonV3_NameV3) Descriptor() ([]byte, []int)

func (*PersonV3_NameV3) GetFirst

func (m *PersonV3_NameV3) GetFirst() string

func (*PersonV3_NameV3) GetLast

func (m *PersonV3_NameV3) GetLast() string

func (*PersonV3_NameV3) ProtoMessage

func (*PersonV3_NameV3) ProtoMessage()

func (*PersonV3_NameV3) Reset

func (m *PersonV3_NameV3) Reset()

func (*PersonV3_NameV3) String

func (m *PersonV3_NameV3) String() string

func (*PersonV3_NameV3) XXX_DiscardUnknown

func (m *PersonV3_NameV3) XXX_DiscardUnknown()

func (*PersonV3_NameV3) XXX_Marshal

func (m *PersonV3_NameV3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PersonV3_NameV3) XXX_Merge

func (dst *PersonV3_NameV3) XXX_Merge(src proto.Message)

func (*PersonV3_NameV3) XXX_Size

func (m *PersonV3_NameV3) XXX_Size() int

func (*PersonV3_NameV3) XXX_Unmarshal

func (m *PersonV3_NameV3) XXX_Unmarshal(b []byte) error

type PersonV3_StructuredName

type PersonV3_StructuredName struct {
	StructuredName *PersonV3_NameV3 `protobuf:"bytes,6,opt,name=structured_name,json=structuredName,oneof"`
}

type PersonV4

type PersonV4 struct {
	Id                   int32            `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	DeprecatedFullName   string           `protobuf:"bytes,2,opt,name=deprecated_full_name,json=deprecatedFullName" json:"deprecated_full_name,omitempty"`
	Age                  uint32           `protobuf:"varint,3,opt,name=age" json:"age,omitempty"`
	Profession           string           `protobuf:"bytes,4,opt,name=profession" json:"profession,omitempty"`
	Children             []*PersonV3      `protobuf:"bytes,5,rep,name=children" json:"children,omitempty"`
	StructuredName       *PersonV4_NameV4 `protobuf:"bytes,6,opt,name=structured_name,json=structuredName" json:"structured_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*PersonV4) Descriptor

func (*PersonV4) Descriptor() ([]byte, []int)

func (*PersonV4) GetAge

func (m *PersonV4) GetAge() uint32

func (*PersonV4) GetChildren

func (m *PersonV4) GetChildren() []*PersonV3

func (*PersonV4) GetDeprecatedFullName

func (m *PersonV4) GetDeprecatedFullName() string

func (*PersonV4) GetId

func (m *PersonV4) GetId() int32

func (*PersonV4) GetProfession

func (m *PersonV4) GetProfession() string

func (*PersonV4) GetStructuredName

func (m *PersonV4) GetStructuredName() *PersonV4_NameV4

func (*PersonV4) ProtoMessage

func (*PersonV4) ProtoMessage()

func (*PersonV4) Reset

func (m *PersonV4) Reset()

func (*PersonV4) String

func (m *PersonV4) String() string

func (*PersonV4) XXX_DiscardUnknown

func (m *PersonV4) XXX_DiscardUnknown()

func (*PersonV4) XXX_Marshal

func (m *PersonV4) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PersonV4) XXX_Merge

func (dst *PersonV4) XXX_Merge(src proto.Message)

func (*PersonV4) XXX_Size

func (m *PersonV4) XXX_Size() int

func (*PersonV4) XXX_Unmarshal

func (m *PersonV4) XXX_Unmarshal(b []byte) error

type PersonV4_NameV4

type PersonV4_NameV4 struct {
	First                string   `protobuf:"bytes,1,opt,name=first" json:"first,omitempty"`
	Last                 string   `protobuf:"bytes,2,opt,name=last" json:"last,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PersonV4_NameV4) Descriptor

func (*PersonV4_NameV4) Descriptor() ([]byte, []int)

func (*PersonV4_NameV4) GetFirst

func (m *PersonV4_NameV4) GetFirst() string

func (*PersonV4_NameV4) GetLast

func (m *PersonV4_NameV4) GetLast() string

func (*PersonV4_NameV4) ProtoMessage

func (*PersonV4_NameV4) ProtoMessage()

func (*PersonV4_NameV4) Reset

func (m *PersonV4_NameV4) Reset()

func (*PersonV4_NameV4) String

func (m *PersonV4_NameV4) String() string

func (*PersonV4_NameV4) XXX_DiscardUnknown

func (m *PersonV4_NameV4) XXX_DiscardUnknown()

func (*PersonV4_NameV4) XXX_Marshal

func (m *PersonV4_NameV4) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PersonV4_NameV4) XXX_Merge

func (dst *PersonV4_NameV4) XXX_Merge(src proto.Message)

func (*PersonV4_NameV4) XXX_Size

func (m *PersonV4_NameV4) XXX_Size() int

func (*PersonV4_NameV4) XXX_Unmarshal

func (m *PersonV4_NameV4) XXX_Unmarshal(b []byte) error

type PlanetV1

type PlanetV1 int32
const (
	PlanetV1_UNKNOWN_V1 PlanetV1 = 0
	PlanetV1_EARTH_V1   PlanetV1 = 3
	PlanetV1_MERCURY_V1 PlanetV1 = 1
	PlanetV1_VENUS_V1   PlanetV1 = 2
	PlanetV1_MARS_V1    PlanetV1 = 4
	PlanetV1_JUPITER_V1 PlanetV1 = 5
	PlanetV1_SATURN_V1  PlanetV1 = 6
)

func (PlanetV1) EnumDescriptor

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

func (PlanetV1) String

func (x PlanetV1) String() string

type PlanetV2

type PlanetV2 int32
const (
	PlanetV2_UNKNOWN_V2 PlanetV2 = 0
	PlanetV2_EARTH_V2   PlanetV2 = 3
	PlanetV2_MERCURY_V2 PlanetV2 = 1
	PlanetV2_VENUS_V2   PlanetV2 = 2
	PlanetV2_MARS_V2    PlanetV2 = 4
	PlanetV2_JUPITER_V2 PlanetV2 = 5
	PlanetV2_SATURN_V2  PlanetV2 = 6
	PlanetV2_URANUS_V2  PlanetV2 = 7
	PlanetV2_NEPTUNE_V2 PlanetV2 = 8
	PlanetV2_PLUTO_V2   PlanetV2 = 9
)

func (PlanetV2) EnumDescriptor

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

func (PlanetV2) String

func (x PlanetV2) String() string

type PlanetV3

type PlanetV3 int32
const (
	PlanetV3_UNKNOWN_V3          PlanetV3 = 0
	PlanetV3_EARTH_V3            PlanetV3 = 3
	PlanetV3_MERCURY_V3          PlanetV3 = 1
	PlanetV3_VENUS_V3            PlanetV3 = 2
	PlanetV3_MARS_V3             PlanetV3 = 4
	PlanetV3_JUPITER_V3          PlanetV3 = 5
	PlanetV3_SATURN_V3           PlanetV3 = 6
	PlanetV3_URANUS_V3           PlanetV3 = 7
	PlanetV3_NEPTUNE_V3          PlanetV3 = 8
	PlanetV3_DEPRECATED_PLUTO_V3 PlanetV3 = 9
)

func (PlanetV3) EnumDescriptor

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

func (PlanetV3) String

func (x PlanetV3) String() string

type Repetitive

type Repetitive struct {
	BoolField            []bool        `protobuf:"varint,1,rep,packed,name=bool_field,json=boolField" json:"bool_field,omitempty"`
	BytesField           [][]byte      `protobuf:"bytes,3,rep,name=bytes_field,json=bytesField,proto3" json:"bytes_field,omitempty"`
	DoubleField          []float64     `protobuf:"fixed64,5,rep,packed,name=double_field,json=doubleField" json:"double_field,omitempty"`
	Fixed32Field         []uint32      `protobuf:"fixed32,7,rep,packed,name=fixed32_field,json=fixed32Field" json:"fixed32_field,omitempty"`
	Fixed64Field         []uint64      `protobuf:"fixed64,9,rep,packed,name=fixed64_field,json=fixed64Field" json:"fixed64_field,omitempty"`
	FloatField           []float32     `protobuf:"fixed32,11,rep,packed,name=float_field,json=floatField" json:"float_field,omitempty"`
	Int32Field           []int32       `protobuf:"varint,13,rep,packed,name=int32_field,json=int32Field" json:"int32_field,omitempty"`
	Int64Field           []int64       `protobuf:"varint,15,rep,packed,name=int64_field,json=int64Field" json:"int64_field,omitempty"`
	Sfixed32Field        []int32       `protobuf:"fixed32,17,rep,packed,name=sfixed32_field,json=sfixed32Field" json:"sfixed32_field,omitempty"`
	Sfixed64Field        []int64       `protobuf:"fixed64,19,rep,packed,name=sfixed64_field,json=sfixed64Field" json:"sfixed64_field,omitempty"`
	Sint32Field          []int32       `protobuf:"zigzag32,21,rep,packed,name=sint32_field,json=sint32Field" json:"sint32_field,omitempty"`
	Sint64Field          []int64       `protobuf:"zigzag64,23,rep,packed,name=sint64_field,json=sint64Field" json:"sint64_field,omitempty"`
	StringField          []string      `protobuf:"bytes,25,rep,name=string_field,json=stringField" json:"string_field,omitempty"`
	Uint32Field          []uint32      `protobuf:"varint,27,rep,packed,name=uint32_field,json=uint32Field" json:"uint32_field,omitempty"`
	Uint64Field          []uint64      `protobuf:"varint,29,rep,packed,name=uint64_field,json=uint64Field" json:"uint64_field,omitempty"`
	SimpleField          []*Simple     `protobuf:"bytes,31,rep,name=simple_field,json=simpleField" json:"simple_field,omitempty"`
	RepetitiveField      []*Repetitive `protobuf:"bytes,33,rep,name=repetitive_field,json=repetitiveField" json:"repetitive_field,omitempty"`
	SingletonField       []*Singleton  `protobuf:"bytes,35,rep,name=singleton_field,json=singletonField" json:"singleton_field,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Repetitive) Descriptor

func (*Repetitive) Descriptor() ([]byte, []int)

func (*Repetitive) GetBoolField

func (m *Repetitive) GetBoolField() []bool

func (*Repetitive) GetBytesField

func (m *Repetitive) GetBytesField() [][]byte

func (*Repetitive) GetDoubleField

func (m *Repetitive) GetDoubleField() []float64

func (*Repetitive) GetFixed32Field

func (m *Repetitive) GetFixed32Field() []uint32

func (*Repetitive) GetFixed64Field

func (m *Repetitive) GetFixed64Field() []uint64

func (*Repetitive) GetFloatField

func (m *Repetitive) GetFloatField() []float32

func (*Repetitive) GetInt32Field

func (m *Repetitive) GetInt32Field() []int32

func (*Repetitive) GetInt64Field

func (m *Repetitive) GetInt64Field() []int64

func (*Repetitive) GetRepetitiveField

func (m *Repetitive) GetRepetitiveField() []*Repetitive

func (*Repetitive) GetSfixed32Field

func (m *Repetitive) GetSfixed32Field() []int32

func (*Repetitive) GetSfixed64Field

func (m *Repetitive) GetSfixed64Field() []int64

func (*Repetitive) GetSimpleField

func (m *Repetitive) GetSimpleField() []*Simple

func (*Repetitive) GetSingletonField

func (m *Repetitive) GetSingletonField() []*Singleton

func (*Repetitive) GetSint32Field

func (m *Repetitive) GetSint32Field() []int32

func (*Repetitive) GetSint64Field

func (m *Repetitive) GetSint64Field() []int64

func (*Repetitive) GetStringField

func (m *Repetitive) GetStringField() []string

func (*Repetitive) GetUint32Field

func (m *Repetitive) GetUint32Field() []uint32

func (*Repetitive) GetUint64Field

func (m *Repetitive) GetUint64Field() []uint64

func (*Repetitive) ProtoMessage

func (*Repetitive) ProtoMessage()

func (*Repetitive) Reset

func (m *Repetitive) Reset()

func (*Repetitive) String

func (m *Repetitive) String() string

func (*Repetitive) XXX_DiscardUnknown

func (m *Repetitive) XXX_DiscardUnknown()

func (*Repetitive) XXX_Marshal

func (m *Repetitive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Repetitive) XXX_Merge

func (dst *Repetitive) XXX_Merge(src proto.Message)

func (*Repetitive) XXX_Size

func (m *Repetitive) XXX_Size() int

func (*Repetitive) XXX_Unmarshal

func (m *Repetitive) XXX_Unmarshal(b []byte) error

type Sfixed32Message

type Sfixed32Message struct {
	Value                int32    `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
	Values               []int32  `protobuf:"fixed32,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Sfixed32Message) Descriptor

func (*Sfixed32Message) Descriptor() ([]byte, []int)

func (*Sfixed32Message) GetValue

func (m *Sfixed32Message) GetValue() int32

func (*Sfixed32Message) GetValues

func (m *Sfixed32Message) GetValues() []int32

func (*Sfixed32Message) ProtoMessage

func (*Sfixed32Message) ProtoMessage()

func (*Sfixed32Message) Reset

func (m *Sfixed32Message) Reset()

func (*Sfixed32Message) String

func (m *Sfixed32Message) String() string

func (*Sfixed32Message) XXX_DiscardUnknown

func (m *Sfixed32Message) XXX_DiscardUnknown()

func (*Sfixed32Message) XXX_Marshal

func (m *Sfixed32Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Sfixed32Message) XXX_Merge

func (dst *Sfixed32Message) XXX_Merge(src proto.Message)

func (*Sfixed32Message) XXX_Size

func (m *Sfixed32Message) XXX_Size() int

func (*Sfixed32Message) XXX_Unmarshal

func (m *Sfixed32Message) XXX_Unmarshal(b []byte) error

type Sfixed64Message

type Sfixed64Message struct {
	Value                int64    `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
	Values               []int64  `protobuf:"fixed64,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Sfixed64Message) Descriptor

func (*Sfixed64Message) Descriptor() ([]byte, []int)

func (*Sfixed64Message) GetValue

func (m *Sfixed64Message) GetValue() int64

func (*Sfixed64Message) GetValues

func (m *Sfixed64Message) GetValues() []int64

func (*Sfixed64Message) ProtoMessage

func (*Sfixed64Message) ProtoMessage()

func (*Sfixed64Message) Reset

func (m *Sfixed64Message) Reset()

func (*Sfixed64Message) String

func (m *Sfixed64Message) String() string

func (*Sfixed64Message) XXX_DiscardUnknown

func (m *Sfixed64Message) XXX_DiscardUnknown()

func (*Sfixed64Message) XXX_Marshal

func (m *Sfixed64Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Sfixed64Message) XXX_Merge

func (dst *Sfixed64Message) XXX_Merge(src proto.Message)

func (*Sfixed64Message) XXX_Size

func (m *Sfixed64Message) XXX_Size() int

func (*Sfixed64Message) XXX_Unmarshal

func (m *Sfixed64Message) XXX_Unmarshal(b []byte) error

type Simple

type Simple struct {
	BoolField            bool        `protobuf:"varint,1,opt,name=bool_field,json=boolField" json:"bool_field,omitempty"`
	BytesField           []byte      `protobuf:"bytes,3,opt,name=bytes_field,json=bytesField,proto3" json:"bytes_field,omitempty"`
	DoubleField          float64     `protobuf:"fixed64,5,opt,name=double_field,json=doubleField" json:"double_field,omitempty"`
	Fixed32Field         uint32      `protobuf:"fixed32,7,opt,name=fixed32_field,json=fixed32Field" json:"fixed32_field,omitempty"`
	Fixed64Field         uint64      `protobuf:"fixed64,9,opt,name=fixed64_field,json=fixed64Field" json:"fixed64_field,omitempty"`
	FloatField           float32     `protobuf:"fixed32,11,opt,name=float_field,json=floatField" json:"float_field,omitempty"`
	Int32Field           int32       `protobuf:"varint,13,opt,name=int32_field,json=int32Field" json:"int32_field,omitempty"`
	Int64Field           int64       `protobuf:"varint,15,opt,name=int64_field,json=int64Field" json:"int64_field,omitempty"`
	Sfixed32Field        int32       `protobuf:"fixed32,17,opt,name=sfixed32_field,json=sfixed32Field" json:"sfixed32_field,omitempty"`
	Sfixed64Field        int64       `protobuf:"fixed64,19,opt,name=sfixed64_field,json=sfixed64Field" json:"sfixed64_field,omitempty"`
	Sint32Field          int32       `protobuf:"zigzag32,21,opt,name=sint32_field,json=sint32Field" json:"sint32_field,omitempty"`
	Sint64Field          int64       `protobuf:"zigzag64,23,opt,name=sint64_field,json=sint64Field" json:"sint64_field,omitempty"`
	StringField          string      `protobuf:"bytes,25,opt,name=string_field,json=stringField" json:"string_field,omitempty"`
	Uint32Field          uint32      `protobuf:"varint,27,opt,name=uint32_field,json=uint32Field" json:"uint32_field,omitempty"`
	Uint64Field          uint64      `protobuf:"varint,29,opt,name=uint64_field,json=uint64Field" json:"uint64_field,omitempty"`
	SimpleField          *Simple     `protobuf:"bytes,31,opt,name=simple_field,json=simpleField" json:"simple_field,omitempty"`
	RepetitiveField      *Repetitive `protobuf:"bytes,33,opt,name=repetitive_field,json=repetitiveField" json:"repetitive_field,omitempty"`
	SingletonField       *Singleton  `protobuf:"bytes,35,opt,name=singleton_field,json=singletonField" json:"singleton_field,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Simple) Descriptor

func (*Simple) Descriptor() ([]byte, []int)

func (*Simple) GetBoolField

func (m *Simple) GetBoolField() bool

func (*Simple) GetBytesField

func (m *Simple) GetBytesField() []byte

func (*Simple) GetDoubleField

func (m *Simple) GetDoubleField() float64

func (*Simple) GetFixed32Field

func (m *Simple) GetFixed32Field() uint32

func (*Simple) GetFixed64Field

func (m *Simple) GetFixed64Field() uint64

func (*Simple) GetFloatField

func (m *Simple) GetFloatField() float32

func (*Simple) GetInt32Field

func (m *Simple) GetInt32Field() int32

func (*Simple) GetInt64Field

func (m *Simple) GetInt64Field() int64

func (*Simple) GetRepetitiveField

func (m *Simple) GetRepetitiveField() *Repetitive

func (*Simple) GetSfixed32Field

func (m *Simple) GetSfixed32Field() int32

func (*Simple) GetSfixed64Field

func (m *Simple) GetSfixed64Field() int64

func (*Simple) GetSimpleField

func (m *Simple) GetSimpleField() *Simple

func (*Simple) GetSingletonField

func (m *Simple) GetSingletonField() *Singleton

func (*Simple) GetSint32Field

func (m *Simple) GetSint32Field() int32

func (*Simple) GetSint64Field

func (m *Simple) GetSint64Field() int64

func (*Simple) GetStringField

func (m *Simple) GetStringField() string

func (*Simple) GetUint32Field

func (m *Simple) GetUint32Field() uint32

func (*Simple) GetUint64Field

func (m *Simple) GetUint64Field() uint64

func (*Simple) ProtoMessage

func (*Simple) ProtoMessage()

func (*Simple) Reset

func (m *Simple) Reset()

func (*Simple) String

func (m *Simple) String() string

func (*Simple) XXX_DiscardUnknown

func (m *Simple) XXX_DiscardUnknown()

func (*Simple) XXX_Marshal

func (m *Simple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Simple) XXX_Merge

func (dst *Simple) XXX_Merge(src proto.Message)

func (*Simple) XXX_Size

func (m *Simple) XXX_Size() int

func (*Simple) XXX_Unmarshal

func (m *Simple) XXX_Unmarshal(b []byte) error

type Singleton

type Singleton struct {
	// Types that are valid to be assigned to Singleton:
	//	*Singleton_TheBool
	//	*Singleton_TheBytes
	//	*Singleton_TheDouble
	//	*Singleton_TheFixed32
	//	*Singleton_TheFixed64
	//	*Singleton_TheFloat
	//	*Singleton_TheInt32
	//	*Singleton_TheInt64
	//	*Singleton_TheSfixed32
	//	*Singleton_TheSfixed64
	//	*Singleton_TheSint32
	//	*Singleton_TheSint64
	//	*Singleton_TheString
	//	*Singleton_TheUint32
	//	*Singleton_TheUint64
	//	*Singleton_TheSimple
	//	*Singleton_TheRepetitive
	//	*Singleton_TheSingleton
	Singleton            isSingleton_Singleton `protobuf_oneof:"singleton"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Singleton) Descriptor

func (*Singleton) Descriptor() ([]byte, []int)

func (*Singleton) GetSingleton

func (m *Singleton) GetSingleton() isSingleton_Singleton

func (*Singleton) GetTheBool

func (m *Singleton) GetTheBool() bool

func (*Singleton) GetTheBytes

func (m *Singleton) GetTheBytes() []byte

func (*Singleton) GetTheDouble

func (m *Singleton) GetTheDouble() float64

func (*Singleton) GetTheFixed32

func (m *Singleton) GetTheFixed32() uint32

func (*Singleton) GetTheFixed64

func (m *Singleton) GetTheFixed64() uint64

func (*Singleton) GetTheFloat

func (m *Singleton) GetTheFloat() float32

func (*Singleton) GetTheInt32

func (m *Singleton) GetTheInt32() int32

func (*Singleton) GetTheInt64

func (m *Singleton) GetTheInt64() int64

func (*Singleton) GetTheRepetitive

func (m *Singleton) GetTheRepetitive() *Repetitive

func (*Singleton) GetTheSfixed32

func (m *Singleton) GetTheSfixed32() int32

func (*Singleton) GetTheSfixed64

func (m *Singleton) GetTheSfixed64() int64

func (*Singleton) GetTheSimple

func (m *Singleton) GetTheSimple() *Simple

func (*Singleton) GetTheSingleton

func (m *Singleton) GetTheSingleton() *Singleton

func (*Singleton) GetTheSint32

func (m *Singleton) GetTheSint32() int32

func (*Singleton) GetTheSint64

func (m *Singleton) GetTheSint64() int64

func (*Singleton) GetTheString

func (m *Singleton) GetTheString() string

func (*Singleton) GetTheUint32

func (m *Singleton) GetTheUint32() uint32

func (*Singleton) GetTheUint64

func (m *Singleton) GetTheUint64() uint64

func (*Singleton) ProtoMessage

func (*Singleton) ProtoMessage()

func (*Singleton) Reset

func (m *Singleton) Reset()

func (*Singleton) String

func (m *Singleton) String() string

func (*Singleton) XXX_DiscardUnknown

func (m *Singleton) XXX_DiscardUnknown()

func (*Singleton) XXX_Marshal

func (m *Singleton) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Singleton) XXX_Merge

func (dst *Singleton) XXX_Merge(src proto.Message)

func (*Singleton) XXX_OneofFuncs

func (*Singleton) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Singleton) XXX_Size

func (m *Singleton) XXX_Size() int

func (*Singleton) XXX_Unmarshal

func (m *Singleton) XXX_Unmarshal(b []byte) error

type Singleton_TheBool

type Singleton_TheBool struct {
	TheBool bool `protobuf:"varint,1,opt,name=the_bool,json=theBool,oneof"`
}

type Singleton_TheBytes

type Singleton_TheBytes struct {
	TheBytes []byte `protobuf:"bytes,3,opt,name=the_bytes,json=theBytes,proto3,oneof"`
}

type Singleton_TheDouble

type Singleton_TheDouble struct {
	TheDouble float64 `protobuf:"fixed64,5,opt,name=the_double,json=theDouble,oneof"`
}

type Singleton_TheFixed32

type Singleton_TheFixed32 struct {
	TheFixed32 uint32 `protobuf:"fixed32,7,opt,name=the_fixed32,json=theFixed32,oneof"`
}

type Singleton_TheFixed64

type Singleton_TheFixed64 struct {
	TheFixed64 uint64 `protobuf:"fixed64,9,opt,name=the_fixed64,json=theFixed64,oneof"`
}

type Singleton_TheFloat

type Singleton_TheFloat struct {
	TheFloat float32 `protobuf:"fixed32,11,opt,name=the_float,json=theFloat,oneof"`
}

type Singleton_TheInt32

type Singleton_TheInt32 struct {
	TheInt32 int32 `protobuf:"varint,13,opt,name=the_int32,json=theInt32,oneof"`
}

type Singleton_TheInt64

type Singleton_TheInt64 struct {
	TheInt64 int64 `protobuf:"varint,15,opt,name=the_int64,json=theInt64,oneof"`
}

type Singleton_TheRepetitive

type Singleton_TheRepetitive struct {
	TheRepetitive *Repetitive `protobuf:"bytes,33,opt,name=the_repetitive,json=theRepetitive,oneof"`
}

type Singleton_TheSfixed32

type Singleton_TheSfixed32 struct {
	TheSfixed32 int32 `protobuf:"fixed32,17,opt,name=the_sfixed32,json=theSfixed32,oneof"`
}

type Singleton_TheSfixed64

type Singleton_TheSfixed64 struct {
	TheSfixed64 int64 `protobuf:"fixed64,19,opt,name=the_sfixed64,json=theSfixed64,oneof"`
}

type Singleton_TheSimple

type Singleton_TheSimple struct {
	TheSimple *Simple `protobuf:"bytes,31,opt,name=the_simple,json=theSimple,oneof"`
}

type Singleton_TheSingleton

type Singleton_TheSingleton struct {
	TheSingleton *Singleton `protobuf:"bytes,35,opt,name=the_singleton,json=theSingleton,oneof"`
}

type Singleton_TheSint32

type Singleton_TheSint32 struct {
	TheSint32 int32 `protobuf:"zigzag32,21,opt,name=the_sint32,json=theSint32,oneof"`
}

type Singleton_TheSint64

type Singleton_TheSint64 struct {
	TheSint64 int64 `protobuf:"zigzag64,23,opt,name=the_sint64,json=theSint64,oneof"`
}

type Singleton_TheString

type Singleton_TheString struct {
	TheString string `protobuf:"bytes,25,opt,name=the_string,json=theString,oneof"`
}

type Singleton_TheUint32

type Singleton_TheUint32 struct {
	TheUint32 uint32 `protobuf:"varint,27,opt,name=the_uint32,json=theUint32,oneof"`
}

type Singleton_TheUint64

type Singleton_TheUint64 struct {
	TheUint64 uint64 `protobuf:"varint,29,opt,name=the_uint64,json=theUint64,oneof"`
}

type Sint32Message

type Sint32Message struct {
	Value                int32    `protobuf:"zigzag32,1,opt,name=value" json:"value,omitempty"`
	Values               []int32  `protobuf:"zigzag32,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Sint32Message) Descriptor

func (*Sint32Message) Descriptor() ([]byte, []int)

func (*Sint32Message) GetValue

func (m *Sint32Message) GetValue() int32

func (*Sint32Message) GetValues

func (m *Sint32Message) GetValues() []int32

func (*Sint32Message) ProtoMessage

func (*Sint32Message) ProtoMessage()

func (*Sint32Message) Reset

func (m *Sint32Message) Reset()

func (*Sint32Message) String

func (m *Sint32Message) String() string

func (*Sint32Message) XXX_DiscardUnknown

func (m *Sint32Message) XXX_DiscardUnknown()

func (*Sint32Message) XXX_Marshal

func (m *Sint32Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Sint32Message) XXX_Merge

func (dst *Sint32Message) XXX_Merge(src proto.Message)

func (*Sint32Message) XXX_Size

func (m *Sint32Message) XXX_Size() int

func (*Sint32Message) XXX_Unmarshal

func (m *Sint32Message) XXX_Unmarshal(b []byte) error

type Sint64Message

type Sint64Message struct {
	Value                int64    `protobuf:"zigzag64,1,opt,name=value" json:"value,omitempty"`
	Values               []int64  `protobuf:"zigzag64,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Sint64Message) Descriptor

func (*Sint64Message) Descriptor() ([]byte, []int)

func (*Sint64Message) GetValue

func (m *Sint64Message) GetValue() int64

func (*Sint64Message) GetValues

func (m *Sint64Message) GetValues() []int64

func (*Sint64Message) ProtoMessage

func (*Sint64Message) ProtoMessage()

func (*Sint64Message) Reset

func (m *Sint64Message) Reset()

func (*Sint64Message) String

func (m *Sint64Message) String() string

func (*Sint64Message) XXX_DiscardUnknown

func (m *Sint64Message) XXX_DiscardUnknown()

func (*Sint64Message) XXX_Marshal

func (m *Sint64Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Sint64Message) XXX_Merge

func (dst *Sint64Message) XXX_Merge(src proto.Message)

func (*Sint64Message) XXX_Size

func (m *Sint64Message) XXX_Size() int

func (*Sint64Message) XXX_Unmarshal

func (m *Sint64Message) XXX_Unmarshal(b []byte) error

type StringMaps

type StringMaps struct {
	StringToBool         map[string]bool        `` /* 167-byte string literal not displayed */
	StringToBytes        map[string][]byte      `` /* 176-byte string literal not displayed */
	StringToDouble       map[string]float64     `` /* 174-byte string literal not displayed */
	StringToFixed32      map[string]uint32      `` /* 177-byte string literal not displayed */
	StringToFixed64      map[string]uint64      `` /* 177-byte string literal not displayed */
	StringToFloat        map[string]float32     `` /* 171-byte string literal not displayed */
	StringToInt32        map[string]int32       `` /* 170-byte string literal not displayed */
	StringToInt64        map[string]int64       `` /* 170-byte string literal not displayed */
	StringToSfixed32     map[string]int32       `` /* 180-byte string literal not displayed */
	StringToSfixed64     map[string]int64       `` /* 181-byte string literal not displayed */
	StringToSint32       map[string]int32       `` /* 176-byte string literal not displayed */
	StringToSint64       map[string]int64       `` /* 176-byte string literal not displayed */
	StringToString       map[string]string      `` /* 173-byte string literal not displayed */
	StringToUint32       map[string]uint32      `` /* 174-byte string literal not displayed */
	StringToUint64       map[string]uint64      `` /* 174-byte string literal not displayed */
	StringToPlanetV1     map[string]PlanetV1    `` /* 210-byte string literal not displayed */
	StringToSimple       map[string]*Simple     `` /* 173-byte string literal not displayed */
	StringToRepetitive   map[string]*Repetitive `` /* 185-byte string literal not displayed */
	StringToSingleton    map[string]*Singleton  `` /* 182-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*StringMaps) Descriptor

func (*StringMaps) Descriptor() ([]byte, []int)

func (*StringMaps) GetStringToBool

func (m *StringMaps) GetStringToBool() map[string]bool

func (*StringMaps) GetStringToBytes

func (m *StringMaps) GetStringToBytes() map[string][]byte

func (*StringMaps) GetStringToDouble

func (m *StringMaps) GetStringToDouble() map[string]float64

func (*StringMaps) GetStringToFixed32

func (m *StringMaps) GetStringToFixed32() map[string]uint32

func (*StringMaps) GetStringToFixed64

func (m *StringMaps) GetStringToFixed64() map[string]uint64

func (*StringMaps) GetStringToFloat

func (m *StringMaps) GetStringToFloat() map[string]float32

func (*StringMaps) GetStringToInt32

func (m *StringMaps) GetStringToInt32() map[string]int32

func (*StringMaps) GetStringToInt64

func (m *StringMaps) GetStringToInt64() map[string]int64

func (*StringMaps) GetStringToPlanetV1

func (m *StringMaps) GetStringToPlanetV1() map[string]PlanetV1

func (*StringMaps) GetStringToRepetitive

func (m *StringMaps) GetStringToRepetitive() map[string]*Repetitive

func (*StringMaps) GetStringToSfixed32

func (m *StringMaps) GetStringToSfixed32() map[string]int32

func (*StringMaps) GetStringToSfixed64

func (m *StringMaps) GetStringToSfixed64() map[string]int64

func (*StringMaps) GetStringToSimple

func (m *StringMaps) GetStringToSimple() map[string]*Simple

func (*StringMaps) GetStringToSingleton

func (m *StringMaps) GetStringToSingleton() map[string]*Singleton

func (*StringMaps) GetStringToSint32

func (m *StringMaps) GetStringToSint32() map[string]int32

func (*StringMaps) GetStringToSint64

func (m *StringMaps) GetStringToSint64() map[string]int64

func (*StringMaps) GetStringToString

func (m *StringMaps) GetStringToString() map[string]string

func (*StringMaps) GetStringToUint32

func (m *StringMaps) GetStringToUint32() map[string]uint32

func (*StringMaps) GetStringToUint64

func (m *StringMaps) GetStringToUint64() map[string]uint64

func (*StringMaps) ProtoMessage

func (*StringMaps) ProtoMessage()

func (*StringMaps) Reset

func (m *StringMaps) Reset()

func (*StringMaps) String

func (m *StringMaps) String() string

func (*StringMaps) XXX_DiscardUnknown

func (m *StringMaps) XXX_DiscardUnknown()

func (*StringMaps) XXX_Marshal

func (m *StringMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StringMaps) XXX_Merge

func (dst *StringMaps) XXX_Merge(src proto.Message)

func (*StringMaps) XXX_Size

func (m *StringMaps) XXX_Size() int

func (*StringMaps) XXX_Unmarshal

func (m *StringMaps) XXX_Unmarshal(b []byte) error

type Uint32Message

type Uint32Message struct {
	Value                uint32   `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Values               []uint32 `protobuf:"varint,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Uint32Message) Descriptor

func (*Uint32Message) Descriptor() ([]byte, []int)

func (*Uint32Message) GetValue

func (m *Uint32Message) GetValue() uint32

func (*Uint32Message) GetValues

func (m *Uint32Message) GetValues() []uint32

func (*Uint32Message) ProtoMessage

func (*Uint32Message) ProtoMessage()

func (*Uint32Message) Reset

func (m *Uint32Message) Reset()

func (*Uint32Message) String

func (m *Uint32Message) String() string

func (*Uint32Message) XXX_DiscardUnknown

func (m *Uint32Message) XXX_DiscardUnknown()

func (*Uint32Message) XXX_Marshal

func (m *Uint32Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Uint32Message) XXX_Merge

func (dst *Uint32Message) XXX_Merge(src proto.Message)

func (*Uint32Message) XXX_Size

func (m *Uint32Message) XXX_Size() int

func (*Uint32Message) XXX_Unmarshal

func (m *Uint32Message) XXX_Unmarshal(b []byte) error

type Uint64Message

type Uint64Message struct {
	Value                uint64   `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Values               []uint64 `protobuf:"varint,2,rep,packed,name=values" json:"values,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Uint64Message) Descriptor

func (*Uint64Message) Descriptor() ([]byte, []int)

func (*Uint64Message) GetValue

func (m *Uint64Message) GetValue() uint64

func (*Uint64Message) GetValues

func (m *Uint64Message) GetValues() []uint64

func (*Uint64Message) ProtoMessage

func (*Uint64Message) ProtoMessage()

func (*Uint64Message) Reset

func (m *Uint64Message) Reset()

func (*Uint64Message) String

func (m *Uint64Message) String() string

func (*Uint64Message) XXX_DiscardUnknown

func (m *Uint64Message) XXX_DiscardUnknown()

func (*Uint64Message) XXX_Marshal

func (m *Uint64Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Uint64Message) XXX_Merge

func (dst *Uint64Message) XXX_Merge(src proto.Message)

func (*Uint64Message) XXX_Size

func (m *Uint64Message) XXX_Size() int

func (*Uint64Message) XXX_Unmarshal

func (m *Uint64Message) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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