exprcel.dev/expr/conformance/proto2 Index | Files

package proto2

import "cel.dev/expr/conformance/proto2"

Index

Constants

const (
	Default_TestAllTypes_SingleInt32      = int32(-32)
	Default_TestAllTypes_SingleInt64      = int64(-64)
	Default_TestAllTypes_SingleUint32     = uint32(32)
	Default_TestAllTypes_SingleUint64     = uint64(64)
	Default_TestAllTypes_SingleFloat      = float32(3)
	Default_TestAllTypes_SingleDouble     = float64(6.4)
	Default_TestAllTypes_SingleBool       = bool(true)
	Default_TestAllTypes_SingleString     = string("empty")
	Default_TestAllTypes_SingleNestedEnum = TestAllTypes_BAR
)

Default values for TestAllTypes fields.

Variables

var (
	GlobalEnum_name = map[int32]string{
		0: "GOO",
		1: "GAR",
		2: "GAZ",
	}
	GlobalEnum_value = map[string]int32{
		"GOO": 0,
		"GAR": 1,
		"GAZ": 2,
	}
)

Enum value maps for GlobalEnum.

var (
	TestAllTypes_NestedEnum_name = map[int32]string{
		0: "FOO",
		1: "BAR",
		2: "BAZ",
	}
	TestAllTypes_NestedEnum_value = map[string]int32{
		"FOO": 0,
		"BAR": 1,
		"BAZ": 2,
	}
)

Enum value maps for TestAllTypes_NestedEnum.

var (
	// optional int32 int32_ext = 1000;
	E_Int32Ext = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[0]
	// optional cel.expr.conformance.proto2.TestAllTypes nested_ext = 1001;
	E_NestedExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[1]
	// optional cel.expr.conformance.proto2.TestAllTypes test_all_types_ext = 1002;
	E_TestAllTypesExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[2]
	// optional cel.expr.conformance.proto2.TestAllTypes.NestedEnum nested_enum_ext = 1003;
	E_NestedEnumExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[3]
	// repeated cel.expr.conformance.proto2.TestAllTypes repeated_test_all_types = 1004;
	E_RepeatedTestAllTypes = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[4]
	// optional int64 int64_ext = 1005;
	E_Proto2ExtensionScopedMessage_Int64Ext = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[5]
	// optional cel.expr.conformance.proto2.TestAllTypes message_scoped_nested_ext = 1006;
	E_Proto2ExtensionScopedMessage_MessageScopedNestedExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[6]
	// optional cel.expr.conformance.proto2.TestAllTypes.NestedEnum nested_enum_ext = 1007;
	E_Proto2ExtensionScopedMessage_NestedEnumExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[7]
	// repeated cel.expr.conformance.proto2.TestAllTypes message_scoped_repeated_test_all_types = 1008;
	E_Proto2ExtensionScopedMessage_MessageScopedRepeatedTestAllTypes = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[8]
)

Extension fields to TestAllTypes.

var (
	Default_TestAllTypes_SingleBytes = []byte("none")
)

Default values for TestAllTypes fields.

var File_cel_expr_conformance_proto2_test_all_types_extensions_proto protoreflect.FileDescriptor
var File_cel_expr_conformance_proto2_test_all_types_proto protoreflect.FileDescriptor

Types

type GlobalEnum

type GlobalEnum int32
const (
	GlobalEnum_GOO GlobalEnum = 0
	GlobalEnum_GAR GlobalEnum = 1
	GlobalEnum_GAZ GlobalEnum = 2
)

func (GlobalEnum) Descriptor

func (GlobalEnum) Descriptor() protoreflect.EnumDescriptor

func (GlobalEnum) Enum

func (x GlobalEnum) Enum() *GlobalEnum

func (GlobalEnum) EnumDescriptor

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

Deprecated: Use GlobalEnum.Descriptor instead.

func (GlobalEnum) Number

func (x GlobalEnum) Number() protoreflect.EnumNumber

func (GlobalEnum) String

func (x GlobalEnum) String() string

func (GlobalEnum) Type

func (*GlobalEnum) UnmarshalJSON

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

Deprecated: Do not use.

type NestedTestAllTypes

type NestedTestAllTypes struct {
	Child   *NestedTestAllTypes `protobuf:"bytes,1,opt,name=child" json:"child,omitempty"`
	Payload *TestAllTypes       `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*NestedTestAllTypes) Descriptor

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

Deprecated: Use NestedTestAllTypes.ProtoReflect.Descriptor instead.

func (*NestedTestAllTypes) GetChild

func (x *NestedTestAllTypes) GetChild() *NestedTestAllTypes

func (*NestedTestAllTypes) GetPayload

func (x *NestedTestAllTypes) GetPayload() *TestAllTypes

func (*NestedTestAllTypes) ProtoMessage

func (*NestedTestAllTypes) ProtoMessage()

func (*NestedTestAllTypes) ProtoReflect

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

func (*NestedTestAllTypes) Reset

func (x *NestedTestAllTypes) Reset()

func (*NestedTestAllTypes) String

func (x *NestedTestAllTypes) String() string

type Proto2ExtensionScopedMessage

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

func (*Proto2ExtensionScopedMessage) Descriptor

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

Deprecated: Use Proto2ExtensionScopedMessage.ProtoReflect.Descriptor instead.

func (*Proto2ExtensionScopedMessage) ProtoMessage

func (*Proto2ExtensionScopedMessage) ProtoMessage()

func (*Proto2ExtensionScopedMessage) ProtoReflect

func (*Proto2ExtensionScopedMessage) Reset

func (x *Proto2ExtensionScopedMessage) Reset()

func (*Proto2ExtensionScopedMessage) String

type TestAllTypes

type TestAllTypes struct {
	SingleInt32         *int32                  `protobuf:"varint,1,opt,name=single_int32,json=singleInt32,def=-32" json:"single_int32,omitempty"`
	SingleInt64         *int64                  `protobuf:"varint,2,opt,name=single_int64,json=singleInt64,def=-64" json:"single_int64,omitempty"`
	SingleUint32        *uint32                 `protobuf:"varint,3,opt,name=single_uint32,json=singleUint32,def=32" json:"single_uint32,omitempty"`
	SingleUint64        *uint64                 `protobuf:"varint,4,opt,name=single_uint64,json=singleUint64,def=64" json:"single_uint64,omitempty"`
	SingleSint32        *int32                  `protobuf:"zigzag32,5,opt,name=single_sint32,json=singleSint32" json:"single_sint32,omitempty"`
	SingleSint64        *int64                  `protobuf:"zigzag64,6,opt,name=single_sint64,json=singleSint64" json:"single_sint64,omitempty"`
	SingleFixed32       *uint32                 `protobuf:"fixed32,7,opt,name=single_fixed32,json=singleFixed32" json:"single_fixed32,omitempty"`
	SingleFixed64       *uint64                 `protobuf:"fixed64,8,opt,name=single_fixed64,json=singleFixed64" json:"single_fixed64,omitempty"`
	SingleSfixed32      *int32                  `protobuf:"fixed32,9,opt,name=single_sfixed32,json=singleSfixed32" json:"single_sfixed32,omitempty"`
	SingleSfixed64      *int64                  `protobuf:"fixed64,10,opt,name=single_sfixed64,json=singleSfixed64" json:"single_sfixed64,omitempty"`
	SingleFloat         *float32                `protobuf:"fixed32,11,opt,name=single_float,json=singleFloat,def=3" json:"single_float,omitempty"`
	SingleDouble        *float64                `protobuf:"fixed64,12,opt,name=single_double,json=singleDouble,def=6.4" json:"single_double,omitempty"`
	SingleBool          *bool                   `protobuf:"varint,13,opt,name=single_bool,json=singleBool,def=1" json:"single_bool,omitempty"`
	SingleString        *string                 `protobuf:"bytes,14,opt,name=single_string,json=singleString,def=empty" json:"single_string,omitempty"`
	SingleBytes         []byte                  `protobuf:"bytes,15,opt,name=single_bytes,json=singleBytes,def=none" json:"single_bytes,omitempty"`
	In                  *bool                   `protobuf:"varint,18,opt,name=in" json:"in,omitempty"`
	SingleAny           *anypb.Any              `protobuf:"bytes,100,opt,name=single_any,json=singleAny" json:"single_any,omitempty"`
	SingleDuration      *durationpb.Duration    `protobuf:"bytes,101,opt,name=single_duration,json=singleDuration" json:"single_duration,omitempty"`
	SingleTimestamp     *timestamppb.Timestamp  `protobuf:"bytes,102,opt,name=single_timestamp,json=singleTimestamp" json:"single_timestamp,omitempty"`
	SingleStruct        *structpb.Struct        `protobuf:"bytes,103,opt,name=single_struct,json=singleStruct" json:"single_struct,omitempty"`
	SingleValue         *structpb.Value         `protobuf:"bytes,104,opt,name=single_value,json=singleValue" json:"single_value,omitempty"`
	SingleInt64Wrapper  *wrapperspb.Int64Value  `protobuf:"bytes,105,opt,name=single_int64_wrapper,json=singleInt64Wrapper" json:"single_int64_wrapper,omitempty"`
	SingleInt32Wrapper  *wrapperspb.Int32Value  `protobuf:"bytes,106,opt,name=single_int32_wrapper,json=singleInt32Wrapper" json:"single_int32_wrapper,omitempty"`
	SingleDoubleWrapper *wrapperspb.DoubleValue `protobuf:"bytes,107,opt,name=single_double_wrapper,json=singleDoubleWrapper" json:"single_double_wrapper,omitempty"`
	SingleFloatWrapper  *wrapperspb.FloatValue  `protobuf:"bytes,108,opt,name=single_float_wrapper,json=singleFloatWrapper" json:"single_float_wrapper,omitempty"`
	SingleUint64Wrapper *wrapperspb.UInt64Value `protobuf:"bytes,109,opt,name=single_uint64_wrapper,json=singleUint64Wrapper" json:"single_uint64_wrapper,omitempty"`
	SingleUint32Wrapper *wrapperspb.UInt32Value `protobuf:"bytes,110,opt,name=single_uint32_wrapper,json=singleUint32Wrapper" json:"single_uint32_wrapper,omitempty"`
	SingleStringWrapper *wrapperspb.StringValue `protobuf:"bytes,111,opt,name=single_string_wrapper,json=singleStringWrapper" json:"single_string_wrapper,omitempty"`
	SingleBoolWrapper   *wrapperspb.BoolValue   `protobuf:"bytes,112,opt,name=single_bool_wrapper,json=singleBoolWrapper" json:"single_bool_wrapper,omitempty"`
	SingleBytesWrapper  *wrapperspb.BytesValue  `protobuf:"bytes,113,opt,name=single_bytes_wrapper,json=singleBytesWrapper" json:"single_bytes_wrapper,omitempty"`
	ListValue           *structpb.ListValue     `protobuf:"bytes,114,opt,name=list_value,json=listValue" json:"list_value,omitempty"`
	NullValue           *structpb.NullValue     `protobuf:"varint,115,opt,name=null_value,json=nullValue,enum=google.protobuf.NullValue" json:"null_value,omitempty"`
	OptionalNullValue   *structpb.NullValue     `protobuf:"varint,116,opt,name=optional_null_value,json=optionalNullValue,enum=google.protobuf.NullValue" json:"optional_null_value,omitempty"`
	FieldMask           *fieldmaskpb.FieldMask  `protobuf:"bytes,117,opt,name=field_mask,json=fieldMask" json:"field_mask,omitempty"`
	Empty               *emptypb.Empty          `protobuf:"bytes,118,opt,name=empty" json:"empty,omitempty"`
	// Types that are valid to be assigned to NestedType:
	//
	//	*TestAllTypes_SingleNestedMessage
	//	*TestAllTypes_SingleNestedEnum
	NestedType             isTestAllTypes_NestedType              `protobuf_oneof:"nested_type"`
	StandaloneMessage      *TestAllTypes_NestedMessage            `protobuf:"bytes,23,opt,name=standalone_message,json=standaloneMessage" json:"standalone_message,omitempty"`
	StandaloneEnum         *TestAllTypes_NestedEnum               `protobuf:"varint,24,opt,name=standalone_enum,json=standaloneEnum,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum" json:"standalone_enum,omitempty"`
	RepeatedInt32          []int32                                `protobuf:"varint,31,rep,name=repeated_int32,json=repeatedInt32" json:"repeated_int32,omitempty"`
	RepeatedInt64          []int64                                `protobuf:"varint,32,rep,name=repeated_int64,json=repeatedInt64" json:"repeated_int64,omitempty"`
	RepeatedUint32         []uint32                               `protobuf:"varint,33,rep,name=repeated_uint32,json=repeatedUint32" json:"repeated_uint32,omitempty"`
	RepeatedUint64         []uint64                               `protobuf:"varint,34,rep,name=repeated_uint64,json=repeatedUint64" json:"repeated_uint64,omitempty"`
	RepeatedSint32         []int32                                `protobuf:"zigzag32,35,rep,name=repeated_sint32,json=repeatedSint32" json:"repeated_sint32,omitempty"`
	RepeatedSint64         []int64                                `protobuf:"zigzag64,36,rep,name=repeated_sint64,json=repeatedSint64" json:"repeated_sint64,omitempty"`
	RepeatedFixed32        []uint32                               `protobuf:"fixed32,37,rep,name=repeated_fixed32,json=repeatedFixed32" json:"repeated_fixed32,omitempty"`
	RepeatedFixed64        []uint64                               `protobuf:"fixed64,38,rep,name=repeated_fixed64,json=repeatedFixed64" json:"repeated_fixed64,omitempty"`
	RepeatedSfixed32       []int32                                `protobuf:"fixed32,39,rep,name=repeated_sfixed32,json=repeatedSfixed32" json:"repeated_sfixed32,omitempty"`
	RepeatedSfixed64       []int64                                `protobuf:"fixed64,40,rep,name=repeated_sfixed64,json=repeatedSfixed64" json:"repeated_sfixed64,omitempty"`
	RepeatedFloat          []float32                              `protobuf:"fixed32,41,rep,name=repeated_float,json=repeatedFloat" json:"repeated_float,omitempty"`
	RepeatedDouble         []float64                              `protobuf:"fixed64,42,rep,name=repeated_double,json=repeatedDouble" json:"repeated_double,omitempty"`
	RepeatedBool           []bool                                 `protobuf:"varint,43,rep,name=repeated_bool,json=repeatedBool" json:"repeated_bool,omitempty"`
	RepeatedString         []string                               `protobuf:"bytes,44,rep,name=repeated_string,json=repeatedString" json:"repeated_string,omitempty"`
	RepeatedBytes          [][]byte                               `protobuf:"bytes,45,rep,name=repeated_bytes,json=repeatedBytes" json:"repeated_bytes,omitempty"`
	RepeatedNestedMessage  []*TestAllTypes_NestedMessage          `protobuf:"bytes,51,rep,name=repeated_nested_message,json=repeatedNestedMessage" json:"repeated_nested_message,omitempty"`
	RepeatedNestedEnum     []TestAllTypes_NestedEnum              `protobuf:"varint,52,rep,name=repeated_nested_enum,json=repeatedNestedEnum,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum" json:"repeated_nested_enum,omitempty"`
	RepeatedStringPiece    []string                               `protobuf:"bytes,53,rep,name=repeated_string_piece,json=repeatedStringPiece" json:"repeated_string_piece,omitempty"`
	RepeatedCord           []string                               `protobuf:"bytes,54,rep,name=repeated_cord,json=repeatedCord" json:"repeated_cord,omitempty"`
	RepeatedLazyMessage    []*TestAllTypes_NestedMessage          `protobuf:"bytes,55,rep,name=repeated_lazy_message,json=repeatedLazyMessage" json:"repeated_lazy_message,omitempty"`
	RepeatedAny            []*anypb.Any                           `protobuf:"bytes,120,rep,name=repeated_any,json=repeatedAny" json:"repeated_any,omitempty"`
	RepeatedDuration       []*durationpb.Duration                 `protobuf:"bytes,121,rep,name=repeated_duration,json=repeatedDuration" json:"repeated_duration,omitempty"`
	RepeatedTimestamp      []*timestamppb.Timestamp               `protobuf:"bytes,122,rep,name=repeated_timestamp,json=repeatedTimestamp" json:"repeated_timestamp,omitempty"`
	RepeatedStruct         []*structpb.Struct                     `protobuf:"bytes,123,rep,name=repeated_struct,json=repeatedStruct" json:"repeated_struct,omitempty"`
	RepeatedValue          []*structpb.Value                      `protobuf:"bytes,124,rep,name=repeated_value,json=repeatedValue" json:"repeated_value,omitempty"`
	RepeatedInt64Wrapper   []*wrapperspb.Int64Value               `protobuf:"bytes,125,rep,name=repeated_int64_wrapper,json=repeatedInt64Wrapper" json:"repeated_int64_wrapper,omitempty"`
	RepeatedInt32Wrapper   []*wrapperspb.Int32Value               `protobuf:"bytes,126,rep,name=repeated_int32_wrapper,json=repeatedInt32Wrapper" json:"repeated_int32_wrapper,omitempty"`
	RepeatedDoubleWrapper  []*wrapperspb.DoubleValue              `protobuf:"bytes,127,rep,name=repeated_double_wrapper,json=repeatedDoubleWrapper" json:"repeated_double_wrapper,omitempty"`
	RepeatedFloatWrapper   []*wrapperspb.FloatValue               `protobuf:"bytes,128,rep,name=repeated_float_wrapper,json=repeatedFloatWrapper" json:"repeated_float_wrapper,omitempty"`
	RepeatedUint64Wrapper  []*wrapperspb.UInt64Value              `protobuf:"bytes,129,rep,name=repeated_uint64_wrapper,json=repeatedUint64Wrapper" json:"repeated_uint64_wrapper,omitempty"`
	RepeatedUint32Wrapper  []*wrapperspb.UInt32Value              `protobuf:"bytes,130,rep,name=repeated_uint32_wrapper,json=repeatedUint32Wrapper" json:"repeated_uint32_wrapper,omitempty"`
	RepeatedStringWrapper  []*wrapperspb.StringValue              `protobuf:"bytes,131,rep,name=repeated_string_wrapper,json=repeatedStringWrapper" json:"repeated_string_wrapper,omitempty"`
	RepeatedBoolWrapper    []*wrapperspb.BoolValue                `protobuf:"bytes,132,rep,name=repeated_bool_wrapper,json=repeatedBoolWrapper" json:"repeated_bool_wrapper,omitempty"`
	RepeatedBytesWrapper   []*wrapperspb.BytesValue               `protobuf:"bytes,133,rep,name=repeated_bytes_wrapper,json=repeatedBytesWrapper" json:"repeated_bytes_wrapper,omitempty"`
	RepeatedListValue      []*structpb.ListValue                  `protobuf:"bytes,134,rep,name=repeated_list_value,json=repeatedListValue" json:"repeated_list_value,omitempty"`
	RepeatedNullValue      []structpb.NullValue                   `protobuf:"varint,135,rep,name=repeated_null_value,json=repeatedNullValue,enum=google.protobuf.NullValue" json:"repeated_null_value,omitempty"`
	MapInt64NestedType     map[int64]*NestedTestAllTypes          `protobuf:"bytes,62,rep,name=map_int64_nested_type,json=mapInt64NestedType" json:"map_int64_nested_type,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolBool            map[bool]bool                          `protobuf:"bytes,63,rep,name=map_bool_bool,json=mapBoolBool" json:"map_bool_bool,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapBoolString          map[bool]string                        `protobuf:"bytes,64,rep,name=map_bool_string,json=mapBoolString" json:"map_bool_string,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolBytes           map[bool][]byte                        `protobuf:"bytes,65,rep,name=map_bool_bytes,json=mapBoolBytes" json:"map_bool_bytes,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolInt32           map[bool]int32                         `protobuf:"bytes,66,rep,name=map_bool_int32,json=mapBoolInt32" json:"map_bool_int32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapBoolInt64           map[bool]int64                         `protobuf:"bytes,67,rep,name=map_bool_int64,json=mapBoolInt64" json:"map_bool_int64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapBoolUint32          map[bool]uint32                        `protobuf:"bytes,68,rep,name=map_bool_uint32,json=mapBoolUint32" json:"map_bool_uint32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapBoolUint64          map[bool]uint64                        `protobuf:"bytes,69,rep,name=map_bool_uint64,json=mapBoolUint64" json:"map_bool_uint64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapBoolFloat           map[bool]float32                       `protobuf:"bytes,70,rep,name=map_bool_float,json=mapBoolFloat" json:"map_bool_float,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"`
	MapBoolDouble          map[bool]float64                       `protobuf:"bytes,71,rep,name=map_bool_double,json=mapBoolDouble" json:"map_bool_double,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"`
	MapBoolEnum            map[bool]TestAllTypes_NestedEnum       `protobuf:"bytes,72,rep,name=map_bool_enum,json=mapBoolEnum" json:"map_bool_enum,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum"`
	MapBoolMessage         map[bool]*TestAllTypes_NestedMessage   `protobuf:"bytes,73,rep,name=map_bool_message,json=mapBoolMessage" json:"map_bool_message,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolDuration        map[bool]*durationpb.Duration          `protobuf:"bytes,228,rep,name=map_bool_duration,json=mapBoolDuration" json:"map_bool_duration,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolTimestamp       map[bool]*timestamppb.Timestamp        `protobuf:"bytes,229,rep,name=map_bool_timestamp,json=mapBoolTimestamp" json:"map_bool_timestamp,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolNullValue       map[bool]structpb.NullValue            `protobuf:"bytes,230,rep,name=map_bool_null_value,json=mapBoolNullValue" json:"map_bool_null_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=google.protobuf.NullValue"`
	MapBoolAny             map[bool]*anypb.Any                    `protobuf:"bytes,246,rep,name=map_bool_any,json=mapBoolAny" json:"map_bool_any,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolStruct          map[bool]*structpb.Struct              `protobuf:"bytes,247,rep,name=map_bool_struct,json=mapBoolStruct" json:"map_bool_struct,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolValue           map[bool]*structpb.Value               `protobuf:"bytes,248,rep,name=map_bool_value,json=mapBoolValue" json:"map_bool_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolListValue       map[bool]*structpb.ListValue           `protobuf:"bytes,249,rep,name=map_bool_list_value,json=mapBoolListValue" json:"map_bool_list_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolInt64Wrapper    map[bool]*wrapperspb.Int64Value        `protobuf:"bytes,250,rep,name=map_bool_int64_wrapper,json=mapBoolInt64Wrapper" json:"map_bool_int64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolInt32Wrapper    map[bool]*wrapperspb.Int32Value        `protobuf:"bytes,251,rep,name=map_bool_int32_wrapper,json=mapBoolInt32Wrapper" json:"map_bool_int32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolDoubleWrapper   map[bool]*wrapperspb.DoubleValue       `protobuf:"bytes,252,rep,name=map_bool_double_wrapper,json=mapBoolDoubleWrapper" json:"map_bool_double_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolFloatWrapper    map[bool]*wrapperspb.FloatValue        `protobuf:"bytes,253,rep,name=map_bool_float_wrapper,json=mapBoolFloatWrapper" json:"map_bool_float_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolUint64Wrapper   map[bool]*wrapperspb.UInt64Value       `protobuf:"bytes,254,rep,name=map_bool_uint64_wrapper,json=mapBoolUint64Wrapper" json:"map_bool_uint64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolUint32Wrapper   map[bool]*wrapperspb.UInt32Value       `protobuf:"bytes,255,rep,name=map_bool_uint32_wrapper,json=mapBoolUint32Wrapper" json:"map_bool_uint32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolStringWrapper   map[bool]*wrapperspb.StringValue       `protobuf:"bytes,256,rep,name=map_bool_string_wrapper,json=mapBoolStringWrapper" json:"map_bool_string_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolBoolWrapper     map[bool]*wrapperspb.BoolValue         `protobuf:"bytes,257,rep,name=map_bool_bool_wrapper,json=mapBoolBoolWrapper" json:"map_bool_bool_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapBoolBytesWrapper    map[bool]*wrapperspb.BytesValue        `protobuf:"bytes,258,rep,name=map_bool_bytes_wrapper,json=mapBoolBytesWrapper" json:"map_bool_bytes_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Bool           map[int32]bool                         `protobuf:"bytes,74,rep,name=map_int32_bool,json=mapInt32Bool" json:"map_int32_bool,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt32String         map[int32]string                       `protobuf:"bytes,75,rep,name=map_int32_string,json=mapInt32String" json:"map_int32_string,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Bytes          map[int32][]byte                       `protobuf:"bytes,76,rep,name=map_int32_bytes,json=mapInt32Bytes" json:"map_int32_bytes,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Int32          map[int32]int32                        `protobuf:"bytes,77,rep,name=map_int32_int32,json=mapInt32Int32" json:"map_int32_int32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt32Int64          map[int32]int64                        `protobuf:"bytes,78,rep,name=map_int32_int64,json=mapInt32Int64" json:"map_int32_int64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt32Uint32         map[int32]uint32                       `protobuf:"bytes,79,rep,name=map_int32_uint32,json=mapInt32Uint32" json:"map_int32_uint32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt32Uint64         map[int32]uint64                       `protobuf:"bytes,80,rep,name=map_int32_uint64,json=mapInt32Uint64" json:"map_int32_uint64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt32Float          map[int32]float32                      `protobuf:"bytes,81,rep,name=map_int32_float,json=mapInt32Float" json:"map_int32_float,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"`
	MapInt32Double         map[int32]float64                      `protobuf:"bytes,82,rep,name=map_int32_double,json=mapInt32Double" json:"map_int32_double,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"`
	MapInt32Enum           map[int32]TestAllTypes_NestedEnum      `protobuf:"bytes,83,rep,name=map_int32_enum,json=mapInt32Enum" json:"map_int32_enum,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum"`
	MapInt32Message        map[int32]*TestAllTypes_NestedMessage  `protobuf:"bytes,84,rep,name=map_int32_message,json=mapInt32Message" json:"map_int32_message,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Duration       map[int32]*durationpb.Duration         `protobuf:"bytes,231,rep,name=map_int32_duration,json=mapInt32Duration" json:"map_int32_duration,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Timestamp      map[int32]*timestamppb.Timestamp       `protobuf:"bytes,232,rep,name=map_int32_timestamp,json=mapInt32Timestamp" json:"map_int32_timestamp,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32NullValue      map[int32]structpb.NullValue           `protobuf:"bytes,233,rep,name=map_int32_null_value,json=mapInt32NullValue" json:"map_int32_null_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=google.protobuf.NullValue"`
	MapInt32Any            map[int32]*anypb.Any                   `protobuf:"bytes,259,rep,name=map_int32_any,json=mapInt32Any" json:"map_int32_any,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Struct         map[int32]*structpb.Struct             `protobuf:"bytes,260,rep,name=map_int32_struct,json=mapInt32Struct" json:"map_int32_struct,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Value          map[int32]*structpb.Value              `protobuf:"bytes,261,rep,name=map_int32_value,json=mapInt32Value" json:"map_int32_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32ListValue      map[int32]*structpb.ListValue          `protobuf:"bytes,262,rep,name=map_int32_list_value,json=mapInt32ListValue" json:"map_int32_list_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Int64Wrapper   map[int32]*wrapperspb.Int64Value       `protobuf:"bytes,263,rep,name=map_int32_int64_wrapper,json=mapInt32Int64Wrapper" json:"map_int32_int64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Int32Wrapper   map[int32]*wrapperspb.Int32Value       `protobuf:"bytes,264,rep,name=map_int32_int32_wrapper,json=mapInt32Int32Wrapper" json:"map_int32_int32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32DoubleWrapper  map[int32]*wrapperspb.DoubleValue      `protobuf:"bytes,265,rep,name=map_int32_double_wrapper,json=mapInt32DoubleWrapper" json:"map_int32_double_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32FloatWrapper   map[int32]*wrapperspb.FloatValue       `protobuf:"bytes,266,rep,name=map_int32_float_wrapper,json=mapInt32FloatWrapper" json:"map_int32_float_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Uint64Wrapper  map[int32]*wrapperspb.UInt64Value      `protobuf:"bytes,267,rep,name=map_int32_uint64_wrapper,json=mapInt32Uint64Wrapper" json:"map_int32_uint64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32Uint32Wrapper  map[int32]*wrapperspb.UInt32Value      `protobuf:"bytes,268,rep,name=map_int32_uint32_wrapper,json=mapInt32Uint32Wrapper" json:"map_int32_uint32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32StringWrapper  map[int32]*wrapperspb.StringValue      `protobuf:"bytes,269,rep,name=map_int32_string_wrapper,json=mapInt32StringWrapper" json:"map_int32_string_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32BoolWrapper    map[int32]*wrapperspb.BoolValue        `protobuf:"bytes,270,rep,name=map_int32_bool_wrapper,json=mapInt32BoolWrapper" json:"map_int32_bool_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt32BytesWrapper   map[int32]*wrapperspb.BytesValue       `protobuf:"bytes,271,rep,name=map_int32_bytes_wrapper,json=mapInt32BytesWrapper" json:"map_int32_bytes_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Bool           map[int64]bool                         `protobuf:"bytes,85,rep,name=map_int64_bool,json=mapInt64Bool" json:"map_int64_bool,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt64String         map[int64]string                       `protobuf:"bytes,86,rep,name=map_int64_string,json=mapInt64String" json:"map_int64_string,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Bytes          map[int64][]byte                       `protobuf:"bytes,87,rep,name=map_int64_bytes,json=mapInt64Bytes" json:"map_int64_bytes,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Int32          map[int64]int32                        `protobuf:"bytes,88,rep,name=map_int64_int32,json=mapInt64Int32" json:"map_int64_int32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt64Int64          map[int64]int64                        `protobuf:"bytes,89,rep,name=map_int64_int64,json=mapInt64Int64" json:"map_int64_int64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt64Uint32         map[int64]uint32                       `protobuf:"bytes,90,rep,name=map_int64_uint32,json=mapInt64Uint32" json:"map_int64_uint32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt64Uint64         map[int64]uint64                       `protobuf:"bytes,91,rep,name=map_int64_uint64,json=mapInt64Uint64" json:"map_int64_uint64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapInt64Float          map[int64]float32                      `protobuf:"bytes,92,rep,name=map_int64_float,json=mapInt64Float" json:"map_int64_float,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"`
	MapInt64Double         map[int64]float64                      `protobuf:"bytes,93,rep,name=map_int64_double,json=mapInt64Double" json:"map_int64_double,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"`
	MapInt64Enum           map[int64]TestAllTypes_NestedEnum      `protobuf:"bytes,94,rep,name=map_int64_enum,json=mapInt64Enum" json:"map_int64_enum,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum"`
	MapInt64Message        map[int64]*TestAllTypes_NestedMessage  `protobuf:"bytes,95,rep,name=map_int64_message,json=mapInt64Message" json:"map_int64_message,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Duration       map[int64]*durationpb.Duration         `protobuf:"bytes,234,rep,name=map_int64_duration,json=mapInt64Duration" json:"map_int64_duration,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Timestamp      map[int64]*timestamppb.Timestamp       `protobuf:"bytes,235,rep,name=map_int64_timestamp,json=mapInt64Timestamp" json:"map_int64_timestamp,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64NullValue      map[int64]structpb.NullValue           `protobuf:"bytes,236,rep,name=map_int64_null_value,json=mapInt64NullValue" json:"map_int64_null_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=google.protobuf.NullValue"`
	MapInt64Any            map[int64]*anypb.Any                   `protobuf:"bytes,272,rep,name=map_int64_any,json=mapInt64Any" json:"map_int64_any,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Struct         map[int64]*structpb.Struct             `protobuf:"bytes,273,rep,name=map_int64_struct,json=mapInt64Struct" json:"map_int64_struct,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Value          map[int64]*structpb.Value              `protobuf:"bytes,274,rep,name=map_int64_value,json=mapInt64Value" json:"map_int64_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64ListValue      map[int64]*structpb.ListValue          `protobuf:"bytes,275,rep,name=map_int64_list_value,json=mapInt64ListValue" json:"map_int64_list_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Int64Wrapper   map[int64]*wrapperspb.Int64Value       `protobuf:"bytes,276,rep,name=map_int64_int64_wrapper,json=mapInt64Int64Wrapper" json:"map_int64_int64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Int32Wrapper   map[int64]*wrapperspb.Int32Value       `protobuf:"bytes,277,rep,name=map_int64_int32_wrapper,json=mapInt64Int32Wrapper" json:"map_int64_int32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64DoubleWrapper  map[int64]*wrapperspb.DoubleValue      `protobuf:"bytes,278,rep,name=map_int64_double_wrapper,json=mapInt64DoubleWrapper" json:"map_int64_double_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64FloatWrapper   map[int64]*wrapperspb.FloatValue       `protobuf:"bytes,279,rep,name=map_int64_float_wrapper,json=mapInt64FloatWrapper" json:"map_int64_float_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Uint64Wrapper  map[int64]*wrapperspb.UInt64Value      `protobuf:"bytes,280,rep,name=map_int64_uint64_wrapper,json=mapInt64Uint64Wrapper" json:"map_int64_uint64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64Uint32Wrapper  map[int64]*wrapperspb.UInt32Value      `protobuf:"bytes,281,rep,name=map_int64_uint32_wrapper,json=mapInt64Uint32Wrapper" json:"map_int64_uint32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64StringWrapper  map[int64]*wrapperspb.StringValue      `protobuf:"bytes,282,rep,name=map_int64_string_wrapper,json=mapInt64StringWrapper" json:"map_int64_string_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64BoolWrapper    map[int64]*wrapperspb.BoolValue        `protobuf:"bytes,283,rep,name=map_int64_bool_wrapper,json=mapInt64BoolWrapper" json:"map_int64_bool_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapInt64BytesWrapper   map[int64]*wrapperspb.BytesValue       `protobuf:"bytes,284,rep,name=map_int64_bytes_wrapper,json=mapInt64BytesWrapper" json:"map_int64_bytes_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Bool          map[uint32]bool                        `protobuf:"bytes,96,rep,name=map_uint32_bool,json=mapUint32Bool" json:"map_uint32_bool,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint32String        map[uint32]string                      `protobuf:"bytes,97,rep,name=map_uint32_string,json=mapUint32String" json:"map_uint32_string,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Bytes         map[uint32][]byte                      `protobuf:"bytes,98,rep,name=map_uint32_bytes,json=mapUint32Bytes" json:"map_uint32_bytes,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Int32         map[uint32]int32                       `protobuf:"bytes,99,rep,name=map_uint32_int32,json=mapUint32Int32" json:"map_uint32_int32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint32Int64         map[uint32]int64                       `protobuf:"bytes,200,rep,name=map_uint32_int64,json=mapUint32Int64" json:"map_uint32_int64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint32Uint32        map[uint32]uint32                      `protobuf:"bytes,201,rep,name=map_uint32_uint32,json=mapUint32Uint32" json:"map_uint32_uint32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint32Uint64        map[uint32]uint64                      `protobuf:"bytes,202,rep,name=map_uint32_uint64,json=mapUint32Uint64" json:"map_uint32_uint64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint32Float         map[uint32]float32                     `protobuf:"bytes,203,rep,name=map_uint32_float,json=mapUint32Float" json:"map_uint32_float,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"`
	MapUint32Double        map[uint32]float64                     `protobuf:"bytes,204,rep,name=map_uint32_double,json=mapUint32Double" json:"map_uint32_double,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"`
	MapUint32Enum          map[uint32]TestAllTypes_NestedEnum     `protobuf:"bytes,205,rep,name=map_uint32_enum,json=mapUint32Enum" json:"map_uint32_enum,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum"`
	MapUint32Message       map[uint32]*TestAllTypes_NestedMessage `protobuf:"bytes,206,rep,name=map_uint32_message,json=mapUint32Message" json:"map_uint32_message,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Duration      map[uint32]*durationpb.Duration        `protobuf:"bytes,237,rep,name=map_uint32_duration,json=mapUint32Duration" json:"map_uint32_duration,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Timestamp     map[uint32]*timestamppb.Timestamp      `protobuf:"bytes,238,rep,name=map_uint32_timestamp,json=mapUint32Timestamp" json:"map_uint32_timestamp,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32NullValue     map[uint32]structpb.NullValue          `protobuf:"bytes,239,rep,name=map_uint32_null_value,json=mapUint32NullValue" json:"map_uint32_null_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=google.protobuf.NullValue"`
	MapUint32Any           map[uint32]*anypb.Any                  `protobuf:"bytes,285,rep,name=map_uint32_any,json=mapUint32Any" json:"map_uint32_any,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Struct        map[uint32]*structpb.Struct            `protobuf:"bytes,286,rep,name=map_uint32_struct,json=mapUint32Struct" json:"map_uint32_struct,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Value         map[uint32]*structpb.Value             `protobuf:"bytes,287,rep,name=map_uint32_value,json=mapUint32Value" json:"map_uint32_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32ListValue     map[uint32]*structpb.ListValue         `protobuf:"bytes,288,rep,name=map_uint32_list_value,json=mapUint32ListValue" json:"map_uint32_list_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Int64Wrapper  map[uint32]*wrapperspb.Int64Value      `protobuf:"bytes,289,rep,name=map_uint32_int64_wrapper,json=mapUint32Int64Wrapper" json:"map_uint32_int64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Int32Wrapper  map[uint32]*wrapperspb.Int32Value      `protobuf:"bytes,290,rep,name=map_uint32_int32_wrapper,json=mapUint32Int32Wrapper" json:"map_uint32_int32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32DoubleWrapper map[uint32]*wrapperspb.DoubleValue     `protobuf:"bytes,291,rep,name=map_uint32_double_wrapper,json=mapUint32DoubleWrapper" json:"map_uint32_double_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32FloatWrapper  map[uint32]*wrapperspb.FloatValue      `protobuf:"bytes,292,rep,name=map_uint32_float_wrapper,json=mapUint32FloatWrapper" json:"map_uint32_float_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Uint64Wrapper map[uint32]*wrapperspb.UInt64Value     `protobuf:"bytes,293,rep,name=map_uint32_uint64_wrapper,json=mapUint32Uint64Wrapper" json:"map_uint32_uint64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32Uint32Wrapper map[uint32]*wrapperspb.UInt32Value     `protobuf:"bytes,294,rep,name=map_uint32_uint32_wrapper,json=mapUint32Uint32Wrapper" json:"map_uint32_uint32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32StringWrapper map[uint32]*wrapperspb.StringValue     `protobuf:"bytes,295,rep,name=map_uint32_string_wrapper,json=mapUint32StringWrapper" json:"map_uint32_string_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32BoolWrapper   map[uint32]*wrapperspb.BoolValue       `protobuf:"bytes,296,rep,name=map_uint32_bool_wrapper,json=mapUint32BoolWrapper" json:"map_uint32_bool_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint32BytesWrapper  map[uint32]*wrapperspb.BytesValue      `protobuf:"bytes,297,rep,name=map_uint32_bytes_wrapper,json=mapUint32BytesWrapper" json:"map_uint32_bytes_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Bool          map[uint64]bool                        `protobuf:"bytes,207,rep,name=map_uint64_bool,json=mapUint64Bool" json:"map_uint64_bool,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint64String        map[uint64]string                      `protobuf:"bytes,208,rep,name=map_uint64_string,json=mapUint64String" json:"map_uint64_string,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Bytes         map[uint64][]byte                      `protobuf:"bytes,209,rep,name=map_uint64_bytes,json=mapUint64Bytes" json:"map_uint64_bytes,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Int32         map[uint64]int32                       `protobuf:"bytes,210,rep,name=map_uint64_int32,json=mapUint64Int32" json:"map_uint64_int32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint64Int64         map[uint64]int64                       `protobuf:"bytes,211,rep,name=map_uint64_int64,json=mapUint64Int64" json:"map_uint64_int64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint64Uint32        map[uint64]uint32                      `protobuf:"bytes,212,rep,name=map_uint64_uint32,json=mapUint64Uint32" json:"map_uint64_uint32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint64Uint64        map[uint64]uint64                      `protobuf:"bytes,213,rep,name=map_uint64_uint64,json=mapUint64Uint64" json:"map_uint64_uint64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapUint64Float         map[uint64]float32                     `protobuf:"bytes,214,rep,name=map_uint64_float,json=mapUint64Float" json:"map_uint64_float,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"`
	MapUint64Double        map[uint64]float64                     `protobuf:"bytes,215,rep,name=map_uint64_double,json=mapUint64Double" json:"map_uint64_double,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"`
	MapUint64Enum          map[uint64]TestAllTypes_NestedEnum     `protobuf:"bytes,216,rep,name=map_uint64_enum,json=mapUint64Enum" json:"map_uint64_enum,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum"`
	MapUint64Message       map[uint64]*TestAllTypes_NestedMessage `protobuf:"bytes,217,rep,name=map_uint64_message,json=mapUint64Message" json:"map_uint64_message,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Duration      map[uint64]*durationpb.Duration        `protobuf:"bytes,240,rep,name=map_uint64_duration,json=mapUint64Duration" json:"map_uint64_duration,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Timestamp     map[uint64]*timestamppb.Timestamp      `protobuf:"bytes,241,rep,name=map_uint64_timestamp,json=mapUint64Timestamp" json:"map_uint64_timestamp,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64NullValue     map[uint64]structpb.NullValue          `protobuf:"bytes,242,rep,name=map_uint64_null_value,json=mapUint64NullValue" json:"map_uint64_null_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=google.protobuf.NullValue"`
	MapUint64Any           map[uint64]*anypb.Any                  `protobuf:"bytes,298,rep,name=map_uint64_any,json=mapUint64Any" json:"map_uint64_any,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Struct        map[uint64]*structpb.Struct            `protobuf:"bytes,299,rep,name=map_uint64_struct,json=mapUint64Struct" json:"map_uint64_struct,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Value         map[uint64]*structpb.Value             `protobuf:"bytes,300,rep,name=map_uint64_value,json=mapUint64Value" json:"map_uint64_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64ListValue     map[uint64]*structpb.ListValue         `protobuf:"bytes,301,rep,name=map_uint64_list_value,json=mapUint64ListValue" json:"map_uint64_list_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Int64Wrapper  map[uint64]*wrapperspb.Int64Value      `protobuf:"bytes,302,rep,name=map_uint64_int64_wrapper,json=mapUint64Int64Wrapper" json:"map_uint64_int64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Int32Wrapper  map[uint64]*wrapperspb.Int32Value      `protobuf:"bytes,303,rep,name=map_uint64_int32_wrapper,json=mapUint64Int32Wrapper" json:"map_uint64_int32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64DoubleWrapper map[uint64]*wrapperspb.DoubleValue     `protobuf:"bytes,304,rep,name=map_uint64_double_wrapper,json=mapUint64DoubleWrapper" json:"map_uint64_double_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64FloatWrapper  map[uint64]*wrapperspb.FloatValue      `protobuf:"bytes,305,rep,name=map_uint64_float_wrapper,json=mapUint64FloatWrapper" json:"map_uint64_float_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Uint64Wrapper map[uint64]*wrapperspb.UInt64Value     `protobuf:"bytes,306,rep,name=map_uint64_uint64_wrapper,json=mapUint64Uint64Wrapper" json:"map_uint64_uint64_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64Uint32Wrapper map[uint64]*wrapperspb.UInt32Value     `protobuf:"bytes,307,rep,name=map_uint64_uint32_wrapper,json=mapUint64Uint32Wrapper" json:"map_uint64_uint32_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64StringWrapper map[uint64]*wrapperspb.StringValue     `protobuf:"bytes,308,rep,name=map_uint64_string_wrapper,json=mapUint64StringWrapper" json:"map_uint64_string_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64BoolWrapper   map[uint64]*wrapperspb.BoolValue       `protobuf:"bytes,309,rep,name=map_uint64_bool_wrapper,json=mapUint64BoolWrapper" json:"map_uint64_bool_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapUint64BytesWrapper  map[uint64]*wrapperspb.BytesValue      `protobuf:"bytes,310,rep,name=map_uint64_bytes_wrapper,json=mapUint64BytesWrapper" json:"map_uint64_bytes_wrapper,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringBool          map[string]bool                        `protobuf:"bytes,218,rep,name=map_string_bool,json=mapStringBool" json:"map_string_bool,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapStringString        map[string]string                      `protobuf:"bytes,61,rep,name=map_string_string,json=mapStringString" json:"map_string_string,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringBytes         map[string][]byte                      `protobuf:"bytes,219,rep,name=map_string_bytes,json=mapStringBytes" json:"map_string_bytes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringInt32         map[string]int32                       `protobuf:"bytes,220,rep,name=map_string_int32,json=mapStringInt32" json:"map_string_int32,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapStringInt64         map[string]int64                       `protobuf:"bytes,221,rep,name=map_string_int64,json=mapStringInt64" json:"map_string_int64,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapStringUint32        map[string]uint32                      `protobuf:"bytes,222,rep,name=map_string_uint32,json=mapStringUint32" json:"map_string_uint32,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapStringUint64        map[string]uint64                      `protobuf:"bytes,223,rep,name=map_string_uint64,json=mapStringUint64" json:"map_string_uint64,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
	MapStringFloat         map[string]float32                     `protobuf:"bytes,224,rep,name=map_string_float,json=mapStringFloat" json:"map_string_float,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"`
	MapStringDouble        map[string]float64                     `protobuf:"bytes,225,rep,name=map_string_double,json=mapStringDouble" json:"map_string_double,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"`
	MapStringEnum          map[string]TestAllTypes_NestedEnum     `protobuf:"bytes,226,rep,name=map_string_enum,json=mapStringEnum" json:"map_string_enum,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum"`
	MapStringMessage       map[string]*TestAllTypes_NestedMessage `protobuf:"bytes,227,rep,name=map_string_message,json=mapStringMessage" json:"map_string_message,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringDuration      map[string]*durationpb.Duration        `protobuf:"bytes,243,rep,name=map_string_duration,json=mapStringDuration" json:"map_string_duration,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringTimestamp     map[string]*timestamppb.Timestamp      `protobuf:"bytes,244,rep,name=map_string_timestamp,json=mapStringTimestamp" json:"map_string_timestamp,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringNullValue     map[string]structpb.NullValue          `protobuf:"bytes,245,rep,name=map_string_null_value,json=mapStringNullValue" json:"map_string_null_value,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=google.protobuf.NullValue"`
	MapStringAny           map[string]*anypb.Any                  `protobuf:"bytes,311,rep,name=map_string_any,json=mapStringAny" json:"map_string_any,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringStruct        map[string]*structpb.Struct            `protobuf:"bytes,312,rep,name=map_string_struct,json=mapStringStruct" json:"map_string_struct,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringValue         map[string]*structpb.Value             `protobuf:"bytes,313,rep,name=map_string_value,json=mapStringValue" json:"map_string_value,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringListValue     map[string]*structpb.ListValue         `protobuf:"bytes,314,rep,name=map_string_list_value,json=mapStringListValue" json:"map_string_list_value,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringInt64Wrapper  map[string]*wrapperspb.Int64Value      `protobuf:"bytes,315,rep,name=map_string_int64_wrapper,json=mapStringInt64Wrapper" json:"map_string_int64_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringInt32Wrapper  map[string]*wrapperspb.Int32Value      `protobuf:"bytes,316,rep,name=map_string_int32_wrapper,json=mapStringInt32Wrapper" json:"map_string_int32_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringDoubleWrapper map[string]*wrapperspb.DoubleValue     `protobuf:"bytes,317,rep,name=map_string_double_wrapper,json=mapStringDoubleWrapper" json:"map_string_double_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringFloatWrapper  map[string]*wrapperspb.FloatValue      `protobuf:"bytes,318,rep,name=map_string_float_wrapper,json=mapStringFloatWrapper" json:"map_string_float_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringUint64Wrapper map[string]*wrapperspb.UInt64Value     `protobuf:"bytes,319,rep,name=map_string_uint64_wrapper,json=mapStringUint64Wrapper" json:"map_string_uint64_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringUint32Wrapper map[string]*wrapperspb.UInt32Value     `protobuf:"bytes,320,rep,name=map_string_uint32_wrapper,json=mapStringUint32Wrapper" json:"map_string_uint32_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringStringWrapper map[string]*wrapperspb.StringValue     `protobuf:"bytes,321,rep,name=map_string_string_wrapper,json=mapStringStringWrapper" json:"map_string_string_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringBoolWrapper   map[string]*wrapperspb.BoolValue       `protobuf:"bytes,322,rep,name=map_string_bool_wrapper,json=mapStringBoolWrapper" json:"map_string_bool_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	MapStringBytesWrapper  map[string]*wrapperspb.BytesValue      `protobuf:"bytes,323,rep,name=map_string_bytes_wrapper,json=mapStringBytesWrapper" json:"map_string_bytes_wrapper,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	// Types that are valid to be assigned to Kind:
	//
	//	*TestAllTypes_OneofType
	//	*TestAllTypes_OneofMsg
	//	*TestAllTypes_OneofBool
	Kind        isTestAllTypes_Kind       `protobuf_oneof:"kind"`
	Nestedgroup *TestAllTypes_NestedGroup `protobuf:"group,403,opt,name=NestedGroup,json=nestedgroup" json:"nestedgroup,omitempty"`
	// contains filtered or unexported fields
}

func (*TestAllTypes) Descriptor

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

Deprecated: Use TestAllTypes.ProtoReflect.Descriptor instead.

func (*TestAllTypes) GetEmpty

func (x *TestAllTypes) GetEmpty() *emptypb.Empty

func (*TestAllTypes) GetFieldMask

func (x *TestAllTypes) GetFieldMask() *fieldmaskpb.FieldMask

func (*TestAllTypes) GetIn

func (x *TestAllTypes) GetIn() bool

func (*TestAllTypes) GetKind

func (x *TestAllTypes) GetKind() isTestAllTypes_Kind

func (*TestAllTypes) GetListValue

func (x *TestAllTypes) GetListValue() *structpb.ListValue

func (*TestAllTypes) GetMapBoolAny

func (x *TestAllTypes) GetMapBoolAny() map[bool]*anypb.Any

func (*TestAllTypes) GetMapBoolBool

func (x *TestAllTypes) GetMapBoolBool() map[bool]bool

func (*TestAllTypes) GetMapBoolBoolWrapper

func (x *TestAllTypes) GetMapBoolBoolWrapper() map[bool]*wrapperspb.BoolValue

func (*TestAllTypes) GetMapBoolBytes

func (x *TestAllTypes) GetMapBoolBytes() map[bool][]byte

func (*TestAllTypes) GetMapBoolBytesWrapper

func (x *TestAllTypes) GetMapBoolBytesWrapper() map[bool]*wrapperspb.BytesValue

func (*TestAllTypes) GetMapBoolDouble

func (x *TestAllTypes) GetMapBoolDouble() map[bool]float64

func (*TestAllTypes) GetMapBoolDoubleWrapper

func (x *TestAllTypes) GetMapBoolDoubleWrapper() map[bool]*wrapperspb.DoubleValue

func (*TestAllTypes) GetMapBoolDuration

func (x *TestAllTypes) GetMapBoolDuration() map[bool]*durationpb.Duration

func (*TestAllTypes) GetMapBoolEnum

func (x *TestAllTypes) GetMapBoolEnum() map[bool]TestAllTypes_NestedEnum

func (*TestAllTypes) GetMapBoolFloat

func (x *TestAllTypes) GetMapBoolFloat() map[bool]float32

func (*TestAllTypes) GetMapBoolFloatWrapper

func (x *TestAllTypes) GetMapBoolFloatWrapper() map[bool]*wrapperspb.FloatValue

func (*TestAllTypes) GetMapBoolInt32

func (x *TestAllTypes) GetMapBoolInt32() map[bool]int32

func (*TestAllTypes) GetMapBoolInt32Wrapper

func (x *TestAllTypes) GetMapBoolInt32Wrapper() map[bool]*wrapperspb.Int32Value

func (*TestAllTypes) GetMapBoolInt64

func (x *TestAllTypes) GetMapBoolInt64() map[bool]int64

func (*TestAllTypes) GetMapBoolInt64Wrapper

func (x *TestAllTypes) GetMapBoolInt64Wrapper() map[bool]*wrapperspb.Int64Value

func (*TestAllTypes) GetMapBoolListValue

func (x *TestAllTypes) GetMapBoolListValue() map[bool]*structpb.ListValue

func (*TestAllTypes) GetMapBoolMessage

func (x *TestAllTypes) GetMapBoolMessage() map[bool]*TestAllTypes_NestedMessage

func (*TestAllTypes) GetMapBoolNullValue

func (x *TestAllTypes) GetMapBoolNullValue() map[bool]structpb.NullValue

func (*TestAllTypes) GetMapBoolString

func (x *TestAllTypes) GetMapBoolString() map[bool]string

func (*TestAllTypes) GetMapBoolStringWrapper

func (x *TestAllTypes) GetMapBoolStringWrapper() map[bool]*wrapperspb.StringValue

func (*TestAllTypes) GetMapBoolStruct

func (x *TestAllTypes) GetMapBoolStruct() map[bool]*structpb.Struct

func (*TestAllTypes) GetMapBoolTimestamp

func (x *TestAllTypes) GetMapBoolTimestamp() map[bool]*timestamppb.Timestamp

func (*TestAllTypes) GetMapBoolUint32

func (x *TestAllTypes) GetMapBoolUint32() map[bool]uint32

func (*TestAllTypes) GetMapBoolUint32Wrapper

func (x *TestAllTypes) GetMapBoolUint32Wrapper() map[bool]*wrapperspb.UInt32Value

func (*TestAllTypes) GetMapBoolUint64

func (x *TestAllTypes) GetMapBoolUint64() map[bool]uint64

func (*TestAllTypes) GetMapBoolUint64Wrapper

func (x *TestAllTypes) GetMapBoolUint64Wrapper() map[bool]*wrapperspb.UInt64Value

func (*TestAllTypes) GetMapBoolValue

func (x *TestAllTypes) GetMapBoolValue() map[bool]*structpb.Value

func (*TestAllTypes) GetMapInt32Any

func (x *TestAllTypes) GetMapInt32Any() map[int32]*anypb.Any

func (*TestAllTypes) GetMapInt32Bool

func (x *TestAllTypes) GetMapInt32Bool() map[int32]bool

func (*TestAllTypes) GetMapInt32BoolWrapper

func (x *TestAllTypes) GetMapInt32BoolWrapper() map[int32]*wrapperspb.BoolValue

func (*TestAllTypes) GetMapInt32Bytes

func (x *TestAllTypes) GetMapInt32Bytes() map[int32][]byte

func (*TestAllTypes) GetMapInt32BytesWrapper

func (x *TestAllTypes) GetMapInt32BytesWrapper() map[int32]*wrapperspb.BytesValue

func (*TestAllTypes) GetMapInt32Double

func (x *TestAllTypes) GetMapInt32Double() map[int32]float64

func (*TestAllTypes) GetMapInt32DoubleWrapper

func (x *TestAllTypes) GetMapInt32DoubleWrapper() map[int32]*wrapperspb.DoubleValue

func (*TestAllTypes) GetMapInt32Duration

func (x *TestAllTypes) GetMapInt32Duration() map[int32]*durationpb.Duration

func (*TestAllTypes) GetMapInt32Enum

func (x *TestAllTypes) GetMapInt32Enum() map[int32]TestAllTypes_NestedEnum

func (*TestAllTypes) GetMapInt32Float

func (x *TestAllTypes) GetMapInt32Float() map[int32]float32

func (*TestAllTypes) GetMapInt32FloatWrapper

func (x *TestAllTypes) GetMapInt32FloatWrapper() map[int32]*wrapperspb.FloatValue

func (*TestAllTypes) GetMapInt32Int32

func (x *TestAllTypes) GetMapInt32Int32() map[int32]int32

func (*TestAllTypes) GetMapInt32Int32Wrapper

func (x *TestAllTypes) GetMapInt32Int32Wrapper() map[int32]*wrapperspb.Int32Value

func (*TestAllTypes) GetMapInt32Int64

func (x *TestAllTypes) GetMapInt32Int64() map[int32]int64

func (*TestAllTypes) GetMapInt32Int64Wrapper

func (x *TestAllTypes) GetMapInt32Int64Wrapper() map[int32]*wrapperspb.Int64Value

func (*TestAllTypes) GetMapInt32ListValue

func (x *TestAllTypes) GetMapInt32ListValue() map[int32]*structpb.ListValue

func (*TestAllTypes) GetMapInt32Message

func (x *TestAllTypes) GetMapInt32Message() map[int32]*TestAllTypes_NestedMessage

func (*TestAllTypes) GetMapInt32NullValue

func (x *TestAllTypes) GetMapInt32NullValue() map[int32]structpb.NullValue

func (*TestAllTypes) GetMapInt32String

func (x *TestAllTypes) GetMapInt32String() map[int32]string

func (*TestAllTypes) GetMapInt32StringWrapper

func (x *TestAllTypes) GetMapInt32StringWrapper() map[int32]*wrapperspb.StringValue

func (*TestAllTypes) GetMapInt32Struct

func (x *TestAllTypes) GetMapInt32Struct() map[int32]*structpb.Struct

func (*TestAllTypes) GetMapInt32Timestamp

func (x *TestAllTypes) GetMapInt32Timestamp() map[int32]*timestamppb.Timestamp

func (*TestAllTypes) GetMapInt32Uint32

func (x *TestAllTypes) GetMapInt32Uint32() map[int32]uint32

func (*TestAllTypes) GetMapInt32Uint32Wrapper

func (x *TestAllTypes) GetMapInt32Uint32Wrapper() map[int32]*wrapperspb.UInt32Value

func (*TestAllTypes) GetMapInt32Uint64

func (x *TestAllTypes) GetMapInt32Uint64() map[int32]uint64

func (*TestAllTypes) GetMapInt32Uint64Wrapper

func (x *TestAllTypes) GetMapInt32Uint64Wrapper() map[int32]*wrapperspb.UInt64Value

func (*TestAllTypes) GetMapInt32Value

func (x *TestAllTypes) GetMapInt32Value() map[int32]*structpb.Value

func (*TestAllTypes) GetMapInt64Any

func (x *TestAllTypes) GetMapInt64Any() map[int64]*anypb.Any

func (*TestAllTypes) GetMapInt64Bool

func (x *TestAllTypes) GetMapInt64Bool() map[int64]bool

func (*TestAllTypes) GetMapInt64BoolWrapper

func (x *TestAllTypes) GetMapInt64BoolWrapper() map[int64]*wrapperspb.BoolValue

func (*TestAllTypes) GetMapInt64Bytes

func (x *TestAllTypes) GetMapInt64Bytes() map[int64][]byte

func (*TestAllTypes) GetMapInt64BytesWrapper

func (x *TestAllTypes) GetMapInt64BytesWrapper() map[int64]*wrapperspb.BytesValue

func (*TestAllTypes) GetMapInt64Double

func (x *TestAllTypes) GetMapInt64Double() map[int64]float64

func (*TestAllTypes) GetMapInt64DoubleWrapper

func (x *TestAllTypes) GetMapInt64DoubleWrapper() map[int64]*wrapperspb.DoubleValue

func (*TestAllTypes) GetMapInt64Duration

func (x *TestAllTypes) GetMapInt64Duration() map[int64]*durationpb.Duration

func (*TestAllTypes) GetMapInt64Enum

func (x *TestAllTypes) GetMapInt64Enum() map[int64]TestAllTypes_NestedEnum

func (*TestAllTypes) GetMapInt64Float

func (x *TestAllTypes) GetMapInt64Float() map[int64]float32

func (*TestAllTypes) GetMapInt64FloatWrapper

func (x *TestAllTypes) GetMapInt64FloatWrapper() map[int64]*wrapperspb.FloatValue

func (*TestAllTypes) GetMapInt64Int32

func (x *TestAllTypes) GetMapInt64Int32() map[int64]int32

func (*TestAllTypes) GetMapInt64Int32Wrapper

func (x *TestAllTypes) GetMapInt64Int32Wrapper() map[int64]*wrapperspb.Int32Value

func (*TestAllTypes) GetMapInt64Int64

func (x *TestAllTypes) GetMapInt64Int64() map[int64]int64

func (*TestAllTypes) GetMapInt64Int64Wrapper

func (x *TestAllTypes) GetMapInt64Int64Wrapper() map[int64]*wrapperspb.Int64Value

func (*TestAllTypes) GetMapInt64ListValue

func (x *TestAllTypes) GetMapInt64ListValue() map[int64]*structpb.ListValue

func (*TestAllTypes) GetMapInt64Message

func (x *TestAllTypes) GetMapInt64Message() map[int64]*TestAllTypes_NestedMessage

func (*TestAllTypes) GetMapInt64NestedType

func (x *TestAllTypes) GetMapInt64NestedType() map[int64]*NestedTestAllTypes

func (*TestAllTypes) GetMapInt64NullValue

func (x *TestAllTypes) GetMapInt64NullValue() map[int64]structpb.NullValue

func (*TestAllTypes) GetMapInt64String

func (x *TestAllTypes) GetMapInt64String() map[int64]string

func (*TestAllTypes) GetMapInt64StringWrapper

func (x *TestAllTypes) GetMapInt64StringWrapper() map[int64]*wrapperspb.StringValue

func (*TestAllTypes) GetMapInt64Struct

func (x *TestAllTypes) GetMapInt64Struct() map[int64]*structpb.Struct

func (*TestAllTypes) GetMapInt64Timestamp

func (x *TestAllTypes) GetMapInt64Timestamp() map[int64]*timestamppb.Timestamp

func (*TestAllTypes) GetMapInt64Uint32

func (x *TestAllTypes) GetMapInt64Uint32() map[int64]uint32

func (*TestAllTypes) GetMapInt64Uint32Wrapper

func (x *TestAllTypes) GetMapInt64Uint32Wrapper() map[int64]*wrapperspb.UInt32Value

func (*TestAllTypes) GetMapInt64Uint64

func (x *TestAllTypes) GetMapInt64Uint64() map[int64]uint64

func (*TestAllTypes) GetMapInt64Uint64Wrapper

func (x *TestAllTypes) GetMapInt64Uint64Wrapper() map[int64]*wrapperspb.UInt64Value

func (*TestAllTypes) GetMapInt64Value

func (x *TestAllTypes) GetMapInt64Value() map[int64]*structpb.Value

func (*TestAllTypes) GetMapStringAny

func (x *TestAllTypes) GetMapStringAny() map[string]*anypb.Any

func (*TestAllTypes) GetMapStringBool

func (x *TestAllTypes) GetMapStringBool() map[string]bool

func (*TestAllTypes) GetMapStringBoolWrapper

func (x *TestAllTypes) GetMapStringBoolWrapper() map[string]*wrapperspb.BoolValue

func (*TestAllTypes) GetMapStringBytes

func (x *TestAllTypes) GetMapStringBytes() map[string][]byte

func (*TestAllTypes) GetMapStringBytesWrapper

func (x *TestAllTypes) GetMapStringBytesWrapper() map[string]*wrapperspb.BytesValue

func (*TestAllTypes) GetMapStringDouble

func (x *TestAllTypes) GetMapStringDouble() map[string]float64

func (*TestAllTypes) GetMapStringDoubleWrapper

func (x *TestAllTypes) GetMapStringDoubleWrapper() map[string]*wrapperspb.DoubleValue

func (*TestAllTypes) GetMapStringDuration

func (x *TestAllTypes) GetMapStringDuration() map[string]*durationpb.Duration

func (*TestAllTypes) GetMapStringEnum

func (x *TestAllTypes) GetMapStringEnum() map[string]TestAllTypes_NestedEnum

func (*TestAllTypes) GetMapStringFloat

func (x *TestAllTypes) GetMapStringFloat() map[string]float32

func (*TestAllTypes) GetMapStringFloatWrapper

func (x *TestAllTypes) GetMapStringFloatWrapper() map[string]*wrapperspb.FloatValue

func (*TestAllTypes) GetMapStringInt32

func (x *TestAllTypes) GetMapStringInt32() map[string]int32

func (*TestAllTypes) GetMapStringInt32Wrapper

func (x *TestAllTypes) GetMapStringInt32Wrapper() map[string]*wrapperspb.Int32Value

func (*TestAllTypes) GetMapStringInt64

func (x *TestAllTypes) GetMapStringInt64() map[string]int64

func (*TestAllTypes) GetMapStringInt64Wrapper

func (x *TestAllTypes) GetMapStringInt64Wrapper() map[string]*wrapperspb.Int64Value

func (*TestAllTypes) GetMapStringListValue

func (x *TestAllTypes) GetMapStringListValue() map[string]*structpb.ListValue

func (*TestAllTypes) GetMapStringMessage

func (x *TestAllTypes) GetMapStringMessage() map[string]*TestAllTypes_NestedMessage

func (*TestAllTypes) GetMapStringNullValue

func (x *TestAllTypes) GetMapStringNullValue() map[string]structpb.NullValue

func (*TestAllTypes) GetMapStringString

func (x *TestAllTypes) GetMapStringString() map[string]string

func (*TestAllTypes) GetMapStringStringWrapper

func (x *TestAllTypes) GetMapStringStringWrapper() map[string]*wrapperspb.StringValue

func (*TestAllTypes) GetMapStringStruct

func (x *TestAllTypes) GetMapStringStruct() map[string]*structpb.Struct

func (*TestAllTypes) GetMapStringTimestamp

func (x *TestAllTypes) GetMapStringTimestamp() map[string]*timestamppb.Timestamp

func (*TestAllTypes) GetMapStringUint32

func (x *TestAllTypes) GetMapStringUint32() map[string]uint32

func (*TestAllTypes) GetMapStringUint32Wrapper

func (x *TestAllTypes) GetMapStringUint32Wrapper() map[string]*wrapperspb.UInt32Value

func (*TestAllTypes) GetMapStringUint64

func (x *TestAllTypes) GetMapStringUint64() map[string]uint64

func (*TestAllTypes) GetMapStringUint64Wrapper

func (x *TestAllTypes) GetMapStringUint64Wrapper() map[string]*wrapperspb.UInt64Value

func (*TestAllTypes) GetMapStringValue

func (x *TestAllTypes) GetMapStringValue() map[string]*structpb.Value

func (*TestAllTypes) GetMapUint32Any

func (x *TestAllTypes) GetMapUint32Any() map[uint32]*anypb.Any

func (*TestAllTypes) GetMapUint32Bool

func (x *TestAllTypes) GetMapUint32Bool() map[uint32]bool

func (*TestAllTypes) GetMapUint32BoolWrapper

func (x *TestAllTypes) GetMapUint32BoolWrapper() map[uint32]*wrapperspb.BoolValue

func (*TestAllTypes) GetMapUint32Bytes

func (x *TestAllTypes) GetMapUint32Bytes() map[uint32][]byte

func (*TestAllTypes) GetMapUint32BytesWrapper

func (x *TestAllTypes) GetMapUint32BytesWrapper() map[uint32]*wrapperspb.BytesValue

func (*TestAllTypes) GetMapUint32Double

func (x *TestAllTypes) GetMapUint32Double() map[uint32]float64

func (*TestAllTypes) GetMapUint32DoubleWrapper

func (x *TestAllTypes) GetMapUint32DoubleWrapper() map[uint32]*wrapperspb.DoubleValue

func (*TestAllTypes) GetMapUint32Duration

func (x *TestAllTypes) GetMapUint32Duration() map[uint32]*durationpb.Duration

func (*TestAllTypes) GetMapUint32Enum

func (x *TestAllTypes) GetMapUint32Enum() map[uint32]TestAllTypes_NestedEnum

func (*TestAllTypes) GetMapUint32Float

func (x *TestAllTypes) GetMapUint32Float() map[uint32]float32

func (*TestAllTypes) GetMapUint32FloatWrapper

func (x *TestAllTypes) GetMapUint32FloatWrapper() map[uint32]*wrapperspb.FloatValue

func (*TestAllTypes) GetMapUint32Int32

func (x *TestAllTypes) GetMapUint32Int32() map[uint32]int32

func (*TestAllTypes) GetMapUint32Int32Wrapper

func (x *TestAllTypes) GetMapUint32Int32Wrapper() map[uint32]*wrapperspb.Int32Value

func (*TestAllTypes) GetMapUint32Int64

func (x *TestAllTypes) GetMapUint32Int64() map[uint32]int64

func (*TestAllTypes) GetMapUint32Int64Wrapper

func (x *TestAllTypes) GetMapUint32Int64Wrapper() map[uint32]*wrapperspb.Int64Value

func (*TestAllTypes) GetMapUint32ListValue

func (x *TestAllTypes) GetMapUint32ListValue() map[uint32]*structpb.ListValue

func (*TestAllTypes) GetMapUint32Message

func (x *TestAllTypes) GetMapUint32Message() map[uint32]*TestAllTypes_NestedMessage

func (*TestAllTypes) GetMapUint32NullValue

func (x *TestAllTypes) GetMapUint32NullValue() map[uint32]structpb.NullValue

func (*TestAllTypes) GetMapUint32String

func (x *TestAllTypes) GetMapUint32String() map[uint32]string

func (*TestAllTypes) GetMapUint32StringWrapper

func (x *TestAllTypes) GetMapUint32StringWrapper() map[uint32]*wrapperspb.StringValue

func (*TestAllTypes) GetMapUint32Struct

func (x *TestAllTypes) GetMapUint32Struct() map[uint32]*structpb.Struct

func (*TestAllTypes) GetMapUint32Timestamp

func (x *TestAllTypes) GetMapUint32Timestamp() map[uint32]*timestamppb.Timestamp

func (*TestAllTypes) GetMapUint32Uint32

func (x *TestAllTypes) GetMapUint32Uint32() map[uint32]uint32

func (*TestAllTypes) GetMapUint32Uint32Wrapper

func (x *TestAllTypes) GetMapUint32Uint32Wrapper() map[uint32]*wrapperspb.UInt32Value

func (*TestAllTypes) GetMapUint32Uint64

func (x *TestAllTypes) GetMapUint32Uint64() map[uint32]uint64

func (*TestAllTypes) GetMapUint32Uint64Wrapper

func (x *TestAllTypes) GetMapUint32Uint64Wrapper() map[uint32]*wrapperspb.UInt64Value

func (*TestAllTypes) GetMapUint32Value

func (x *TestAllTypes) GetMapUint32Value() map[uint32]*structpb.Value

func (*TestAllTypes) GetMapUint64Any

func (x *TestAllTypes) GetMapUint64Any() map[uint64]*anypb.Any

func (*TestAllTypes) GetMapUint64Bool

func (x *TestAllTypes) GetMapUint64Bool() map[uint64]bool

func (*TestAllTypes) GetMapUint64BoolWrapper

func (x *TestAllTypes) GetMapUint64BoolWrapper() map[uint64]*wrapperspb.BoolValue

func (*TestAllTypes) GetMapUint64Bytes

func (x *TestAllTypes) GetMapUint64Bytes() map[uint64][]byte

func (*TestAllTypes) GetMapUint64BytesWrapper

func (x *TestAllTypes) GetMapUint64BytesWrapper() map[uint64]*wrapperspb.BytesValue

func (*TestAllTypes) GetMapUint64Double

func (x *TestAllTypes) GetMapUint64Double() map[uint64]float64

func (*TestAllTypes) GetMapUint64DoubleWrapper

func (x *TestAllTypes) GetMapUint64DoubleWrapper() map[uint64]*wrapperspb.DoubleValue

func (*TestAllTypes) GetMapUint64Duration

func (x *TestAllTypes) GetMapUint64Duration() map[uint64]*durationpb.Duration

func (*TestAllTypes) GetMapUint64Enum

func (x *TestAllTypes) GetMapUint64Enum() map[uint64]TestAllTypes_NestedEnum

func (*TestAllTypes) GetMapUint64Float

func (x *TestAllTypes) GetMapUint64Float() map[uint64]float32

func (*TestAllTypes) GetMapUint64FloatWrapper

func (x *TestAllTypes) GetMapUint64FloatWrapper() map[uint64]*wrapperspb.FloatValue

func (*TestAllTypes) GetMapUint64Int32

func (x *TestAllTypes) GetMapUint64Int32() map[uint64]int32

func (*TestAllTypes) GetMapUint64Int32Wrapper

func (x *TestAllTypes) GetMapUint64Int32Wrapper() map[uint64]*wrapperspb.Int32Value

func (*TestAllTypes) GetMapUint64Int64

func (x *TestAllTypes) GetMapUint64Int64() map[uint64]int64

func (*TestAllTypes) GetMapUint64Int64Wrapper

func (x *TestAllTypes) GetMapUint64Int64Wrapper() map[uint64]*wrapperspb.Int64Value

func (*TestAllTypes) GetMapUint64ListValue

func (x *TestAllTypes) GetMapUint64ListValue() map[uint64]*structpb.ListValue

func (*TestAllTypes) GetMapUint64Message

func (x *TestAllTypes) GetMapUint64Message() map[uint64]*TestAllTypes_NestedMessage

func (*TestAllTypes) GetMapUint64NullValue

func (x *TestAllTypes) GetMapUint64NullValue() map[uint64]structpb.NullValue

func (*TestAllTypes) GetMapUint64String

func (x *TestAllTypes) GetMapUint64String() map[uint64]string

func (*TestAllTypes) GetMapUint64StringWrapper

func (x *TestAllTypes) GetMapUint64StringWrapper() map[uint64]*wrapperspb.StringValue

func (*TestAllTypes) GetMapUint64Struct

func (x *TestAllTypes) GetMapUint64Struct() map[uint64]*structpb.Struct

func (*TestAllTypes) GetMapUint64Timestamp

func (x *TestAllTypes) GetMapUint64Timestamp() map[uint64]*timestamppb.Timestamp

func (*TestAllTypes) GetMapUint64Uint32

func (x *TestAllTypes) GetMapUint64Uint32() map[uint64]uint32

func (*TestAllTypes) GetMapUint64Uint32Wrapper

func (x *TestAllTypes) GetMapUint64Uint32Wrapper() map[uint64]*wrapperspb.UInt32Value

func (*TestAllTypes) GetMapUint64Uint64

func (x *TestAllTypes) GetMapUint64Uint64() map[uint64]uint64

func (*TestAllTypes) GetMapUint64Uint64Wrapper

func (x *TestAllTypes) GetMapUint64Uint64Wrapper() map[uint64]*wrapperspb.UInt64Value

func (*TestAllTypes) GetMapUint64Value

func (x *TestAllTypes) GetMapUint64Value() map[uint64]*structpb.Value

func (*TestAllTypes) GetNestedType

func (x *TestAllTypes) GetNestedType() isTestAllTypes_NestedType

func (*TestAllTypes) GetNestedgroup

func (x *TestAllTypes) GetNestedgroup() *TestAllTypes_NestedGroup

func (*TestAllTypes) GetNullValue

func (x *TestAllTypes) GetNullValue() structpb.NullValue

func (*TestAllTypes) GetOneofBool

func (x *TestAllTypes) GetOneofBool() bool

func (*TestAllTypes) GetOneofMsg

func (x *TestAllTypes) GetOneofMsg() *TestAllTypes_NestedMessage

func (*TestAllTypes) GetOneofType

func (x *TestAllTypes) GetOneofType() *NestedTestAllTypes

func (*TestAllTypes) GetOptionalNullValue

func (x *TestAllTypes) GetOptionalNullValue() structpb.NullValue

func (*TestAllTypes) GetRepeatedAny

func (x *TestAllTypes) GetRepeatedAny() []*anypb.Any

func (*TestAllTypes) GetRepeatedBool

func (x *TestAllTypes) GetRepeatedBool() []bool

func (*TestAllTypes) GetRepeatedBoolWrapper

func (x *TestAllTypes) GetRepeatedBoolWrapper() []*wrapperspb.BoolValue

func (*TestAllTypes) GetRepeatedBytes

func (x *TestAllTypes) GetRepeatedBytes() [][]byte

func (*TestAllTypes) GetRepeatedBytesWrapper

func (x *TestAllTypes) GetRepeatedBytesWrapper() []*wrapperspb.BytesValue

func (*TestAllTypes) GetRepeatedCord

func (x *TestAllTypes) GetRepeatedCord() []string

func (*TestAllTypes) GetRepeatedDouble

func (x *TestAllTypes) GetRepeatedDouble() []float64

func (*TestAllTypes) GetRepeatedDoubleWrapper

func (x *TestAllTypes) GetRepeatedDoubleWrapper() []*wrapperspb.DoubleValue

func (*TestAllTypes) GetRepeatedDuration

func (x *TestAllTypes) GetRepeatedDuration() []*durationpb.Duration

func (*TestAllTypes) GetRepeatedFixed32

func (x *TestAllTypes) GetRepeatedFixed32() []uint32

func (*TestAllTypes) GetRepeatedFixed64

func (x *TestAllTypes) GetRepeatedFixed64() []uint64

func (*TestAllTypes) GetRepeatedFloat

func (x *TestAllTypes) GetRepeatedFloat() []float32

func (*TestAllTypes) GetRepeatedFloatWrapper

func (x *TestAllTypes) GetRepeatedFloatWrapper() []*wrapperspb.FloatValue

func (*TestAllTypes) GetRepeatedInt32

func (x *TestAllTypes) GetRepeatedInt32() []int32

func (*TestAllTypes) GetRepeatedInt32Wrapper

func (x *TestAllTypes) GetRepeatedInt32Wrapper() []*wrapperspb.Int32Value

func (*TestAllTypes) GetRepeatedInt64

func (x *TestAllTypes) GetRepeatedInt64() []int64

func (*TestAllTypes) GetRepeatedInt64Wrapper

func (x *TestAllTypes) GetRepeatedInt64Wrapper() []*wrapperspb.Int64Value

func (*TestAllTypes) GetRepeatedLazyMessage

func (x *TestAllTypes) GetRepeatedLazyMessage() []*TestAllTypes_NestedMessage

func (*TestAllTypes) GetRepeatedListValue

func (x *TestAllTypes) GetRepeatedListValue() []*structpb.ListValue

func (*TestAllTypes) GetRepeatedNestedEnum

func (x *TestAllTypes) GetRepeatedNestedEnum() []TestAllTypes_NestedEnum

func (*TestAllTypes) GetRepeatedNestedMessage

func (x *TestAllTypes) GetRepeatedNestedMessage() []*TestAllTypes_NestedMessage

func (*TestAllTypes) GetRepeatedNullValue

func (x *TestAllTypes) GetRepeatedNullValue() []structpb.NullValue

func (*TestAllTypes) GetRepeatedSfixed32

func (x *TestAllTypes) GetRepeatedSfixed32() []int32

func (*TestAllTypes) GetRepeatedSfixed64

func (x *TestAllTypes) GetRepeatedSfixed64() []int64

func (*TestAllTypes) GetRepeatedSint32

func (x *TestAllTypes) GetRepeatedSint32() []int32

func (*TestAllTypes) GetRepeatedSint64

func (x *TestAllTypes) GetRepeatedSint64() []int64

func (*TestAllTypes) GetRepeatedString

func (x *TestAllTypes) GetRepeatedString() []string

func (*TestAllTypes) GetRepeatedStringPiece

func (x *TestAllTypes) GetRepeatedStringPiece() []string

func (*TestAllTypes) GetRepeatedStringWrapper

func (x *TestAllTypes) GetRepeatedStringWrapper() []*wrapperspb.StringValue

func (*TestAllTypes) GetRepeatedStruct

func (x *TestAllTypes) GetRepeatedStruct() []*structpb.Struct

func (*TestAllTypes) GetRepeatedTimestamp

func (x *TestAllTypes) GetRepeatedTimestamp() []*timestamppb.Timestamp

func (*TestAllTypes) GetRepeatedUint32

func (x *TestAllTypes) GetRepeatedUint32() []uint32

func (*TestAllTypes) GetRepeatedUint32Wrapper

func (x *TestAllTypes) GetRepeatedUint32Wrapper() []*wrapperspb.UInt32Value

func (*TestAllTypes) GetRepeatedUint64

func (x *TestAllTypes) GetRepeatedUint64() []uint64

func (*TestAllTypes) GetRepeatedUint64Wrapper

func (x *TestAllTypes) GetRepeatedUint64Wrapper() []*wrapperspb.UInt64Value

func (*TestAllTypes) GetRepeatedValue

func (x *TestAllTypes) GetRepeatedValue() []*structpb.Value

func (*TestAllTypes) GetSingleAny

func (x *TestAllTypes) GetSingleAny() *anypb.Any

func (*TestAllTypes) GetSingleBool

func (x *TestAllTypes) GetSingleBool() bool

func (*TestAllTypes) GetSingleBoolWrapper

func (x *TestAllTypes) GetSingleBoolWrapper() *wrapperspb.BoolValue

func (*TestAllTypes) GetSingleBytes

func (x *TestAllTypes) GetSingleBytes() []byte

func (*TestAllTypes) GetSingleBytesWrapper

func (x *TestAllTypes) GetSingleBytesWrapper() *wrapperspb.BytesValue

func (*TestAllTypes) GetSingleDouble

func (x *TestAllTypes) GetSingleDouble() float64

func (*TestAllTypes) GetSingleDoubleWrapper

func (x *TestAllTypes) GetSingleDoubleWrapper() *wrapperspb.DoubleValue

func (*TestAllTypes) GetSingleDuration

func (x *TestAllTypes) GetSingleDuration() *durationpb.Duration

func (*TestAllTypes) GetSingleFixed32

func (x *TestAllTypes) GetSingleFixed32() uint32

func (*TestAllTypes) GetSingleFixed64

func (x *TestAllTypes) GetSingleFixed64() uint64

func (*TestAllTypes) GetSingleFloat

func (x *TestAllTypes) GetSingleFloat() float32

func (*TestAllTypes) GetSingleFloatWrapper

func (x *TestAllTypes) GetSingleFloatWrapper() *wrapperspb.FloatValue

func (*TestAllTypes) GetSingleInt32

func (x *TestAllTypes) GetSingleInt32() int32

func (*TestAllTypes) GetSingleInt32Wrapper

func (x *TestAllTypes) GetSingleInt32Wrapper() *wrapperspb.Int32Value

func (*TestAllTypes) GetSingleInt64

func (x *TestAllTypes) GetSingleInt64() int64

func (*TestAllTypes) GetSingleInt64Wrapper

func (x *TestAllTypes) GetSingleInt64Wrapper() *wrapperspb.Int64Value

func (*TestAllTypes) GetSingleNestedEnum

func (x *TestAllTypes) GetSingleNestedEnum() TestAllTypes_NestedEnum

func (*TestAllTypes) GetSingleNestedMessage

func (x *TestAllTypes) GetSingleNestedMessage() *TestAllTypes_NestedMessage

func (*TestAllTypes) GetSingleSfixed32

func (x *TestAllTypes) GetSingleSfixed32() int32

func (*TestAllTypes) GetSingleSfixed64

func (x *TestAllTypes) GetSingleSfixed64() int64

func (*TestAllTypes) GetSingleSint32

func (x *TestAllTypes) GetSingleSint32() int32

func (*TestAllTypes) GetSingleSint64

func (x *TestAllTypes) GetSingleSint64() int64

func (*TestAllTypes) GetSingleString

func (x *TestAllTypes) GetSingleString() string

func (*TestAllTypes) GetSingleStringWrapper

func (x *TestAllTypes) GetSingleStringWrapper() *wrapperspb.StringValue

func (*TestAllTypes) GetSingleStruct

func (x *TestAllTypes) GetSingleStruct() *structpb.Struct

func (*TestAllTypes) GetSingleTimestamp

func (x *TestAllTypes) GetSingleTimestamp() *timestamppb.Timestamp

func (*TestAllTypes) GetSingleUint32

func (x *TestAllTypes) GetSingleUint32() uint32

func (*TestAllTypes) GetSingleUint32Wrapper

func (x *TestAllTypes) GetSingleUint32Wrapper() *wrapperspb.UInt32Value

func (*TestAllTypes) GetSingleUint64

func (x *TestAllTypes) GetSingleUint64() uint64

func (*TestAllTypes) GetSingleUint64Wrapper

func (x *TestAllTypes) GetSingleUint64Wrapper() *wrapperspb.UInt64Value

func (*TestAllTypes) GetSingleValue

func (x *TestAllTypes) GetSingleValue() *structpb.Value

func (*TestAllTypes) GetStandaloneEnum

func (x *TestAllTypes) GetStandaloneEnum() TestAllTypes_NestedEnum

func (*TestAllTypes) GetStandaloneMessage

func (x *TestAllTypes) GetStandaloneMessage() *TestAllTypes_NestedMessage

func (*TestAllTypes) ProtoMessage

func (*TestAllTypes) ProtoMessage()

func (*TestAllTypes) ProtoReflect

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

func (*TestAllTypes) Reset

func (x *TestAllTypes) Reset()

func (*TestAllTypes) String

func (x *TestAllTypes) String() string

type TestAllTypes_NestedEnum

type TestAllTypes_NestedEnum int32
const (
	TestAllTypes_FOO TestAllTypes_NestedEnum = 0
	TestAllTypes_BAR TestAllTypes_NestedEnum = 1
	TestAllTypes_BAZ TestAllTypes_NestedEnum = 2
)

func (TestAllTypes_NestedEnum) Descriptor

func (TestAllTypes_NestedEnum) Enum

func (TestAllTypes_NestedEnum) EnumDescriptor

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

Deprecated: Use TestAllTypes_NestedEnum.Descriptor instead.

func (TestAllTypes_NestedEnum) Number

func (TestAllTypes_NestedEnum) String

func (x TestAllTypes_NestedEnum) String() string

func (TestAllTypes_NestedEnum) Type

func (*TestAllTypes_NestedEnum) UnmarshalJSON

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

Deprecated: Do not use.

type TestAllTypes_NestedGroup

type TestAllTypes_NestedGroup struct {
	SingleId   *int32  `protobuf:"varint,404,opt,name=single_id,json=singleId" json:"single_id,omitempty"`
	SingleName *string `protobuf:"bytes,405,opt,name=single_name,json=singleName" json:"single_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TestAllTypes_NestedGroup) Descriptor

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

Deprecated: Use TestAllTypes_NestedGroup.ProtoReflect.Descriptor instead.

func (*TestAllTypes_NestedGroup) GetSingleId

func (x *TestAllTypes_NestedGroup) GetSingleId() int32

func (*TestAllTypes_NestedGroup) GetSingleName

func (x *TestAllTypes_NestedGroup) GetSingleName() string

func (*TestAllTypes_NestedGroup) ProtoMessage

func (*TestAllTypes_NestedGroup) ProtoMessage()

func (*TestAllTypes_NestedGroup) ProtoReflect

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

func (*TestAllTypes_NestedGroup) Reset

func (x *TestAllTypes_NestedGroup) Reset()

func (*TestAllTypes_NestedGroup) String

func (x *TestAllTypes_NestedGroup) String() string

type TestAllTypes_NestedMessage

type TestAllTypes_NestedMessage struct {
	Bb *int32 `protobuf:"varint,1,opt,name=bb" json:"bb,omitempty"`
	// contains filtered or unexported fields
}

func (*TestAllTypes_NestedMessage) Descriptor

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

Deprecated: Use TestAllTypes_NestedMessage.ProtoReflect.Descriptor instead.

func (*TestAllTypes_NestedMessage) GetBb

func (x *TestAllTypes_NestedMessage) GetBb() int32

func (*TestAllTypes_NestedMessage) ProtoMessage

func (*TestAllTypes_NestedMessage) ProtoMessage()

func (*TestAllTypes_NestedMessage) ProtoReflect

func (*TestAllTypes_NestedMessage) Reset

func (x *TestAllTypes_NestedMessage) Reset()

func (*TestAllTypes_NestedMessage) String

func (x *TestAllTypes_NestedMessage) String() string

type TestAllTypes_OneofBool

type TestAllTypes_OneofBool struct {
	OneofBool bool `protobuf:"varint,402,opt,name=oneof_bool,json=oneofBool,oneof"`
}

type TestAllTypes_OneofMsg

type TestAllTypes_OneofMsg struct {
	OneofMsg *TestAllTypes_NestedMessage `protobuf:"bytes,401,opt,name=oneof_msg,json=oneofMsg,oneof"`
}

type TestAllTypes_OneofType

type TestAllTypes_OneofType struct {
	OneofType *NestedTestAllTypes `protobuf:"bytes,400,opt,name=oneof_type,json=oneofType,oneof"`
}

type TestAllTypes_SingleNestedEnum

type TestAllTypes_SingleNestedEnum struct {
	SingleNestedEnum TestAllTypes_NestedEnum `protobuf:"varint,22,opt,name=single_nested_enum,json=singleNestedEnum,enum=cel.expr.conformance.proto2.TestAllTypes_NestedEnum,oneof,def=1"`
}

type TestAllTypes_SingleNestedMessage

type TestAllTypes_SingleNestedMessage struct {
	SingleNestedMessage *TestAllTypes_NestedMessage `protobuf:"bytes,21,opt,name=single_nested_message,json=singleNestedMessage,oneof"`
}

type TestRequired

type TestRequired struct {
	RequiredInt32 *int32 `protobuf:"varint,1,req,name=required_int32,json=requiredInt32" json:"required_int32,omitempty"`
	// contains filtered or unexported fields
}

func (*TestRequired) Descriptor

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

Deprecated: Use TestRequired.ProtoReflect.Descriptor instead.

func (*TestRequired) GetRequiredInt32

func (x *TestRequired) GetRequiredInt32() int32

func (*TestRequired) ProtoMessage

func (*TestRequired) ProtoMessage()

func (*TestRequired) ProtoReflect

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

func (*TestRequired) Reset

func (x *TestRequired) Reset()

func (*TestRequired) String

func (x *TestRequired) String() string

Source Files

test_all_types.pb.go test_all_types_extensions.pb.go

Version
v0.23.1 (latest)
Published
Apr 4, 2025
Platform
linux/amd64
Imports
11 packages
Last checked
1 week ago

Tools for package owners.