proto3

package
v1.36.10-2025110320484... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const TestAllTypes_Kind_not_set_case case_TestAllTypes_Kind = 0
View Source
const TestAllTypes_NestedType_not_set_case case_TestAllTypes_NestedType = 0
View Source
const TestAllTypes_OneofBool_case case_TestAllTypes_Kind = 402
View Source
const TestAllTypes_OneofMsg_case case_TestAllTypes_Kind = 401
View Source
const TestAllTypes_OneofType_case case_TestAllTypes_Kind = 400
View Source
const TestAllTypes_SingleNestedEnum_case case_TestAllTypes_NestedType = 22
View Source
const TestAllTypes_SingleNestedMessage_case case_TestAllTypes_NestedType = 21

Variables

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

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

View Source
var File_cel_expr_conformance_proto3_test_all_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GlobalEnum

type GlobalEnum int32

This proto tests that global enums are resolved correctly.

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) Number

func (x GlobalEnum) Number() protoreflect.EnumNumber

func (GlobalEnum) String

func (x GlobalEnum) String() string

func (GlobalEnum) Type

type NestedTestAllTypes

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

This proto includes a recursively nested message.

func (*NestedTestAllTypes) ClearChild

func (x *NestedTestAllTypes) ClearChild()

func (*NestedTestAllTypes) ClearPayload

func (x *NestedTestAllTypes) ClearPayload()

func (*NestedTestAllTypes) GetChild

func (x *NestedTestAllTypes) GetChild() *NestedTestAllTypes

func (*NestedTestAllTypes) GetPayload

func (x *NestedTestAllTypes) GetPayload() *TestAllTypes

func (*NestedTestAllTypes) HasChild

func (x *NestedTestAllTypes) HasChild() bool

func (*NestedTestAllTypes) HasPayload

func (x *NestedTestAllTypes) HasPayload() bool

func (*NestedTestAllTypes) ProtoMessage

func (*NestedTestAllTypes) ProtoMessage()

func (*NestedTestAllTypes) ProtoReflect

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

func (*NestedTestAllTypes) Reset

func (x *NestedTestAllTypes) Reset()

func (*NestedTestAllTypes) SetChild

func (x *NestedTestAllTypes) SetChild(v *NestedTestAllTypes)

func (*NestedTestAllTypes) SetPayload

func (x *NestedTestAllTypes) SetPayload(v *TestAllTypes)

func (*NestedTestAllTypes) String

func (x *NestedTestAllTypes) String() string

type NestedTestAllTypes_builder

type NestedTestAllTypes_builder struct {
	Child   *NestedTestAllTypes
	Payload *TestAllTypes
	// contains filtered or unexported fields
}

func (NestedTestAllTypes_builder) Build

type TestAllTypes

type TestAllTypes struct {

	// Singular
	SingleInt32    int32   `protobuf:"varint,1,opt,name=single_int32,json=singleInt32,proto3" json:"single_int32,omitempty"`
	SingleInt64    int64   `protobuf:"varint,2,opt,name=single_int64,json=singleInt64,proto3" json:"single_int64,omitempty"`
	SingleUint32   uint32  `protobuf:"varint,3,opt,name=single_uint32,json=singleUint32,proto3" json:"single_uint32,omitempty"`
	SingleUint64   uint64  `protobuf:"varint,4,opt,name=single_uint64,json=singleUint64,proto3" json:"single_uint64,omitempty"`
	SingleSint32   int32   `protobuf:"zigzag32,5,opt,name=single_sint32,json=singleSint32,proto3" json:"single_sint32,omitempty"`
	SingleSint64   int64   `protobuf:"zigzag64,6,opt,name=single_sint64,json=singleSint64,proto3" json:"single_sint64,omitempty"`
	SingleFixed32  uint32  `protobuf:"fixed32,7,opt,name=single_fixed32,json=singleFixed32,proto3" json:"single_fixed32,omitempty"`
	SingleFixed64  uint64  `protobuf:"fixed64,8,opt,name=single_fixed64,json=singleFixed64,proto3" json:"single_fixed64,omitempty"`
	SingleSfixed32 int32   `protobuf:"fixed32,9,opt,name=single_sfixed32,json=singleSfixed32,proto3" json:"single_sfixed32,omitempty"`
	SingleSfixed64 int64   `protobuf:"fixed64,10,opt,name=single_sfixed64,json=singleSfixed64,proto3" json:"single_sfixed64,omitempty"`
	SingleFloat    float32 `protobuf:"fixed32,11,opt,name=single_float,json=singleFloat,proto3" json:"single_float,omitempty"`
	SingleDouble   float64 `protobuf:"fixed64,12,opt,name=single_double,json=singleDouble,proto3" json:"single_double,omitempty"`
	SingleBool     bool    `protobuf:"varint,13,opt,name=single_bool,json=singleBool,proto3" json:"single_bool,omitempty"`
	SingleString   string  `protobuf:"bytes,14,opt,name=single_string,json=singleString,proto3" json:"single_string,omitempty"`
	SingleBytes    []byte  `protobuf:"bytes,15,opt,name=single_bytes,json=singleBytes,proto3" json:"single_bytes,omitempty"`
	OptionalBool   *bool   `protobuf:"varint,16,opt,name=optional_bool,json=optionalBool,proto3,oneof" json:"optional_bool,omitempty"`
	OptionalString *string `protobuf:"bytes,17,opt,name=optional_string,json=optionalString,proto3,oneof" json:"optional_string,omitempty"`
	// Collides with 'in' operator.
	In bool `protobuf:"varint,18,opt,name=in,proto3" json:"in,omitempty"`
	// Wellknown.
	SingleAny           *anypb.Any              `protobuf:"bytes,100,opt,name=single_any,json=singleAny,proto3" json:"single_any,omitempty"`
	SingleDuration      *durationpb.Duration    `protobuf:"bytes,101,opt,name=single_duration,json=singleDuration,proto3" json:"single_duration,omitempty"`
	SingleTimestamp     *timestamppb.Timestamp  `protobuf:"bytes,102,opt,name=single_timestamp,json=singleTimestamp,proto3" json:"single_timestamp,omitempty"`
	SingleStruct        *structpb.Struct        `protobuf:"bytes,103,opt,name=single_struct,json=singleStruct,proto3" json:"single_struct,omitempty"`
	SingleValue         *structpb.Value         `protobuf:"bytes,104,opt,name=single_value,json=singleValue,proto3" json:"single_value,omitempty"`
	SingleInt64Wrapper  *wrapperspb.Int64Value  `protobuf:"bytes,105,opt,name=single_int64_wrapper,json=singleInt64Wrapper,proto3" json:"single_int64_wrapper,omitempty"`
	SingleInt32Wrapper  *wrapperspb.Int32Value  `protobuf:"bytes,106,opt,name=single_int32_wrapper,json=singleInt32Wrapper,proto3" json:"single_int32_wrapper,omitempty"`
	SingleDoubleWrapper *wrapperspb.DoubleValue `protobuf:"bytes,107,opt,name=single_double_wrapper,json=singleDoubleWrapper,proto3" json:"single_double_wrapper,omitempty"`
	SingleFloatWrapper  *wrapperspb.FloatValue  `protobuf:"bytes,108,opt,name=single_float_wrapper,json=singleFloatWrapper,proto3" json:"single_float_wrapper,omitempty"`
	SingleUint64Wrapper *wrapperspb.UInt64Value `protobuf:"bytes,109,opt,name=single_uint64_wrapper,json=singleUint64Wrapper,proto3" json:"single_uint64_wrapper,omitempty"`
	SingleUint32Wrapper *wrapperspb.UInt32Value `protobuf:"bytes,110,opt,name=single_uint32_wrapper,json=singleUint32Wrapper,proto3" json:"single_uint32_wrapper,omitempty"`
	SingleStringWrapper *wrapperspb.StringValue `protobuf:"bytes,111,opt,name=single_string_wrapper,json=singleStringWrapper,proto3" json:"single_string_wrapper,omitempty"`
	SingleBoolWrapper   *wrapperspb.BoolValue   `protobuf:"bytes,112,opt,name=single_bool_wrapper,json=singleBoolWrapper,proto3" json:"single_bool_wrapper,omitempty"`
	SingleBytesWrapper  *wrapperspb.BytesValue  `protobuf:"bytes,113,opt,name=single_bytes_wrapper,json=singleBytesWrapper,proto3" json:"single_bytes_wrapper,omitempty"`
	ListValue           *structpb.ListValue     `protobuf:"bytes,114,opt,name=list_value,json=listValue,proto3" json:"list_value,omitempty"`
	NullValue           structpb.NullValue      `protobuf:"varint,115,opt,name=null_value,json=nullValue,proto3,enum=google.protobuf.NullValue" json:"null_value,omitempty"`
	OptionalNullValue   *structpb.NullValue     `` /* 154-byte string literal not displayed */
	FieldMask           *fieldmaskpb.FieldMask  `protobuf:"bytes,117,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	Empty               *emptypb.Empty          `protobuf:"bytes,118,opt,name=empty,proto3" json:"empty,omitempty"`
	// Nested messages
	//
	// 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,proto3" json:"standalone_message,omitempty"`
	StandaloneEnum    TestAllTypes_NestedEnum     `` /* 162-byte string literal not displayed */
	// Repeated
	RepeatedInt32    []int32   `protobuf:"varint,31,rep,packed,name=repeated_int32,json=repeatedInt32,proto3" json:"repeated_int32,omitempty"`
	RepeatedInt64    []int64   `protobuf:"varint,32,rep,packed,name=repeated_int64,json=repeatedInt64,proto3" json:"repeated_int64,omitempty"`
	RepeatedUint32   []uint32  `protobuf:"varint,33,rep,packed,name=repeated_uint32,json=repeatedUint32,proto3" json:"repeated_uint32,omitempty"`
	RepeatedUint64   []uint64  `protobuf:"varint,34,rep,packed,name=repeated_uint64,json=repeatedUint64,proto3" json:"repeated_uint64,omitempty"`
	RepeatedSint32   []int32   `protobuf:"zigzag32,35,rep,packed,name=repeated_sint32,json=repeatedSint32,proto3" json:"repeated_sint32,omitempty"`
	RepeatedSint64   []int64   `protobuf:"zigzag64,36,rep,packed,name=repeated_sint64,json=repeatedSint64,proto3" json:"repeated_sint64,omitempty"`
	RepeatedFixed32  []uint32  `protobuf:"fixed32,37,rep,packed,name=repeated_fixed32,json=repeatedFixed32,proto3" json:"repeated_fixed32,omitempty"`
	RepeatedFixed64  []uint64  `protobuf:"fixed64,38,rep,packed,name=repeated_fixed64,json=repeatedFixed64,proto3" json:"repeated_fixed64,omitempty"`
	RepeatedSfixed32 []int32   `protobuf:"fixed32,39,rep,packed,name=repeated_sfixed32,json=repeatedSfixed32,proto3" json:"repeated_sfixed32,omitempty"`
	RepeatedSfixed64 []int64   `protobuf:"fixed64,40,rep,packed,name=repeated_sfixed64,json=repeatedSfixed64,proto3" json:"repeated_sfixed64,omitempty"`
	RepeatedFloat    []float32 `protobuf:"fixed32,41,rep,packed,name=repeated_float,json=repeatedFloat,proto3" json:"repeated_float,omitempty"`
	RepeatedDouble   []float64 `protobuf:"fixed64,42,rep,packed,name=repeated_double,json=repeatedDouble,proto3" json:"repeated_double,omitempty"`
	RepeatedBool     []bool    `protobuf:"varint,43,rep,packed,name=repeated_bool,json=repeatedBool,proto3" json:"repeated_bool,omitempty"`
	RepeatedString   []string  `protobuf:"bytes,44,rep,name=repeated_string,json=repeatedString,proto3" json:"repeated_string,omitempty"`
	RepeatedBytes    [][]byte  `protobuf:"bytes,45,rep,name=repeated_bytes,json=repeatedBytes,proto3" json:"repeated_bytes,omitempty"`
	// Repeated and nested
	RepeatedNestedMessage []*TestAllTypes_NestedMessage `` /* 127-byte string literal not displayed */
	RepeatedNestedEnum    []TestAllTypes_NestedEnum     `` /* 183-byte string literal not displayed */
	RepeatedStringPiece   []string                      `protobuf:"bytes,53,rep,name=repeated_string_piece,json=repeatedStringPiece,proto3" json:"repeated_string_piece,omitempty"`
	RepeatedCord          []string                      `protobuf:"bytes,54,rep,name=repeated_cord,json=repeatedCord,proto3" json:"repeated_cord,omitempty"`
	RepeatedLazyMessage   []*TestAllTypes_NestedMessage `protobuf:"bytes,55,rep,name=repeated_lazy_message,json=repeatedLazyMessage,proto3" json:"repeated_lazy_message,omitempty"`
	// Repeated wellknown.
	RepeatedAny           []*anypb.Any              `protobuf:"bytes,120,rep,name=repeated_any,json=repeatedAny,proto3" json:"repeated_any,omitempty"`
	RepeatedDuration      []*durationpb.Duration    `protobuf:"bytes,121,rep,name=repeated_duration,json=repeatedDuration,proto3" json:"repeated_duration,omitempty"`
	RepeatedTimestamp     []*timestamppb.Timestamp  `protobuf:"bytes,122,rep,name=repeated_timestamp,json=repeatedTimestamp,proto3" json:"repeated_timestamp,omitempty"`
	RepeatedStruct        []*structpb.Struct        `protobuf:"bytes,123,rep,name=repeated_struct,json=repeatedStruct,proto3" json:"repeated_struct,omitempty"`
	RepeatedValue         []*structpb.Value         `protobuf:"bytes,124,rep,name=repeated_value,json=repeatedValue,proto3" json:"repeated_value,omitempty"`
	RepeatedInt64Wrapper  []*wrapperspb.Int64Value  `protobuf:"bytes,125,rep,name=repeated_int64_wrapper,json=repeatedInt64Wrapper,proto3" json:"repeated_int64_wrapper,omitempty"`
	RepeatedInt32Wrapper  []*wrapperspb.Int32Value  `protobuf:"bytes,126,rep,name=repeated_int32_wrapper,json=repeatedInt32Wrapper,proto3" json:"repeated_int32_wrapper,omitempty"`
	RepeatedDoubleWrapper []*wrapperspb.DoubleValue `` /* 128-byte string literal not displayed */
	RepeatedFloatWrapper  []*wrapperspb.FloatValue  `protobuf:"bytes,128,rep,name=repeated_float_wrapper,json=repeatedFloatWrapper,proto3" json:"repeated_float_wrapper,omitempty"`
	RepeatedUint64Wrapper []*wrapperspb.UInt64Value `` /* 128-byte string literal not displayed */
	RepeatedUint32Wrapper []*wrapperspb.UInt32Value `` /* 128-byte string literal not displayed */
	RepeatedStringWrapper []*wrapperspb.StringValue `` /* 128-byte string literal not displayed */
	RepeatedBoolWrapper   []*wrapperspb.BoolValue   `protobuf:"bytes,132,rep,name=repeated_bool_wrapper,json=repeatedBoolWrapper,proto3" json:"repeated_bool_wrapper,omitempty"`
	RepeatedBytesWrapper  []*wrapperspb.BytesValue  `protobuf:"bytes,133,rep,name=repeated_bytes_wrapper,json=repeatedBytesWrapper,proto3" json:"repeated_bytes_wrapper,omitempty"`
	RepeatedListValue     []*structpb.ListValue     `protobuf:"bytes,134,rep,name=repeated_list_value,json=repeatedListValue,proto3" json:"repeated_list_value,omitempty"`
	RepeatedNullValue     []structpb.NullValue      `` /* 155-byte string literal not displayed */
	// Map
	MapInt64NestedType     map[int64]*NestedTestAllTypes          `` /* 195-byte string literal not displayed */
	MapBoolBool            map[bool]bool                          `` /* 173-byte string literal not displayed */
	MapBoolString          map[bool]string                        `` /* 178-byte string literal not displayed */
	MapBoolBytes           map[bool][]byte                        `` /* 175-byte string literal not displayed */
	MapBoolInt32           map[bool]int32                         `` /* 176-byte string literal not displayed */
	MapBoolInt64           map[bool]int64                         `` /* 176-byte string literal not displayed */
	MapBoolUint32          map[bool]uint32                        `` /* 179-byte string literal not displayed */
	MapBoolUint64          map[bool]uint64                        `` /* 179-byte string literal not displayed */
	MapBoolFloat           map[bool]float32                       `` /* 177-byte string literal not displayed */
	MapBoolDouble          map[bool]float64                       `` /* 180-byte string literal not displayed */
	MapBoolEnum            map[bool]TestAllTypes_NestedEnum       `` /* 230-byte string literal not displayed */
	MapBoolMessage         map[bool]*TestAllTypes_NestedMessage   `` /* 181-byte string literal not displayed */
	MapBoolDuration        map[bool]*durationpb.Duration          `` /* 185-byte string literal not displayed */
	MapBoolTimestamp       map[bool]*timestamppb.Timestamp        `` /* 188-byte string literal not displayed */
	MapBoolNullValue       map[bool]structpb.NullValue            `` /* 222-byte string literal not displayed */
	MapBoolAny             map[bool]*anypb.Any                    `` /* 170-byte string literal not displayed */
	MapBoolStruct          map[bool]*structpb.Struct              `` /* 179-byte string literal not displayed */
	MapBoolValue           map[bool]*structpb.Value               `` /* 176-byte string literal not displayed */
	MapBoolListValue       map[bool]*structpb.ListValue           `` /* 190-byte string literal not displayed */
	MapBoolInt64Wrapper    map[bool]*wrapperspb.Int64Value        `` /* 199-byte string literal not displayed */
	MapBoolInt32Wrapper    map[bool]*wrapperspb.Int32Value        `` /* 199-byte string literal not displayed */
	MapBoolDoubleWrapper   map[bool]*wrapperspb.DoubleValue       `` /* 202-byte string literal not displayed */
	MapBoolFloatWrapper    map[bool]*wrapperspb.FloatValue        `` /* 199-byte string literal not displayed */
	MapBoolUint64Wrapper   map[bool]*wrapperspb.UInt64Value       `` /* 202-byte string literal not displayed */
	MapBoolUint32Wrapper   map[bool]*wrapperspb.UInt32Value       `` /* 202-byte string literal not displayed */
	MapBoolStringWrapper   map[bool]*wrapperspb.StringValue       `` /* 202-byte string literal not displayed */
	MapBoolBoolWrapper     map[bool]*wrapperspb.BoolValue         `` /* 196-byte string literal not displayed */
	MapBoolBytesWrapper    map[bool]*wrapperspb.BytesValue        `` /* 199-byte string literal not displayed */
	MapInt32Bool           map[int32]bool                         `` /* 176-byte string literal not displayed */
	MapInt32String         map[int32]string                       `` /* 181-byte string literal not displayed */
	MapInt32Bytes          map[int32][]byte                       `` /* 178-byte string literal not displayed */
	MapInt32Int32          map[int32]int32                        `` /* 179-byte string literal not displayed */
	MapInt32Int64          map[int32]int64                        `` /* 179-byte string literal not displayed */
	MapInt32Uint32         map[int32]uint32                       `` /* 182-byte string literal not displayed */
	MapInt32Uint64         map[int32]uint64                       `` /* 182-byte string literal not displayed */
	MapInt32Float          map[int32]float32                      `` /* 180-byte string literal not displayed */
	MapInt32Double         map[int32]float64                      `` /* 183-byte string literal not displayed */
	MapInt32Enum           map[int32]TestAllTypes_NestedEnum      `` /* 233-byte string literal not displayed */
	MapInt32Message        map[int32]*TestAllTypes_NestedMessage  `` /* 184-byte string literal not displayed */
	MapInt32Duration       map[int32]*durationpb.Duration         `` /* 188-byte string literal not displayed */
	MapInt32Timestamp      map[int32]*timestamppb.Timestamp       `` /* 191-byte string literal not displayed */
	MapInt32NullValue      map[int32]structpb.NullValue           `` /* 225-byte string literal not displayed */
	MapInt32Any            map[int32]*anypb.Any                   `` /* 173-byte string literal not displayed */
	MapInt32Struct         map[int32]*structpb.Struct             `` /* 182-byte string literal not displayed */
	MapInt32Value          map[int32]*structpb.Value              `` /* 179-byte string literal not displayed */
	MapInt32ListValue      map[int32]*structpb.ListValue          `` /* 193-byte string literal not displayed */
	MapInt32Int64Wrapper   map[int32]*wrapperspb.Int64Value       `` /* 202-byte string literal not displayed */
	MapInt32Int32Wrapper   map[int32]*wrapperspb.Int32Value       `` /* 202-byte string literal not displayed */
	MapInt32DoubleWrapper  map[int32]*wrapperspb.DoubleValue      `` /* 205-byte string literal not displayed */
	MapInt32FloatWrapper   map[int32]*wrapperspb.FloatValue       `` /* 202-byte string literal not displayed */
	MapInt32Uint64Wrapper  map[int32]*wrapperspb.UInt64Value      `` /* 205-byte string literal not displayed */
	MapInt32Uint32Wrapper  map[int32]*wrapperspb.UInt32Value      `` /* 205-byte string literal not displayed */
	MapInt32StringWrapper  map[int32]*wrapperspb.StringValue      `` /* 205-byte string literal not displayed */
	MapInt32BoolWrapper    map[int32]*wrapperspb.BoolValue        `` /* 199-byte string literal not displayed */
	MapInt32BytesWrapper   map[int32]*wrapperspb.BytesValue       `` /* 202-byte string literal not displayed */
	MapInt64Bool           map[int64]bool                         `` /* 176-byte string literal not displayed */
	MapInt64String         map[int64]string                       `` /* 181-byte string literal not displayed */
	MapInt64Bytes          map[int64][]byte                       `` /* 178-byte string literal not displayed */
	MapInt64Int32          map[int64]int32                        `` /* 179-byte string literal not displayed */
	MapInt64Int64          map[int64]int64                        `` /* 179-byte string literal not displayed */
	MapInt64Uint32         map[int64]uint32                       `` /* 182-byte string literal not displayed */
	MapInt64Uint64         map[int64]uint64                       `` /* 182-byte string literal not displayed */
	MapInt64Float          map[int64]float32                      `` /* 180-byte string literal not displayed */
	MapInt64Double         map[int64]float64                      `` /* 183-byte string literal not displayed */
	MapInt64Enum           map[int64]TestAllTypes_NestedEnum      `` /* 233-byte string literal not displayed */
	MapInt64Message        map[int64]*TestAllTypes_NestedMessage  `` /* 184-byte string literal not displayed */
	MapInt64Duration       map[int64]*durationpb.Duration         `` /* 188-byte string literal not displayed */
	MapInt64Timestamp      map[int64]*timestamppb.Timestamp       `` /* 191-byte string literal not displayed */
	MapInt64NullValue      map[int64]structpb.NullValue           `` /* 225-byte string literal not displayed */
	MapInt64Any            map[int64]*anypb.Any                   `` /* 173-byte string literal not displayed */
	MapInt64Struct         map[int64]*structpb.Struct             `` /* 182-byte string literal not displayed */
	MapInt64Value          map[int64]*structpb.Value              `` /* 179-byte string literal not displayed */
	MapInt64ListValue      map[int64]*structpb.ListValue          `` /* 193-byte string literal not displayed */
	MapInt64Int64Wrapper   map[int64]*wrapperspb.Int64Value       `` /* 202-byte string literal not displayed */
	MapInt64Int32Wrapper   map[int64]*wrapperspb.Int32Value       `` /* 202-byte string literal not displayed */
	MapInt64DoubleWrapper  map[int64]*wrapperspb.DoubleValue      `` /* 205-byte string literal not displayed */
	MapInt64FloatWrapper   map[int64]*wrapperspb.FloatValue       `` /* 202-byte string literal not displayed */
	MapInt64Uint64Wrapper  map[int64]*wrapperspb.UInt64Value      `` /* 205-byte string literal not displayed */
	MapInt64Uint32Wrapper  map[int64]*wrapperspb.UInt32Value      `` /* 205-byte string literal not displayed */
	MapInt64StringWrapper  map[int64]*wrapperspb.StringValue      `` /* 205-byte string literal not displayed */
	MapInt64BoolWrapper    map[int64]*wrapperspb.BoolValue        `` /* 199-byte string literal not displayed */
	MapInt64BytesWrapper   map[int64]*wrapperspb.BytesValue       `` /* 202-byte string literal not displayed */
	MapUint32Bool          map[uint32]bool                        `` /* 179-byte string literal not displayed */
	MapUint32String        map[uint32]string                      `` /* 184-byte string literal not displayed */
	MapUint32Bytes         map[uint32][]byte                      `` /* 181-byte string literal not displayed */
	MapUint32Int32         map[uint32]int32                       `` /* 182-byte string literal not displayed */
	MapUint32Int64         map[uint32]int64                       `` /* 183-byte string literal not displayed */
	MapUint32Uint32        map[uint32]uint32                      `` /* 186-byte string literal not displayed */
	MapUint32Uint64        map[uint32]uint64                      `` /* 186-byte string literal not displayed */
	MapUint32Float         map[uint32]float32                     `` /* 184-byte string literal not displayed */
	MapUint32Double        map[uint32]float64                     `` /* 187-byte string literal not displayed */
	MapUint32Enum          map[uint32]TestAllTypes_NestedEnum     `` /* 237-byte string literal not displayed */
	MapUint32Message       map[uint32]*TestAllTypes_NestedMessage `` /* 188-byte string literal not displayed */
	MapUint32Duration      map[uint32]*durationpb.Duration        `` /* 191-byte string literal not displayed */
	MapUint32Timestamp     map[uint32]*timestamppb.Timestamp      `` /* 194-byte string literal not displayed */
	MapUint32NullValue     map[uint32]structpb.NullValue          `` /* 228-byte string literal not displayed */
	MapUint32Any           map[uint32]*anypb.Any                  `` /* 176-byte string literal not displayed */
	MapUint32Struct        map[uint32]*structpb.Struct            `` /* 185-byte string literal not displayed */
	MapUint32Value         map[uint32]*structpb.Value             `` /* 182-byte string literal not displayed */
	MapUint32ListValue     map[uint32]*structpb.ListValue         `` /* 196-byte string literal not displayed */
	MapUint32Int64Wrapper  map[uint32]*wrapperspb.Int64Value      `` /* 205-byte string literal not displayed */
	MapUint32Int32Wrapper  map[uint32]*wrapperspb.Int32Value      `` /* 205-byte string literal not displayed */
	MapUint32DoubleWrapper map[uint32]*wrapperspb.DoubleValue     `` /* 208-byte string literal not displayed */
	MapUint32FloatWrapper  map[uint32]*wrapperspb.FloatValue      `` /* 205-byte string literal not displayed */
	MapUint32Uint64Wrapper map[uint32]*wrapperspb.UInt64Value     `` /* 208-byte string literal not displayed */
	MapUint32Uint32Wrapper map[uint32]*wrapperspb.UInt32Value     `` /* 208-byte string literal not displayed */
	MapUint32StringWrapper map[uint32]*wrapperspb.StringValue     `` /* 208-byte string literal not displayed */
	MapUint32BoolWrapper   map[uint32]*wrapperspb.BoolValue       `` /* 202-byte string literal not displayed */
	MapUint32BytesWrapper  map[uint32]*wrapperspb.BytesValue      `` /* 205-byte string literal not displayed */
	MapUint64Bool          map[uint64]bool                        `` /* 180-byte string literal not displayed */
	MapUint64String        map[uint64]string                      `` /* 185-byte string literal not displayed */
	MapUint64Bytes         map[uint64][]byte                      `` /* 182-byte string literal not displayed */
	MapUint64Int32         map[uint64]int32                       `` /* 183-byte string literal not displayed */
	MapUint64Int64         map[uint64]int64                       `` /* 183-byte string literal not displayed */
	MapUint64Uint32        map[uint64]uint32                      `` /* 186-byte string literal not displayed */
	MapUint64Uint64        map[uint64]uint64                      `` /* 186-byte string literal not displayed */
	MapUint64Float         map[uint64]float32                     `` /* 184-byte string literal not displayed */
	MapUint64Double        map[uint64]float64                     `` /* 187-byte string literal not displayed */
	MapUint64Enum          map[uint64]TestAllTypes_NestedEnum     `` /* 237-byte string literal not displayed */
	MapUint64Message       map[uint64]*TestAllTypes_NestedMessage `` /* 188-byte string literal not displayed */
	MapUint64Duration      map[uint64]*durationpb.Duration        `` /* 191-byte string literal not displayed */
	MapUint64Timestamp     map[uint64]*timestamppb.Timestamp      `` /* 194-byte string literal not displayed */
	MapUint64NullValue     map[uint64]structpb.NullValue          `` /* 228-byte string literal not displayed */
	MapUint64Any           map[uint64]*anypb.Any                  `` /* 176-byte string literal not displayed */
	MapUint64Struct        map[uint64]*structpb.Struct            `` /* 185-byte string literal not displayed */
	MapUint64Value         map[uint64]*structpb.Value             `` /* 182-byte string literal not displayed */
	MapUint64ListValue     map[uint64]*structpb.ListValue         `` /* 196-byte string literal not displayed */
	MapUint64Int64Wrapper  map[uint64]*wrapperspb.Int64Value      `` /* 205-byte string literal not displayed */
	MapUint64Int32Wrapper  map[uint64]*wrapperspb.Int32Value      `` /* 205-byte string literal not displayed */
	MapUint64DoubleWrapper map[uint64]*wrapperspb.DoubleValue     `` /* 208-byte string literal not displayed */
	MapUint64FloatWrapper  map[uint64]*wrapperspb.FloatValue      `` /* 205-byte string literal not displayed */
	MapUint64Uint64Wrapper map[uint64]*wrapperspb.UInt64Value     `` /* 208-byte string literal not displayed */
	MapUint64Uint32Wrapper map[uint64]*wrapperspb.UInt32Value     `` /* 208-byte string literal not displayed */
	MapUint64StringWrapper map[uint64]*wrapperspb.StringValue     `` /* 208-byte string literal not displayed */
	MapUint64BoolWrapper   map[uint64]*wrapperspb.BoolValue       `` /* 202-byte string literal not displayed */
	MapUint64BytesWrapper  map[uint64]*wrapperspb.BytesValue      `` /* 205-byte string literal not displayed */
	MapStringBool          map[string]bool                        `` /* 179-byte string literal not displayed */
	MapStringString        map[string]string                      `` /* 183-byte string literal not displayed */
	MapStringBytes         map[string][]byte                      `` /* 181-byte string literal not displayed */
	MapStringInt32         map[string]int32                       `` /* 182-byte string literal not displayed */
	MapStringInt64         map[string]int64                       `` /* 182-byte string literal not displayed */
	MapStringUint32        map[string]uint32                      `` /* 185-byte string literal not displayed */
	MapStringUint64        map[string]uint64                      `` /* 185-byte string literal not displayed */
	MapStringFloat         map[string]float32                     `` /* 183-byte string literal not displayed */
	MapStringDouble        map[string]float64                     `` /* 186-byte string literal not displayed */
	MapStringEnum          map[string]TestAllTypes_NestedEnum     `` /* 236-byte string literal not displayed */
	MapStringMessage       map[string]*TestAllTypes_NestedMessage `` /* 187-byte string literal not displayed */
	MapStringDuration      map[string]*durationpb.Duration        `` /* 190-byte string literal not displayed */
	MapStringTimestamp     map[string]*timestamppb.Timestamp      `` /* 193-byte string literal not displayed */
	MapStringNullValue     map[string]structpb.NullValue          `` /* 227-byte string literal not displayed */
	MapStringAny           map[string]*anypb.Any                  `` /* 175-byte string literal not displayed */
	MapStringStruct        map[string]*structpb.Struct            `` /* 184-byte string literal not displayed */
	MapStringValue         map[string]*structpb.Value             `` /* 181-byte string literal not displayed */
	MapStringListValue     map[string]*structpb.ListValue         `` /* 195-byte string literal not displayed */
	MapStringInt64Wrapper  map[string]*wrapperspb.Int64Value      `` /* 204-byte string literal not displayed */
	MapStringInt32Wrapper  map[string]*wrapperspb.Int32Value      `` /* 204-byte string literal not displayed */
	MapStringDoubleWrapper map[string]*wrapperspb.DoubleValue     `` /* 207-byte string literal not displayed */
	MapStringFloatWrapper  map[string]*wrapperspb.FloatValue      `` /* 204-byte string literal not displayed */
	MapStringUint64Wrapper map[string]*wrapperspb.UInt64Value     `` /* 207-byte string literal not displayed */
	MapStringUint32Wrapper map[string]*wrapperspb.UInt32Value     `` /* 207-byte string literal not displayed */
	MapStringStringWrapper map[string]*wrapperspb.StringValue     `` /* 207-byte string literal not displayed */
	MapStringBoolWrapper   map[string]*wrapperspb.BoolValue       `` /* 201-byte string literal not displayed */
	MapStringBytesWrapper  map[string]*wrapperspb.BytesValue      `` /* 204-byte string literal not displayed */
	// Types that are valid to be assigned to Kind:
	//
	//	*TestAllTypes_OneofType
	//	*TestAllTypes_OneofMsg
	//	*TestAllTypes_OneofBool
	Kind isTestAllTypes_Kind `protobuf_oneof:"kind"`
	// Field names formerly defined as reserved CEL identifiers.
	As        bool `protobuf:"varint,500,opt,name=as,proto3" json:"as,omitempty"`
	Break     bool `protobuf:"varint,501,opt,name=break,proto3" json:"break,omitempty"`
	Const     bool `protobuf:"varint,502,opt,name=const,proto3" json:"const,omitempty"`
	Continue  bool `protobuf:"varint,503,opt,name=continue,proto3" json:"continue,omitempty"`
	Else      bool `protobuf:"varint,504,opt,name=else,proto3" json:"else,omitempty"`
	For       bool `protobuf:"varint,505,opt,name=for,proto3" json:"for,omitempty"`
	Function  bool `protobuf:"varint,506,opt,name=function,proto3" json:"function,omitempty"`
	If        bool `protobuf:"varint,507,opt,name=if,proto3" json:"if,omitempty"`
	Import    bool `protobuf:"varint,508,opt,name=import,proto3" json:"import,omitempty"`
	Let       bool `protobuf:"varint,509,opt,name=let,proto3" json:"let,omitempty"`
	Loop      bool `protobuf:"varint,510,opt,name=loop,proto3" json:"loop,omitempty"`
	Package   bool `protobuf:"varint,511,opt,name=package,proto3" json:"package,omitempty"`
	Namespace bool `protobuf:"varint,512,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Return    bool `protobuf:"varint,513,opt,name=return,proto3" json:"return,omitempty"`
	Var       bool `protobuf:"varint,514,opt,name=var,proto3" json:"var,omitempty"`
	Void      bool `protobuf:"varint,515,opt,name=void,proto3" json:"void,omitempty"`
	While     bool `protobuf:"varint,516,opt,name=while,proto3" json:"while,omitempty"`
	// contains filtered or unexported fields
}

This proto includes every type of field in both singular and repeated forms.

func (*TestAllTypes) ClearEmpty

func (x *TestAllTypes) ClearEmpty()

func (*TestAllTypes) ClearFieldMask

func (x *TestAllTypes) ClearFieldMask()

func (*TestAllTypes) ClearKind

func (x *TestAllTypes) ClearKind()

func (*TestAllTypes) ClearListValue

func (x *TestAllTypes) ClearListValue()

func (*TestAllTypes) ClearNestedType

func (x *TestAllTypes) ClearNestedType()

func (*TestAllTypes) ClearOneofBool

func (x *TestAllTypes) ClearOneofBool()

func (*TestAllTypes) ClearOneofMsg

func (x *TestAllTypes) ClearOneofMsg()

func (*TestAllTypes) ClearOneofType

func (x *TestAllTypes) ClearOneofType()

func (*TestAllTypes) ClearOptionalBool

func (x *TestAllTypes) ClearOptionalBool()

func (*TestAllTypes) ClearOptionalNullValue

func (x *TestAllTypes) ClearOptionalNullValue()

func (*TestAllTypes) ClearOptionalString

func (x *TestAllTypes) ClearOptionalString()

func (*TestAllTypes) ClearSingleAny

func (x *TestAllTypes) ClearSingleAny()

func (*TestAllTypes) ClearSingleBoolWrapper

func (x *TestAllTypes) ClearSingleBoolWrapper()

func (*TestAllTypes) ClearSingleBytesWrapper

func (x *TestAllTypes) ClearSingleBytesWrapper()

func (*TestAllTypes) ClearSingleDoubleWrapper

func (x *TestAllTypes) ClearSingleDoubleWrapper()

func (*TestAllTypes) ClearSingleDuration

func (x *TestAllTypes) ClearSingleDuration()

func (*TestAllTypes) ClearSingleFloatWrapper

func (x *TestAllTypes) ClearSingleFloatWrapper()

func (*TestAllTypes) ClearSingleInt32Wrapper

func (x *TestAllTypes) ClearSingleInt32Wrapper()

func (*TestAllTypes) ClearSingleInt64Wrapper

func (x *TestAllTypes) ClearSingleInt64Wrapper()

func (*TestAllTypes) ClearSingleNestedEnum

func (x *TestAllTypes) ClearSingleNestedEnum()

func (*TestAllTypes) ClearSingleNestedMessage

func (x *TestAllTypes) ClearSingleNestedMessage()

func (*TestAllTypes) ClearSingleStringWrapper

func (x *TestAllTypes) ClearSingleStringWrapper()

func (*TestAllTypes) ClearSingleStruct

func (x *TestAllTypes) ClearSingleStruct()

func (*TestAllTypes) ClearSingleTimestamp

func (x *TestAllTypes) ClearSingleTimestamp()

func (*TestAllTypes) ClearSingleUint32Wrapper

func (x *TestAllTypes) ClearSingleUint32Wrapper()

func (*TestAllTypes) ClearSingleUint64Wrapper

func (x *TestAllTypes) ClearSingleUint64Wrapper()

func (*TestAllTypes) ClearSingleValue

func (x *TestAllTypes) ClearSingleValue()

func (*TestAllTypes) ClearStandaloneMessage

func (x *TestAllTypes) ClearStandaloneMessage()

func (*TestAllTypes) GetAs

func (x *TestAllTypes) GetAs() bool

func (*TestAllTypes) GetBreak

func (x *TestAllTypes) GetBreak() bool

func (*TestAllTypes) GetConst

func (x *TestAllTypes) GetConst() bool

func (*TestAllTypes) GetContinue

func (x *TestAllTypes) GetContinue() bool

func (*TestAllTypes) GetElse

func (x *TestAllTypes) GetElse() bool

func (*TestAllTypes) GetEmpty

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

func (*TestAllTypes) GetFieldMask

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

func (*TestAllTypes) GetFor

func (x *TestAllTypes) GetFor() bool

func (*TestAllTypes) GetFunction

func (x *TestAllTypes) GetFunction() bool

func (*TestAllTypes) GetIf

func (x *TestAllTypes) GetIf() bool

func (*TestAllTypes) GetImport

func (x *TestAllTypes) GetImport() bool

func (*TestAllTypes) GetIn

func (x *TestAllTypes) GetIn() bool

func (*TestAllTypes) GetKind

func (x *TestAllTypes) GetKind() isTestAllTypes_Kind

func (*TestAllTypes) GetLet

func (x *TestAllTypes) GetLet() bool

func (*TestAllTypes) GetListValue

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

func (*TestAllTypes) GetLoop

func (x *TestAllTypes) GetLoop() bool

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) GetNamespace

func (x *TestAllTypes) GetNamespace() bool

func (*TestAllTypes) GetNestedType

func (x *TestAllTypes) GetNestedType() isTestAllTypes_NestedType

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) GetOptionalBool

func (x *TestAllTypes) GetOptionalBool() bool

func (*TestAllTypes) GetOptionalNullValue

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

func (*TestAllTypes) GetOptionalString

func (x *TestAllTypes) GetOptionalString() string

func (*TestAllTypes) GetPackage

func (x *TestAllTypes) GetPackage() bool

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) GetReturn

func (x *TestAllTypes) GetReturn() bool

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) GetVar

func (x *TestAllTypes) GetVar() bool

func (*TestAllTypes) GetVoid

func (x *TestAllTypes) GetVoid() bool

func (*TestAllTypes) GetWhile

func (x *TestAllTypes) GetWhile() bool

func (*TestAllTypes) HasEmpty

func (x *TestAllTypes) HasEmpty() bool

func (*TestAllTypes) HasFieldMask

func (x *TestAllTypes) HasFieldMask() bool

func (*TestAllTypes) HasKind

func (x *TestAllTypes) HasKind() bool

func (*TestAllTypes) HasListValue

func (x *TestAllTypes) HasListValue() bool

func (*TestAllTypes) HasNestedType

func (x *TestAllTypes) HasNestedType() bool

func (*TestAllTypes) HasOneofBool

func (x *TestAllTypes) HasOneofBool() bool

func (*TestAllTypes) HasOneofMsg

func (x *TestAllTypes) HasOneofMsg() bool

func (*TestAllTypes) HasOneofType

func (x *TestAllTypes) HasOneofType() bool

func (*TestAllTypes) HasOptionalBool

func (x *TestAllTypes) HasOptionalBool() bool

func (*TestAllTypes) HasOptionalNullValue

func (x *TestAllTypes) HasOptionalNullValue() bool

func (*TestAllTypes) HasOptionalString

func (x *TestAllTypes) HasOptionalString() bool

func (*TestAllTypes) HasSingleAny

func (x *TestAllTypes) HasSingleAny() bool

func (*TestAllTypes) HasSingleBoolWrapper

func (x *TestAllTypes) HasSingleBoolWrapper() bool

func (*TestAllTypes) HasSingleBytesWrapper

func (x *TestAllTypes) HasSingleBytesWrapper() bool

func (*TestAllTypes) HasSingleDoubleWrapper

func (x *TestAllTypes) HasSingleDoubleWrapper() bool

func (*TestAllTypes) HasSingleDuration

func (x *TestAllTypes) HasSingleDuration() bool

func (*TestAllTypes) HasSingleFloatWrapper

func (x *TestAllTypes) HasSingleFloatWrapper() bool

func (*TestAllTypes) HasSingleInt32Wrapper

func (x *TestAllTypes) HasSingleInt32Wrapper() bool

func (*TestAllTypes) HasSingleInt64Wrapper

func (x *TestAllTypes) HasSingleInt64Wrapper() bool

func (*TestAllTypes) HasSingleNestedEnum

func (x *TestAllTypes) HasSingleNestedEnum() bool

func (*TestAllTypes) HasSingleNestedMessage

func (x *TestAllTypes) HasSingleNestedMessage() bool

func (*TestAllTypes) HasSingleStringWrapper

func (x *TestAllTypes) HasSingleStringWrapper() bool

func (*TestAllTypes) HasSingleStruct

func (x *TestAllTypes) HasSingleStruct() bool

func (*TestAllTypes) HasSingleTimestamp

func (x *TestAllTypes) HasSingleTimestamp() bool

func (*TestAllTypes) HasSingleUint32Wrapper

func (x *TestAllTypes) HasSingleUint32Wrapper() bool

func (*TestAllTypes) HasSingleUint64Wrapper

func (x *TestAllTypes) HasSingleUint64Wrapper() bool

func (*TestAllTypes) HasSingleValue

func (x *TestAllTypes) HasSingleValue() bool

func (*TestAllTypes) HasStandaloneMessage

func (x *TestAllTypes) HasStandaloneMessage() bool

func (*TestAllTypes) ProtoMessage

func (*TestAllTypes) ProtoMessage()

func (*TestAllTypes) ProtoReflect

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

func (*TestAllTypes) Reset

func (x *TestAllTypes) Reset()

func (*TestAllTypes) SetAs

func (x *TestAllTypes) SetAs(v bool)

func (*TestAllTypes) SetBreak

func (x *TestAllTypes) SetBreak(v bool)

func (*TestAllTypes) SetConst

func (x *TestAllTypes) SetConst(v bool)

func (*TestAllTypes) SetContinue

func (x *TestAllTypes) SetContinue(v bool)

func (*TestAllTypes) SetElse

func (x *TestAllTypes) SetElse(v bool)

func (*TestAllTypes) SetEmpty

func (x *TestAllTypes) SetEmpty(v *emptypb.Empty)

func (*TestAllTypes) SetFieldMask

func (x *TestAllTypes) SetFieldMask(v *fieldmaskpb.FieldMask)

func (*TestAllTypes) SetFor

func (x *TestAllTypes) SetFor(v bool)

func (*TestAllTypes) SetFunction

func (x *TestAllTypes) SetFunction(v bool)

func (*TestAllTypes) SetIf

func (x *TestAllTypes) SetIf(v bool)

func (*TestAllTypes) SetImport

func (x *TestAllTypes) SetImport(v bool)

func (*TestAllTypes) SetIn

func (x *TestAllTypes) SetIn(v bool)

func (*TestAllTypes) SetLet

func (x *TestAllTypes) SetLet(v bool)

func (*TestAllTypes) SetListValue

func (x *TestAllTypes) SetListValue(v *structpb.ListValue)

func (*TestAllTypes) SetLoop

func (x *TestAllTypes) SetLoop(v bool)

func (*TestAllTypes) SetMapBoolAny

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

func (*TestAllTypes) SetMapBoolBool

func (x *TestAllTypes) SetMapBoolBool(v map[bool]bool)

func (*TestAllTypes) SetMapBoolBoolWrapper

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

func (*TestAllTypes) SetMapBoolBytes

func (x *TestAllTypes) SetMapBoolBytes(v map[bool][]byte)

func (*TestAllTypes) SetMapBoolBytesWrapper

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

func (*TestAllTypes) SetMapBoolDouble

func (x *TestAllTypes) SetMapBoolDouble(v map[bool]float64)

func (*TestAllTypes) SetMapBoolDoubleWrapper

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

func (*TestAllTypes) SetMapBoolDuration

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

func (*TestAllTypes) SetMapBoolEnum

func (x *TestAllTypes) SetMapBoolEnum(v map[bool]TestAllTypes_NestedEnum)

func (*TestAllTypes) SetMapBoolFloat

func (x *TestAllTypes) SetMapBoolFloat(v map[bool]float32)

func (*TestAllTypes) SetMapBoolFloatWrapper

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

func (*TestAllTypes) SetMapBoolInt32

func (x *TestAllTypes) SetMapBoolInt32(v map[bool]int32)

func (*TestAllTypes) SetMapBoolInt32Wrapper

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

func (*TestAllTypes) SetMapBoolInt64

func (x *TestAllTypes) SetMapBoolInt64(v map[bool]int64)

func (*TestAllTypes) SetMapBoolInt64Wrapper

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

func (*TestAllTypes) SetMapBoolListValue

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

func (*TestAllTypes) SetMapBoolMessage

func (x *TestAllTypes) SetMapBoolMessage(v map[bool]*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetMapBoolNullValue

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

func (*TestAllTypes) SetMapBoolString

func (x *TestAllTypes) SetMapBoolString(v map[bool]string)

func (*TestAllTypes) SetMapBoolStringWrapper

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

func (*TestAllTypes) SetMapBoolStruct

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

func (*TestAllTypes) SetMapBoolTimestamp

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

func (*TestAllTypes) SetMapBoolUint32

func (x *TestAllTypes) SetMapBoolUint32(v map[bool]uint32)

func (*TestAllTypes) SetMapBoolUint32Wrapper

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

func (*TestAllTypes) SetMapBoolUint64

func (x *TestAllTypes) SetMapBoolUint64(v map[bool]uint64)

func (*TestAllTypes) SetMapBoolUint64Wrapper

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

func (*TestAllTypes) SetMapBoolValue

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

func (*TestAllTypes) SetMapInt32Any

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

func (*TestAllTypes) SetMapInt32Bool

func (x *TestAllTypes) SetMapInt32Bool(v map[int32]bool)

func (*TestAllTypes) SetMapInt32BoolWrapper

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

func (*TestAllTypes) SetMapInt32Bytes

func (x *TestAllTypes) SetMapInt32Bytes(v map[int32][]byte)

func (*TestAllTypes) SetMapInt32BytesWrapper

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

func (*TestAllTypes) SetMapInt32Double

func (x *TestAllTypes) SetMapInt32Double(v map[int32]float64)

func (*TestAllTypes) SetMapInt32DoubleWrapper

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

func (*TestAllTypes) SetMapInt32Duration

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

func (*TestAllTypes) SetMapInt32Enum

func (x *TestAllTypes) SetMapInt32Enum(v map[int32]TestAllTypes_NestedEnum)

func (*TestAllTypes) SetMapInt32Float

func (x *TestAllTypes) SetMapInt32Float(v map[int32]float32)

func (*TestAllTypes) SetMapInt32FloatWrapper

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

func (*TestAllTypes) SetMapInt32Int32

func (x *TestAllTypes) SetMapInt32Int32(v map[int32]int32)

func (*TestAllTypes) SetMapInt32Int32Wrapper

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

func (*TestAllTypes) SetMapInt32Int64

func (x *TestAllTypes) SetMapInt32Int64(v map[int32]int64)

func (*TestAllTypes) SetMapInt32Int64Wrapper

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

func (*TestAllTypes) SetMapInt32ListValue

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

func (*TestAllTypes) SetMapInt32Message

func (x *TestAllTypes) SetMapInt32Message(v map[int32]*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetMapInt32NullValue

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

func (*TestAllTypes) SetMapInt32String

func (x *TestAllTypes) SetMapInt32String(v map[int32]string)

func (*TestAllTypes) SetMapInt32StringWrapper

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

func (*TestAllTypes) SetMapInt32Struct

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

func (*TestAllTypes) SetMapInt32Timestamp

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

func (*TestAllTypes) SetMapInt32Uint32

func (x *TestAllTypes) SetMapInt32Uint32(v map[int32]uint32)

func (*TestAllTypes) SetMapInt32Uint32Wrapper

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

func (*TestAllTypes) SetMapInt32Uint64

func (x *TestAllTypes) SetMapInt32Uint64(v map[int32]uint64)

func (*TestAllTypes) SetMapInt32Uint64Wrapper

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

func (*TestAllTypes) SetMapInt32Value

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

func (*TestAllTypes) SetMapInt64Any

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

func (*TestAllTypes) SetMapInt64Bool

func (x *TestAllTypes) SetMapInt64Bool(v map[int64]bool)

func (*TestAllTypes) SetMapInt64BoolWrapper

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

func (*TestAllTypes) SetMapInt64Bytes

func (x *TestAllTypes) SetMapInt64Bytes(v map[int64][]byte)

func (*TestAllTypes) SetMapInt64BytesWrapper

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

func (*TestAllTypes) SetMapInt64Double

func (x *TestAllTypes) SetMapInt64Double(v map[int64]float64)

func (*TestAllTypes) SetMapInt64DoubleWrapper

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

func (*TestAllTypes) SetMapInt64Duration

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

func (*TestAllTypes) SetMapInt64Enum

func (x *TestAllTypes) SetMapInt64Enum(v map[int64]TestAllTypes_NestedEnum)

func (*TestAllTypes) SetMapInt64Float

func (x *TestAllTypes) SetMapInt64Float(v map[int64]float32)

func (*TestAllTypes) SetMapInt64FloatWrapper

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

func (*TestAllTypes) SetMapInt64Int32

func (x *TestAllTypes) SetMapInt64Int32(v map[int64]int32)

func (*TestAllTypes) SetMapInt64Int32Wrapper

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

func (*TestAllTypes) SetMapInt64Int64

func (x *TestAllTypes) SetMapInt64Int64(v map[int64]int64)

func (*TestAllTypes) SetMapInt64Int64Wrapper

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

func (*TestAllTypes) SetMapInt64ListValue

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

func (*TestAllTypes) SetMapInt64Message

func (x *TestAllTypes) SetMapInt64Message(v map[int64]*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetMapInt64NestedType

func (x *TestAllTypes) SetMapInt64NestedType(v map[int64]*NestedTestAllTypes)

func (*TestAllTypes) SetMapInt64NullValue

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

func (*TestAllTypes) SetMapInt64String

func (x *TestAllTypes) SetMapInt64String(v map[int64]string)

func (*TestAllTypes) SetMapInt64StringWrapper

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

func (*TestAllTypes) SetMapInt64Struct

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

func (*TestAllTypes) SetMapInt64Timestamp

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

func (*TestAllTypes) SetMapInt64Uint32

func (x *TestAllTypes) SetMapInt64Uint32(v map[int64]uint32)

func (*TestAllTypes) SetMapInt64Uint32Wrapper

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

func (*TestAllTypes) SetMapInt64Uint64

func (x *TestAllTypes) SetMapInt64Uint64(v map[int64]uint64)

func (*TestAllTypes) SetMapInt64Uint64Wrapper

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

func (*TestAllTypes) SetMapInt64Value

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

func (*TestAllTypes) SetMapStringAny

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

func (*TestAllTypes) SetMapStringBool

func (x *TestAllTypes) SetMapStringBool(v map[string]bool)

func (*TestAllTypes) SetMapStringBoolWrapper

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

func (*TestAllTypes) SetMapStringBytes

func (x *TestAllTypes) SetMapStringBytes(v map[string][]byte)

func (*TestAllTypes) SetMapStringBytesWrapper

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

func (*TestAllTypes) SetMapStringDouble

func (x *TestAllTypes) SetMapStringDouble(v map[string]float64)

func (*TestAllTypes) SetMapStringDoubleWrapper

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

func (*TestAllTypes) SetMapStringDuration

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

func (*TestAllTypes) SetMapStringEnum

func (x *TestAllTypes) SetMapStringEnum(v map[string]TestAllTypes_NestedEnum)

func (*TestAllTypes) SetMapStringFloat

func (x *TestAllTypes) SetMapStringFloat(v map[string]float32)

func (*TestAllTypes) SetMapStringFloatWrapper

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

func (*TestAllTypes) SetMapStringInt32

func (x *TestAllTypes) SetMapStringInt32(v map[string]int32)

func (*TestAllTypes) SetMapStringInt32Wrapper

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

func (*TestAllTypes) SetMapStringInt64

func (x *TestAllTypes) SetMapStringInt64(v map[string]int64)

func (*TestAllTypes) SetMapStringInt64Wrapper

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

func (*TestAllTypes) SetMapStringListValue

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

func (*TestAllTypes) SetMapStringMessage

func (x *TestAllTypes) SetMapStringMessage(v map[string]*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetMapStringNullValue

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

func (*TestAllTypes) SetMapStringString

func (x *TestAllTypes) SetMapStringString(v map[string]string)

func (*TestAllTypes) SetMapStringStringWrapper

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

func (*TestAllTypes) SetMapStringStruct

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

func (*TestAllTypes) SetMapStringTimestamp

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

func (*TestAllTypes) SetMapStringUint32

func (x *TestAllTypes) SetMapStringUint32(v map[string]uint32)

func (*TestAllTypes) SetMapStringUint32Wrapper

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

func (*TestAllTypes) SetMapStringUint64

func (x *TestAllTypes) SetMapStringUint64(v map[string]uint64)

func (*TestAllTypes) SetMapStringUint64Wrapper

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

func (*TestAllTypes) SetMapStringValue

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

func (*TestAllTypes) SetMapUint32Any

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

func (*TestAllTypes) SetMapUint32Bool

func (x *TestAllTypes) SetMapUint32Bool(v map[uint32]bool)

func (*TestAllTypes) SetMapUint32BoolWrapper

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

func (*TestAllTypes) SetMapUint32Bytes

func (x *TestAllTypes) SetMapUint32Bytes(v map[uint32][]byte)

func (*TestAllTypes) SetMapUint32BytesWrapper

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

func (*TestAllTypes) SetMapUint32Double

func (x *TestAllTypes) SetMapUint32Double(v map[uint32]float64)

func (*TestAllTypes) SetMapUint32DoubleWrapper

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

func (*TestAllTypes) SetMapUint32Duration

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

func (*TestAllTypes) SetMapUint32Enum

func (x *TestAllTypes) SetMapUint32Enum(v map[uint32]TestAllTypes_NestedEnum)

func (*TestAllTypes) SetMapUint32Float

func (x *TestAllTypes) SetMapUint32Float(v map[uint32]float32)

func (*TestAllTypes) SetMapUint32FloatWrapper

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

func (*TestAllTypes) SetMapUint32Int32

func (x *TestAllTypes) SetMapUint32Int32(v map[uint32]int32)

func (*TestAllTypes) SetMapUint32Int32Wrapper

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

func (*TestAllTypes) SetMapUint32Int64

func (x *TestAllTypes) SetMapUint32Int64(v map[uint32]int64)

func (*TestAllTypes) SetMapUint32Int64Wrapper

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

func (*TestAllTypes) SetMapUint32ListValue

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

func (*TestAllTypes) SetMapUint32Message

func (x *TestAllTypes) SetMapUint32Message(v map[uint32]*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetMapUint32NullValue

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

func (*TestAllTypes) SetMapUint32String

func (x *TestAllTypes) SetMapUint32String(v map[uint32]string)

func (*TestAllTypes) SetMapUint32StringWrapper

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

func (*TestAllTypes) SetMapUint32Struct

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

func (*TestAllTypes) SetMapUint32Timestamp

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

func (*TestAllTypes) SetMapUint32Uint32

func (x *TestAllTypes) SetMapUint32Uint32(v map[uint32]uint32)

func (*TestAllTypes) SetMapUint32Uint32Wrapper

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

func (*TestAllTypes) SetMapUint32Uint64

func (x *TestAllTypes) SetMapUint32Uint64(v map[uint32]uint64)

func (*TestAllTypes) SetMapUint32Uint64Wrapper

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

func (*TestAllTypes) SetMapUint32Value

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

func (*TestAllTypes) SetMapUint64Any

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

func (*TestAllTypes) SetMapUint64Bool

func (x *TestAllTypes) SetMapUint64Bool(v map[uint64]bool)

func (*TestAllTypes) SetMapUint64BoolWrapper

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

func (*TestAllTypes) SetMapUint64Bytes

func (x *TestAllTypes) SetMapUint64Bytes(v map[uint64][]byte)

func (*TestAllTypes) SetMapUint64BytesWrapper

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

func (*TestAllTypes) SetMapUint64Double

func (x *TestAllTypes) SetMapUint64Double(v map[uint64]float64)

func (*TestAllTypes) SetMapUint64DoubleWrapper

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

func (*TestAllTypes) SetMapUint64Duration

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

func (*TestAllTypes) SetMapUint64Enum

func (x *TestAllTypes) SetMapUint64Enum(v map[uint64]TestAllTypes_NestedEnum)

func (*TestAllTypes) SetMapUint64Float

func (x *TestAllTypes) SetMapUint64Float(v map[uint64]float32)

func (*TestAllTypes) SetMapUint64FloatWrapper

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

func (*TestAllTypes) SetMapUint64Int32

func (x *TestAllTypes) SetMapUint64Int32(v map[uint64]int32)

func (*TestAllTypes) SetMapUint64Int32Wrapper

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

func (*TestAllTypes) SetMapUint64Int64

func (x *TestAllTypes) SetMapUint64Int64(v map[uint64]int64)

func (*TestAllTypes) SetMapUint64Int64Wrapper

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

func (*TestAllTypes) SetMapUint64ListValue

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

func (*TestAllTypes) SetMapUint64Message

func (x *TestAllTypes) SetMapUint64Message(v map[uint64]*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetMapUint64NullValue

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

func (*TestAllTypes) SetMapUint64String

func (x *TestAllTypes) SetMapUint64String(v map[uint64]string)

func (*TestAllTypes) SetMapUint64StringWrapper

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

func (*TestAllTypes) SetMapUint64Struct

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

func (*TestAllTypes) SetMapUint64Timestamp

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

func (*TestAllTypes) SetMapUint64Uint32

func (x *TestAllTypes) SetMapUint64Uint32(v map[uint64]uint32)

func (*TestAllTypes) SetMapUint64Uint32Wrapper

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

func (*TestAllTypes) SetMapUint64Uint64

func (x *TestAllTypes) SetMapUint64Uint64(v map[uint64]uint64)

func (*TestAllTypes) SetMapUint64Uint64Wrapper

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

func (*TestAllTypes) SetMapUint64Value

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

func (*TestAllTypes) SetNamespace

func (x *TestAllTypes) SetNamespace(v bool)

func (*TestAllTypes) SetNullValue

func (x *TestAllTypes) SetNullValue(v structpb.NullValue)

func (*TestAllTypes) SetOneofBool

func (x *TestAllTypes) SetOneofBool(v bool)

func (*TestAllTypes) SetOneofMsg

func (x *TestAllTypes) SetOneofMsg(v *TestAllTypes_NestedMessage)

func (*TestAllTypes) SetOneofType

func (x *TestAllTypes) SetOneofType(v *NestedTestAllTypes)

func (*TestAllTypes) SetOptionalBool

func (x *TestAllTypes) SetOptionalBool(v bool)

func (*TestAllTypes) SetOptionalNullValue

func (x *TestAllTypes) SetOptionalNullValue(v structpb.NullValue)

func (*TestAllTypes) SetOptionalString

func (x *TestAllTypes) SetOptionalString(v string)

func (*TestAllTypes) SetPackage

func (x *TestAllTypes) SetPackage(v bool)

func (*TestAllTypes) SetRepeatedAny

func (x *TestAllTypes) SetRepeatedAny(v []*anypb.Any)

func (*TestAllTypes) SetRepeatedBool

func (x *TestAllTypes) SetRepeatedBool(v []bool)

func (*TestAllTypes) SetRepeatedBoolWrapper

func (x *TestAllTypes) SetRepeatedBoolWrapper(v []*wrapperspb.BoolValue)

func (*TestAllTypes) SetRepeatedBytes

func (x *TestAllTypes) SetRepeatedBytes(v [][]byte)

func (*TestAllTypes) SetRepeatedBytesWrapper

func (x *TestAllTypes) SetRepeatedBytesWrapper(v []*wrapperspb.BytesValue)

func (*TestAllTypes) SetRepeatedCord

func (x *TestAllTypes) SetRepeatedCord(v []string)

func (*TestAllTypes) SetRepeatedDouble

func (x *TestAllTypes) SetRepeatedDouble(v []float64)

func (*TestAllTypes) SetRepeatedDoubleWrapper

func (x *TestAllTypes) SetRepeatedDoubleWrapper(v []*wrapperspb.DoubleValue)

func (*TestAllTypes) SetRepeatedDuration

func (x *TestAllTypes) SetRepeatedDuration(v []*durationpb.Duration)

func (*TestAllTypes) SetRepeatedFixed32

func (x *TestAllTypes) SetRepeatedFixed32(v []uint32)

func (*TestAllTypes) SetRepeatedFixed64

func (x *TestAllTypes) SetRepeatedFixed64(v []uint64)

func (*TestAllTypes) SetRepeatedFloat

func (x *TestAllTypes) SetRepeatedFloat(v []float32)

func (*TestAllTypes) SetRepeatedFloatWrapper

func (x *TestAllTypes) SetRepeatedFloatWrapper(v []*wrapperspb.FloatValue)

func (*TestAllTypes) SetRepeatedInt32

func (x *TestAllTypes) SetRepeatedInt32(v []int32)

func (*TestAllTypes) SetRepeatedInt32Wrapper

func (x *TestAllTypes) SetRepeatedInt32Wrapper(v []*wrapperspb.Int32Value)

func (*TestAllTypes) SetRepeatedInt64

func (x *TestAllTypes) SetRepeatedInt64(v []int64)

func (*TestAllTypes) SetRepeatedInt64Wrapper

func (x *TestAllTypes) SetRepeatedInt64Wrapper(v []*wrapperspb.Int64Value)

func (*TestAllTypes) SetRepeatedLazyMessage

func (x *TestAllTypes) SetRepeatedLazyMessage(v []*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetRepeatedListValue

func (x *TestAllTypes) SetRepeatedListValue(v []*structpb.ListValue)

func (*TestAllTypes) SetRepeatedNestedEnum

func (x *TestAllTypes) SetRepeatedNestedEnum(v []TestAllTypes_NestedEnum)

func (*TestAllTypes) SetRepeatedNestedMessage

func (x *TestAllTypes) SetRepeatedNestedMessage(v []*TestAllTypes_NestedMessage)

func (*TestAllTypes) SetRepeatedNullValue

func (x *TestAllTypes) SetRepeatedNullValue(v []structpb.NullValue)

func (*TestAllTypes) SetRepeatedSfixed32

func (x *TestAllTypes) SetRepeatedSfixed32(v []int32)

func (*TestAllTypes) SetRepeatedSfixed64

func (x *TestAllTypes) SetRepeatedSfixed64(v []int64)

func (*TestAllTypes) SetRepeatedSint32

func (x *TestAllTypes) SetRepeatedSint32(v []int32)

func (*TestAllTypes) SetRepeatedSint64

func (x *TestAllTypes) SetRepeatedSint64(v []int64)

func (*TestAllTypes) SetRepeatedString

func (x *TestAllTypes) SetRepeatedString(v []string)

func (*TestAllTypes) SetRepeatedStringPiece

func (x *TestAllTypes) SetRepeatedStringPiece(v []string)

func (*TestAllTypes) SetRepeatedStringWrapper

func (x *TestAllTypes) SetRepeatedStringWrapper(v []*wrapperspb.StringValue)

func (*TestAllTypes) SetRepeatedStruct

func (x *TestAllTypes) SetRepeatedStruct(v []*structpb.Struct)

func (*TestAllTypes) SetRepeatedTimestamp

func (x *TestAllTypes) SetRepeatedTimestamp(v []*timestamppb.Timestamp)

func (*TestAllTypes) SetRepeatedUint32

func (x *TestAllTypes) SetRepeatedUint32(v []uint32)

func (*TestAllTypes) SetRepeatedUint32Wrapper

func (x *TestAllTypes) SetRepeatedUint32Wrapper(v []*wrapperspb.UInt32Value)

func (*TestAllTypes) SetRepeatedUint64

func (x *TestAllTypes) SetRepeatedUint64(v []uint64)

func (*TestAllTypes) SetRepeatedUint64Wrapper

func (x *TestAllTypes) SetRepeatedUint64Wrapper(v []*wrapperspb.UInt64Value)

func (*TestAllTypes) SetRepeatedValue

func (x *TestAllTypes) SetRepeatedValue(v []*structpb.Value)

func (*TestAllTypes) SetReturn

func (x *TestAllTypes) SetReturn(v bool)

func (*TestAllTypes) SetSingleAny

func (x *TestAllTypes) SetSingleAny(v *anypb.Any)

func (*TestAllTypes) SetSingleBool

func (x *TestAllTypes) SetSingleBool(v bool)

func (*TestAllTypes) SetSingleBoolWrapper

func (x *TestAllTypes) SetSingleBoolWrapper(v *wrapperspb.BoolValue)

func (*TestAllTypes) SetSingleBytes

func (x *TestAllTypes) SetSingleBytes(v []byte)

func (*TestAllTypes) SetSingleBytesWrapper

func (x *TestAllTypes) SetSingleBytesWrapper(v *wrapperspb.BytesValue)

func (*TestAllTypes) SetSingleDouble

func (x *TestAllTypes) SetSingleDouble(v float64)

func (*TestAllTypes) SetSingleDoubleWrapper

func (x *TestAllTypes) SetSingleDoubleWrapper(v *wrapperspb.DoubleValue)

func (*TestAllTypes) SetSingleDuration

func (x *TestAllTypes) SetSingleDuration(v *durationpb.Duration)

func (*TestAllTypes) SetSingleFixed32

func (x *TestAllTypes) SetSingleFixed32(v uint32)

func (*TestAllTypes) SetSingleFixed64

func (x *TestAllTypes) SetSingleFixed64(v uint64)

func (*TestAllTypes) SetSingleFloat

func (x *TestAllTypes) SetSingleFloat(v float32)

func (*TestAllTypes) SetSingleFloatWrapper

func (x *TestAllTypes) SetSingleFloatWrapper(v *wrapperspb.FloatValue)

func (*TestAllTypes) SetSingleInt32

func (x *TestAllTypes) SetSingleInt32(v int32)

func (*TestAllTypes) SetSingleInt32Wrapper

func (x *TestAllTypes) SetSingleInt32Wrapper(v *wrapperspb.Int32Value)

func (*TestAllTypes) SetSingleInt64

func (x *TestAllTypes) SetSingleInt64(v int64)

func (*TestAllTypes) SetSingleInt64Wrapper

func (x *TestAllTypes) SetSingleInt64Wrapper(v *wrapperspb.Int64Value)

func (*TestAllTypes) SetSingleNestedEnum

func (x *TestAllTypes) SetSingleNestedEnum(v TestAllTypes_NestedEnum)

func (*TestAllTypes) SetSingleNestedMessage

func (x *TestAllTypes) SetSingleNestedMessage(v *TestAllTypes_NestedMessage)

func (*TestAllTypes) SetSingleSfixed32

func (x *TestAllTypes) SetSingleSfixed32(v int32)

func (*TestAllTypes) SetSingleSfixed64

func (x *TestAllTypes) SetSingleSfixed64(v int64)

func (*TestAllTypes) SetSingleSint32

func (x *TestAllTypes) SetSingleSint32(v int32)

func (*TestAllTypes) SetSingleSint64

func (x *TestAllTypes) SetSingleSint64(v int64)

func (*TestAllTypes) SetSingleString

func (x *TestAllTypes) SetSingleString(v string)

func (*TestAllTypes) SetSingleStringWrapper

func (x *TestAllTypes) SetSingleStringWrapper(v *wrapperspb.StringValue)

func (*TestAllTypes) SetSingleStruct

func (x *TestAllTypes) SetSingleStruct(v *structpb.Struct)

func (*TestAllTypes) SetSingleTimestamp

func (x *TestAllTypes) SetSingleTimestamp(v *timestamppb.Timestamp)

func (*TestAllTypes) SetSingleUint32

func (x *TestAllTypes) SetSingleUint32(v uint32)

func (*TestAllTypes) SetSingleUint32Wrapper

func (x *TestAllTypes) SetSingleUint32Wrapper(v *wrapperspb.UInt32Value)

func (*TestAllTypes) SetSingleUint64

func (x *TestAllTypes) SetSingleUint64(v uint64)

func (*TestAllTypes) SetSingleUint64Wrapper

func (x *TestAllTypes) SetSingleUint64Wrapper(v *wrapperspb.UInt64Value)

func (*TestAllTypes) SetSingleValue

func (x *TestAllTypes) SetSingleValue(v *structpb.Value)

func (*TestAllTypes) SetStandaloneEnum

func (x *TestAllTypes) SetStandaloneEnum(v TestAllTypes_NestedEnum)

func (*TestAllTypes) SetStandaloneMessage

func (x *TestAllTypes) SetStandaloneMessage(v *TestAllTypes_NestedMessage)

func (*TestAllTypes) SetVar

func (x *TestAllTypes) SetVar(v bool)

func (*TestAllTypes) SetVoid

func (x *TestAllTypes) SetVoid(v bool)

func (*TestAllTypes) SetWhile

func (x *TestAllTypes) SetWhile(v bool)

func (*TestAllTypes) String

func (x *TestAllTypes) String() string

func (*TestAllTypes) WhichKind

func (x *TestAllTypes) WhichKind() case_TestAllTypes_Kind

func (*TestAllTypes) WhichNestedType

func (x *TestAllTypes) WhichNestedType() case_TestAllTypes_NestedType

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) Number

func (TestAllTypes_NestedEnum) String

func (x TestAllTypes_NestedEnum) String() string

func (TestAllTypes_NestedEnum) Type

type TestAllTypes_NestedMessage

type TestAllTypes_NestedMessage struct {

	// The field name "b" fails to compile in proto1 because it conflicts with
	// a local variable named "b" in one of the generated methods.
	// This file needs to compile in proto1 to test backwards-compatibility.
	Bb int32 `protobuf:"varint,1,opt,name=bb,proto3" json:"bb,omitempty"`
	// contains filtered or unexported fields
}

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) SetBb

func (x *TestAllTypes_NestedMessage) SetBb(v int32)

func (*TestAllTypes_NestedMessage) String

func (x *TestAllTypes_NestedMessage) String() string

type TestAllTypes_NestedMessage_builder

type TestAllTypes_NestedMessage_builder struct {

	// The field name "b" fails to compile in proto1 because it conflicts with
	// a local variable named "b" in one of the generated methods.
	// This file needs to compile in proto1 to test backwards-compatibility.
	Bb int32
	// contains filtered or unexported fields
}

func (TestAllTypes_NestedMessage_builder) Build

type TestAllTypes_OneofBool

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

type TestAllTypes_OneofMsg

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

type TestAllTypes_OneofType

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

type TestAllTypes_SingleNestedEnum

type TestAllTypes_SingleNestedEnum struct {
	SingleNestedEnum TestAllTypes_NestedEnum `` /* 140-byte string literal not displayed */
}

type TestAllTypes_SingleNestedMessage

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

type TestAllTypes_builder

type TestAllTypes_builder struct {

	// Singular
	SingleInt32    int32
	SingleInt64    int64
	SingleUint32   uint32
	SingleUint64   uint64
	SingleSint32   int32
	SingleSint64   int64
	SingleFixed32  uint32
	SingleFixed64  uint64
	SingleSfixed32 int32
	SingleSfixed64 int64
	SingleFloat    float32
	SingleDouble   float64
	SingleBool     bool
	SingleString   string
	SingleBytes    []byte
	OptionalBool   *bool
	OptionalString *string
	// Collides with 'in' operator.
	In bool
	// Wellknown.
	SingleAny           *anypb.Any
	SingleDuration      *durationpb.Duration
	SingleTimestamp     *timestamppb.Timestamp
	SingleStruct        *structpb.Struct
	SingleValue         *structpb.Value
	SingleInt64Wrapper  *wrapperspb.Int64Value
	SingleInt32Wrapper  *wrapperspb.Int32Value
	SingleDoubleWrapper *wrapperspb.DoubleValue
	SingleFloatWrapper  *wrapperspb.FloatValue
	SingleUint64Wrapper *wrapperspb.UInt64Value
	SingleUint32Wrapper *wrapperspb.UInt32Value
	SingleStringWrapper *wrapperspb.StringValue
	SingleBoolWrapper   *wrapperspb.BoolValue
	SingleBytesWrapper  *wrapperspb.BytesValue
	ListValue           *structpb.ListValue
	NullValue           structpb.NullValue
	OptionalNullValue   *structpb.NullValue
	FieldMask           *fieldmaskpb.FieldMask
	Empty               *emptypb.Empty

	// Fields of oneof NestedType:
	SingleNestedMessage *TestAllTypes_NestedMessage
	SingleNestedEnum    *TestAllTypes_NestedEnum
	// -- end of NestedType
	StandaloneMessage *TestAllTypes_NestedMessage
	StandaloneEnum    TestAllTypes_NestedEnum
	// Repeated
	RepeatedInt32    []int32
	RepeatedInt64    []int64
	RepeatedUint32   []uint32
	RepeatedUint64   []uint64
	RepeatedSint32   []int32
	RepeatedSint64   []int64
	RepeatedFixed32  []uint32
	RepeatedFixed64  []uint64
	RepeatedSfixed32 []int32
	RepeatedSfixed64 []int64
	RepeatedFloat    []float32
	RepeatedDouble   []float64
	RepeatedBool     []bool
	RepeatedString   []string
	RepeatedBytes    [][]byte
	// Repeated and nested
	RepeatedNestedMessage []*TestAllTypes_NestedMessage
	RepeatedNestedEnum    []TestAllTypes_NestedEnum
	RepeatedStringPiece   []string
	RepeatedCord          []string
	RepeatedLazyMessage   []*TestAllTypes_NestedMessage
	// Repeated wellknown.
	RepeatedAny           []*anypb.Any
	RepeatedDuration      []*durationpb.Duration
	RepeatedTimestamp     []*timestamppb.Timestamp
	RepeatedStruct        []*structpb.Struct
	RepeatedValue         []*structpb.Value
	RepeatedInt64Wrapper  []*wrapperspb.Int64Value
	RepeatedInt32Wrapper  []*wrapperspb.Int32Value
	RepeatedDoubleWrapper []*wrapperspb.DoubleValue
	RepeatedFloatWrapper  []*wrapperspb.FloatValue
	RepeatedUint64Wrapper []*wrapperspb.UInt64Value
	RepeatedUint32Wrapper []*wrapperspb.UInt32Value
	RepeatedStringWrapper []*wrapperspb.StringValue
	RepeatedBoolWrapper   []*wrapperspb.BoolValue
	RepeatedBytesWrapper  []*wrapperspb.BytesValue
	RepeatedListValue     []*structpb.ListValue
	RepeatedNullValue     []structpb.NullValue
	// Map
	MapInt64NestedType     map[int64]*NestedTestAllTypes
	MapBoolBool            map[bool]bool
	MapBoolString          map[bool]string
	MapBoolBytes           map[bool][]byte
	MapBoolInt32           map[bool]int32
	MapBoolInt64           map[bool]int64
	MapBoolUint32          map[bool]uint32
	MapBoolUint64          map[bool]uint64
	MapBoolFloat           map[bool]float32
	MapBoolDouble          map[bool]float64
	MapBoolEnum            map[bool]TestAllTypes_NestedEnum
	MapBoolMessage         map[bool]*TestAllTypes_NestedMessage
	MapBoolDuration        map[bool]*durationpb.Duration
	MapBoolTimestamp       map[bool]*timestamppb.Timestamp
	MapBoolNullValue       map[bool]structpb.NullValue
	MapBoolAny             map[bool]*anypb.Any
	MapBoolStruct          map[bool]*structpb.Struct
	MapBoolValue           map[bool]*structpb.Value
	MapBoolListValue       map[bool]*structpb.ListValue
	MapBoolInt64Wrapper    map[bool]*wrapperspb.Int64Value
	MapBoolInt32Wrapper    map[bool]*wrapperspb.Int32Value
	MapBoolDoubleWrapper   map[bool]*wrapperspb.DoubleValue
	MapBoolFloatWrapper    map[bool]*wrapperspb.FloatValue
	MapBoolUint64Wrapper   map[bool]*wrapperspb.UInt64Value
	MapBoolUint32Wrapper   map[bool]*wrapperspb.UInt32Value
	MapBoolStringWrapper   map[bool]*wrapperspb.StringValue
	MapBoolBoolWrapper     map[bool]*wrapperspb.BoolValue
	MapBoolBytesWrapper    map[bool]*wrapperspb.BytesValue
	MapInt32Bool           map[int32]bool
	MapInt32String         map[int32]string
	MapInt32Bytes          map[int32][]byte
	MapInt32Int32          map[int32]int32
	MapInt32Int64          map[int32]int64
	MapInt32Uint32         map[int32]uint32
	MapInt32Uint64         map[int32]uint64
	MapInt32Float          map[int32]float32
	MapInt32Double         map[int32]float64
	MapInt32Enum           map[int32]TestAllTypes_NestedEnum
	MapInt32Message        map[int32]*TestAllTypes_NestedMessage
	MapInt32Duration       map[int32]*durationpb.Duration
	MapInt32Timestamp      map[int32]*timestamppb.Timestamp
	MapInt32NullValue      map[int32]structpb.NullValue
	MapInt32Any            map[int32]*anypb.Any
	MapInt32Struct         map[int32]*structpb.Struct
	MapInt32Value          map[int32]*structpb.Value
	MapInt32ListValue      map[int32]*structpb.ListValue
	MapInt32Int64Wrapper   map[int32]*wrapperspb.Int64Value
	MapInt32Int32Wrapper   map[int32]*wrapperspb.Int32Value
	MapInt32DoubleWrapper  map[int32]*wrapperspb.DoubleValue
	MapInt32FloatWrapper   map[int32]*wrapperspb.FloatValue
	MapInt32Uint64Wrapper  map[int32]*wrapperspb.UInt64Value
	MapInt32Uint32Wrapper  map[int32]*wrapperspb.UInt32Value
	MapInt32StringWrapper  map[int32]*wrapperspb.StringValue
	MapInt32BoolWrapper    map[int32]*wrapperspb.BoolValue
	MapInt32BytesWrapper   map[int32]*wrapperspb.BytesValue
	MapInt64Bool           map[int64]bool
	MapInt64String         map[int64]string
	MapInt64Bytes          map[int64][]byte
	MapInt64Int32          map[int64]int32
	MapInt64Int64          map[int64]int64
	MapInt64Uint32         map[int64]uint32
	MapInt64Uint64         map[int64]uint64
	MapInt64Float          map[int64]float32
	MapInt64Double         map[int64]float64
	MapInt64Enum           map[int64]TestAllTypes_NestedEnum
	MapInt64Message        map[int64]*TestAllTypes_NestedMessage
	MapInt64Duration       map[int64]*durationpb.Duration
	MapInt64Timestamp      map[int64]*timestamppb.Timestamp
	MapInt64NullValue      map[int64]structpb.NullValue
	MapInt64Any            map[int64]*anypb.Any
	MapInt64Struct         map[int64]*structpb.Struct
	MapInt64Value          map[int64]*structpb.Value
	MapInt64ListValue      map[int64]*structpb.ListValue
	MapInt64Int64Wrapper   map[int64]*wrapperspb.Int64Value
	MapInt64Int32Wrapper   map[int64]*wrapperspb.Int32Value
	MapInt64DoubleWrapper  map[int64]*wrapperspb.DoubleValue
	MapInt64FloatWrapper   map[int64]*wrapperspb.FloatValue
	MapInt64Uint64Wrapper  map[int64]*wrapperspb.UInt64Value
	MapInt64Uint32Wrapper  map[int64]*wrapperspb.UInt32Value
	MapInt64StringWrapper  map[int64]*wrapperspb.StringValue
	MapInt64BoolWrapper    map[int64]*wrapperspb.BoolValue
	MapInt64BytesWrapper   map[int64]*wrapperspb.BytesValue
	MapUint32Bool          map[uint32]bool
	MapUint32String        map[uint32]string
	MapUint32Bytes         map[uint32][]byte
	MapUint32Int32         map[uint32]int32
	MapUint32Int64         map[uint32]int64
	MapUint32Uint32        map[uint32]uint32
	MapUint32Uint64        map[uint32]uint64
	MapUint32Float         map[uint32]float32
	MapUint32Double        map[uint32]float64
	MapUint32Enum          map[uint32]TestAllTypes_NestedEnum
	MapUint32Message       map[uint32]*TestAllTypes_NestedMessage
	MapUint32Duration      map[uint32]*durationpb.Duration
	MapUint32Timestamp     map[uint32]*timestamppb.Timestamp
	MapUint32NullValue     map[uint32]structpb.NullValue
	MapUint32Any           map[uint32]*anypb.Any
	MapUint32Struct        map[uint32]*structpb.Struct
	MapUint32Value         map[uint32]*structpb.Value
	MapUint32ListValue     map[uint32]*structpb.ListValue
	MapUint32Int64Wrapper  map[uint32]*wrapperspb.Int64Value
	MapUint32Int32Wrapper  map[uint32]*wrapperspb.Int32Value
	MapUint32DoubleWrapper map[uint32]*wrapperspb.DoubleValue
	MapUint32FloatWrapper  map[uint32]*wrapperspb.FloatValue
	MapUint32Uint64Wrapper map[uint32]*wrapperspb.UInt64Value
	MapUint32Uint32Wrapper map[uint32]*wrapperspb.UInt32Value
	MapUint32StringWrapper map[uint32]*wrapperspb.StringValue
	MapUint32BoolWrapper   map[uint32]*wrapperspb.BoolValue
	MapUint32BytesWrapper  map[uint32]*wrapperspb.BytesValue
	MapUint64Bool          map[uint64]bool
	MapUint64String        map[uint64]string
	MapUint64Bytes         map[uint64][]byte
	MapUint64Int32         map[uint64]int32
	MapUint64Int64         map[uint64]int64
	MapUint64Uint32        map[uint64]uint32
	MapUint64Uint64        map[uint64]uint64
	MapUint64Float         map[uint64]float32
	MapUint64Double        map[uint64]float64
	MapUint64Enum          map[uint64]TestAllTypes_NestedEnum
	MapUint64Message       map[uint64]*TestAllTypes_NestedMessage
	MapUint64Duration      map[uint64]*durationpb.Duration
	MapUint64Timestamp     map[uint64]*timestamppb.Timestamp
	MapUint64NullValue     map[uint64]structpb.NullValue
	MapUint64Any           map[uint64]*anypb.Any
	MapUint64Struct        map[uint64]*structpb.Struct
	MapUint64Value         map[uint64]*structpb.Value
	MapUint64ListValue     map[uint64]*structpb.ListValue
	MapUint64Int64Wrapper  map[uint64]*wrapperspb.Int64Value
	MapUint64Int32Wrapper  map[uint64]*wrapperspb.Int32Value
	MapUint64DoubleWrapper map[uint64]*wrapperspb.DoubleValue
	MapUint64FloatWrapper  map[uint64]*wrapperspb.FloatValue
	MapUint64Uint64Wrapper map[uint64]*wrapperspb.UInt64Value
	MapUint64Uint32Wrapper map[uint64]*wrapperspb.UInt32Value
	MapUint64StringWrapper map[uint64]*wrapperspb.StringValue
	MapUint64BoolWrapper   map[uint64]*wrapperspb.BoolValue
	MapUint64BytesWrapper  map[uint64]*wrapperspb.BytesValue
	MapStringBool          map[string]bool
	MapStringString        map[string]string
	MapStringBytes         map[string][]byte
	MapStringInt32         map[string]int32
	MapStringInt64         map[string]int64
	MapStringUint32        map[string]uint32
	MapStringUint64        map[string]uint64
	MapStringFloat         map[string]float32
	MapStringDouble        map[string]float64
	MapStringEnum          map[string]TestAllTypes_NestedEnum
	MapStringMessage       map[string]*TestAllTypes_NestedMessage
	MapStringDuration      map[string]*durationpb.Duration
	MapStringTimestamp     map[string]*timestamppb.Timestamp
	MapStringNullValue     map[string]structpb.NullValue
	MapStringAny           map[string]*anypb.Any
	MapStringStruct        map[string]*structpb.Struct
	MapStringValue         map[string]*structpb.Value
	MapStringListValue     map[string]*structpb.ListValue
	MapStringInt64Wrapper  map[string]*wrapperspb.Int64Value
	MapStringInt32Wrapper  map[string]*wrapperspb.Int32Value
	MapStringDoubleWrapper map[string]*wrapperspb.DoubleValue
	MapStringFloatWrapper  map[string]*wrapperspb.FloatValue
	MapStringUint64Wrapper map[string]*wrapperspb.UInt64Value
	MapStringUint32Wrapper map[string]*wrapperspb.UInt32Value
	MapStringStringWrapper map[string]*wrapperspb.StringValue
	MapStringBoolWrapper   map[string]*wrapperspb.BoolValue
	MapStringBytesWrapper  map[string]*wrapperspb.BytesValue
	// Fields of oneof Kind:
	OneofType *NestedTestAllTypes
	OneofMsg  *TestAllTypes_NestedMessage
	OneofBool *bool
	// -- end of Kind
	// Field names formerly defined as reserved CEL identifiers.
	As        bool
	Break     bool
	Const     bool
	Continue  bool
	Else      bool
	For       bool
	Function  bool
	If        bool
	Import    bool
	Let       bool
	Loop      bool
	Package   bool
	Namespace bool
	Return    bool
	Var       bool
	Void      bool
	While     bool
	// contains filtered or unexported fields
}

func (TestAllTypes_builder) Build

func (b0 TestAllTypes_builder) Build() *TestAllTypes

Source Files

  • test_all_types.pb.go

Jump to

Keyboard shortcuts

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