pberrors

package
v0.0.0-...-5b10fbc Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EnumNum1_name = map[int32]string{
		0:  "Zero",
		2:  "One",
		3:  "Two",
		5:  "Three",
		6:  "Four",
		7:  "Five",
		9:  "Six",
		11: "Seven",
		12: "Eight",
		15: "Nine",
		17: "Ten",
	}
	EnumNum1_value = map[string]int32{
		"Zero":  0,
		"One":   2,
		"Two":   3,
		"Three": 5,
		"Four":  6,
		"Five":  7,
		"Six":   9,
		"Seven": 11,
		"Eight": 12,
		"Nine":  15,
		"Ten":   17,
	}
)

Enum value maps for EnumNum1.

View Source
var File_tests_proto_cases_errors_invalid_codec_map_key_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_invalid_codec_map_value_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_invalid_codec_optional_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_invalid_codec_plain_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_invalid_codec_repeated_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_invalid_syntax_json_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_invalid_syntax_map_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_invalid_syntax_repeated_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_errors_private_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EnumNum1

type EnumNum1 int32
const (
	EnumNum1_Zero  EnumNum1 = 0
	EnumNum1_One   EnumNum1 = 2
	EnumNum1_Two   EnumNum1 = 3
	EnumNum1_Three EnumNum1 = 5
	EnumNum1_Four  EnumNum1 = 6
	EnumNum1_Five  EnumNum1 = 7
	EnumNum1_Six   EnumNum1 = 9
	EnumNum1_Seven EnumNum1 = 11
	EnumNum1_Eight EnumNum1 = 12
	EnumNum1_Nine  EnumNum1 = 15
	EnumNum1_Ten   EnumNum1 = 17
)

func (EnumNum1) Descriptor

func (EnumNum1) Descriptor() protoreflect.EnumDescriptor

func (EnumNum1) Enum

func (x EnumNum1) Enum() *EnumNum1

func (EnumNum1) EnumDescriptor deprecated

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

Deprecated: Use EnumNum1.Descriptor instead.

func (EnumNum1) Number

func (x EnumNum1) Number() protoreflect.EnumNumber

func (EnumNum1) String

func (x EnumNum1) String() string

func (EnumNum1) Type

type InvalidCodecMapKey

type InvalidCodecMapKey struct {
	FInt32KeyNumericValNumeric    map[int32]int32   `` /* 237-byte string literal not displayed */
	FInt32KeyStringValString      map[int32]int32   `` /* 231-byte string literal not displayed */
	FInt64KeyNumericValNumeric    map[int64]int64   `` /* 237-byte string literal not displayed */
	FInt64KeyStringValString      map[int64]int64   `` /* 231-byte string literal not displayed */
	FUint32KeyNumericValNumeric   map[uint32]uint32 `` /* 240-byte string literal not displayed */
	FUint32KeyStringValString     map[uint32]uint32 `` /* 234-byte string literal not displayed */
	FUint64KeyNumericValNumeric   map[uint64]uint64 `` /* 240-byte string literal not displayed */
	FUint64KeyStringValString     map[uint64]uint64 `` /* 234-byte string literal not displayed */
	FSint32KeyNumericValNumeric   map[int32]int32   `` /* 244-byte string literal not displayed */
	FSint32KeyStringValString     map[int32]int32   `` /* 239-byte string literal not displayed */
	FSint64KeyNumericValNumeric   map[int64]int64   `` /* 245-byte string literal not displayed */
	FSint64KeyStringValString     map[int64]int64   `` /* 239-byte string literal not displayed */
	FSfixed32KeyNumericValNumeric map[int32]int32   `` /* 249-byte string literal not displayed */
	FSfixed32KeyStringValString   map[int32]int32   `` /* 243-byte string literal not displayed */
	FSfixed64KeyNumericValNumeric map[int64]int64   `` /* 249-byte string literal not displayed */
	FSfixed64KeyStringValString   map[int64]int64   `` /* 243-byte string literal not displayed */
	FFixed32KeyNumericValNumeric  map[uint32]uint32 `` /* 246-byte string literal not displayed */
	FFixed32KeyStringValString    map[uint32]uint32 `` /* 240-byte string literal not displayed */
	FFixed64KeyNumericValNumeric  map[uint64]uint64 `` /* 246-byte string literal not displayed */
	FFixed64KeyStringValString    map[uint64]uint64 `` /* 240-byte string literal not displayed */
	FBoolKeyBoolValBool           map[bool]bool     `` /* 217-byte string literal not displayed */
	FBoolKeyStringValString       map[bool]bool     `` /* 229-byte string literal not displayed */
	FStringKeyNoneValNone1        map[string]string `` /* 224-byte string literal not displayed */
	// contains filtered or unexported fields
}

InvalidCodecMapKey for test cases that the codec of map key is invalid in unmarshal

func (*InvalidCodecMapKey) Descriptor deprecated

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

Deprecated: Use InvalidCodecMapKey.ProtoReflect.Descriptor instead.

func (*InvalidCodecMapKey) GetFBoolKeyBoolValBool

func (x *InvalidCodecMapKey) GetFBoolKeyBoolValBool() map[bool]bool

func (*InvalidCodecMapKey) GetFBoolKeyStringValString

func (x *InvalidCodecMapKey) GetFBoolKeyStringValString() map[bool]bool

func (*InvalidCodecMapKey) GetFFixed32KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFFixed32KeyNumericValNumeric() map[uint32]uint32

func (*InvalidCodecMapKey) GetFFixed32KeyStringValString

func (x *InvalidCodecMapKey) GetFFixed32KeyStringValString() map[uint32]uint32

func (*InvalidCodecMapKey) GetFFixed64KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFFixed64KeyNumericValNumeric() map[uint64]uint64

func (*InvalidCodecMapKey) GetFFixed64KeyStringValString

func (x *InvalidCodecMapKey) GetFFixed64KeyStringValString() map[uint64]uint64

func (*InvalidCodecMapKey) GetFInt32KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFInt32KeyNumericValNumeric() map[int32]int32

func (*InvalidCodecMapKey) GetFInt32KeyStringValString

func (x *InvalidCodecMapKey) GetFInt32KeyStringValString() map[int32]int32

func (*InvalidCodecMapKey) GetFInt64KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFInt64KeyNumericValNumeric() map[int64]int64

func (*InvalidCodecMapKey) GetFInt64KeyStringValString

func (x *InvalidCodecMapKey) GetFInt64KeyStringValString() map[int64]int64

func (*InvalidCodecMapKey) GetFSfixed32KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFSfixed32KeyNumericValNumeric() map[int32]int32

func (*InvalidCodecMapKey) GetFSfixed32KeyStringValString

func (x *InvalidCodecMapKey) GetFSfixed32KeyStringValString() map[int32]int32

func (*InvalidCodecMapKey) GetFSfixed64KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFSfixed64KeyNumericValNumeric() map[int64]int64

func (*InvalidCodecMapKey) GetFSfixed64KeyStringValString

func (x *InvalidCodecMapKey) GetFSfixed64KeyStringValString() map[int64]int64

func (*InvalidCodecMapKey) GetFSint32KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFSint32KeyNumericValNumeric() map[int32]int32

func (*InvalidCodecMapKey) GetFSint32KeyStringValString

func (x *InvalidCodecMapKey) GetFSint32KeyStringValString() map[int32]int32

func (*InvalidCodecMapKey) GetFSint64KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFSint64KeyNumericValNumeric() map[int64]int64

func (*InvalidCodecMapKey) GetFSint64KeyStringValString

func (x *InvalidCodecMapKey) GetFSint64KeyStringValString() map[int64]int64

func (*InvalidCodecMapKey) GetFStringKeyNoneValNone1

func (x *InvalidCodecMapKey) GetFStringKeyNoneValNone1() map[string]string

func (*InvalidCodecMapKey) GetFUint32KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFUint32KeyNumericValNumeric() map[uint32]uint32

func (*InvalidCodecMapKey) GetFUint32KeyStringValString

func (x *InvalidCodecMapKey) GetFUint32KeyStringValString() map[uint32]uint32

func (*InvalidCodecMapKey) GetFUint64KeyNumericValNumeric

func (x *InvalidCodecMapKey) GetFUint64KeyNumericValNumeric() map[uint64]uint64

func (*InvalidCodecMapKey) GetFUint64KeyStringValString

func (x *InvalidCodecMapKey) GetFUint64KeyStringValString() map[uint64]uint64

func (*InvalidCodecMapKey) MarshalJSON

func (x *InvalidCodecMapKey) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidCodecMapKey in file tests/proto/cases/errors/invalid_codec_map_key.proto

func (*InvalidCodecMapKey) ProtoMessage

func (*InvalidCodecMapKey) ProtoMessage()

func (*InvalidCodecMapKey) ProtoReflect

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

func (*InvalidCodecMapKey) Reset

func (x *InvalidCodecMapKey) Reset()

func (*InvalidCodecMapKey) String

func (x *InvalidCodecMapKey) String() string

func (*InvalidCodecMapKey) UnmarshalJSON

func (x *InvalidCodecMapKey) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidCodecMapKey in file tests/proto/cases/errors/invalid_codec_map_key.proto

type InvalidCodecMapValue

type InvalidCodecMapValue struct {
	// contains filtered or unexported fields
}

TODO: Add test cases for map value.

func (*InvalidCodecMapValue) Descriptor deprecated

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

Deprecated: Use InvalidCodecMapValue.ProtoReflect.Descriptor instead.

func (*InvalidCodecMapValue) MarshalJSON

func (x *InvalidCodecMapValue) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidCodecMapValue in file tests/proto/cases/errors/invalid_codec_map_value.proto

func (*InvalidCodecMapValue) ProtoMessage

func (*InvalidCodecMapValue) ProtoMessage()

func (*InvalidCodecMapValue) ProtoReflect

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

func (*InvalidCodecMapValue) Reset

func (x *InvalidCodecMapValue) Reset()

func (*InvalidCodecMapValue) String

func (x *InvalidCodecMapValue) String() string

func (*InvalidCodecMapValue) UnmarshalJSON

func (x *InvalidCodecMapValue) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidCodecMapValue in file tests/proto/cases/errors/invalid_codec_map_value.proto

type InvalidCodecOptional

type InvalidCodecOptional struct {
	FInt32Numeric    *int32   `protobuf:"varint,1,opt,name=f_int32_numeric,json=fInt32Numeric,proto3,oneof" json:"f_int32_numeric,omitempty"`
	FInt32String     *int32   `protobuf:"varint,2,opt,name=f_int32_string,json=fInt32String,proto3,oneof" json:"f_int32_string,omitempty"`
	FInt64Numeric    *int64   `protobuf:"varint,3,opt,name=f_int64_numeric,json=fInt64Numeric,proto3,oneof" json:"f_int64_numeric,omitempty"`
	FInt64String     *int64   `protobuf:"varint,4,opt,name=f_int64_string,json=fInt64String,proto3,oneof" json:"f_int64_string,omitempty"`
	FUint32Numeric   *uint32  `protobuf:"varint,5,opt,name=f_uint32_numeric,json=fUint32Numeric,proto3,oneof" json:"f_uint32_numeric,omitempty"`
	FUint32String    *uint32  `protobuf:"varint,6,opt,name=f_uint32_string,json=fUint32String,proto3,oneof" json:"f_uint32_string,omitempty"`
	FUint64Numeric   *uint64  `protobuf:"varint,7,opt,name=f_uint64_numeric,json=fUint64Numeric,proto3,oneof" json:"f_uint64_numeric,omitempty"`
	FUint64String    *uint64  `protobuf:"varint,8,opt,name=f_uint64_string,json=fUint64String,proto3,oneof" json:"f_uint64_string,omitempty"`
	FSint32Numeric   *int32   `protobuf:"zigzag32,9,opt,name=f_sint32_numeric,json=fSint32Numeric,proto3,oneof" json:"f_sint32_numeric,omitempty"`
	FSint32String    *int32   `protobuf:"zigzag32,10,opt,name=f_sint32_string,json=fSint32String,proto3,oneof" json:"f_sint32_string,omitempty"`
	FSint64Numeric   *int64   `protobuf:"zigzag64,11,opt,name=f_sint64_numeric,json=fSint64Numeric,proto3,oneof" json:"f_sint64_numeric,omitempty"`
	FSint64String    *int64   `protobuf:"zigzag64,12,opt,name=f_sint64_string,json=fSint64String,proto3,oneof" json:"f_sint64_string,omitempty"`
	FSfixed32Numeric *int32   `protobuf:"fixed32,13,opt,name=f_sfixed32_numeric,json=fSfixed32Numeric,proto3,oneof" json:"f_sfixed32_numeric,omitempty"`
	FSfixed32String  *int32   `protobuf:"fixed32,14,opt,name=f_sfixed32_string,json=fSfixed32String,proto3,oneof" json:"f_sfixed32_string,omitempty"`
	FSfixed64Numeric *int64   `protobuf:"fixed64,15,opt,name=f_sfixed64_numeric,json=fSfixed64Numeric,proto3,oneof" json:"f_sfixed64_numeric,omitempty"`
	FSfixed64String  *int64   `protobuf:"fixed64,16,opt,name=f_sfixed64_string,json=fSfixed64String,proto3,oneof" json:"f_sfixed64_string,omitempty"`
	FFixed32Numeric  *uint32  `protobuf:"fixed32,17,opt,name=f_fixed32_numeric,json=fFixed32Numeric,proto3,oneof" json:"f_fixed32_numeric,omitempty"`
	FFixed32String   *uint32  `protobuf:"fixed32,18,opt,name=f_fixed32_string,json=fFixed32String,proto3,oneof" json:"f_fixed32_string,omitempty"`
	FFixed64Numeric  *uint64  `protobuf:"fixed64,19,opt,name=f_fixed64_numeric,json=fFixed64Numeric,proto3,oneof" json:"f_fixed64_numeric,omitempty"`
	FFixed64String   *uint64  `protobuf:"fixed64,20,opt,name=f_fixed64_string,json=fFixed64String,proto3,oneof" json:"f_fixed64_string,omitempty"`
	FFloatNumeric    *float32 `protobuf:"fixed32,21,opt,name=f_float_numeric,json=fFloatNumeric,proto3,oneof" json:"f_float_numeric,omitempty"`
	FFloatString     *float32 `protobuf:"fixed32,22,opt,name=f_float_string,json=fFloatString,proto3,oneof" json:"f_float_string,omitempty"`
	FDoubleNumeric   *float64 `protobuf:"fixed64,23,opt,name=f_double_numeric,json=fDoubleNumeric,proto3,oneof" json:"f_double_numeric,omitempty"`
	FDoubleString    *float64 `protobuf:"fixed64,24,opt,name=f_double_string,json=fDoubleString,proto3,oneof" json:"f_double_string,omitempty"`
	FBoolBool        *bool    `protobuf:"varint,25,opt,name=f_bool_bool,json=fBoolBool,proto3,oneof" json:"f_bool_bool,omitempty"`
	FBoolString      *bool    `protobuf:"varint,26,opt,name=f_bool_string,json=fBoolString,proto3,oneof" json:"f_bool_string,omitempty"`
	FStringNone      *string  `protobuf:"bytes,31,opt,name=f_string_none,json=fStringNone,proto3,oneof" json:"f_string_none,omitempty"`
	FBytesNone       []byte   `protobuf:"bytes,32,opt,name=f_bytes_none,json=fBytesNone,proto3,oneof" json:"f_bytes_none,omitempty"`
	// Cases for Enum
	FEnumNumeric       *EnumNum1 `` /* 129-byte string literal not displayed */
	FEnumNumericString *EnumNum1 `` /* 149-byte string literal not displayed */
	FEnumString        *EnumNum1 `` /* 126-byte string literal not displayed */
	// Cases for google.protobuf.Any
	FAnyNative *anypb.Any `protobuf:"bytes,51,opt,name=f_any_native,json=fAnyNative,proto3,oneof" json:"f_any_native,omitempty"`
	FAnyProto  *anypb.Any `protobuf:"bytes,52,opt,name=f_any_proto,json=fAnyProto,proto3,oneof" json:"f_any_proto,omitempty"`
	// Cases for google.protobuf.Duration
	FDurationNative            *durationpb.Duration `protobuf:"bytes,61,opt,name=f_duration_native,json=fDurationNative,proto3,oneof" json:"f_duration_native,omitempty"`
	FDurationString            *durationpb.Duration `protobuf:"bytes,62,opt,name=f_duration_string,json=fDurationString,proto3,oneof" json:"f_duration_string,omitempty"`
	FDurationNanosecond        *durationpb.Duration `` /* 127-byte string literal not displayed */
	FDurationNanosecondString  *durationpb.Duration `` /* 147-byte string literal not displayed */
	FDurationMicrosecond       *durationpb.Duration `` /* 130-byte string literal not displayed */
	FDurationMicrosecondString *durationpb.Duration `` /* 150-byte string literal not displayed */
	FDurationMillisecond       *durationpb.Duration `` /* 130-byte string literal not displayed */
	FDurationMillisecondString *durationpb.Duration `` /* 150-byte string literal not displayed */
	FDurationSecond            *durationpb.Duration `protobuf:"bytes,69,opt,name=f_duration_second,json=fDurationSecond,proto3,oneof" json:"f_duration_second,omitempty"`
	FDurationSecondString      *durationpb.Duration `` /* 135-byte string literal not displayed */
	FDurationMinute            *durationpb.Duration `protobuf:"bytes,71,opt,name=f_duration_minute,json=fDurationMinute,proto3,oneof" json:"f_duration_minute,omitempty"`
	FDurationMinuteString      *durationpb.Duration `` /* 135-byte string literal not displayed */
	FDurationHour              *durationpb.Duration `protobuf:"bytes,73,opt,name=f_duration_hour,json=fDurationHour,proto3,oneof" json:"f_duration_hour,omitempty"`
	FDurationHourString        *durationpb.Duration `` /* 129-byte string literal not displayed */
	// Cases for google.protobuf.Timestamp
	FTimestampNative          *timestamppb.Timestamp `protobuf:"bytes,81,opt,name=f_timestamp_native,json=fTimestampNative,proto3,oneof" json:"f_timestamp_native,omitempty"`
	FTimestampTimeLayout      *timestamppb.Timestamp `` /* 132-byte string literal not displayed */
	FTimestampUnixNano        *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	FTimestampUnixNanoString  *timestamppb.Timestamp `` /* 146-byte string literal not displayed */
	FTimestampUnixMicro       *timestamppb.Timestamp `` /* 129-byte string literal not displayed */
	FTimestampUnixMicroString *timestamppb.Timestamp `` /* 149-byte string literal not displayed */
	FTimestampUnixMilli       *timestamppb.Timestamp `` /* 129-byte string literal not displayed */
	FTimestampUnixMilliString *timestamppb.Timestamp `` /* 149-byte string literal not displayed */
	FTimestampUnixSec         *timestamppb.Timestamp `protobuf:"bytes,89,opt,name=f_timestamp_unix_sec,json=fTimestampUnixSec,proto3,oneof" json:"f_timestamp_unix_sec,omitempty"`
	FTimestampUnixSecString   *timestamppb.Timestamp `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InvalidCodecOptional) Descriptor deprecated

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

Deprecated: Use InvalidCodecOptional.ProtoReflect.Descriptor instead.

func (*InvalidCodecOptional) GetFAnyNative

func (x *InvalidCodecOptional) GetFAnyNative() *anypb.Any

func (*InvalidCodecOptional) GetFAnyProto

func (x *InvalidCodecOptional) GetFAnyProto() *anypb.Any

func (*InvalidCodecOptional) GetFBoolBool

func (x *InvalidCodecOptional) GetFBoolBool() bool

func (*InvalidCodecOptional) GetFBoolString

func (x *InvalidCodecOptional) GetFBoolString() bool

func (*InvalidCodecOptional) GetFBytesNone

func (x *InvalidCodecOptional) GetFBytesNone() []byte

func (*InvalidCodecOptional) GetFDoubleNumeric

func (x *InvalidCodecOptional) GetFDoubleNumeric() float64

func (*InvalidCodecOptional) GetFDoubleString

func (x *InvalidCodecOptional) GetFDoubleString() float64

func (*InvalidCodecOptional) GetFDurationHour

func (x *InvalidCodecOptional) GetFDurationHour() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationHourString

func (x *InvalidCodecOptional) GetFDurationHourString() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationMicrosecond

func (x *InvalidCodecOptional) GetFDurationMicrosecond() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationMicrosecondString

func (x *InvalidCodecOptional) GetFDurationMicrosecondString() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationMillisecond

func (x *InvalidCodecOptional) GetFDurationMillisecond() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationMillisecondString

func (x *InvalidCodecOptional) GetFDurationMillisecondString() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationMinute

func (x *InvalidCodecOptional) GetFDurationMinute() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationMinuteString

func (x *InvalidCodecOptional) GetFDurationMinuteString() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationNanosecond

func (x *InvalidCodecOptional) GetFDurationNanosecond() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationNanosecondString

func (x *InvalidCodecOptional) GetFDurationNanosecondString() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationNative

func (x *InvalidCodecOptional) GetFDurationNative() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationSecond

func (x *InvalidCodecOptional) GetFDurationSecond() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationSecondString

func (x *InvalidCodecOptional) GetFDurationSecondString() *durationpb.Duration

func (*InvalidCodecOptional) GetFDurationString

func (x *InvalidCodecOptional) GetFDurationString() *durationpb.Duration

func (*InvalidCodecOptional) GetFEnumNumeric

func (x *InvalidCodecOptional) GetFEnumNumeric() EnumNum1

func (*InvalidCodecOptional) GetFEnumNumericString

func (x *InvalidCodecOptional) GetFEnumNumericString() EnumNum1

func (*InvalidCodecOptional) GetFEnumString

func (x *InvalidCodecOptional) GetFEnumString() EnumNum1

func (*InvalidCodecOptional) GetFFixed32Numeric

func (x *InvalidCodecOptional) GetFFixed32Numeric() uint32

func (*InvalidCodecOptional) GetFFixed32String

func (x *InvalidCodecOptional) GetFFixed32String() uint32

func (*InvalidCodecOptional) GetFFixed64Numeric

func (x *InvalidCodecOptional) GetFFixed64Numeric() uint64

func (*InvalidCodecOptional) GetFFixed64String

func (x *InvalidCodecOptional) GetFFixed64String() uint64

func (*InvalidCodecOptional) GetFFloatNumeric

func (x *InvalidCodecOptional) GetFFloatNumeric() float32

func (*InvalidCodecOptional) GetFFloatString

func (x *InvalidCodecOptional) GetFFloatString() float32

func (*InvalidCodecOptional) GetFInt32Numeric

func (x *InvalidCodecOptional) GetFInt32Numeric() int32

func (*InvalidCodecOptional) GetFInt32String

func (x *InvalidCodecOptional) GetFInt32String() int32

func (*InvalidCodecOptional) GetFInt64Numeric

func (x *InvalidCodecOptional) GetFInt64Numeric() int64

func (*InvalidCodecOptional) GetFInt64String

func (x *InvalidCodecOptional) GetFInt64String() int64

func (*InvalidCodecOptional) GetFSfixed32Numeric

func (x *InvalidCodecOptional) GetFSfixed32Numeric() int32

func (*InvalidCodecOptional) GetFSfixed32String

func (x *InvalidCodecOptional) GetFSfixed32String() int32

func (*InvalidCodecOptional) GetFSfixed64Numeric

func (x *InvalidCodecOptional) GetFSfixed64Numeric() int64

func (*InvalidCodecOptional) GetFSfixed64String

func (x *InvalidCodecOptional) GetFSfixed64String() int64

func (*InvalidCodecOptional) GetFSint32Numeric

func (x *InvalidCodecOptional) GetFSint32Numeric() int32

func (*InvalidCodecOptional) GetFSint32String

func (x *InvalidCodecOptional) GetFSint32String() int32

func (*InvalidCodecOptional) GetFSint64Numeric

func (x *InvalidCodecOptional) GetFSint64Numeric() int64

func (*InvalidCodecOptional) GetFSint64String

func (x *InvalidCodecOptional) GetFSint64String() int64

func (*InvalidCodecOptional) GetFStringNone

func (x *InvalidCodecOptional) GetFStringNone() string

func (*InvalidCodecOptional) GetFTimestampNative

func (x *InvalidCodecOptional) GetFTimestampNative() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampTimeLayout

func (x *InvalidCodecOptional) GetFTimestampTimeLayout() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixMicro

func (x *InvalidCodecOptional) GetFTimestampUnixMicro() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixMicroString

func (x *InvalidCodecOptional) GetFTimestampUnixMicroString() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixMilli

func (x *InvalidCodecOptional) GetFTimestampUnixMilli() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixMilliString

func (x *InvalidCodecOptional) GetFTimestampUnixMilliString() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixNano

func (x *InvalidCodecOptional) GetFTimestampUnixNano() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixNanoString

func (x *InvalidCodecOptional) GetFTimestampUnixNanoString() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixSec

func (x *InvalidCodecOptional) GetFTimestampUnixSec() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFTimestampUnixSecString

func (x *InvalidCodecOptional) GetFTimestampUnixSecString() *timestamppb.Timestamp

func (*InvalidCodecOptional) GetFUint32Numeric

func (x *InvalidCodecOptional) GetFUint32Numeric() uint32

func (*InvalidCodecOptional) GetFUint32String

func (x *InvalidCodecOptional) GetFUint32String() uint32

func (*InvalidCodecOptional) GetFUint64Numeric

func (x *InvalidCodecOptional) GetFUint64Numeric() uint64

func (*InvalidCodecOptional) GetFUint64String

func (x *InvalidCodecOptional) GetFUint64String() uint64

func (*InvalidCodecOptional) MarshalJSON

func (x *InvalidCodecOptional) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidCodecOptional in file tests/proto/cases/errors/invalid_codec_optional.proto

func (*InvalidCodecOptional) ProtoMessage

func (*InvalidCodecOptional) ProtoMessage()

func (*InvalidCodecOptional) ProtoReflect

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

func (*InvalidCodecOptional) Reset

func (x *InvalidCodecOptional) Reset()

func (*InvalidCodecOptional) String

func (x *InvalidCodecOptional) String() string

func (*InvalidCodecOptional) UnmarshalJSON

func (x *InvalidCodecOptional) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidCodecOptional in file tests/proto/cases/errors/invalid_codec_optional.proto

type InvalidCodecPlain

type InvalidCodecPlain struct {
	FInt32Numeric    int32   `protobuf:"varint,1,opt,name=f_int32_numeric,json=fInt32Numeric,proto3" json:"f_int32_numeric,omitempty"`
	FInt32String     int32   `protobuf:"varint,2,opt,name=f_int32_string,json=fInt32String,proto3" json:"f_int32_string,omitempty"`
	FInt64Numeric    int64   `protobuf:"varint,3,opt,name=f_int64_numeric,json=fInt64Numeric,proto3" json:"f_int64_numeric,omitempty"`
	FInt64String     int64   `protobuf:"varint,4,opt,name=f_int64_string,json=fInt64String,proto3" json:"f_int64_string,omitempty"`
	FUint32Numeric   uint32  `protobuf:"varint,5,opt,name=f_uint32_numeric,json=fUint32Numeric,proto3" json:"f_uint32_numeric,omitempty"`
	FUint32String    uint32  `protobuf:"varint,6,opt,name=f_uint32_string,json=fUint32String,proto3" json:"f_uint32_string,omitempty"`
	FUint64Numeric   uint64  `protobuf:"varint,7,opt,name=f_uint64_numeric,json=fUint64Numeric,proto3" json:"f_uint64_numeric,omitempty"`
	FUint64String    uint64  `protobuf:"varint,8,opt,name=f_uint64_string,json=fUint64String,proto3" json:"f_uint64_string,omitempty"`
	FSint32Numeric   int32   `protobuf:"zigzag32,9,opt,name=f_sint32_numeric,json=fSint32Numeric,proto3" json:"f_sint32_numeric,omitempty"`
	FSint32String    int32   `protobuf:"zigzag32,10,opt,name=f_sint32_string,json=fSint32String,proto3" json:"f_sint32_string,omitempty"`
	FSint64Numeric   int64   `protobuf:"zigzag64,11,opt,name=f_sint64_numeric,json=fSint64Numeric,proto3" json:"f_sint64_numeric,omitempty"`
	FSint64String    int64   `protobuf:"zigzag64,12,opt,name=f_sint64_string,json=fSint64String,proto3" json:"f_sint64_string,omitempty"`
	FSfixed32Numeric int32   `protobuf:"fixed32,13,opt,name=f_sfixed32_numeric,json=fSfixed32Numeric,proto3" json:"f_sfixed32_numeric,omitempty"`
	FSfixed32String  int32   `protobuf:"fixed32,14,opt,name=f_sfixed32_string,json=fSfixed32String,proto3" json:"f_sfixed32_string,omitempty"`
	FSfixed64Numeric int64   `protobuf:"fixed64,15,opt,name=f_sfixed64_numeric,json=fSfixed64Numeric,proto3" json:"f_sfixed64_numeric,omitempty"`
	FSfixed64String  int64   `protobuf:"fixed64,16,opt,name=f_sfixed64_string,json=fSfixed64String,proto3" json:"f_sfixed64_string,omitempty"`
	FFixed32Numeric  uint32  `protobuf:"fixed32,17,opt,name=f_fixed32_numeric,json=fFixed32Numeric,proto3" json:"f_fixed32_numeric,omitempty"`
	FFixed32String   uint32  `protobuf:"fixed32,18,opt,name=f_fixed32_string,json=fFixed32String,proto3" json:"f_fixed32_string,omitempty"`
	FFixed64Numeric  uint64  `protobuf:"fixed64,19,opt,name=f_fixed64_numeric,json=fFixed64Numeric,proto3" json:"f_fixed64_numeric,omitempty"`
	FFixed64String   uint64  `protobuf:"fixed64,20,opt,name=f_fixed64_string,json=fFixed64String,proto3" json:"f_fixed64_string,omitempty"`
	FFloatNumeric    float32 `protobuf:"fixed32,21,opt,name=f_float_numeric,json=fFloatNumeric,proto3" json:"f_float_numeric,omitempty"`
	FFloatString     float32 `protobuf:"fixed32,22,opt,name=f_float_string,json=fFloatString,proto3" json:"f_float_string,omitempty"`
	FDoubleNumeric   float64 `protobuf:"fixed64,23,opt,name=f_double_numeric,json=fDoubleNumeric,proto3" json:"f_double_numeric,omitempty"`
	FDoubleString    float64 `protobuf:"fixed64,24,opt,name=f_double_string,json=fDoubleString,proto3" json:"f_double_string,omitempty"`
	FBoolBool        bool    `protobuf:"varint,25,opt,name=f_bool_bool,json=fBoolBool,proto3" json:"f_bool_bool,omitempty"`
	FBoolString      bool    `protobuf:"varint,26,opt,name=f_bool_string,json=fBoolString,proto3" json:"f_bool_string,omitempty"`
	FStringNone      string  `protobuf:"bytes,31,opt,name=f_string_none,json=fStringNone,proto3" json:"f_string_none,omitempty"`
	FBytesNone       []byte  `protobuf:"bytes,32,opt,name=f_bytes_none,json=fBytesNone,proto3" json:"f_bytes_none,omitempty"`
	// Cases for Enum
	FEnumNumeric       EnumNum1 `protobuf:"varint,41,opt,name=f_enum_numeric,json=fEnumNumeric,proto3,enum=private.EnumNum1" json:"f_enum_numeric,omitempty"`
	FEnumNumericString EnumNum1 `` /* 143-byte string literal not displayed */
	FEnumString        EnumNum1 `protobuf:"varint,43,opt,name=f_enum_string,json=fEnumString,proto3,enum=private.EnumNum1" json:"f_enum_string,omitempty"`
	// Cases for google.protobuf.Any
	FAnyNative *anypb.Any `protobuf:"bytes,51,opt,name=f_any_native,json=fAnyNative,proto3" json:"f_any_native,omitempty"`
	FAnyProto  *anypb.Any `protobuf:"bytes,52,opt,name=f_any_proto,json=fAnyProto,proto3" json:"f_any_proto,omitempty"`
	// Cases for google.protobuf.Duration
	FDurationNative            *durationpb.Duration `protobuf:"bytes,61,opt,name=f_duration_native,json=fDurationNative,proto3" json:"f_duration_native,omitempty"`
	FDurationString            *durationpb.Duration `protobuf:"bytes,62,opt,name=f_duration_string,json=fDurationString,proto3" json:"f_duration_string,omitempty"`
	FDurationNanosecond        *durationpb.Duration `protobuf:"bytes,63,opt,name=f_duration_nanosecond,json=fDurationNanosecond,proto3" json:"f_duration_nanosecond,omitempty"`
	FDurationNanosecondString  *durationpb.Duration `` /* 141-byte string literal not displayed */
	FDurationMicrosecond       *durationpb.Duration `protobuf:"bytes,65,opt,name=f_duration_microsecond,json=fDurationMicrosecond,proto3" json:"f_duration_microsecond,omitempty"`
	FDurationMicrosecondString *durationpb.Duration `` /* 144-byte string literal not displayed */
	FDurationMillisecond       *durationpb.Duration `protobuf:"bytes,67,opt,name=f_duration_millisecond,json=fDurationMillisecond,proto3" json:"f_duration_millisecond,omitempty"`
	FDurationMillisecondString *durationpb.Duration `` /* 144-byte string literal not displayed */
	FDurationSecond            *durationpb.Duration `protobuf:"bytes,69,opt,name=f_duration_second,json=fDurationSecond,proto3" json:"f_duration_second,omitempty"`
	FDurationSecondString      *durationpb.Duration `` /* 129-byte string literal not displayed */
	FDurationMinute            *durationpb.Duration `protobuf:"bytes,71,opt,name=f_duration_minute,json=fDurationMinute,proto3" json:"f_duration_minute,omitempty"`
	FDurationMinuteString      *durationpb.Duration `` /* 129-byte string literal not displayed */
	FDurationHour              *durationpb.Duration `protobuf:"bytes,73,opt,name=f_duration_hour,json=fDurationHour,proto3" json:"f_duration_hour,omitempty"`
	FDurationHourString        *durationpb.Duration `protobuf:"bytes,74,opt,name=f_duration_hour_string,json=fDurationHourString,proto3" json:"f_duration_hour_string,omitempty"`
	// Cases for google.protobuf.Timestamp
	FTimestampNative          *timestamppb.Timestamp `protobuf:"bytes,81,opt,name=f_timestamp_native,json=fTimestampNative,proto3" json:"f_timestamp_native,omitempty"`
	FTimestampTimeLayout      *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	FTimestampUnixNano        *timestamppb.Timestamp `protobuf:"bytes,83,opt,name=f_timestamp_unix_nano,json=fTimestampUnixNano,proto3" json:"f_timestamp_unix_nano,omitempty"`
	FTimestampUnixNanoString  *timestamppb.Timestamp `` /* 140-byte string literal not displayed */
	FTimestampUnixMicro       *timestamppb.Timestamp `protobuf:"bytes,85,opt,name=f_timestamp_unix_micro,json=fTimestampUnixMicro,proto3" json:"f_timestamp_unix_micro,omitempty"`
	FTimestampUnixMicroString *timestamppb.Timestamp `` /* 143-byte string literal not displayed */
	FTimestampUnixMilli       *timestamppb.Timestamp `protobuf:"bytes,87,opt,name=f_timestamp_unix_milli,json=fTimestampUnixMilli,proto3" json:"f_timestamp_unix_milli,omitempty"`
	FTimestampUnixMilliString *timestamppb.Timestamp `` /* 143-byte string literal not displayed */
	FTimestampUnixSec         *timestamppb.Timestamp `protobuf:"bytes,89,opt,name=f_timestamp_unix_sec,json=fTimestampUnixSec,proto3" json:"f_timestamp_unix_sec,omitempty"`
	FTimestampUnixSecString   *timestamppb.Timestamp `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InvalidCodecPlain) Descriptor deprecated

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

Deprecated: Use InvalidCodecPlain.ProtoReflect.Descriptor instead.

func (*InvalidCodecPlain) GetFAnyNative

func (x *InvalidCodecPlain) GetFAnyNative() *anypb.Any

func (*InvalidCodecPlain) GetFAnyProto

func (x *InvalidCodecPlain) GetFAnyProto() *anypb.Any

func (*InvalidCodecPlain) GetFBoolBool

func (x *InvalidCodecPlain) GetFBoolBool() bool

func (*InvalidCodecPlain) GetFBoolString

func (x *InvalidCodecPlain) GetFBoolString() bool

func (*InvalidCodecPlain) GetFBytesNone

func (x *InvalidCodecPlain) GetFBytesNone() []byte

func (*InvalidCodecPlain) GetFDoubleNumeric

func (x *InvalidCodecPlain) GetFDoubleNumeric() float64

func (*InvalidCodecPlain) GetFDoubleString

func (x *InvalidCodecPlain) GetFDoubleString() float64

func (*InvalidCodecPlain) GetFDurationHour

func (x *InvalidCodecPlain) GetFDurationHour() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationHourString

func (x *InvalidCodecPlain) GetFDurationHourString() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationMicrosecond

func (x *InvalidCodecPlain) GetFDurationMicrosecond() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationMicrosecondString

func (x *InvalidCodecPlain) GetFDurationMicrosecondString() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationMillisecond

func (x *InvalidCodecPlain) GetFDurationMillisecond() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationMillisecondString

func (x *InvalidCodecPlain) GetFDurationMillisecondString() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationMinute

func (x *InvalidCodecPlain) GetFDurationMinute() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationMinuteString

func (x *InvalidCodecPlain) GetFDurationMinuteString() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationNanosecond

func (x *InvalidCodecPlain) GetFDurationNanosecond() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationNanosecondString

func (x *InvalidCodecPlain) GetFDurationNanosecondString() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationNative

func (x *InvalidCodecPlain) GetFDurationNative() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationSecond

func (x *InvalidCodecPlain) GetFDurationSecond() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationSecondString

func (x *InvalidCodecPlain) GetFDurationSecondString() *durationpb.Duration

func (*InvalidCodecPlain) GetFDurationString

func (x *InvalidCodecPlain) GetFDurationString() *durationpb.Duration

func (*InvalidCodecPlain) GetFEnumNumeric

func (x *InvalidCodecPlain) GetFEnumNumeric() EnumNum1

func (*InvalidCodecPlain) GetFEnumNumericString

func (x *InvalidCodecPlain) GetFEnumNumericString() EnumNum1

func (*InvalidCodecPlain) GetFEnumString

func (x *InvalidCodecPlain) GetFEnumString() EnumNum1

func (*InvalidCodecPlain) GetFFixed32Numeric

func (x *InvalidCodecPlain) GetFFixed32Numeric() uint32

func (*InvalidCodecPlain) GetFFixed32String

func (x *InvalidCodecPlain) GetFFixed32String() uint32

func (*InvalidCodecPlain) GetFFixed64Numeric

func (x *InvalidCodecPlain) GetFFixed64Numeric() uint64

func (*InvalidCodecPlain) GetFFixed64String

func (x *InvalidCodecPlain) GetFFixed64String() uint64

func (*InvalidCodecPlain) GetFFloatNumeric

func (x *InvalidCodecPlain) GetFFloatNumeric() float32

func (*InvalidCodecPlain) GetFFloatString

func (x *InvalidCodecPlain) GetFFloatString() float32

func (*InvalidCodecPlain) GetFInt32Numeric

func (x *InvalidCodecPlain) GetFInt32Numeric() int32

func (*InvalidCodecPlain) GetFInt32String

func (x *InvalidCodecPlain) GetFInt32String() int32

func (*InvalidCodecPlain) GetFInt64Numeric

func (x *InvalidCodecPlain) GetFInt64Numeric() int64

func (*InvalidCodecPlain) GetFInt64String

func (x *InvalidCodecPlain) GetFInt64String() int64

func (*InvalidCodecPlain) GetFSfixed32Numeric

func (x *InvalidCodecPlain) GetFSfixed32Numeric() int32

func (*InvalidCodecPlain) GetFSfixed32String

func (x *InvalidCodecPlain) GetFSfixed32String() int32

func (*InvalidCodecPlain) GetFSfixed64Numeric

func (x *InvalidCodecPlain) GetFSfixed64Numeric() int64

func (*InvalidCodecPlain) GetFSfixed64String

func (x *InvalidCodecPlain) GetFSfixed64String() int64

func (*InvalidCodecPlain) GetFSint32Numeric

func (x *InvalidCodecPlain) GetFSint32Numeric() int32

func (*InvalidCodecPlain) GetFSint32String

func (x *InvalidCodecPlain) GetFSint32String() int32

func (*InvalidCodecPlain) GetFSint64Numeric

func (x *InvalidCodecPlain) GetFSint64Numeric() int64

func (*InvalidCodecPlain) GetFSint64String

func (x *InvalidCodecPlain) GetFSint64String() int64

func (*InvalidCodecPlain) GetFStringNone

func (x *InvalidCodecPlain) GetFStringNone() string

func (*InvalidCodecPlain) GetFTimestampNative

func (x *InvalidCodecPlain) GetFTimestampNative() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampTimeLayout

func (x *InvalidCodecPlain) GetFTimestampTimeLayout() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixMicro

func (x *InvalidCodecPlain) GetFTimestampUnixMicro() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixMicroString

func (x *InvalidCodecPlain) GetFTimestampUnixMicroString() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixMilli

func (x *InvalidCodecPlain) GetFTimestampUnixMilli() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixMilliString

func (x *InvalidCodecPlain) GetFTimestampUnixMilliString() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixNano

func (x *InvalidCodecPlain) GetFTimestampUnixNano() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixNanoString

func (x *InvalidCodecPlain) GetFTimestampUnixNanoString() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixSec

func (x *InvalidCodecPlain) GetFTimestampUnixSec() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFTimestampUnixSecString

func (x *InvalidCodecPlain) GetFTimestampUnixSecString() *timestamppb.Timestamp

func (*InvalidCodecPlain) GetFUint32Numeric

func (x *InvalidCodecPlain) GetFUint32Numeric() uint32

func (*InvalidCodecPlain) GetFUint32String

func (x *InvalidCodecPlain) GetFUint32String() uint32

func (*InvalidCodecPlain) GetFUint64Numeric

func (x *InvalidCodecPlain) GetFUint64Numeric() uint64

func (*InvalidCodecPlain) GetFUint64String

func (x *InvalidCodecPlain) GetFUint64String() uint64

func (*InvalidCodecPlain) MarshalJSON

func (x *InvalidCodecPlain) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidCodecPlain in file tests/proto/cases/errors/invalid_codec_plain.proto

func (*InvalidCodecPlain) ProtoMessage

func (*InvalidCodecPlain) ProtoMessage()

func (*InvalidCodecPlain) ProtoReflect

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

func (*InvalidCodecPlain) Reset

func (x *InvalidCodecPlain) Reset()

func (*InvalidCodecPlain) String

func (x *InvalidCodecPlain) String() string

func (*InvalidCodecPlain) UnmarshalJSON

func (x *InvalidCodecPlain) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidCodecPlain in file tests/proto/cases/errors/invalid_codec_plain.proto

type InvalidCodecRepeated

type InvalidCodecRepeated struct {
	FInt32Numeric    []int32   `protobuf:"varint,1,rep,packed,name=f_int32_numeric,json=fInt32Numeric,proto3" json:"f_int32_numeric,omitempty"`
	FInt32String     []int32   `protobuf:"varint,2,rep,packed,name=f_int32_string,json=fInt32String,proto3" json:"f_int32_string,omitempty"`
	FInt64Numeric    []int64   `protobuf:"varint,3,rep,packed,name=f_int64_numeric,json=fInt64Numeric,proto3" json:"f_int64_numeric,omitempty"`
	FInt64String     []int64   `protobuf:"varint,4,rep,packed,name=f_int64_string,json=fInt64String,proto3" json:"f_int64_string,omitempty"`
	FUint32Numeric   []uint32  `protobuf:"varint,5,rep,packed,name=f_uint32_numeric,json=fUint32Numeric,proto3" json:"f_uint32_numeric,omitempty"`
	FUint32String    []uint32  `protobuf:"varint,6,rep,packed,name=f_uint32_string,json=fUint32String,proto3" json:"f_uint32_string,omitempty"`
	FUint64Numeric   []uint64  `protobuf:"varint,7,rep,packed,name=f_uint64_numeric,json=fUint64Numeric,proto3" json:"f_uint64_numeric,omitempty"`
	FUint64String    []uint64  `protobuf:"varint,8,rep,packed,name=f_uint64_string,json=fUint64String,proto3" json:"f_uint64_string,omitempty"`
	FSint32Numeric   []int32   `protobuf:"zigzag32,9,rep,packed,name=f_sint32_numeric,json=fSint32Numeric,proto3" json:"f_sint32_numeric,omitempty"`
	FSint32String    []int32   `protobuf:"zigzag32,10,rep,packed,name=f_sint32_string,json=fSint32String,proto3" json:"f_sint32_string,omitempty"`
	FSint64Numeric   []int64   `protobuf:"zigzag64,11,rep,packed,name=f_sint64_numeric,json=fSint64Numeric,proto3" json:"f_sint64_numeric,omitempty"`
	FSint64String    []int64   `protobuf:"zigzag64,12,rep,packed,name=f_sint64_string,json=fSint64String,proto3" json:"f_sint64_string,omitempty"`
	FSfixed32Numeric []int32   `protobuf:"fixed32,13,rep,packed,name=f_sfixed32_numeric,json=fSfixed32Numeric,proto3" json:"f_sfixed32_numeric,omitempty"`
	FSfixed32String  []int32   `protobuf:"fixed32,14,rep,packed,name=f_sfixed32_string,json=fSfixed32String,proto3" json:"f_sfixed32_string,omitempty"`
	FSfixed64Numeric []int64   `protobuf:"fixed64,15,rep,packed,name=f_sfixed64_numeric,json=fSfixed64Numeric,proto3" json:"f_sfixed64_numeric,omitempty"`
	FSfixed64String  []int64   `protobuf:"fixed64,16,rep,packed,name=f_sfixed64_string,json=fSfixed64String,proto3" json:"f_sfixed64_string,omitempty"`
	FFixed32Numeric  []uint32  `protobuf:"fixed32,17,rep,packed,name=f_fixed32_numeric,json=fFixed32Numeric,proto3" json:"f_fixed32_numeric,omitempty"`
	FFixed32String   []uint32  `protobuf:"fixed32,18,rep,packed,name=f_fixed32_string,json=fFixed32String,proto3" json:"f_fixed32_string,omitempty"`
	FFixed64Numeric  []uint64  `protobuf:"fixed64,19,rep,packed,name=f_fixed64_numeric,json=fFixed64Numeric,proto3" json:"f_fixed64_numeric,omitempty"`
	FFixed64String   []uint64  `protobuf:"fixed64,20,rep,packed,name=f_fixed64_string,json=fFixed64String,proto3" json:"f_fixed64_string,omitempty"`
	FFloatNumeric    []float32 `protobuf:"fixed32,21,rep,packed,name=f_float_numeric,json=fFloatNumeric,proto3" json:"f_float_numeric,omitempty"`
	FFloatString     []float32 `protobuf:"fixed32,22,rep,packed,name=f_float_string,json=fFloatString,proto3" json:"f_float_string,omitempty"`
	FDoubleNumeric   []float64 `protobuf:"fixed64,23,rep,packed,name=f_double_numeric,json=fDoubleNumeric,proto3" json:"f_double_numeric,omitempty"`
	FDoubleString    []float64 `protobuf:"fixed64,24,rep,packed,name=f_double_string,json=fDoubleString,proto3" json:"f_double_string,omitempty"`
	FBoolBool        []bool    `protobuf:"varint,25,rep,packed,name=f_bool_bool,json=fBoolBool,proto3" json:"f_bool_bool,omitempty"`
	FBoolString      []bool    `protobuf:"varint,26,rep,packed,name=f_bool_string,json=fBoolString,proto3" json:"f_bool_string,omitempty"`
	FStringNone      []string  `protobuf:"bytes,31,rep,name=f_string_none,json=fStringNone,proto3" json:"f_string_none,omitempty"`
	FBytesNone       [][]byte  `protobuf:"bytes,32,rep,name=f_bytes_none,json=fBytesNone,proto3" json:"f_bytes_none,omitempty"`
	// contains filtered or unexported fields
}

func (*InvalidCodecRepeated) Descriptor deprecated

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

Deprecated: Use InvalidCodecRepeated.ProtoReflect.Descriptor instead.

func (*InvalidCodecRepeated) GetFBoolBool

func (x *InvalidCodecRepeated) GetFBoolBool() []bool

func (*InvalidCodecRepeated) GetFBoolString

func (x *InvalidCodecRepeated) GetFBoolString() []bool

func (*InvalidCodecRepeated) GetFBytesNone

func (x *InvalidCodecRepeated) GetFBytesNone() [][]byte

func (*InvalidCodecRepeated) GetFDoubleNumeric

func (x *InvalidCodecRepeated) GetFDoubleNumeric() []float64

func (*InvalidCodecRepeated) GetFDoubleString

func (x *InvalidCodecRepeated) GetFDoubleString() []float64

func (*InvalidCodecRepeated) GetFFixed32Numeric

func (x *InvalidCodecRepeated) GetFFixed32Numeric() []uint32

func (*InvalidCodecRepeated) GetFFixed32String

func (x *InvalidCodecRepeated) GetFFixed32String() []uint32

func (*InvalidCodecRepeated) GetFFixed64Numeric

func (x *InvalidCodecRepeated) GetFFixed64Numeric() []uint64

func (*InvalidCodecRepeated) GetFFixed64String

func (x *InvalidCodecRepeated) GetFFixed64String() []uint64

func (*InvalidCodecRepeated) GetFFloatNumeric

func (x *InvalidCodecRepeated) GetFFloatNumeric() []float32

func (*InvalidCodecRepeated) GetFFloatString

func (x *InvalidCodecRepeated) GetFFloatString() []float32

func (*InvalidCodecRepeated) GetFInt32Numeric

func (x *InvalidCodecRepeated) GetFInt32Numeric() []int32

func (*InvalidCodecRepeated) GetFInt32String

func (x *InvalidCodecRepeated) GetFInt32String() []int32

func (*InvalidCodecRepeated) GetFInt64Numeric

func (x *InvalidCodecRepeated) GetFInt64Numeric() []int64

func (*InvalidCodecRepeated) GetFInt64String

func (x *InvalidCodecRepeated) GetFInt64String() []int64

func (*InvalidCodecRepeated) GetFSfixed32Numeric

func (x *InvalidCodecRepeated) GetFSfixed32Numeric() []int32

func (*InvalidCodecRepeated) GetFSfixed32String

func (x *InvalidCodecRepeated) GetFSfixed32String() []int32

func (*InvalidCodecRepeated) GetFSfixed64Numeric

func (x *InvalidCodecRepeated) GetFSfixed64Numeric() []int64

func (*InvalidCodecRepeated) GetFSfixed64String

func (x *InvalidCodecRepeated) GetFSfixed64String() []int64

func (*InvalidCodecRepeated) GetFSint32Numeric

func (x *InvalidCodecRepeated) GetFSint32Numeric() []int32

func (*InvalidCodecRepeated) GetFSint32String

func (x *InvalidCodecRepeated) GetFSint32String() []int32

func (*InvalidCodecRepeated) GetFSint64Numeric

func (x *InvalidCodecRepeated) GetFSint64Numeric() []int64

func (*InvalidCodecRepeated) GetFSint64String

func (x *InvalidCodecRepeated) GetFSint64String() []int64

func (*InvalidCodecRepeated) GetFStringNone

func (x *InvalidCodecRepeated) GetFStringNone() []string

func (*InvalidCodecRepeated) GetFUint32Numeric

func (x *InvalidCodecRepeated) GetFUint32Numeric() []uint32

func (*InvalidCodecRepeated) GetFUint32String

func (x *InvalidCodecRepeated) GetFUint32String() []uint32

func (*InvalidCodecRepeated) GetFUint64Numeric

func (x *InvalidCodecRepeated) GetFUint64Numeric() []uint64

func (*InvalidCodecRepeated) GetFUint64String

func (x *InvalidCodecRepeated) GetFUint64String() []uint64

func (*InvalidCodecRepeated) MarshalJSON

func (x *InvalidCodecRepeated) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidCodecRepeated in file tests/proto/cases/errors/invalid_codec_repeated.proto

func (*InvalidCodecRepeated) ProtoMessage

func (*InvalidCodecRepeated) ProtoMessage()

func (*InvalidCodecRepeated) ProtoReflect

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

func (*InvalidCodecRepeated) Reset

func (x *InvalidCodecRepeated) Reset()

func (*InvalidCodecRepeated) String

func (x *InvalidCodecRepeated) String() string

func (*InvalidCodecRepeated) UnmarshalJSON

func (x *InvalidCodecRepeated) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidCodecRepeated in file tests/proto/cases/errors/invalid_codec_repeated.proto

type InvalidSyntaxJSON

type InvalidSyntaxJSON struct {
	FInt32A int32 `protobuf:"varint,1,opt,name=f_int32a,json=fInt32a,proto3" json:"f_int32a,omitempty"`
	FInt32B int32 `protobuf:"varint,2,opt,name=f_int32b,json=fInt32b,proto3" json:"f_int32b,omitempty"`
	// contains filtered or unexported fields
}

func (*InvalidSyntaxJSON) Descriptor deprecated

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

Deprecated: Use InvalidSyntaxJSON.ProtoReflect.Descriptor instead.

func (*InvalidSyntaxJSON) GetFInt32A

func (x *InvalidSyntaxJSON) GetFInt32A() int32

func (*InvalidSyntaxJSON) GetFInt32B

func (x *InvalidSyntaxJSON) GetFInt32B() int32

func (*InvalidSyntaxJSON) MarshalJSON

func (x *InvalidSyntaxJSON) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidSyntaxJSON in file tests/proto/cases/errors/invalid_syntax_json.proto

func (*InvalidSyntaxJSON) ProtoMessage

func (*InvalidSyntaxJSON) ProtoMessage()

func (*InvalidSyntaxJSON) ProtoReflect

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

func (*InvalidSyntaxJSON) Reset

func (x *InvalidSyntaxJSON) Reset()

func (*InvalidSyntaxJSON) String

func (x *InvalidSyntaxJSON) String() string

func (*InvalidSyntaxJSON) UnmarshalJSON

func (x *InvalidSyntaxJSON) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidSyntaxJSON in file tests/proto/cases/errors/invalid_syntax_json.proto

type InvalidSyntaxMap

type InvalidSyntaxMap struct {
	FInt32KeyStringValNumeric map[int32]int32 `` /* 234-byte string literal not displayed */
	FInt32KeyNumericValString map[int32]int32 `` /* 234-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InvalidSyntaxMap) Descriptor deprecated

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

Deprecated: Use InvalidSyntaxMap.ProtoReflect.Descriptor instead.

func (*InvalidSyntaxMap) GetFInt32KeyNumericValString

func (x *InvalidSyntaxMap) GetFInt32KeyNumericValString() map[int32]int32

func (*InvalidSyntaxMap) GetFInt32KeyStringValNumeric

func (x *InvalidSyntaxMap) GetFInt32KeyStringValNumeric() map[int32]int32

func (*InvalidSyntaxMap) MarshalJSON

func (x *InvalidSyntaxMap) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidSyntaxMap in file tests/proto/cases/errors/invalid_syntax_map.proto

func (*InvalidSyntaxMap) ProtoMessage

func (*InvalidSyntaxMap) ProtoMessage()

func (*InvalidSyntaxMap) ProtoReflect

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

func (*InvalidSyntaxMap) Reset

func (x *InvalidSyntaxMap) Reset()

func (*InvalidSyntaxMap) String

func (x *InvalidSyntaxMap) String() string

func (*InvalidSyntaxMap) UnmarshalJSON

func (x *InvalidSyntaxMap) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidSyntaxMap in file tests/proto/cases/errors/invalid_syntax_map.proto

type InvalidSyntaxRepeated

type InvalidSyntaxRepeated struct {
	FInt32A []int32 `protobuf:"varint,1,rep,packed,name=f_int32a,json=fInt32a,proto3" json:"f_int32a,omitempty"`
	FInt32B []int32 `protobuf:"varint,2,rep,packed,name=f_int32b,json=fInt32b,proto3" json:"f_int32b,omitempty"`
	// contains filtered or unexported fields
}

func (*InvalidSyntaxRepeated) Descriptor deprecated

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

Deprecated: Use InvalidSyntaxRepeated.ProtoReflect.Descriptor instead.

func (*InvalidSyntaxRepeated) GetFInt32A

func (x *InvalidSyntaxRepeated) GetFInt32A() []int32

func (*InvalidSyntaxRepeated) GetFInt32B

func (x *InvalidSyntaxRepeated) GetFInt32B() []int32

func (*InvalidSyntaxRepeated) MarshalJSON

func (x *InvalidSyntaxRepeated) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InvalidSyntaxRepeated in file tests/proto/cases/errors/invalid_syntax_repeated.proto

func (*InvalidSyntaxRepeated) ProtoMessage

func (*InvalidSyntaxRepeated) ProtoMessage()

func (*InvalidSyntaxRepeated) ProtoReflect

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

func (*InvalidSyntaxRepeated) Reset

func (x *InvalidSyntaxRepeated) Reset()

func (*InvalidSyntaxRepeated) String

func (x *InvalidSyntaxRepeated) String() string

func (*InvalidSyntaxRepeated) UnmarshalJSON

func (x *InvalidSyntaxRepeated) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message InvalidSyntaxRepeated in file tests/proto/cases/errors/invalid_syntax_repeated.proto

type MessageCommon1

type MessageCommon1 struct {
	FString1 string `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2 string `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FString3 string `protobuf:"bytes,3,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	// contains filtered or unexported fields
}

MessageCommon1 used tests cases in this file.

func (*MessageCommon1) Descriptor deprecated

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

Deprecated: Use MessageCommon1.ProtoReflect.Descriptor instead.

func (*MessageCommon1) GetFString1

func (x *MessageCommon1) GetFString1() string

func (*MessageCommon1) GetFString2

func (x *MessageCommon1) GetFString2() string

func (*MessageCommon1) GetFString3

func (x *MessageCommon1) GetFString3() string

func (*MessageCommon1) MarshalJSON

func (x *MessageCommon1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message MessageCommon1 in file tests/proto/cases/errors/private.proto

func (*MessageCommon1) ProtoMessage

func (*MessageCommon1) ProtoMessage()

func (*MessageCommon1) ProtoReflect

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

func (*MessageCommon1) Reset

func (x *MessageCommon1) Reset()

func (*MessageCommon1) String

func (x *MessageCommon1) String() string

func (*MessageCommon1) UnmarshalJSON

func (x *MessageCommon1) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message MessageCommon1 in file tests/proto/cases/errors/private.proto

type MessageCommon1_Embed1

type MessageCommon1_Embed1 struct {
	FString1 string `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2 string `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FString3 string `protobuf:"bytes,3,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageCommon1_Embed1) Descriptor deprecated

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

Deprecated: Use MessageCommon1_Embed1.ProtoReflect.Descriptor instead.

func (*MessageCommon1_Embed1) GetFString1

func (x *MessageCommon1_Embed1) GetFString1() string

func (*MessageCommon1_Embed1) GetFString2

func (x *MessageCommon1_Embed1) GetFString2() string

func (*MessageCommon1_Embed1) GetFString3

func (x *MessageCommon1_Embed1) GetFString3() string

func (*MessageCommon1_Embed1) MarshalJSON

func (x *MessageCommon1_Embed1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Embed1 in file tests/proto/cases/errors/private.proto

func (*MessageCommon1_Embed1) ProtoMessage

func (*MessageCommon1_Embed1) ProtoMessage()

func (*MessageCommon1_Embed1) ProtoReflect

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

func (*MessageCommon1_Embed1) Reset

func (x *MessageCommon1_Embed1) Reset()

func (*MessageCommon1_Embed1) String

func (x *MessageCommon1_Embed1) String() string

func (*MessageCommon1_Embed1) UnmarshalJSON

func (x *MessageCommon1_Embed1) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message Embed1 in file tests/proto/cases/errors/private.proto

type MessageCommon1_Embed1_Embed2

type MessageCommon1_Embed1_Embed2 struct {
	FString1 string `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2 string `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FString3 string `protobuf:"bytes,3,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageCommon1_Embed1_Embed2) Descriptor deprecated

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

Deprecated: Use MessageCommon1_Embed1_Embed2.ProtoReflect.Descriptor instead.

func (*MessageCommon1_Embed1_Embed2) GetFString1

func (x *MessageCommon1_Embed1_Embed2) GetFString1() string

func (*MessageCommon1_Embed1_Embed2) GetFString2

func (x *MessageCommon1_Embed1_Embed2) GetFString2() string

func (*MessageCommon1_Embed1_Embed2) GetFString3

func (x *MessageCommon1_Embed1_Embed2) GetFString3() string

func (*MessageCommon1_Embed1_Embed2) MarshalJSON

func (x *MessageCommon1_Embed1_Embed2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Embed2 in file tests/proto/cases/errors/private.proto

func (*MessageCommon1_Embed1_Embed2) ProtoMessage

func (*MessageCommon1_Embed1_Embed2) ProtoMessage()

func (*MessageCommon1_Embed1_Embed2) ProtoReflect

func (*MessageCommon1_Embed1_Embed2) Reset

func (x *MessageCommon1_Embed1_Embed2) Reset()

func (*MessageCommon1_Embed1_Embed2) String

func (*MessageCommon1_Embed1_Embed2) UnmarshalJSON

func (x *MessageCommon1_Embed1_Embed2) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler for proto message Embed2 in file tests/proto/cases/errors/private.proto

Jump to

Keyboard shortcuts

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