test

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CustomEnum_customname = map[int32]string{
	1: "1.0",
	2: "1.0.1",
}

CustomEnum_customname contains custom string values that override CustomEnum_name.

View Source
var CustomEnum_customvalue = map[string]int32{
	"UNKNOWN": 0,
	"V1_0":    1,
	"1.0":     1,
	"1.0.0":   1,
	"V1_0_1":  2,
	"1.0.1":   2,
}

CustomEnum_customvalue contains custom string values that extend CustomEnum_value.

View Source
var CustomEnum_name = map[int32]string{
	0: "CUSTOM_UNKNOWN",
	1: "CUSTOM_V1_0",
	2: "CUSTOM_V1_0_1",
}
View Source
var CustomEnum_value = map[string]int32{
	"CUSTOM_UNKNOWN": 0,
	"CUSTOM_V1_0":    1,
	"CUSTOM_V1_0_1":  2,
}
View Source
var RegularEnum_name = map[int32]string{
	0: "REGULAR_UNKNOWN",
	1: "REGULAR_A",
	2: "REGULAR_B",
}
View Source
var RegularEnum_value = map[string]int32{
	"REGULAR_UNKNOWN": 0,
	"REGULAR_A":       1,
	"REGULAR_B":       2,
}

Functions

This section is empty.

Types

type CustomEnum

type CustomEnum int32
const (
	CustomEnum_CUSTOM_UNKNOWN CustomEnum = 0
	CustomEnum_CUSTOM_V1_0    CustomEnum = 1
	CustomEnum_CUSTOM_V1_0_1  CustomEnum = 2
)

func (CustomEnum) EnumDescriptor

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

func (CustomEnum) MarshalJSON

func (v CustomEnum) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler interface.

func (CustomEnum) MarshalProtoJSON

func (x CustomEnum) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the CustomEnum to JSON.

func (CustomEnum) String

func (x CustomEnum) String() string

func (*CustomEnum) UnmarshalJSON

func (v *CustomEnum) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Marshaler interface.

func (*CustomEnum) UnmarshalProtoJSON

func (x *CustomEnum) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the CustomEnum from JSON.

type CustomEnumValue

type CustomEnumValue struct {
	Value                CustomEnum `protobuf:"varint,1,opt,name=value,proto3,enum=thethings.json.test.CustomEnum" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CustomEnumValue) Descriptor

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

func (*CustomEnumValue) GetValue

func (m *CustomEnumValue) GetValue() CustomEnum

func (CustomEnumValue) MarshalJSON

func (v CustomEnumValue) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler interface.

func (*CustomEnumValue) MarshalProtoJSON

func (x *CustomEnumValue) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the CustomEnumValue message to JSON.

func (*CustomEnumValue) ProtoMessage

func (*CustomEnumValue) ProtoMessage()

func (*CustomEnumValue) Reset

func (m *CustomEnumValue) Reset()

func (*CustomEnumValue) String

func (m *CustomEnumValue) String() string

func (*CustomEnumValue) UnmarshalJSON

func (v *CustomEnumValue) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler interface.

func (*CustomEnumValue) UnmarshalProtoJSON

func (x *CustomEnumValue) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the CustomEnumValue message from JSON.

func (*CustomEnumValue) XXX_DiscardUnknown

func (m *CustomEnumValue) XXX_DiscardUnknown()

func (*CustomEnumValue) XXX_Marshal

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

func (*CustomEnumValue) XXX_Merge

func (m *CustomEnumValue) XXX_Merge(src proto.Message)

func (*CustomEnumValue) XXX_Size

func (m *CustomEnumValue) XXX_Size() int

func (*CustomEnumValue) XXX_Unmarshal

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

type MessageWithEmbedded

type MessageWithEmbedded struct {
	*SubMessage                  `protobuf:"bytes,1,opt,name=sub,proto3,embedded=sub" json:"sub,omitempty"`
	*SubMessageWithoutMarshalers `protobuf:"bytes,2,opt,name=other_sub,json=otherSub,proto3,embedded=other_sub" json:"other_sub,omitempty"`
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*MessageWithEmbedded) Descriptor

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

func (*MessageWithEmbedded) MarshalProtoJSON

func (x *MessageWithEmbedded) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithEmbedded message to JSON.

func (*MessageWithEmbedded) ProtoMessage

func (*MessageWithEmbedded) ProtoMessage()

func (*MessageWithEmbedded) Reset

func (m *MessageWithEmbedded) Reset()

func (*MessageWithEmbedded) String

func (m *MessageWithEmbedded) String() string

func (*MessageWithEmbedded) UnmarshalProtoJSON

func (x *MessageWithEmbedded) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithEmbedded message from JSON.

func (*MessageWithEmbedded) XXX_DiscardUnknown

func (m *MessageWithEmbedded) XXX_DiscardUnknown()

func (*MessageWithEmbedded) XXX_Marshal

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

func (*MessageWithEmbedded) XXX_Merge

func (m *MessageWithEmbedded) XXX_Merge(src proto.Message)

func (*MessageWithEmbedded) XXX_Size

func (m *MessageWithEmbedded) XXX_Size() int

func (*MessageWithEmbedded) XXX_Unmarshal

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

type MessageWithEnums

type MessageWithEnums struct {
	Regular              RegularEnum        `protobuf:"varint,1,opt,name=regular,proto3,enum=thethings.json.test.RegularEnum" json:"regular,omitempty"`
	Regulars             []RegularEnum      `protobuf:"varint,2,rep,packed,name=regulars,proto3,enum=thethings.json.test.RegularEnum" json:"regulars,omitempty"`
	Custom               CustomEnum         `protobuf:"varint,3,opt,name=custom,proto3,enum=thethings.json.test.CustomEnum" json:"custom,omitempty"`
	Customs              []CustomEnum       `protobuf:"varint,4,rep,packed,name=customs,proto3,enum=thethings.json.test.CustomEnum" json:"customs,omitempty"`
	WrappedCustom        *CustomEnumValue   `protobuf:"bytes,5,opt,name=wrapped_custom,json=wrappedCustom,proto3" json:"wrapped_custom,omitempty"`
	WrappedCustoms       []*CustomEnumValue `protobuf:"bytes,6,rep,name=wrapped_customs,json=wrappedCustoms,proto3" json:"wrapped_customs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*MessageWithEnums) Descriptor

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

func (*MessageWithEnums) GetCustom

func (m *MessageWithEnums) GetCustom() CustomEnum

func (*MessageWithEnums) GetCustoms

func (m *MessageWithEnums) GetCustoms() []CustomEnum

func (*MessageWithEnums) GetRegular

func (m *MessageWithEnums) GetRegular() RegularEnum

func (*MessageWithEnums) GetRegulars

func (m *MessageWithEnums) GetRegulars() []RegularEnum

func (*MessageWithEnums) GetWrappedCustom

func (m *MessageWithEnums) GetWrappedCustom() *CustomEnumValue

func (*MessageWithEnums) GetWrappedCustoms

func (m *MessageWithEnums) GetWrappedCustoms() []*CustomEnumValue

func (*MessageWithEnums) MarshalProtoJSON

func (x *MessageWithEnums) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithEnums message to JSON.

func (*MessageWithEnums) ProtoMessage

func (*MessageWithEnums) ProtoMessage()

func (*MessageWithEnums) Reset

func (m *MessageWithEnums) Reset()

func (*MessageWithEnums) String

func (m *MessageWithEnums) String() string

func (*MessageWithEnums) UnmarshalProtoJSON

func (x *MessageWithEnums) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithEnums message from JSON.

func (*MessageWithEnums) XXX_DiscardUnknown

func (m *MessageWithEnums) XXX_DiscardUnknown()

func (*MessageWithEnums) XXX_Marshal

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

func (*MessageWithEnums) XXX_Merge

func (m *MessageWithEnums) XXX_Merge(src proto.Message)

func (*MessageWithEnums) XXX_Size

func (m *MessageWithEnums) XXX_Size() int

func (*MessageWithEnums) XXX_Unmarshal

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

type MessageWithGoGoOptions

type MessageWithGoGoOptions struct {
	EUIWithCustomName                   []byte                                                               `protobuf:"bytes,1,opt,name=eui_with_custom_name,json=euiWithCustomName,proto3" json:"eui_with_custom_name,omitempty"`
	EUIWithCustomNameAndType            *github_com_TheThingsIndustries_protoc_gen_go_json_test_types.EUI64  `` /* 219-byte string literal not displayed */
	NonNullableEUIWithCustomNameAndType github_com_TheThingsIndustries_protoc_gen_go_json_test_types.EUI64   `` /* 246-byte string literal not displayed */
	EUIsWithCustomNameAndType           []github_com_TheThingsIndustries_protoc_gen_go_json_test_types.EUI64 `` /* 222-byte string literal not displayed */
	Duration                            *time.Duration                                                       `protobuf:"bytes,5,opt,name=duration,proto3,stdduration" json:"duration,omitempty"`
	NonNullableDuration                 time.Duration                                                        `protobuf:"bytes,6,opt,name=non_nullable_duration,json=nonNullableDuration,proto3,stdduration" json:"non_nullable_duration"`
	Timestamp                           *time.Time                                                           `protobuf:"bytes,7,opt,name=timestamp,proto3,stdtime" json:"timestamp,omitempty"`
	NonNullableTimestamp                time.Time                                                            `protobuf:"bytes,8,opt,name=non_nullable_timestamp,json=nonNullableTimestamp,proto3,stdtime" json:"non_nullable_timestamp"`
	XXX_NoUnkeyedLiteral                struct{}                                                             `json:"-"`
	XXX_unrecognized                    []byte                                                               `json:"-"`
	XXX_sizecache                       int32                                                                `json:"-"`
}

func (*MessageWithGoGoOptions) Descriptor

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

func (*MessageWithGoGoOptions) GetDuration

func (m *MessageWithGoGoOptions) GetDuration() *time.Duration

func (*MessageWithGoGoOptions) GetEUIWithCustomName

func (m *MessageWithGoGoOptions) GetEUIWithCustomName() []byte

func (*MessageWithGoGoOptions) GetNonNullableDuration

func (m *MessageWithGoGoOptions) GetNonNullableDuration() time.Duration

func (*MessageWithGoGoOptions) GetNonNullableTimestamp

func (m *MessageWithGoGoOptions) GetNonNullableTimestamp() time.Time

func (*MessageWithGoGoOptions) GetTimestamp

func (m *MessageWithGoGoOptions) GetTimestamp() *time.Time

func (*MessageWithGoGoOptions) MarshalProtoJSON

func (x *MessageWithGoGoOptions) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithGoGoOptions message to JSON.

func (*MessageWithGoGoOptions) ProtoMessage

func (*MessageWithGoGoOptions) ProtoMessage()

func (*MessageWithGoGoOptions) Reset

func (m *MessageWithGoGoOptions) Reset()

func (*MessageWithGoGoOptions) String

func (m *MessageWithGoGoOptions) String() string

func (*MessageWithGoGoOptions) UnmarshalProtoJSON

func (x *MessageWithGoGoOptions) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithGoGoOptions message from JSON.

func (*MessageWithGoGoOptions) XXX_DiscardUnknown

func (m *MessageWithGoGoOptions) XXX_DiscardUnknown()

func (*MessageWithGoGoOptions) XXX_Marshal

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

func (*MessageWithGoGoOptions) XXX_Merge

func (m *MessageWithGoGoOptions) XXX_Merge(src proto.Message)

func (*MessageWithGoGoOptions) XXX_Size

func (m *MessageWithGoGoOptions) XXX_Size() int

func (*MessageWithGoGoOptions) XXX_Unmarshal

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

type MessageWithMarshaler

type MessageWithMarshaler struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MessageWithMarshaler) Descriptor

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

func (*MessageWithMarshaler) GetMessage

func (m *MessageWithMarshaler) GetMessage() string

func (*MessageWithMarshaler) MarshalProtoJSON

func (x *MessageWithMarshaler) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithMarshaler message to JSON.

func (*MessageWithMarshaler) ProtoMessage

func (*MessageWithMarshaler) ProtoMessage()

func (*MessageWithMarshaler) Reset

func (m *MessageWithMarshaler) Reset()

func (*MessageWithMarshaler) String

func (m *MessageWithMarshaler) String() string

func (*MessageWithMarshaler) UnmarshalProtoJSON

func (x *MessageWithMarshaler) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithMarshaler message from JSON.

func (*MessageWithMarshaler) XXX_DiscardUnknown

func (m *MessageWithMarshaler) XXX_DiscardUnknown()

func (*MessageWithMarshaler) XXX_Marshal

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

func (*MessageWithMarshaler) XXX_Merge

func (m *MessageWithMarshaler) XXX_Merge(src proto.Message)

func (*MessageWithMarshaler) XXX_Size

func (m *MessageWithMarshaler) XXX_Size() int

func (*MessageWithMarshaler) XXX_Unmarshal

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

type MessageWithNullable

type MessageWithNullable struct {
	Sub                  SubMessage                    `protobuf:"bytes,1,opt,name=sub,proto3" json:"sub"`
	Subs                 []SubMessage                  `protobuf:"bytes,2,rep,name=subs,proto3" json:"subs"`
	OtherSub             SubMessageWithoutMarshalers   `protobuf:"bytes,3,opt,name=other_sub,json=otherSub,proto3" json:"other_sub"`
	OtherSubs            []SubMessageWithoutMarshalers `protobuf:"bytes,4,rep,name=other_subs,json=otherSubs,proto3" json:"other_subs"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*MessageWithNullable) Descriptor

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

func (*MessageWithNullable) GetOtherSub

func (*MessageWithNullable) GetOtherSubs

func (*MessageWithNullable) GetSub

func (m *MessageWithNullable) GetSub() SubMessage

func (*MessageWithNullable) GetSubs

func (m *MessageWithNullable) GetSubs() []SubMessage

func (*MessageWithNullable) MarshalProtoJSON

func (x *MessageWithNullable) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithNullable message to JSON.

func (*MessageWithNullable) ProtoMessage

func (*MessageWithNullable) ProtoMessage()

func (*MessageWithNullable) Reset

func (m *MessageWithNullable) Reset()

func (*MessageWithNullable) String

func (m *MessageWithNullable) String() string

func (*MessageWithNullable) UnmarshalProtoJSON

func (x *MessageWithNullable) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithNullable message from JSON.

func (*MessageWithNullable) XXX_DiscardUnknown

func (m *MessageWithNullable) XXX_DiscardUnknown()

func (*MessageWithNullable) XXX_Marshal

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

func (*MessageWithNullable) XXX_Merge

func (m *MessageWithNullable) XXX_Merge(src proto.Message)

func (*MessageWithNullable) XXX_Size

func (m *MessageWithNullable) XXX_Size() int

func (*MessageWithNullable) XXX_Unmarshal

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

type MessageWithNullableEmbedded

type MessageWithNullableEmbedded struct {
	SubMessage                  `protobuf:"bytes,1,opt,name=sub,proto3,embedded=sub" json:"sub"`
	SubMessageWithoutMarshalers `protobuf:"bytes,2,opt,name=other_sub,json=otherSub,proto3,embedded=other_sub" json:"other_sub"`
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*MessageWithNullableEmbedded) Descriptor

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

func (*MessageWithNullableEmbedded) MarshalProtoJSON

func (x *MessageWithNullableEmbedded) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithNullableEmbedded message to JSON.

func (*MessageWithNullableEmbedded) ProtoMessage

func (*MessageWithNullableEmbedded) ProtoMessage()

func (*MessageWithNullableEmbedded) Reset

func (m *MessageWithNullableEmbedded) Reset()

func (*MessageWithNullableEmbedded) String

func (m *MessageWithNullableEmbedded) String() string

func (*MessageWithNullableEmbedded) UnmarshalProtoJSON

func (x *MessageWithNullableEmbedded) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithNullableEmbedded message from JSON.

func (*MessageWithNullableEmbedded) XXX_DiscardUnknown

func (m *MessageWithNullableEmbedded) XXX_DiscardUnknown()

func (*MessageWithNullableEmbedded) XXX_Marshal

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

func (*MessageWithNullableEmbedded) XXX_Merge

func (m *MessageWithNullableEmbedded) XXX_Merge(src proto.Message)

func (*MessageWithNullableEmbedded) XXX_Size

func (m *MessageWithNullableEmbedded) XXX_Size() int

func (*MessageWithNullableEmbedded) XXX_Unmarshal

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

type MessageWithOneofEnums

type MessageWithOneofEnums struct {
	// Types that are valid to be assigned to Value:
	//	*MessageWithOneofEnums_Regular
	//	*MessageWithOneofEnums_Custom
	//	*MessageWithOneofEnums_WrappedCustom
	Value                isMessageWithOneofEnums_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*MessageWithOneofEnums) Descriptor

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

func (*MessageWithOneofEnums) GetCustom

func (m *MessageWithOneofEnums) GetCustom() CustomEnum

func (*MessageWithOneofEnums) GetRegular

func (m *MessageWithOneofEnums) GetRegular() RegularEnum

func (*MessageWithOneofEnums) GetValue

func (m *MessageWithOneofEnums) GetValue() isMessageWithOneofEnums_Value

func (*MessageWithOneofEnums) GetWrappedCustom

func (m *MessageWithOneofEnums) GetWrappedCustom() *CustomEnumValue

func (*MessageWithOneofEnums) MarshalProtoJSON

func (x *MessageWithOneofEnums) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithOneofEnums message to JSON.

func (*MessageWithOneofEnums) ProtoMessage

func (*MessageWithOneofEnums) ProtoMessage()

func (*MessageWithOneofEnums) Reset

func (m *MessageWithOneofEnums) Reset()

func (*MessageWithOneofEnums) String

func (m *MessageWithOneofEnums) String() string

func (*MessageWithOneofEnums) UnmarshalProtoJSON

func (x *MessageWithOneofEnums) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithOneofEnums message from JSON.

func (*MessageWithOneofEnums) XXX_DiscardUnknown

func (m *MessageWithOneofEnums) XXX_DiscardUnknown()

func (*MessageWithOneofEnums) XXX_Marshal

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

func (*MessageWithOneofEnums) XXX_Merge

func (m *MessageWithOneofEnums) XXX_Merge(src proto.Message)

func (*MessageWithOneofEnums) XXX_OneofWrappers

func (*MessageWithOneofEnums) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MessageWithOneofEnums) XXX_Size

func (m *MessageWithOneofEnums) XXX_Size() int

func (*MessageWithOneofEnums) XXX_Unmarshal

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

type MessageWithOneofEnums_Custom

type MessageWithOneofEnums_Custom struct {
	Custom CustomEnum `protobuf:"varint,2,opt,name=custom,proto3,enum=thethings.json.test.CustomEnum,oneof" json:"custom,omitempty"`
}

type MessageWithOneofEnums_Regular

type MessageWithOneofEnums_Regular struct {
	Regular RegularEnum `protobuf:"varint,1,opt,name=regular,proto3,enum=thethings.json.test.RegularEnum,oneof" json:"regular,omitempty"`
}

type MessageWithOneofEnums_WrappedCustom

type MessageWithOneofEnums_WrappedCustom struct {
	WrappedCustom *CustomEnumValue `protobuf:"bytes,3,opt,name=wrapped_custom,json=wrappedCustom,proto3,oneof" json:"wrapped_custom,omitempty"`
}

type MessageWithOneofScalars

type MessageWithOneofScalars struct {
	// Types that are valid to be assigned to Value:
	//	*MessageWithOneofScalars_DoubleValue
	//	*MessageWithOneofScalars_FloatValue
	//	*MessageWithOneofScalars_Int32Value
	//	*MessageWithOneofScalars_Int64Value
	//	*MessageWithOneofScalars_Uint32Value
	//	*MessageWithOneofScalars_Uint64Value
	//	*MessageWithOneofScalars_Sint32Value
	//	*MessageWithOneofScalars_Sint64Value
	//	*MessageWithOneofScalars_Fixed32Value
	//	*MessageWithOneofScalars_Fixed64Value
	//	*MessageWithOneofScalars_Sfixed32Value
	//	*MessageWithOneofScalars_Sfixed64Value
	//	*MessageWithOneofScalars_BoolValue
	//	*MessageWithOneofScalars_StringValue
	//	*MessageWithOneofScalars_BytesValue
	Value                isMessageWithOneofScalars_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*MessageWithOneofScalars) Descriptor

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

func (*MessageWithOneofScalars) GetBoolValue

func (m *MessageWithOneofScalars) GetBoolValue() bool

func (*MessageWithOneofScalars) GetBytesValue

func (m *MessageWithOneofScalars) GetBytesValue() []byte

func (*MessageWithOneofScalars) GetDoubleValue

func (m *MessageWithOneofScalars) GetDoubleValue() float64

func (*MessageWithOneofScalars) GetFixed32Value

func (m *MessageWithOneofScalars) GetFixed32Value() uint32

func (*MessageWithOneofScalars) GetFixed64Value

func (m *MessageWithOneofScalars) GetFixed64Value() uint64

func (*MessageWithOneofScalars) GetFloatValue

func (m *MessageWithOneofScalars) GetFloatValue() float32

func (*MessageWithOneofScalars) GetInt32Value

func (m *MessageWithOneofScalars) GetInt32Value() int32

func (*MessageWithOneofScalars) GetInt64Value

func (m *MessageWithOneofScalars) GetInt64Value() int64

func (*MessageWithOneofScalars) GetSfixed32Value

func (m *MessageWithOneofScalars) GetSfixed32Value() int32

func (*MessageWithOneofScalars) GetSfixed64Value

func (m *MessageWithOneofScalars) GetSfixed64Value() int64

func (*MessageWithOneofScalars) GetSint32Value

func (m *MessageWithOneofScalars) GetSint32Value() int32

func (*MessageWithOneofScalars) GetSint64Value

func (m *MessageWithOneofScalars) GetSint64Value() int64

func (*MessageWithOneofScalars) GetStringValue

func (m *MessageWithOneofScalars) GetStringValue() string

func (*MessageWithOneofScalars) GetUint32Value

func (m *MessageWithOneofScalars) GetUint32Value() uint32

func (*MessageWithOneofScalars) GetUint64Value

func (m *MessageWithOneofScalars) GetUint64Value() uint64

func (*MessageWithOneofScalars) GetValue

func (m *MessageWithOneofScalars) GetValue() isMessageWithOneofScalars_Value

func (*MessageWithOneofScalars) MarshalProtoJSON

func (x *MessageWithOneofScalars) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithOneofScalars message to JSON.

func (*MessageWithOneofScalars) ProtoMessage

func (*MessageWithOneofScalars) ProtoMessage()

func (*MessageWithOneofScalars) Reset

func (m *MessageWithOneofScalars) Reset()

func (*MessageWithOneofScalars) String

func (m *MessageWithOneofScalars) String() string

func (*MessageWithOneofScalars) UnmarshalProtoJSON

func (x *MessageWithOneofScalars) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithOneofScalars message from JSON.

func (*MessageWithOneofScalars) XXX_DiscardUnknown

func (m *MessageWithOneofScalars) XXX_DiscardUnknown()

func (*MessageWithOneofScalars) XXX_Marshal

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

func (*MessageWithOneofScalars) XXX_Merge

func (m *MessageWithOneofScalars) XXX_Merge(src proto.Message)

func (*MessageWithOneofScalars) XXX_OneofWrappers

func (*MessageWithOneofScalars) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MessageWithOneofScalars) XXX_Size

func (m *MessageWithOneofScalars) XXX_Size() int

func (*MessageWithOneofScalars) XXX_Unmarshal

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

type MessageWithOneofScalars_BoolValue

type MessageWithOneofScalars_BoolValue struct {
	BoolValue bool `protobuf:"varint,13,opt,name=bool_value,json=boolValue,proto3,oneof" json:"bool_value,omitempty"`
}

type MessageWithOneofScalars_BytesValue

type MessageWithOneofScalars_BytesValue struct {
	BytesValue []byte `protobuf:"bytes,15,opt,name=bytes_value,json=bytesValue,proto3,oneof" json:"bytes_value,omitempty"`
}

type MessageWithOneofScalars_DoubleValue

type MessageWithOneofScalars_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,1,opt,name=double_value,json=doubleValue,proto3,oneof" json:"double_value,omitempty"`
}

type MessageWithOneofScalars_Fixed32Value

type MessageWithOneofScalars_Fixed32Value struct {
	Fixed32Value uint32 `protobuf:"fixed32,9,opt,name=fixed32_value,json=fixed32Value,proto3,oneof" json:"fixed32_value,omitempty"`
}

type MessageWithOneofScalars_Fixed64Value

type MessageWithOneofScalars_Fixed64Value struct {
	Fixed64Value uint64 `protobuf:"fixed64,10,opt,name=fixed64_value,json=fixed64Value,proto3,oneof" json:"fixed64_value,omitempty"`
}

type MessageWithOneofScalars_FloatValue

type MessageWithOneofScalars_FloatValue struct {
	FloatValue float32 `protobuf:"fixed32,2,opt,name=float_value,json=floatValue,proto3,oneof" json:"float_value,omitempty"`
}

type MessageWithOneofScalars_Int32Value

type MessageWithOneofScalars_Int32Value struct {
	Int32Value int32 `protobuf:"varint,3,opt,name=int32_value,json=int32Value,proto3,oneof" json:"int32_value,omitempty"`
}

type MessageWithOneofScalars_Int64Value

type MessageWithOneofScalars_Int64Value struct {
	Int64Value int64 `protobuf:"varint,4,opt,name=int64_value,json=int64Value,proto3,oneof" json:"int64_value,omitempty"`
}

type MessageWithOneofScalars_Sfixed32Value

type MessageWithOneofScalars_Sfixed32Value struct {
	Sfixed32Value int32 `protobuf:"fixed32,11,opt,name=sfixed32_value,json=sfixed32Value,proto3,oneof" json:"sfixed32_value,omitempty"`
}

type MessageWithOneofScalars_Sfixed64Value

type MessageWithOneofScalars_Sfixed64Value struct {
	Sfixed64Value int64 `protobuf:"fixed64,12,opt,name=sfixed64_value,json=sfixed64Value,proto3,oneof" json:"sfixed64_value,omitempty"`
}

type MessageWithOneofScalars_Sint32Value

type MessageWithOneofScalars_Sint32Value struct {
	Sint32Value int32 `protobuf:"zigzag32,7,opt,name=sint32_value,json=sint32Value,proto3,oneof" json:"sint32_value,omitempty"`
}

type MessageWithOneofScalars_Sint64Value

type MessageWithOneofScalars_Sint64Value struct {
	Sint64Value int64 `protobuf:"zigzag64,8,opt,name=sint64_value,json=sint64Value,proto3,oneof" json:"sint64_value,omitempty"`
}

type MessageWithOneofScalars_StringValue

type MessageWithOneofScalars_StringValue struct {
	StringValue string `protobuf:"bytes,14,opt,name=string_value,json=stringValue,proto3,oneof" json:"string_value,omitempty"`
}

type MessageWithOneofScalars_Uint32Value

type MessageWithOneofScalars_Uint32Value struct {
	Uint32Value uint32 `protobuf:"varint,5,opt,name=uint32_value,json=uint32Value,proto3,oneof" json:"uint32_value,omitempty"`
}

type MessageWithOneofScalars_Uint64Value

type MessageWithOneofScalars_Uint64Value struct {
	Uint64Value uint64 `protobuf:"varint,6,opt,name=uint64_value,json=uint64Value,proto3,oneof" json:"uint64_value,omitempty"`
}

type MessageWithOneofWKTs

type MessageWithOneofWKTs struct {
	// Types that are valid to be assigned to Value:
	//	*MessageWithOneofWKTs_DoubleValue
	//	*MessageWithOneofWKTs_FloatValue
	//	*MessageWithOneofWKTs_Int32Value
	//	*MessageWithOneofWKTs_Int64Value
	//	*MessageWithOneofWKTs_Uint32Value
	//	*MessageWithOneofWKTs_Uint64Value
	//	*MessageWithOneofWKTs_BoolValue
	//	*MessageWithOneofWKTs_StringValue
	//	*MessageWithOneofWKTs_BytesValue
	//	*MessageWithOneofWKTs_EmptyValue
	//	*MessageWithOneofWKTs_TimestampValue
	//	*MessageWithOneofWKTs_DurationValue
	//	*MessageWithOneofWKTs_FieldMaskValue
	//	*MessageWithOneofWKTs_ValueValue
	//	*MessageWithOneofWKTs_ListValueValue
	//	*MessageWithOneofWKTs_StructValue
	//	*MessageWithOneofWKTs_AnyValue
	Value                isMessageWithOneofWKTs_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*MessageWithOneofWKTs) Descriptor

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

func (*MessageWithOneofWKTs) GetAnyValue

func (m *MessageWithOneofWKTs) GetAnyValue() *types.Any

func (*MessageWithOneofWKTs) GetBoolValue

func (m *MessageWithOneofWKTs) GetBoolValue() *types.BoolValue

func (*MessageWithOneofWKTs) GetBytesValue

func (m *MessageWithOneofWKTs) GetBytesValue() *types.BytesValue

func (*MessageWithOneofWKTs) GetDoubleValue

func (m *MessageWithOneofWKTs) GetDoubleValue() *types.DoubleValue

func (*MessageWithOneofWKTs) GetDurationValue

func (m *MessageWithOneofWKTs) GetDurationValue() *types.Duration

func (*MessageWithOneofWKTs) GetEmptyValue

func (m *MessageWithOneofWKTs) GetEmptyValue() *types.Empty

func (*MessageWithOneofWKTs) GetFieldMaskValue

func (m *MessageWithOneofWKTs) GetFieldMaskValue() *types.FieldMask

func (*MessageWithOneofWKTs) GetFloatValue

func (m *MessageWithOneofWKTs) GetFloatValue() *types.FloatValue

func (*MessageWithOneofWKTs) GetInt32Value

func (m *MessageWithOneofWKTs) GetInt32Value() *types.Int32Value

func (*MessageWithOneofWKTs) GetInt64Value

func (m *MessageWithOneofWKTs) GetInt64Value() *types.Int64Value

func (*MessageWithOneofWKTs) GetListValueValue

func (m *MessageWithOneofWKTs) GetListValueValue() *types.ListValue

func (*MessageWithOneofWKTs) GetStringValue

func (m *MessageWithOneofWKTs) GetStringValue() *types.StringValue

func (*MessageWithOneofWKTs) GetStructValue

func (m *MessageWithOneofWKTs) GetStructValue() *types.Struct

func (*MessageWithOneofWKTs) GetTimestampValue

func (m *MessageWithOneofWKTs) GetTimestampValue() *types.Timestamp

func (*MessageWithOneofWKTs) GetUint32Value

func (m *MessageWithOneofWKTs) GetUint32Value() *types.UInt32Value

func (*MessageWithOneofWKTs) GetUint64Value

func (m *MessageWithOneofWKTs) GetUint64Value() *types.UInt64Value

func (*MessageWithOneofWKTs) GetValue

func (m *MessageWithOneofWKTs) GetValue() isMessageWithOneofWKTs_Value

func (*MessageWithOneofWKTs) GetValueValue

func (m *MessageWithOneofWKTs) GetValueValue() *types.Value

func (*MessageWithOneofWKTs) MarshalProtoJSON

func (x *MessageWithOneofWKTs) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithOneofWKTs message to JSON.

func (*MessageWithOneofWKTs) ProtoMessage

func (*MessageWithOneofWKTs) ProtoMessage()

func (*MessageWithOneofWKTs) Reset

func (m *MessageWithOneofWKTs) Reset()

func (*MessageWithOneofWKTs) String

func (m *MessageWithOneofWKTs) String() string

func (*MessageWithOneofWKTs) UnmarshalProtoJSON

func (x *MessageWithOneofWKTs) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithOneofWKTs message from JSON.

func (*MessageWithOneofWKTs) XXX_DiscardUnknown

func (m *MessageWithOneofWKTs) XXX_DiscardUnknown()

func (*MessageWithOneofWKTs) XXX_Marshal

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

func (*MessageWithOneofWKTs) XXX_Merge

func (m *MessageWithOneofWKTs) XXX_Merge(src proto.Message)

func (*MessageWithOneofWKTs) XXX_OneofWrappers

func (*MessageWithOneofWKTs) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MessageWithOneofWKTs) XXX_Size

func (m *MessageWithOneofWKTs) XXX_Size() int

func (*MessageWithOneofWKTs) XXX_Unmarshal

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

type MessageWithOneofWKTs_AnyValue

type MessageWithOneofWKTs_AnyValue struct {
	AnyValue *types.Any `protobuf:"bytes,17,opt,name=any_value,json=anyValue,proto3,oneof" json:"any_value,omitempty"`
}

type MessageWithOneofWKTs_BoolValue

type MessageWithOneofWKTs_BoolValue struct {
	BoolValue *types.BoolValue `protobuf:"bytes,7,opt,name=bool_value,json=boolValue,proto3,oneof" json:"bool_value,omitempty"`
}

type MessageWithOneofWKTs_BytesValue

type MessageWithOneofWKTs_BytesValue struct {
	BytesValue *types.BytesValue `protobuf:"bytes,9,opt,name=bytes_value,json=bytesValue,proto3,oneof" json:"bytes_value,omitempty"`
}

type MessageWithOneofWKTs_DoubleValue

type MessageWithOneofWKTs_DoubleValue struct {
	DoubleValue *types.DoubleValue `protobuf:"bytes,1,opt,name=double_value,json=doubleValue,proto3,oneof" json:"double_value,omitempty"`
}

type MessageWithOneofWKTs_DurationValue

type MessageWithOneofWKTs_DurationValue struct {
	DurationValue *types.Duration `protobuf:"bytes,12,opt,name=duration_value,json=durationValue,proto3,oneof" json:"duration_value,omitempty"`
}

type MessageWithOneofWKTs_EmptyValue

type MessageWithOneofWKTs_EmptyValue struct {
	EmptyValue *types.Empty `protobuf:"bytes,10,opt,name=empty_value,json=emptyValue,proto3,oneof" json:"empty_value,omitempty"`
}

type MessageWithOneofWKTs_FieldMaskValue

type MessageWithOneofWKTs_FieldMaskValue struct {
	FieldMaskValue *types.FieldMask `protobuf:"bytes,13,opt,name=field_mask_value,json=fieldMaskValue,proto3,oneof" json:"field_mask_value,omitempty"`
}

type MessageWithOneofWKTs_FloatValue

type MessageWithOneofWKTs_FloatValue struct {
	FloatValue *types.FloatValue `protobuf:"bytes,2,opt,name=float_value,json=floatValue,proto3,oneof" json:"float_value,omitempty"`
}

type MessageWithOneofWKTs_Int32Value

type MessageWithOneofWKTs_Int32Value struct {
	Int32Value *types.Int32Value `protobuf:"bytes,3,opt,name=int32_value,json=int32Value,proto3,oneof" json:"int32_value,omitempty"`
}

type MessageWithOneofWKTs_Int64Value

type MessageWithOneofWKTs_Int64Value struct {
	Int64Value *types.Int64Value `protobuf:"bytes,4,opt,name=int64_value,json=int64Value,proto3,oneof" json:"int64_value,omitempty"`
}

type MessageWithOneofWKTs_ListValueValue

type MessageWithOneofWKTs_ListValueValue struct {
	ListValueValue *types.ListValue `protobuf:"bytes,15,opt,name=list_value_value,json=listValueValue,proto3,oneof" json:"list_value_value,omitempty"`
}

type MessageWithOneofWKTs_StringValue

type MessageWithOneofWKTs_StringValue struct {
	StringValue *types.StringValue `protobuf:"bytes,8,opt,name=string_value,json=stringValue,proto3,oneof" json:"string_value,omitempty"`
}

type MessageWithOneofWKTs_StructValue

type MessageWithOneofWKTs_StructValue struct {
	StructValue *types.Struct `protobuf:"bytes,16,opt,name=struct_value,json=structValue,proto3,oneof" json:"struct_value,omitempty"`
}

type MessageWithOneofWKTs_TimestampValue

type MessageWithOneofWKTs_TimestampValue struct {
	TimestampValue *types.Timestamp `protobuf:"bytes,11,opt,name=timestamp_value,json=timestampValue,proto3,oneof" json:"timestamp_value,omitempty"`
}

type MessageWithOneofWKTs_Uint32Value

type MessageWithOneofWKTs_Uint32Value struct {
	Uint32Value *types.UInt32Value `protobuf:"bytes,5,opt,name=uint32_value,json=uint32Value,proto3,oneof" json:"uint32_value,omitempty"`
}

type MessageWithOneofWKTs_Uint64Value

type MessageWithOneofWKTs_Uint64Value struct {
	Uint64Value *types.UInt64Value `protobuf:"bytes,6,opt,name=uint64_value,json=uint64Value,proto3,oneof" json:"uint64_value,omitempty"`
}

type MessageWithOneofWKTs_ValueValue

type MessageWithOneofWKTs_ValueValue struct {
	ValueValue *types.Value `protobuf:"bytes,14,opt,name=value_value,json=valueValue,proto3,oneof" json:"value_value,omitempty"`
}

type MessageWithScalarMaps

type MessageWithScalarMaps struct {
	StringDoubleMap      map[string]float64 `` /* 198-byte string literal not displayed */
	StringFloatMap       map[string]float32 `` /* 195-byte string literal not displayed */
	StringInt32Map       map[string]int32   `` /* 194-byte string literal not displayed */
	Int32StringMap       map[int32]string   `` /* 194-byte string literal not displayed */
	StringInt64Map       map[string]int64   `` /* 194-byte string literal not displayed */
	Int64StringMap       map[int64]string   `` /* 194-byte string literal not displayed */
	StringUint32Map      map[string]uint32  `` /* 197-byte string literal not displayed */
	Uint32StringMap      map[uint32]string  `` /* 198-byte string literal not displayed */
	StringUint64Map      map[string]uint64  `` /* 198-byte string literal not displayed */
	Uint64StringMap      map[uint64]string  `` /* 198-byte string literal not displayed */
	StringSint32Map      map[string]int32   `` /* 200-byte string literal not displayed */
	Sint32StringMap      map[int32]string   `` /* 200-byte string literal not displayed */
	StringSint64Map      map[string]int64   `` /* 200-byte string literal not displayed */
	Sint64StringMap      map[int64]string   `` /* 200-byte string literal not displayed */
	StringFixed32Map     map[string]uint32  `` /* 202-byte string literal not displayed */
	Fixed32StringMap     map[uint32]string  `` /* 202-byte string literal not displayed */
	StringFixed64Map     map[string]uint64  `` /* 202-byte string literal not displayed */
	Fixed64StringMap     map[uint64]string  `` /* 202-byte string literal not displayed */
	StringSfixed32Map    map[string]int32   `` /* 205-byte string literal not displayed */
	Sfixed32StringMap    map[int32]string   `` /* 205-byte string literal not displayed */
	StringSfixed64Map    map[string]int64   `` /* 205-byte string literal not displayed */
	Sfixed64StringMap    map[int64]string   `` /* 205-byte string literal not displayed */
	StringBoolMap        map[string]bool    `` /* 192-byte string literal not displayed */
	BoolStringMap        map[bool]string    `` /* 192-byte string literal not displayed */
	StringStringMap      map[string]string  `` /* 197-byte string literal not displayed */
	StringBytesMap       map[string][]byte  `` /* 194-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*MessageWithScalarMaps) Descriptor

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

func (*MessageWithScalarMaps) GetBoolStringMap

func (m *MessageWithScalarMaps) GetBoolStringMap() map[bool]string

func (*MessageWithScalarMaps) GetFixed32StringMap

func (m *MessageWithScalarMaps) GetFixed32StringMap() map[uint32]string

func (*MessageWithScalarMaps) GetFixed64StringMap

func (m *MessageWithScalarMaps) GetFixed64StringMap() map[uint64]string

func (*MessageWithScalarMaps) GetInt32StringMap

func (m *MessageWithScalarMaps) GetInt32StringMap() map[int32]string

func (*MessageWithScalarMaps) GetInt64StringMap

func (m *MessageWithScalarMaps) GetInt64StringMap() map[int64]string

func (*MessageWithScalarMaps) GetSfixed32StringMap

func (m *MessageWithScalarMaps) GetSfixed32StringMap() map[int32]string

func (*MessageWithScalarMaps) GetSfixed64StringMap

func (m *MessageWithScalarMaps) GetSfixed64StringMap() map[int64]string

func (*MessageWithScalarMaps) GetSint32StringMap

func (m *MessageWithScalarMaps) GetSint32StringMap() map[int32]string

func (*MessageWithScalarMaps) GetSint64StringMap

func (m *MessageWithScalarMaps) GetSint64StringMap() map[int64]string

func (*MessageWithScalarMaps) GetStringBoolMap

func (m *MessageWithScalarMaps) GetStringBoolMap() map[string]bool

func (*MessageWithScalarMaps) GetStringBytesMap

func (m *MessageWithScalarMaps) GetStringBytesMap() map[string][]byte

func (*MessageWithScalarMaps) GetStringDoubleMap

func (m *MessageWithScalarMaps) GetStringDoubleMap() map[string]float64

func (*MessageWithScalarMaps) GetStringFixed32Map

func (m *MessageWithScalarMaps) GetStringFixed32Map() map[string]uint32

func (*MessageWithScalarMaps) GetStringFixed64Map

func (m *MessageWithScalarMaps) GetStringFixed64Map() map[string]uint64

func (*MessageWithScalarMaps) GetStringFloatMap

func (m *MessageWithScalarMaps) GetStringFloatMap() map[string]float32

func (*MessageWithScalarMaps) GetStringInt32Map

func (m *MessageWithScalarMaps) GetStringInt32Map() map[string]int32

func (*MessageWithScalarMaps) GetStringInt64Map

func (m *MessageWithScalarMaps) GetStringInt64Map() map[string]int64

func (*MessageWithScalarMaps) GetStringSfixed32Map

func (m *MessageWithScalarMaps) GetStringSfixed32Map() map[string]int32

func (*MessageWithScalarMaps) GetStringSfixed64Map

func (m *MessageWithScalarMaps) GetStringSfixed64Map() map[string]int64

func (*MessageWithScalarMaps) GetStringSint32Map

func (m *MessageWithScalarMaps) GetStringSint32Map() map[string]int32

func (*MessageWithScalarMaps) GetStringSint64Map

func (m *MessageWithScalarMaps) GetStringSint64Map() map[string]int64

func (*MessageWithScalarMaps) GetStringStringMap

func (m *MessageWithScalarMaps) GetStringStringMap() map[string]string

func (*MessageWithScalarMaps) GetStringUint32Map

func (m *MessageWithScalarMaps) GetStringUint32Map() map[string]uint32

func (*MessageWithScalarMaps) GetStringUint64Map

func (m *MessageWithScalarMaps) GetStringUint64Map() map[string]uint64

func (*MessageWithScalarMaps) GetUint32StringMap

func (m *MessageWithScalarMaps) GetUint32StringMap() map[uint32]string

func (*MessageWithScalarMaps) GetUint64StringMap

func (m *MessageWithScalarMaps) GetUint64StringMap() map[uint64]string

func (*MessageWithScalarMaps) MarshalProtoJSON

func (x *MessageWithScalarMaps) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithScalarMaps message to JSON.

func (*MessageWithScalarMaps) ProtoMessage

func (*MessageWithScalarMaps) ProtoMessage()

func (*MessageWithScalarMaps) Reset

func (m *MessageWithScalarMaps) Reset()

func (*MessageWithScalarMaps) String

func (m *MessageWithScalarMaps) String() string

func (*MessageWithScalarMaps) UnmarshalProtoJSON

func (x *MessageWithScalarMaps) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithScalarMaps message from JSON.

func (*MessageWithScalarMaps) XXX_DiscardUnknown

func (m *MessageWithScalarMaps) XXX_DiscardUnknown()

func (*MessageWithScalarMaps) XXX_Marshal

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

func (*MessageWithScalarMaps) XXX_Merge

func (m *MessageWithScalarMaps) XXX_Merge(src proto.Message)

func (*MessageWithScalarMaps) XXX_Size

func (m *MessageWithScalarMaps) XXX_Size() int

func (*MessageWithScalarMaps) XXX_Unmarshal

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

type MessageWithScalars

type MessageWithScalars struct {
	DoubleValue          float64   `protobuf:"fixed64,1,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	DoubleValues         []float64 `protobuf:"fixed64,2,rep,packed,name=double_values,json=doubleValues,proto3" json:"double_values,omitempty"`
	FloatValue           float32   `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	FloatValues          []float32 `protobuf:"fixed32,4,rep,packed,name=float_values,json=floatValues,proto3" json:"float_values,omitempty"`
	Int32Value           int32     `protobuf:"varint,5,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Int32Values          []int32   `protobuf:"varint,6,rep,packed,name=int32_values,json=int32Values,proto3" json:"int32_values,omitempty"`
	Int64Value           int64     `protobuf:"varint,7,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Int64Values          []int64   `protobuf:"varint,8,rep,packed,name=int64_values,json=int64Values,proto3" json:"int64_values,omitempty"`
	Uint32Value          uint32    `protobuf:"varint,9,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	Uint32Values         []uint32  `protobuf:"varint,10,rep,packed,name=uint32_values,json=uint32Values,proto3" json:"uint32_values,omitempty"`
	Uint64Value          uint64    `protobuf:"varint,11,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	Uint64Values         []uint64  `protobuf:"varint,12,rep,packed,name=uint64_values,json=uint64Values,proto3" json:"uint64_values,omitempty"`
	Sint32Value          int32     `protobuf:"zigzag32,13,opt,name=sint32_value,json=sint32Value,proto3" json:"sint32_value,omitempty"`
	Sint32Values         []int32   `protobuf:"zigzag32,14,rep,packed,name=sint32_values,json=sint32Values,proto3" json:"sint32_values,omitempty"`
	Sint64Value          int64     `protobuf:"zigzag64,15,opt,name=sint64_value,json=sint64Value,proto3" json:"sint64_value,omitempty"`
	Sint64Values         []int64   `protobuf:"zigzag64,16,rep,packed,name=sint64_values,json=sint64Values,proto3" json:"sint64_values,omitempty"`
	Fixed32Value         uint32    `protobuf:"fixed32,17,opt,name=fixed32_value,json=fixed32Value,proto3" json:"fixed32_value,omitempty"`
	Fixed32Values        []uint32  `protobuf:"fixed32,18,rep,packed,name=fixed32_values,json=fixed32Values,proto3" json:"fixed32_values,omitempty"`
	Fixed64Value         uint64    `protobuf:"fixed64,19,opt,name=fixed64_value,json=fixed64Value,proto3" json:"fixed64_value,omitempty"`
	Fixed64Values        []uint64  `protobuf:"fixed64,20,rep,packed,name=fixed64_values,json=fixed64Values,proto3" json:"fixed64_values,omitempty"`
	Sfixed32Value        int32     `protobuf:"fixed32,21,opt,name=sfixed32_value,json=sfixed32Value,proto3" json:"sfixed32_value,omitempty"`
	Sfixed32Values       []int32   `protobuf:"fixed32,22,rep,packed,name=sfixed32_values,json=sfixed32Values,proto3" json:"sfixed32_values,omitempty"`
	Sfixed64Value        int64     `protobuf:"fixed64,23,opt,name=sfixed64_value,json=sfixed64Value,proto3" json:"sfixed64_value,omitempty"`
	Sfixed64Values       []int64   `protobuf:"fixed64,24,rep,packed,name=sfixed64_values,json=sfixed64Values,proto3" json:"sfixed64_values,omitempty"`
	BoolValue            bool      `protobuf:"varint,25,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	BoolValues           []bool    `protobuf:"varint,26,rep,packed,name=bool_values,json=boolValues,proto3" json:"bool_values,omitempty"`
	StringValue          string    `protobuf:"bytes,27,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	StringValues         []string  `protobuf:"bytes,28,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"`
	BytesValue           []byte    `protobuf:"bytes,29,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	BytesValues          [][]byte  `protobuf:"bytes,30,rep,name=bytes_values,json=bytesValues,proto3" json:"bytes_values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*MessageWithScalars) Descriptor

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

func (*MessageWithScalars) GetBoolValue

func (m *MessageWithScalars) GetBoolValue() bool

func (*MessageWithScalars) GetBoolValues

func (m *MessageWithScalars) GetBoolValues() []bool

func (*MessageWithScalars) GetBytesValue

func (m *MessageWithScalars) GetBytesValue() []byte

func (*MessageWithScalars) GetBytesValues

func (m *MessageWithScalars) GetBytesValues() [][]byte

func (*MessageWithScalars) GetDoubleValue

func (m *MessageWithScalars) GetDoubleValue() float64

func (*MessageWithScalars) GetDoubleValues

func (m *MessageWithScalars) GetDoubleValues() []float64

func (*MessageWithScalars) GetFixed32Value

func (m *MessageWithScalars) GetFixed32Value() uint32

func (*MessageWithScalars) GetFixed32Values

func (m *MessageWithScalars) GetFixed32Values() []uint32

func (*MessageWithScalars) GetFixed64Value

func (m *MessageWithScalars) GetFixed64Value() uint64

func (*MessageWithScalars) GetFixed64Values

func (m *MessageWithScalars) GetFixed64Values() []uint64

func (*MessageWithScalars) GetFloatValue

func (m *MessageWithScalars) GetFloatValue() float32

func (*MessageWithScalars) GetFloatValues

func (m *MessageWithScalars) GetFloatValues() []float32

func (*MessageWithScalars) GetInt32Value

func (m *MessageWithScalars) GetInt32Value() int32

func (*MessageWithScalars) GetInt32Values

func (m *MessageWithScalars) GetInt32Values() []int32

func (*MessageWithScalars) GetInt64Value

func (m *MessageWithScalars) GetInt64Value() int64

func (*MessageWithScalars) GetInt64Values

func (m *MessageWithScalars) GetInt64Values() []int64

func (*MessageWithScalars) GetSfixed32Value

func (m *MessageWithScalars) GetSfixed32Value() int32

func (*MessageWithScalars) GetSfixed32Values

func (m *MessageWithScalars) GetSfixed32Values() []int32

func (*MessageWithScalars) GetSfixed64Value

func (m *MessageWithScalars) GetSfixed64Value() int64

func (*MessageWithScalars) GetSfixed64Values

func (m *MessageWithScalars) GetSfixed64Values() []int64

func (*MessageWithScalars) GetSint32Value

func (m *MessageWithScalars) GetSint32Value() int32

func (*MessageWithScalars) GetSint32Values

func (m *MessageWithScalars) GetSint32Values() []int32

func (*MessageWithScalars) GetSint64Value

func (m *MessageWithScalars) GetSint64Value() int64

func (*MessageWithScalars) GetSint64Values

func (m *MessageWithScalars) GetSint64Values() []int64

func (*MessageWithScalars) GetStringValue

func (m *MessageWithScalars) GetStringValue() string

func (*MessageWithScalars) GetStringValues

func (m *MessageWithScalars) GetStringValues() []string

func (*MessageWithScalars) GetUint32Value

func (m *MessageWithScalars) GetUint32Value() uint32

func (*MessageWithScalars) GetUint32Values

func (m *MessageWithScalars) GetUint32Values() []uint32

func (*MessageWithScalars) GetUint64Value

func (m *MessageWithScalars) GetUint64Value() uint64

func (*MessageWithScalars) GetUint64Values

func (m *MessageWithScalars) GetUint64Values() []uint64

func (*MessageWithScalars) MarshalProtoJSON

func (x *MessageWithScalars) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithScalars message to JSON.

func (*MessageWithScalars) ProtoMessage

func (*MessageWithScalars) ProtoMessage()

func (*MessageWithScalars) Reset

func (m *MessageWithScalars) Reset()

func (*MessageWithScalars) String

func (m *MessageWithScalars) String() string

func (*MessageWithScalars) UnmarshalProtoJSON

func (x *MessageWithScalars) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithScalars message from JSON.

func (*MessageWithScalars) XXX_DiscardUnknown

func (m *MessageWithScalars) XXX_DiscardUnknown()

func (*MessageWithScalars) XXX_Marshal

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

func (*MessageWithScalars) XXX_Merge

func (m *MessageWithScalars) XXX_Merge(src proto.Message)

func (*MessageWithScalars) XXX_Size

func (m *MessageWithScalars) XXX_Size() int

func (*MessageWithScalars) XXX_Unmarshal

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

type MessageWithWKTMaps

type MessageWithWKTMaps struct {
	StringDoubleMap      map[string]*types.DoubleValue `` /* 196-byte string literal not displayed */
	StringFloatMap       map[string]*types.FloatValue  `` /* 193-byte string literal not displayed */
	StringInt32Map       map[string]*types.Int32Value  `` /* 193-byte string literal not displayed */
	StringInt64Map       map[string]*types.Int64Value  `` /* 193-byte string literal not displayed */
	StringUint32Map      map[string]*types.UInt32Value `` /* 196-byte string literal not displayed */
	StringUint64Map      map[string]*types.UInt64Value `` /* 196-byte string literal not displayed */
	StringBoolMap        map[string]*types.BoolValue   `` /* 190-byte string literal not displayed */
	StringStringMap      map[string]*types.StringValue `` /* 196-byte string literal not displayed */
	StringBytesMap       map[string]*types.BytesValue  `` /* 193-byte string literal not displayed */
	StringEmptyMap       map[string]*types.Empty       `` /* 194-byte string literal not displayed */
	StringTimestampMap   map[string]*types.Timestamp   `` /* 206-byte string literal not displayed */
	StringDurationMap    map[string]*types.Duration    `` /* 203-byte string literal not displayed */
	StringFieldMaskMap   map[string]*types.FieldMask   `` /* 208-byte string literal not displayed */
	StringValueMap       map[string]*types.Value       `` /* 194-byte string literal not displayed */
	StringListValueMap   map[string]*types.ListValue   `` /* 208-byte string literal not displayed */
	StringStructMap      map[string]*types.Struct      `` /* 197-byte string literal not displayed */
	StringAnyMap         map[string]*types.Any         `` /* 188-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*MessageWithWKTMaps) Descriptor

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

func (*MessageWithWKTMaps) GetStringAnyMap

func (m *MessageWithWKTMaps) GetStringAnyMap() map[string]*types.Any

func (*MessageWithWKTMaps) GetStringBoolMap

func (m *MessageWithWKTMaps) GetStringBoolMap() map[string]*types.BoolValue

func (*MessageWithWKTMaps) GetStringBytesMap

func (m *MessageWithWKTMaps) GetStringBytesMap() map[string]*types.BytesValue

func (*MessageWithWKTMaps) GetStringDoubleMap

func (m *MessageWithWKTMaps) GetStringDoubleMap() map[string]*types.DoubleValue

func (*MessageWithWKTMaps) GetStringDurationMap

func (m *MessageWithWKTMaps) GetStringDurationMap() map[string]*types.Duration

func (*MessageWithWKTMaps) GetStringEmptyMap

func (m *MessageWithWKTMaps) GetStringEmptyMap() map[string]*types.Empty

func (*MessageWithWKTMaps) GetStringFieldMaskMap

func (m *MessageWithWKTMaps) GetStringFieldMaskMap() map[string]*types.FieldMask

func (*MessageWithWKTMaps) GetStringFloatMap

func (m *MessageWithWKTMaps) GetStringFloatMap() map[string]*types.FloatValue

func (*MessageWithWKTMaps) GetStringInt32Map

func (m *MessageWithWKTMaps) GetStringInt32Map() map[string]*types.Int32Value

func (*MessageWithWKTMaps) GetStringInt64Map

func (m *MessageWithWKTMaps) GetStringInt64Map() map[string]*types.Int64Value

func (*MessageWithWKTMaps) GetStringListValueMap

func (m *MessageWithWKTMaps) GetStringListValueMap() map[string]*types.ListValue

func (*MessageWithWKTMaps) GetStringStringMap

func (m *MessageWithWKTMaps) GetStringStringMap() map[string]*types.StringValue

func (*MessageWithWKTMaps) GetStringStructMap

func (m *MessageWithWKTMaps) GetStringStructMap() map[string]*types.Struct

func (*MessageWithWKTMaps) GetStringTimestampMap

func (m *MessageWithWKTMaps) GetStringTimestampMap() map[string]*types.Timestamp

func (*MessageWithWKTMaps) GetStringUint32Map

func (m *MessageWithWKTMaps) GetStringUint32Map() map[string]*types.UInt32Value

func (*MessageWithWKTMaps) GetStringUint64Map

func (m *MessageWithWKTMaps) GetStringUint64Map() map[string]*types.UInt64Value

func (*MessageWithWKTMaps) GetStringValueMap

func (m *MessageWithWKTMaps) GetStringValueMap() map[string]*types.Value

func (*MessageWithWKTMaps) MarshalProtoJSON

func (x *MessageWithWKTMaps) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithWKTMaps message to JSON.

func (*MessageWithWKTMaps) ProtoMessage

func (*MessageWithWKTMaps) ProtoMessage()

func (*MessageWithWKTMaps) Reset

func (m *MessageWithWKTMaps) Reset()

func (*MessageWithWKTMaps) String

func (m *MessageWithWKTMaps) String() string

func (*MessageWithWKTMaps) UnmarshalProtoJSON

func (x *MessageWithWKTMaps) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithWKTMaps message from JSON.

func (*MessageWithWKTMaps) XXX_DiscardUnknown

func (m *MessageWithWKTMaps) XXX_DiscardUnknown()

func (*MessageWithWKTMaps) XXX_Marshal

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

func (*MessageWithWKTMaps) XXX_Merge

func (m *MessageWithWKTMaps) XXX_Merge(src proto.Message)

func (*MessageWithWKTMaps) XXX_Size

func (m *MessageWithWKTMaps) XXX_Size() int

func (*MessageWithWKTMaps) XXX_Unmarshal

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

type MessageWithWKTs

type MessageWithWKTs struct {
	DoubleValue          *types.DoubleValue   `protobuf:"bytes,1,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	DoubleValues         []*types.DoubleValue `protobuf:"bytes,2,rep,name=double_values,json=doubleValues,proto3" json:"double_values,omitempty"`
	FloatValue           *types.FloatValue    `protobuf:"bytes,3,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	FloatValues          []*types.FloatValue  `protobuf:"bytes,4,rep,name=float_values,json=floatValues,proto3" json:"float_values,omitempty"`
	Int32Value           *types.Int32Value    `protobuf:"bytes,5,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Int32Values          []*types.Int32Value  `protobuf:"bytes,6,rep,name=int32_values,json=int32Values,proto3" json:"int32_values,omitempty"`
	Int64Value           *types.Int64Value    `protobuf:"bytes,7,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Int64Values          []*types.Int64Value  `protobuf:"bytes,8,rep,name=int64_values,json=int64Values,proto3" json:"int64_values,omitempty"`
	Uint32Value          *types.UInt32Value   `protobuf:"bytes,9,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	Uint32Values         []*types.UInt32Value `protobuf:"bytes,10,rep,name=uint32_values,json=uint32Values,proto3" json:"uint32_values,omitempty"`
	Uint64Value          *types.UInt64Value   `protobuf:"bytes,11,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	Uint64Values         []*types.UInt64Value `protobuf:"bytes,12,rep,name=uint64_values,json=uint64Values,proto3" json:"uint64_values,omitempty"`
	BoolValue            *types.BoolValue     `protobuf:"bytes,13,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	BoolValues           []*types.BoolValue   `protobuf:"bytes,14,rep,name=bool_values,json=boolValues,proto3" json:"bool_values,omitempty"`
	StringValue          *types.StringValue   `protobuf:"bytes,15,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	StringValues         []*types.StringValue `protobuf:"bytes,16,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"`
	BytesValue           *types.BytesValue    `protobuf:"bytes,17,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	BytesValues          []*types.BytesValue  `protobuf:"bytes,18,rep,name=bytes_values,json=bytesValues,proto3" json:"bytes_values,omitempty"`
	EmptyValue           *types.Empty         `protobuf:"bytes,19,opt,name=empty_value,json=emptyValue,proto3" json:"empty_value,omitempty"`
	EmptyValues          []*types.Empty       `protobuf:"bytes,20,rep,name=empty_values,json=emptyValues,proto3" json:"empty_values,omitempty"`
	TimestampValue       *types.Timestamp     `protobuf:"bytes,21,opt,name=timestamp_value,json=timestampValue,proto3" json:"timestamp_value,omitempty"`
	TimestampValues      []*types.Timestamp   `protobuf:"bytes,22,rep,name=timestamp_values,json=timestampValues,proto3" json:"timestamp_values,omitempty"`
	DurationValue        *types.Duration      `protobuf:"bytes,23,opt,name=duration_value,json=durationValue,proto3" json:"duration_value,omitempty"`
	DurationValues       []*types.Duration    `protobuf:"bytes,24,rep,name=duration_values,json=durationValues,proto3" json:"duration_values,omitempty"`
	FieldMaskValue       *types.FieldMask     `protobuf:"bytes,25,opt,name=field_mask_value,json=fieldMaskValue,proto3" json:"field_mask_value,omitempty"`
	FieldMaskValues      []*types.FieldMask   `protobuf:"bytes,26,rep,name=field_mask_values,json=fieldMaskValues,proto3" json:"field_mask_values,omitempty"`
	ValueValue           *types.Value         `protobuf:"bytes,27,opt,name=value_value,json=valueValue,proto3" json:"value_value,omitempty"`
	ValueValues          []*types.Value       `protobuf:"bytes,28,rep,name=value_values,json=valueValues,proto3" json:"value_values,omitempty"`
	ListValueValue       *types.ListValue     `protobuf:"bytes,29,opt,name=list_value_value,json=listValueValue,proto3" json:"list_value_value,omitempty"`
	ListValueValues      []*types.ListValue   `protobuf:"bytes,30,rep,name=list_value_values,json=listValueValues,proto3" json:"list_value_values,omitempty"`
	StructValue          *types.Struct        `protobuf:"bytes,31,opt,name=struct_value,json=structValue,proto3" json:"struct_value,omitempty"`
	StructValues         []*types.Struct      `protobuf:"bytes,32,rep,name=struct_values,json=structValues,proto3" json:"struct_values,omitempty"`
	AnyValue             *types.Any           `protobuf:"bytes,33,opt,name=any_value,json=anyValue,proto3" json:"any_value,omitempty"`
	AnyValues            []*types.Any         `protobuf:"bytes,34,rep,name=any_values,json=anyValues,proto3" json:"any_values,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*MessageWithWKTs) Descriptor

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

func (*MessageWithWKTs) GetAnyValue

func (m *MessageWithWKTs) GetAnyValue() *types.Any

func (*MessageWithWKTs) GetAnyValues

func (m *MessageWithWKTs) GetAnyValues() []*types.Any

func (*MessageWithWKTs) GetBoolValue

func (m *MessageWithWKTs) GetBoolValue() *types.BoolValue

func (*MessageWithWKTs) GetBoolValues

func (m *MessageWithWKTs) GetBoolValues() []*types.BoolValue

func (*MessageWithWKTs) GetBytesValue

func (m *MessageWithWKTs) GetBytesValue() *types.BytesValue

func (*MessageWithWKTs) GetBytesValues

func (m *MessageWithWKTs) GetBytesValues() []*types.BytesValue

func (*MessageWithWKTs) GetDoubleValue

func (m *MessageWithWKTs) GetDoubleValue() *types.DoubleValue

func (*MessageWithWKTs) GetDoubleValues

func (m *MessageWithWKTs) GetDoubleValues() []*types.DoubleValue

func (*MessageWithWKTs) GetDurationValue

func (m *MessageWithWKTs) GetDurationValue() *types.Duration

func (*MessageWithWKTs) GetDurationValues

func (m *MessageWithWKTs) GetDurationValues() []*types.Duration

func (*MessageWithWKTs) GetEmptyValue

func (m *MessageWithWKTs) GetEmptyValue() *types.Empty

func (*MessageWithWKTs) GetEmptyValues

func (m *MessageWithWKTs) GetEmptyValues() []*types.Empty

func (*MessageWithWKTs) GetFieldMaskValue

func (m *MessageWithWKTs) GetFieldMaskValue() *types.FieldMask

func (*MessageWithWKTs) GetFieldMaskValues

func (m *MessageWithWKTs) GetFieldMaskValues() []*types.FieldMask

func (*MessageWithWKTs) GetFloatValue

func (m *MessageWithWKTs) GetFloatValue() *types.FloatValue

func (*MessageWithWKTs) GetFloatValues

func (m *MessageWithWKTs) GetFloatValues() []*types.FloatValue

func (*MessageWithWKTs) GetInt32Value

func (m *MessageWithWKTs) GetInt32Value() *types.Int32Value

func (*MessageWithWKTs) GetInt32Values

func (m *MessageWithWKTs) GetInt32Values() []*types.Int32Value

func (*MessageWithWKTs) GetInt64Value

func (m *MessageWithWKTs) GetInt64Value() *types.Int64Value

func (*MessageWithWKTs) GetInt64Values

func (m *MessageWithWKTs) GetInt64Values() []*types.Int64Value

func (*MessageWithWKTs) GetListValueValue

func (m *MessageWithWKTs) GetListValueValue() *types.ListValue

func (*MessageWithWKTs) GetListValueValues

func (m *MessageWithWKTs) GetListValueValues() []*types.ListValue

func (*MessageWithWKTs) GetStringValue

func (m *MessageWithWKTs) GetStringValue() *types.StringValue

func (*MessageWithWKTs) GetStringValues

func (m *MessageWithWKTs) GetStringValues() []*types.StringValue

func (*MessageWithWKTs) GetStructValue

func (m *MessageWithWKTs) GetStructValue() *types.Struct

func (*MessageWithWKTs) GetStructValues

func (m *MessageWithWKTs) GetStructValues() []*types.Struct

func (*MessageWithWKTs) GetTimestampValue

func (m *MessageWithWKTs) GetTimestampValue() *types.Timestamp

func (*MessageWithWKTs) GetTimestampValues

func (m *MessageWithWKTs) GetTimestampValues() []*types.Timestamp

func (*MessageWithWKTs) GetUint32Value

func (m *MessageWithWKTs) GetUint32Value() *types.UInt32Value

func (*MessageWithWKTs) GetUint32Values

func (m *MessageWithWKTs) GetUint32Values() []*types.UInt32Value

func (*MessageWithWKTs) GetUint64Value

func (m *MessageWithWKTs) GetUint64Value() *types.UInt64Value

func (*MessageWithWKTs) GetUint64Values

func (m *MessageWithWKTs) GetUint64Values() []*types.UInt64Value

func (*MessageWithWKTs) GetValueValue

func (m *MessageWithWKTs) GetValueValue() *types.Value

func (*MessageWithWKTs) GetValueValues

func (m *MessageWithWKTs) GetValueValues() []*types.Value

func (*MessageWithWKTs) MarshalProtoJSON

func (x *MessageWithWKTs) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the MessageWithWKTs message to JSON.

func (*MessageWithWKTs) ProtoMessage

func (*MessageWithWKTs) ProtoMessage()

func (*MessageWithWKTs) Reset

func (m *MessageWithWKTs) Reset()

func (*MessageWithWKTs) String

func (m *MessageWithWKTs) String() string

func (*MessageWithWKTs) UnmarshalProtoJSON

func (x *MessageWithWKTs) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageWithWKTs message from JSON.

func (*MessageWithWKTs) XXX_DiscardUnknown

func (m *MessageWithWKTs) XXX_DiscardUnknown()

func (*MessageWithWKTs) XXX_Marshal

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

func (*MessageWithWKTs) XXX_Merge

func (m *MessageWithWKTs) XXX_Merge(src proto.Message)

func (*MessageWithWKTs) XXX_Size

func (m *MessageWithWKTs) XXX_Size() int

func (*MessageWithWKTs) XXX_Unmarshal

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

type MessageWithoutMarshaler

type MessageWithoutMarshaler struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MessageWithoutMarshaler) Descriptor

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

func (*MessageWithoutMarshaler) GetMessage

func (m *MessageWithoutMarshaler) GetMessage() string

func (*MessageWithoutMarshaler) ProtoMessage

func (*MessageWithoutMarshaler) ProtoMessage()

func (*MessageWithoutMarshaler) Reset

func (m *MessageWithoutMarshaler) Reset()

func (*MessageWithoutMarshaler) String

func (m *MessageWithoutMarshaler) String() string

func (*MessageWithoutMarshaler) XXX_DiscardUnknown

func (m *MessageWithoutMarshaler) XXX_DiscardUnknown()

func (*MessageWithoutMarshaler) XXX_Marshal

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

func (*MessageWithoutMarshaler) XXX_Merge

func (m *MessageWithoutMarshaler) XXX_Merge(src proto.Message)

func (*MessageWithoutMarshaler) XXX_Size

func (m *MessageWithoutMarshaler) XXX_Size() int

func (*MessageWithoutMarshaler) XXX_Unmarshal

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

type RegularEnum

type RegularEnum int32
const (
	REGULAR_UNKNOWN RegularEnum = 0
	REGULAR_A       RegularEnum = 1
	REGULAR_B       RegularEnum = 2
)

func (RegularEnum) EnumDescriptor

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

type SubMessage

type SubMessage struct {
	Field                string   `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubMessage) Descriptor

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

func (*SubMessage) GetField

func (m *SubMessage) GetField() string

func (*SubMessage) MarshalProtoJSON

func (x *SubMessage) MarshalProtoJSON(s *jsonplugin.MarshalState)

MarshalProtoJSON marshals the SubMessage message to JSON.

func (*SubMessage) ProtoMessage

func (*SubMessage) ProtoMessage()

func (*SubMessage) Reset

func (m *SubMessage) Reset()

func (*SubMessage) String

func (m *SubMessage) String() string

func (*SubMessage) UnmarshalProtoJSON

func (x *SubMessage) UnmarshalProtoJSON(s *jsonplugin.UnmarshalState)

UnmarshalProtoJSON unmarshals the SubMessage message from JSON.

func (*SubMessage) XXX_DiscardUnknown

func (m *SubMessage) XXX_DiscardUnknown()

func (*SubMessage) XXX_Marshal

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

func (*SubMessage) XXX_Merge

func (m *SubMessage) XXX_Merge(src proto.Message)

func (*SubMessage) XXX_Size

func (m *SubMessage) XXX_Size() int

func (*SubMessage) XXX_Unmarshal

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

type SubMessageWithoutMarshalers

type SubMessageWithoutMarshalers struct {
	OtherField           string   `protobuf:"bytes,1,opt,name=other_field,json=otherField,proto3" json:"other_field,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubMessageWithoutMarshalers) Descriptor

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

func (*SubMessageWithoutMarshalers) GetOtherField

func (m *SubMessageWithoutMarshalers) GetOtherField() string

func (*SubMessageWithoutMarshalers) ProtoMessage

func (*SubMessageWithoutMarshalers) ProtoMessage()

func (*SubMessageWithoutMarshalers) Reset

func (m *SubMessageWithoutMarshalers) Reset()

func (*SubMessageWithoutMarshalers) String

func (m *SubMessageWithoutMarshalers) String() string

func (*SubMessageWithoutMarshalers) XXX_DiscardUnknown

func (m *SubMessageWithoutMarshalers) XXX_DiscardUnknown()

func (*SubMessageWithoutMarshalers) XXX_Marshal

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

func (*SubMessageWithoutMarshalers) XXX_Merge

func (m *SubMessageWithoutMarshalers) XXX_Merge(src proto.Message)

func (*SubMessageWithoutMarshalers) XXX_Size

func (m *SubMessageWithoutMarshalers) XXX_Size() int

func (*SubMessageWithoutMarshalers) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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