proto2

package
v1.33.0-20240329200547... Latest Latest
Warning

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

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

Documentation

Index

Constants

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

Default values for TestAllTypes fields.

Variables

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 (
	Default_TestAllTypes_SingleBytes = []byte("none")
)

Default values for TestAllTypes fields.

View Source
var File_cel_expr_conformance_proto2_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) EnumDescriptor deprecated

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

Deprecated: Use GlobalEnum.Descriptor instead.

func (GlobalEnum) Number

func (x GlobalEnum) Number() protoreflect.EnumNumber

func (GlobalEnum) String

func (x GlobalEnum) String() string

func (GlobalEnum) Type

func (*GlobalEnum) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type NestedTestAllTypes

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

This proto includes a recursively nested message.

func (*NestedTestAllTypes) Descriptor deprecated

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

Deprecated: Use NestedTestAllTypes.ProtoReflect.Descriptor instead.

func (*NestedTestAllTypes) GetChild

func (x *NestedTestAllTypes) GetChild() *NestedTestAllTypes

func (*NestedTestAllTypes) GetPayload

func (x *NestedTestAllTypes) GetPayload() *TestAllTypes

func (*NestedTestAllTypes) ProtoMessage

func (*NestedTestAllTypes) ProtoMessage()

func (*NestedTestAllTypes) ProtoReflect

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

func (*NestedTestAllTypes) Reset

func (x *NestedTestAllTypes) Reset()

func (*NestedTestAllTypes) String

func (x *NestedTestAllTypes) String() string

type TestAllTypes

type TestAllTypes struct {

	// Singular
	SingleInt32    *int32   `protobuf:"varint,1,opt,name=single_int32,json=singleInt32,def=-32" json:"single_int32,omitempty"`
	SingleInt64    *int64   `protobuf:"varint,2,opt,name=single_int64,json=singleInt64,def=-64" json:"single_int64,omitempty"`
	SingleUint32   *uint32  `protobuf:"varint,3,opt,name=single_uint32,json=singleUint32,def=32" json:"single_uint32,omitempty"`
	SingleUint64   *uint64  `protobuf:"varint,4,opt,name=single_uint64,json=singleUint64,def=64" json:"single_uint64,omitempty"`
	SingleSint32   *int32   `protobuf:"zigzag32,5,opt,name=single_sint32,json=singleSint32" json:"single_sint32,omitempty"`
	SingleSint64   *int64   `protobuf:"zigzag64,6,opt,name=single_sint64,json=singleSint64" json:"single_sint64,omitempty"`
	SingleFixed32  *uint32  `protobuf:"fixed32,7,opt,name=single_fixed32,json=singleFixed32" json:"single_fixed32,omitempty"`
	SingleFixed64  *uint64  `protobuf:"fixed64,8,opt,name=single_fixed64,json=singleFixed64" json:"single_fixed64,omitempty"`
	SingleSfixed32 *int32   `protobuf:"fixed32,9,opt,name=single_sfixed32,json=singleSfixed32" json:"single_sfixed32,omitempty"`
	SingleSfixed64 *int64   `protobuf:"fixed64,10,opt,name=single_sfixed64,json=singleSfixed64" json:"single_sfixed64,omitempty"`
	SingleFloat    *float32 `protobuf:"fixed32,11,opt,name=single_float,json=singleFloat,def=3" json:"single_float,omitempty"`
	SingleDouble   *float64 `protobuf:"fixed64,12,opt,name=single_double,json=singleDouble,def=6.4" json:"single_double,omitempty"`
	SingleBool     *bool    `protobuf:"varint,13,opt,name=single_bool,json=singleBool,def=1" json:"single_bool,omitempty"`
	SingleString   *string  `protobuf:"bytes,14,opt,name=single_string,json=singleString,def=empty" json:"single_string,omitempty"`
	SingleBytes    []byte   `protobuf:"bytes,15,opt,name=single_bytes,json=singleBytes,def=none" json:"single_bytes,omitempty"`
	// Wellknown.
	SingleAny           *anypb.Any              `protobuf:"bytes,100,opt,name=single_any,json=singleAny" json:"single_any,omitempty"`
	SingleDuration      *durationpb.Duration    `protobuf:"bytes,101,opt,name=single_duration,json=singleDuration" json:"single_duration,omitempty"`
	SingleTimestamp     *timestamppb.Timestamp  `protobuf:"bytes,102,opt,name=single_timestamp,json=singleTimestamp" json:"single_timestamp,omitempty"`
	SingleStruct        *structpb.Struct        `protobuf:"bytes,103,opt,name=single_struct,json=singleStruct" json:"single_struct,omitempty"`
	SingleValue         *structpb.Value         `protobuf:"bytes,104,opt,name=single_value,json=singleValue" json:"single_value,omitempty"`
	SingleInt64Wrapper  *wrapperspb.Int64Value  `protobuf:"bytes,105,opt,name=single_int64_wrapper,json=singleInt64Wrapper" json:"single_int64_wrapper,omitempty"`
	SingleInt32Wrapper  *wrapperspb.Int32Value  `protobuf:"bytes,106,opt,name=single_int32_wrapper,json=singleInt32Wrapper" json:"single_int32_wrapper,omitempty"`
	SingleDoubleWrapper *wrapperspb.DoubleValue `protobuf:"bytes,107,opt,name=single_double_wrapper,json=singleDoubleWrapper" json:"single_double_wrapper,omitempty"`
	SingleFloatWrapper  *wrapperspb.FloatValue  `protobuf:"bytes,108,opt,name=single_float_wrapper,json=singleFloatWrapper" json:"single_float_wrapper,omitempty"`
	SingleUint64Wrapper *wrapperspb.UInt64Value `protobuf:"bytes,109,opt,name=single_uint64_wrapper,json=singleUint64Wrapper" json:"single_uint64_wrapper,omitempty"`
	SingleUint32Wrapper *wrapperspb.UInt32Value `protobuf:"bytes,110,opt,name=single_uint32_wrapper,json=singleUint32Wrapper" json:"single_uint32_wrapper,omitempty"`
	SingleStringWrapper *wrapperspb.StringValue `protobuf:"bytes,111,opt,name=single_string_wrapper,json=singleStringWrapper" json:"single_string_wrapper,omitempty"`
	SingleBoolWrapper   *wrapperspb.BoolValue   `protobuf:"bytes,112,opt,name=single_bool_wrapper,json=singleBoolWrapper" json:"single_bool_wrapper,omitempty"`
	SingleBytesWrapper  *wrapperspb.BytesValue  `protobuf:"bytes,113,opt,name=single_bytes_wrapper,json=singleBytesWrapper" json:"single_bytes_wrapper,omitempty"`
	ListValue           *structpb.ListValue     `protobuf:"bytes,114,opt,name=list_value,json=listValue" json:"list_value,omitempty"`
	NullValue           *structpb.NullValue     `protobuf:"varint,115,opt,name=null_value,json=nullValue,enum=google.protobuf.NullValue" json:"null_value,omitempty"`
	OptionalNullValue   *structpb.NullValue     `` /* 141-byte string literal not displayed */
	// Nested messages
	//
	// Types that are assignable to NestedType:
	//
	//	*TestAllTypes_SingleNestedMessage
	//	*TestAllTypes_SingleNestedEnum
	NestedType        isTestAllTypes_NestedType   `protobuf_oneof:"nested_type"`
	StandaloneMessage *TestAllTypes_NestedMessage `protobuf:"bytes,23,opt,name=standalone_message,json=standaloneMessage" json:"standalone_message,omitempty"`
	StandaloneEnum    *TestAllTypes_NestedEnum    `` /* 155-byte string literal not displayed */
	// Repeated
	RepeatedInt32    []int32   `protobuf:"varint,31,rep,name=repeated_int32,json=repeatedInt32" json:"repeated_int32,omitempty"`
	RepeatedInt64    []int64   `protobuf:"varint,32,rep,name=repeated_int64,json=repeatedInt64" json:"repeated_int64,omitempty"`
	RepeatedUint32   []uint32  `protobuf:"varint,33,rep,name=repeated_uint32,json=repeatedUint32" json:"repeated_uint32,omitempty"`
	RepeatedUint64   []uint64  `protobuf:"varint,34,rep,name=repeated_uint64,json=repeatedUint64" json:"repeated_uint64,omitempty"`
	RepeatedSint32   []int32   `protobuf:"zigzag32,35,rep,name=repeated_sint32,json=repeatedSint32" json:"repeated_sint32,omitempty"`
	RepeatedSint64   []int64   `protobuf:"zigzag64,36,rep,name=repeated_sint64,json=repeatedSint64" json:"repeated_sint64,omitempty"`
	RepeatedFixed32  []uint32  `protobuf:"fixed32,37,rep,name=repeated_fixed32,json=repeatedFixed32" json:"repeated_fixed32,omitempty"`
	RepeatedFixed64  []uint64  `protobuf:"fixed64,38,rep,name=repeated_fixed64,json=repeatedFixed64" json:"repeated_fixed64,omitempty"`
	RepeatedSfixed32 []int32   `protobuf:"fixed32,39,rep,name=repeated_sfixed32,json=repeatedSfixed32" json:"repeated_sfixed32,omitempty"`
	RepeatedSfixed64 []int64   `protobuf:"fixed64,40,rep,name=repeated_sfixed64,json=repeatedSfixed64" json:"repeated_sfixed64,omitempty"`
	RepeatedFloat    []float32 `protobuf:"fixed32,41,rep,name=repeated_float,json=repeatedFloat" json:"repeated_float,omitempty"`
	RepeatedDouble   []float64 `protobuf:"fixed64,42,rep,name=repeated_double,json=repeatedDouble" json:"repeated_double,omitempty"`
	RepeatedBool     []bool    `protobuf:"varint,43,rep,name=repeated_bool,json=repeatedBool" json:"repeated_bool,omitempty"`
	RepeatedString   []string  `protobuf:"bytes,44,rep,name=repeated_string,json=repeatedString" json:"repeated_string,omitempty"`
	RepeatedBytes    [][]byte  `protobuf:"bytes,45,rep,name=repeated_bytes,json=repeatedBytes" json:"repeated_bytes,omitempty"`
	// Repeated and nested
	RepeatedNestedMessage []*TestAllTypes_NestedMessage `protobuf:"bytes,51,rep,name=repeated_nested_message,json=repeatedNestedMessage" json:"repeated_nested_message,omitempty"`
	RepeatedNestedEnum    []TestAllTypes_NestedEnum     `` /* 169-byte string literal not displayed */
	RepeatedStringPiece   []string                      `protobuf:"bytes,53,rep,name=repeated_string_piece,json=repeatedStringPiece" json:"repeated_string_piece,omitempty"`
	RepeatedCord          []string                      `protobuf:"bytes,54,rep,name=repeated_cord,json=repeatedCord" json:"repeated_cord,omitempty"`
	RepeatedLazyMessage   []*TestAllTypes_NestedMessage `protobuf:"bytes,55,rep,name=repeated_lazy_message,json=repeatedLazyMessage" json:"repeated_lazy_message,omitempty"`
	// Repeated wellknown.
	RepeatedAny           []*anypb.Any              `protobuf:"bytes,120,rep,name=repeated_any,json=repeatedAny" json:"repeated_any,omitempty"`
	RepeatedDuration      []*durationpb.Duration    `protobuf:"bytes,121,rep,name=repeated_duration,json=repeatedDuration" json:"repeated_duration,omitempty"`
	RepeatedTimestamp     []*timestamppb.Timestamp  `protobuf:"bytes,122,rep,name=repeated_timestamp,json=repeatedTimestamp" json:"repeated_timestamp,omitempty"`
	RepeatedStruct        []*structpb.Struct        `protobuf:"bytes,123,rep,name=repeated_struct,json=repeatedStruct" json:"repeated_struct,omitempty"`
	RepeatedValue         []*structpb.Value         `protobuf:"bytes,124,rep,name=repeated_value,json=repeatedValue" json:"repeated_value,omitempty"`
	RepeatedInt64Wrapper  []*wrapperspb.Int64Value  `protobuf:"bytes,125,rep,name=repeated_int64_wrapper,json=repeatedInt64Wrapper" json:"repeated_int64_wrapper,omitempty"`
	RepeatedInt32Wrapper  []*wrapperspb.Int32Value  `protobuf:"bytes,126,rep,name=repeated_int32_wrapper,json=repeatedInt32Wrapper" json:"repeated_int32_wrapper,omitempty"`
	RepeatedDoubleWrapper []*wrapperspb.DoubleValue `protobuf:"bytes,127,rep,name=repeated_double_wrapper,json=repeatedDoubleWrapper" json:"repeated_double_wrapper,omitempty"`
	RepeatedFloatWrapper  []*wrapperspb.FloatValue  `protobuf:"bytes,128,rep,name=repeated_float_wrapper,json=repeatedFloatWrapper" json:"repeated_float_wrapper,omitempty"`
	RepeatedUint64Wrapper []*wrapperspb.UInt64Value `protobuf:"bytes,129,rep,name=repeated_uint64_wrapper,json=repeatedUint64Wrapper" json:"repeated_uint64_wrapper,omitempty"`
	RepeatedUint32Wrapper []*wrapperspb.UInt32Value `protobuf:"bytes,130,rep,name=repeated_uint32_wrapper,json=repeatedUint32Wrapper" json:"repeated_uint32_wrapper,omitempty"`
	RepeatedStringWrapper []*wrapperspb.StringValue `protobuf:"bytes,131,rep,name=repeated_string_wrapper,json=repeatedStringWrapper" json:"repeated_string_wrapper,omitempty"`
	RepeatedBoolWrapper   []*wrapperspb.BoolValue   `protobuf:"bytes,132,rep,name=repeated_bool_wrapper,json=repeatedBoolWrapper" json:"repeated_bool_wrapper,omitempty"`
	RepeatedBytesWrapper  []*wrapperspb.BytesValue  `protobuf:"bytes,133,rep,name=repeated_bytes_wrapper,json=repeatedBytesWrapper" json:"repeated_bytes_wrapper,omitempty"`
	RepeatedListValue     []*structpb.ListValue     `protobuf:"bytes,134,rep,name=repeated_list_value,json=repeatedListValue" json:"repeated_list_value,omitempty"`
	RepeatedNullValue     []structpb.NullValue      `` /* 141-byte string literal not displayed */
	// Map
	MapInt64NestedType     map[int64]*NestedTestAllTypes          `` /* 188-byte string literal not displayed */
	MapBoolBool            map[bool]bool                          `` /* 166-byte string literal not displayed */
	MapBoolString          map[bool]string                        `` /* 171-byte string literal not displayed */
	MapBoolBytes           map[bool][]byte                        `` /* 168-byte string literal not displayed */
	MapBoolInt32           map[bool]int32                         `` /* 169-byte string literal not displayed */
	MapBoolInt64           map[bool]int64                         `` /* 169-byte string literal not displayed */
	MapBoolUint32          map[bool]uint32                        `` /* 172-byte string literal not displayed */
	MapBoolUint64          map[bool]uint64                        `` /* 172-byte string literal not displayed */
	MapBoolFloat           map[bool]float32                       `` /* 170-byte string literal not displayed */
	MapBoolDouble          map[bool]float64                       `` /* 173-byte string literal not displayed */
	MapBoolEnum            map[bool]TestAllTypes_NestedEnum       `` /* 223-byte string literal not displayed */
	MapBoolMessage         map[bool]*TestAllTypes_NestedMessage   `` /* 174-byte string literal not displayed */
	MapBoolDuration        map[bool]*durationpb.Duration          `` /* 178-byte string literal not displayed */
	MapBoolTimestamp       map[bool]*timestamppb.Timestamp        `` /* 181-byte string literal not displayed */
	MapBoolNullValue       map[bool]structpb.NullValue            `` /* 215-byte string literal not displayed */
	MapBoolAny             map[bool]*anypb.Any                    `` /* 163-byte string literal not displayed */
	MapBoolStruct          map[bool]*structpb.Struct              `` /* 172-byte string literal not displayed */
	MapBoolValue           map[bool]*structpb.Value               `` /* 169-byte string literal not displayed */
	MapBoolListValue       map[bool]*structpb.ListValue           `` /* 183-byte string literal not displayed */
	MapBoolInt64Wrapper    map[bool]*wrapperspb.Int64Value        `` /* 192-byte string literal not displayed */
	MapBoolInt32Wrapper    map[bool]*wrapperspb.Int32Value        `` /* 192-byte string literal not displayed */
	MapBoolDoubleWrapper   map[bool]*wrapperspb.DoubleValue       `` /* 195-byte string literal not displayed */
	MapBoolFloatWrapper    map[bool]*wrapperspb.FloatValue        `` /* 192-byte string literal not displayed */
	MapBoolUint64Wrapper   map[bool]*wrapperspb.UInt64Value       `` /* 195-byte string literal not displayed */
	MapBoolUint32Wrapper   map[bool]*wrapperspb.UInt32Value       `` /* 195-byte string literal not displayed */
	MapBoolStringWrapper   map[bool]*wrapperspb.StringValue       `` /* 195-byte string literal not displayed */
	MapBoolBoolWrapper     map[bool]*wrapperspb.BoolValue         `` /* 189-byte string literal not displayed */
	MapBoolBytesWrapper    map[bool]*wrapperspb.BytesValue        `` /* 192-byte string literal not displayed */
	MapInt32Bool           map[int32]bool                         `` /* 169-byte string literal not displayed */
	MapInt32String         map[int32]string                       `` /* 174-byte string literal not displayed */
	MapInt32Bytes          map[int32][]byte                       `` /* 171-byte string literal not displayed */
	MapInt32Int32          map[int32]int32                        `` /* 172-byte string literal not displayed */
	MapInt32Int64          map[int32]int64                        `` /* 172-byte string literal not displayed */
	MapInt32Uint32         map[int32]uint32                       `` /* 175-byte string literal not displayed */
	MapInt32Uint64         map[int32]uint64                       `` /* 175-byte string literal not displayed */
	MapInt32Float          map[int32]float32                      `` /* 173-byte string literal not displayed */
	MapInt32Double         map[int32]float64                      `` /* 176-byte string literal not displayed */
	MapInt32Enum           map[int32]TestAllTypes_NestedEnum      `` /* 226-byte string literal not displayed */
	MapInt32Message        map[int32]*TestAllTypes_NestedMessage  `` /* 177-byte string literal not displayed */
	MapInt32Duration       map[int32]*durationpb.Duration         `` /* 181-byte string literal not displayed */
	MapInt32Timestamp      map[int32]*timestamppb.Timestamp       `` /* 184-byte string literal not displayed */
	MapInt32NullValue      map[int32]structpb.NullValue           `` /* 218-byte string literal not displayed */
	MapInt32Any            map[int32]*anypb.Any                   `` /* 166-byte string literal not displayed */
	MapInt32Struct         map[int32]*structpb.Struct             `` /* 175-byte string literal not displayed */
	MapInt32Value          map[int32]*structpb.Value              `` /* 172-byte string literal not displayed */
	MapInt32ListValue      map[int32]*structpb.ListValue          `` /* 186-byte string literal not displayed */
	MapInt32Int64Wrapper   map[int32]*wrapperspb.Int64Value       `` /* 195-byte string literal not displayed */
	MapInt32Int32Wrapper   map[int32]*wrapperspb.Int32Value       `` /* 195-byte string literal not displayed */
	MapInt32DoubleWrapper  map[int32]*wrapperspb.DoubleValue      `` /* 198-byte string literal not displayed */
	MapInt32FloatWrapper   map[int32]*wrapperspb.FloatValue       `` /* 195-byte string literal not displayed */
	MapInt32Uint64Wrapper  map[int32]*wrapperspb.UInt64Value      `` /* 198-byte string literal not displayed */
	MapInt32Uint32Wrapper  map[int32]*wrapperspb.UInt32Value      `` /* 198-byte string literal not displayed */
	MapInt32StringWrapper  map[int32]*wrapperspb.StringValue      `` /* 198-byte string literal not displayed */
	MapInt32BoolWrapper    map[int32]*wrapperspb.BoolValue        `` /* 192-byte string literal not displayed */
	MapInt32BytesWrapper   map[int32]*wrapperspb.BytesValue       `` /* 195-byte string literal not displayed */
	MapInt64Bool           map[int64]bool                         `` /* 169-byte string literal not displayed */
	MapInt64String         map[int64]string                       `` /* 174-byte string literal not displayed */
	MapInt64Bytes          map[int64][]byte                       `` /* 171-byte string literal not displayed */
	MapInt64Int32          map[int64]int32                        `` /* 172-byte string literal not displayed */
	MapInt64Int64          map[int64]int64                        `` /* 172-byte string literal not displayed */
	MapInt64Uint32         map[int64]uint32                       `` /* 175-byte string literal not displayed */
	MapInt64Uint64         map[int64]uint64                       `` /* 175-byte string literal not displayed */
	MapInt64Float          map[int64]float32                      `` /* 173-byte string literal not displayed */
	MapInt64Double         map[int64]float64                      `` /* 176-byte string literal not displayed */
	MapInt64Enum           map[int64]TestAllTypes_NestedEnum      `` /* 226-byte string literal not displayed */
	MapInt64Message        map[int64]*TestAllTypes_NestedMessage  `` /* 177-byte string literal not displayed */
	MapInt64Duration       map[int64]*durationpb.Duration         `` /* 181-byte string literal not displayed */
	MapInt64Timestamp      map[int64]*timestamppb.Timestamp       `` /* 184-byte string literal not displayed */
	MapInt64NullValue      map[int64]structpb.NullValue           `` /* 218-byte string literal not displayed */
	MapInt64Any            map[int64]*anypb.Any                   `` /* 166-byte string literal not displayed */
	MapInt64Struct         map[int64]*structpb.Struct             `` /* 175-byte string literal not displayed */
	MapInt64Value          map[int64]*structpb.Value              `` /* 172-byte string literal not displayed */
	MapInt64ListValue      map[int64]*structpb.ListValue          `` /* 186-byte string literal not displayed */
	MapInt64Int64Wrapper   map[int64]*wrapperspb.Int64Value       `` /* 195-byte string literal not displayed */
	MapInt64Int32Wrapper   map[int64]*wrapperspb.Int32Value       `` /* 195-byte string literal not displayed */
	MapInt64DoubleWrapper  map[int64]*wrapperspb.DoubleValue      `` /* 198-byte string literal not displayed */
	MapInt64FloatWrapper   map[int64]*wrapperspb.FloatValue       `` /* 195-byte string literal not displayed */
	MapInt64Uint64Wrapper  map[int64]*wrapperspb.UInt64Value      `` /* 198-byte string literal not displayed */
	MapInt64Uint32Wrapper  map[int64]*wrapperspb.UInt32Value      `` /* 198-byte string literal not displayed */
	MapInt64StringWrapper  map[int64]*wrapperspb.StringValue      `` /* 198-byte string literal not displayed */
	MapInt64BoolWrapper    map[int64]*wrapperspb.BoolValue        `` /* 192-byte string literal not displayed */
	MapInt64BytesWrapper   map[int64]*wrapperspb.BytesValue       `` /* 195-byte string literal not displayed */
	MapUint32Bool          map[uint32]bool                        `` /* 172-byte string literal not displayed */
	MapUint32String        map[uint32]string                      `` /* 177-byte string literal not displayed */
	MapUint32Bytes         map[uint32][]byte                      `` /* 174-byte string literal not displayed */
	MapUint32Int32         map[uint32]int32                       `` /* 175-byte string literal not displayed */
	MapUint32Int64         map[uint32]int64                       `` /* 176-byte string literal not displayed */
	MapUint32Uint32        map[uint32]uint32                      `` /* 179-byte string literal not displayed */
	MapUint32Uint64        map[uint32]uint64                      `` /* 179-byte string literal not displayed */
	MapUint32Float         map[uint32]float32                     `` /* 177-byte string literal not displayed */
	MapUint32Double        map[uint32]float64                     `` /* 180-byte string literal not displayed */
	MapUint32Enum          map[uint32]TestAllTypes_NestedEnum     `` /* 230-byte string literal not displayed */
	MapUint32Message       map[uint32]*TestAllTypes_NestedMessage `` /* 181-byte string literal not displayed */
	MapUint32Duration      map[uint32]*durationpb.Duration        `` /* 184-byte string literal not displayed */
	MapUint32Timestamp     map[uint32]*timestamppb.Timestamp      `` /* 187-byte string literal not displayed */
	MapUint32NullValue     map[uint32]structpb.NullValue          `` /* 221-byte string literal not displayed */
	MapUint32Any           map[uint32]*anypb.Any                  `` /* 169-byte string literal not displayed */
	MapUint32Struct        map[uint32]*structpb.Struct            `` /* 178-byte string literal not displayed */
	MapUint32Value         map[uint32]*structpb.Value             `` /* 175-byte string literal not displayed */
	MapUint32ListValue     map[uint32]*structpb.ListValue         `` /* 189-byte string literal not displayed */
	MapUint32Int64Wrapper  map[uint32]*wrapperspb.Int64Value      `` /* 198-byte string literal not displayed */
	MapUint32Int32Wrapper  map[uint32]*wrapperspb.Int32Value      `` /* 198-byte string literal not displayed */
	MapUint32DoubleWrapper map[uint32]*wrapperspb.DoubleValue     `` /* 201-byte string literal not displayed */
	MapUint32FloatWrapper  map[uint32]*wrapperspb.FloatValue      `` /* 198-byte string literal not displayed */
	MapUint32Uint64Wrapper map[uint32]*wrapperspb.UInt64Value     `` /* 201-byte string literal not displayed */
	MapUint32Uint32Wrapper map[uint32]*wrapperspb.UInt32Value     `` /* 201-byte string literal not displayed */
	MapUint32StringWrapper map[uint32]*wrapperspb.StringValue     `` /* 201-byte string literal not displayed */
	MapUint32BoolWrapper   map[uint32]*wrapperspb.BoolValue       `` /* 195-byte string literal not displayed */
	MapUint32BytesWrapper  map[uint32]*wrapperspb.BytesValue      `` /* 198-byte string literal not displayed */
	MapUint64Bool          map[uint64]bool                        `` /* 173-byte string literal not displayed */
	MapUint64String        map[uint64]string                      `` /* 178-byte string literal not displayed */
	MapUint64Bytes         map[uint64][]byte                      `` /* 175-byte string literal not displayed */
	MapUint64Int32         map[uint64]int32                       `` /* 176-byte string literal not displayed */
	MapUint64Int64         map[uint64]int64                       `` /* 176-byte string literal not displayed */
	MapUint64Uint32        map[uint64]uint32                      `` /* 179-byte string literal not displayed */
	MapUint64Uint64        map[uint64]uint64                      `` /* 179-byte string literal not displayed */
	MapUint64Float         map[uint64]float32                     `` /* 177-byte string literal not displayed */
	MapUint64Double        map[uint64]float64                     `` /* 180-byte string literal not displayed */
	MapUint64Enum          map[uint64]TestAllTypes_NestedEnum     `` /* 230-byte string literal not displayed */
	MapUint64Message       map[uint64]*TestAllTypes_NestedMessage `` /* 181-byte string literal not displayed */
	MapUint64Duration      map[uint64]*durationpb.Duration        `` /* 184-byte string literal not displayed */
	MapUint64Timestamp     map[uint64]*timestamppb.Timestamp      `` /* 187-byte string literal not displayed */
	MapUint64NullValue     map[uint64]structpb.NullValue          `` /* 221-byte string literal not displayed */
	MapUint64Any           map[uint64]*anypb.Any                  `` /* 169-byte string literal not displayed */
	MapUint64Struct        map[uint64]*structpb.Struct            `` /* 178-byte string literal not displayed */
	MapUint64Value         map[uint64]*structpb.Value             `` /* 175-byte string literal not displayed */
	MapUint64ListValue     map[uint64]*structpb.ListValue         `` /* 189-byte string literal not displayed */
	MapUint64Int64Wrapper  map[uint64]*wrapperspb.Int64Value      `` /* 198-byte string literal not displayed */
	MapUint64Int32Wrapper  map[uint64]*wrapperspb.Int32Value      `` /* 198-byte string literal not displayed */
	MapUint64DoubleWrapper map[uint64]*wrapperspb.DoubleValue     `` /* 201-byte string literal not displayed */
	MapUint64FloatWrapper  map[uint64]*wrapperspb.FloatValue      `` /* 198-byte string literal not displayed */
	MapUint64Uint64Wrapper map[uint64]*wrapperspb.UInt64Value     `` /* 201-byte string literal not displayed */
	MapUint64Uint32Wrapper map[uint64]*wrapperspb.UInt32Value     `` /* 201-byte string literal not displayed */
	MapUint64StringWrapper map[uint64]*wrapperspb.StringValue     `` /* 201-byte string literal not displayed */
	MapUint64BoolWrapper   map[uint64]*wrapperspb.BoolValue       `` /* 195-byte string literal not displayed */
	MapUint64BytesWrapper  map[uint64]*wrapperspb.BytesValue      `` /* 198-byte string literal not displayed */
	MapStringBool          map[string]bool                        `` /* 172-byte string literal not displayed */
	MapStringString        map[string]string                      `` /* 176-byte string literal not displayed */
	MapStringBytes         map[string][]byte                      `` /* 174-byte string literal not displayed */
	MapStringInt32         map[string]int32                       `` /* 175-byte string literal not displayed */
	MapStringInt64         map[string]int64                       `` /* 175-byte string literal not displayed */
	MapStringUint32        map[string]uint32                      `` /* 178-byte string literal not displayed */
	MapStringUint64        map[string]uint64                      `` /* 178-byte string literal not displayed */
	MapStringFloat         map[string]float32                     `` /* 176-byte string literal not displayed */
	MapStringDouble        map[string]float64                     `` /* 179-byte string literal not displayed */
	MapStringEnum          map[string]TestAllTypes_NestedEnum     `` /* 229-byte string literal not displayed */
	MapStringMessage       map[string]*TestAllTypes_NestedMessage `` /* 180-byte string literal not displayed */
	MapStringDuration      map[string]*durationpb.Duration        `` /* 183-byte string literal not displayed */
	MapStringTimestamp     map[string]*timestamppb.Timestamp      `` /* 186-byte string literal not displayed */
	MapStringNullValue     map[string]structpb.NullValue          `` /* 220-byte string literal not displayed */
	MapStringAny           map[string]*anypb.Any                  `` /* 168-byte string literal not displayed */
	MapStringStruct        map[string]*structpb.Struct            `` /* 177-byte string literal not displayed */
	MapStringValue         map[string]*structpb.Value             `` /* 174-byte string literal not displayed */
	MapStringListValue     map[string]*structpb.ListValue         `` /* 188-byte string literal not displayed */
	MapStringInt64Wrapper  map[string]*wrapperspb.Int64Value      `` /* 197-byte string literal not displayed */
	MapStringInt32Wrapper  map[string]*wrapperspb.Int32Value      `` /* 197-byte string literal not displayed */
	MapStringDoubleWrapper map[string]*wrapperspb.DoubleValue     `` /* 200-byte string literal not displayed */
	MapStringFloatWrapper  map[string]*wrapperspb.FloatValue      `` /* 197-byte string literal not displayed */
	MapStringUint64Wrapper map[string]*wrapperspb.UInt64Value     `` /* 200-byte string literal not displayed */
	MapStringUint32Wrapper map[string]*wrapperspb.UInt32Value     `` /* 200-byte string literal not displayed */
	MapStringStringWrapper map[string]*wrapperspb.StringValue     `` /* 200-byte string literal not displayed */
	MapStringBoolWrapper   map[string]*wrapperspb.BoolValue       `` /* 194-byte string literal not displayed */
	MapStringBytesWrapper  map[string]*wrapperspb.BytesValue      `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*TestAllTypes) Descriptor deprecated

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

Deprecated: Use TestAllTypes.ProtoReflect.Descriptor instead.

func (*TestAllTypes) GetListValue

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

func (*TestAllTypes) GetMapBoolAny

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

func (*TestAllTypes) GetMapBoolBool

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

func (*TestAllTypes) GetMapBoolBoolWrapper

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

func (*TestAllTypes) GetMapBoolBytes

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

func (*TestAllTypes) GetMapBoolBytesWrapper

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

func (*TestAllTypes) GetMapBoolDouble

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

func (*TestAllTypes) GetMapBoolDoubleWrapper

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

func (*TestAllTypes) GetMapBoolDuration

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

func (*TestAllTypes) GetMapBoolEnum

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

func (*TestAllTypes) GetMapBoolFloat

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

func (*TestAllTypes) GetMapBoolFloatWrapper

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

func (*TestAllTypes) GetMapBoolInt32

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

func (*TestAllTypes) GetMapBoolInt32Wrapper

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

func (*TestAllTypes) GetMapBoolInt64

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

func (*TestAllTypes) GetMapBoolInt64Wrapper

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

func (*TestAllTypes) GetMapBoolListValue

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

func (*TestAllTypes) GetMapBoolMessage

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

func (*TestAllTypes) GetMapBoolNullValue

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

func (*TestAllTypes) GetMapBoolString

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

func (*TestAllTypes) GetMapBoolStringWrapper

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

func (*TestAllTypes) GetMapBoolStruct

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

func (*TestAllTypes) GetMapBoolTimestamp

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

func (*TestAllTypes) GetMapBoolUint32

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

func (*TestAllTypes) GetMapBoolUint32Wrapper

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

func (*TestAllTypes) GetMapBoolUint64

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

func (*TestAllTypes) GetMapBoolUint64Wrapper

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

func (*TestAllTypes) GetMapBoolValue

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

func (*TestAllTypes) GetMapInt32Any

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

func (*TestAllTypes) GetMapInt32Bool

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

func (*TestAllTypes) GetMapInt32BoolWrapper

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

func (*TestAllTypes) GetMapInt32Bytes

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

func (*TestAllTypes) GetMapInt32BytesWrapper

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

func (*TestAllTypes) GetMapInt32Double

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

func (*TestAllTypes) GetMapInt32DoubleWrapper

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

func (*TestAllTypes) GetMapInt32Duration

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

func (*TestAllTypes) GetMapInt32Enum

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

func (*TestAllTypes) GetMapInt32Float

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

func (*TestAllTypes) GetMapInt32FloatWrapper

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

func (*TestAllTypes) GetMapInt32Int32

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

func (*TestAllTypes) GetMapInt32Int32Wrapper

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

func (*TestAllTypes) GetMapInt32Int64

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

func (*TestAllTypes) GetMapInt32Int64Wrapper

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

func (*TestAllTypes) GetMapInt32ListValue

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

func (*TestAllTypes) GetMapInt32Message

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

func (*TestAllTypes) GetMapInt32NullValue

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

func (*TestAllTypes) GetMapInt32String

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

func (*TestAllTypes) GetMapInt32StringWrapper

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

func (*TestAllTypes) GetMapInt32Struct

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

func (*TestAllTypes) GetMapInt32Timestamp

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

func (*TestAllTypes) GetMapInt32Uint32

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

func (*TestAllTypes) GetMapInt32Uint32Wrapper

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

func (*TestAllTypes) GetMapInt32Uint64

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

func (*TestAllTypes) GetMapInt32Uint64Wrapper

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

func (*TestAllTypes) GetMapInt32Value

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

func (*TestAllTypes) GetMapInt64Any

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

func (*TestAllTypes) GetMapInt64Bool

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

func (*TestAllTypes) GetMapInt64BoolWrapper

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

func (*TestAllTypes) GetMapInt64Bytes

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

func (*TestAllTypes) GetMapInt64BytesWrapper

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

func (*TestAllTypes) GetMapInt64Double

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

func (*TestAllTypes) GetMapInt64DoubleWrapper

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

func (*TestAllTypes) GetMapInt64Duration

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

func (*TestAllTypes) GetMapInt64Enum

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

func (*TestAllTypes) GetMapInt64Float

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

func (*TestAllTypes) GetMapInt64FloatWrapper

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

func (*TestAllTypes) GetMapInt64Int32

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

func (*TestAllTypes) GetMapInt64Int32Wrapper

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

func (*TestAllTypes) GetMapInt64Int64

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

func (*TestAllTypes) GetMapInt64Int64Wrapper

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

func (*TestAllTypes) GetMapInt64ListValue

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

func (*TestAllTypes) GetMapInt64Message

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

func (*TestAllTypes) GetMapInt64NestedType

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

func (*TestAllTypes) GetMapInt64NullValue

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

func (*TestAllTypes) GetMapInt64String

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

func (*TestAllTypes) GetMapInt64StringWrapper

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

func (*TestAllTypes) GetMapInt64Struct

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

func (*TestAllTypes) GetMapInt64Timestamp

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

func (*TestAllTypes) GetMapInt64Uint32

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

func (*TestAllTypes) GetMapInt64Uint32Wrapper

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

func (*TestAllTypes) GetMapInt64Uint64

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

func (*TestAllTypes) GetMapInt64Uint64Wrapper

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

func (*TestAllTypes) GetMapInt64Value

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

func (*TestAllTypes) GetMapStringAny

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

func (*TestAllTypes) GetMapStringBool

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

func (*TestAllTypes) GetMapStringBoolWrapper

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

func (*TestAllTypes) GetMapStringBytes

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

func (*TestAllTypes) GetMapStringBytesWrapper

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

func (*TestAllTypes) GetMapStringDouble

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

func (*TestAllTypes) GetMapStringDoubleWrapper

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

func (*TestAllTypes) GetMapStringDuration

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

func (*TestAllTypes) GetMapStringEnum

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

func (*TestAllTypes) GetMapStringFloat

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

func (*TestAllTypes) GetMapStringFloatWrapper

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

func (*TestAllTypes) GetMapStringInt32

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

func (*TestAllTypes) GetMapStringInt32Wrapper

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

func (*TestAllTypes) GetMapStringInt64

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

func (*TestAllTypes) GetMapStringInt64Wrapper

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

func (*TestAllTypes) GetMapStringListValue

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

func (*TestAllTypes) GetMapStringMessage

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

func (*TestAllTypes) GetMapStringNullValue

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

func (*TestAllTypes) GetMapStringString

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

func (*TestAllTypes) GetMapStringStringWrapper

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

func (*TestAllTypes) GetMapStringStruct

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

func (*TestAllTypes) GetMapStringTimestamp

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

func (*TestAllTypes) GetMapStringUint32

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

func (*TestAllTypes) GetMapStringUint32Wrapper

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

func (*TestAllTypes) GetMapStringUint64

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

func (*TestAllTypes) GetMapStringUint64Wrapper

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

func (*TestAllTypes) GetMapStringValue

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

func (*TestAllTypes) GetMapUint32Any

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

func (*TestAllTypes) GetMapUint32Bool

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

func (*TestAllTypes) GetMapUint32BoolWrapper

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

func (*TestAllTypes) GetMapUint32Bytes

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

func (*TestAllTypes) GetMapUint32BytesWrapper

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

func (*TestAllTypes) GetMapUint32Double

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

func (*TestAllTypes) GetMapUint32DoubleWrapper

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

func (*TestAllTypes) GetMapUint32Duration

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

func (*TestAllTypes) GetMapUint32Enum

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

func (*TestAllTypes) GetMapUint32Float

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

func (*TestAllTypes) GetMapUint32FloatWrapper

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

func (*TestAllTypes) GetMapUint32Int32

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

func (*TestAllTypes) GetMapUint32Int32Wrapper

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

func (*TestAllTypes) GetMapUint32Int64

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

func (*TestAllTypes) GetMapUint32Int64Wrapper

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

func (*TestAllTypes) GetMapUint32ListValue

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

func (*TestAllTypes) GetMapUint32Message

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

func (*TestAllTypes) GetMapUint32NullValue

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

func (*TestAllTypes) GetMapUint32String

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

func (*TestAllTypes) GetMapUint32StringWrapper

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

func (*TestAllTypes) GetMapUint32Struct

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

func (*TestAllTypes) GetMapUint32Timestamp

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

func (*TestAllTypes) GetMapUint32Uint32

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

func (*TestAllTypes) GetMapUint32Uint32Wrapper

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

func (*TestAllTypes) GetMapUint32Uint64

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

func (*TestAllTypes) GetMapUint32Uint64Wrapper

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

func (*TestAllTypes) GetMapUint32Value

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

func (*TestAllTypes) GetMapUint64Any

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

func (*TestAllTypes) GetMapUint64Bool

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

func (*TestAllTypes) GetMapUint64BoolWrapper

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

func (*TestAllTypes) GetMapUint64Bytes

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

func (*TestAllTypes) GetMapUint64BytesWrapper

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

func (*TestAllTypes) GetMapUint64Double

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

func (*TestAllTypes) GetMapUint64DoubleWrapper

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

func (*TestAllTypes) GetMapUint64Duration

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

func (*TestAllTypes) GetMapUint64Enum

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

func (*TestAllTypes) GetMapUint64Float

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

func (*TestAllTypes) GetMapUint64FloatWrapper

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

func (*TestAllTypes) GetMapUint64Int32

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

func (*TestAllTypes) GetMapUint64Int32Wrapper

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

func (*TestAllTypes) GetMapUint64Int64

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

func (*TestAllTypes) GetMapUint64Int64Wrapper

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

func (*TestAllTypes) GetMapUint64ListValue

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

func (*TestAllTypes) GetMapUint64Message

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

func (*TestAllTypes) GetMapUint64NullValue

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

func (*TestAllTypes) GetMapUint64String

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

func (*TestAllTypes) GetMapUint64StringWrapper

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

func (*TestAllTypes) GetMapUint64Struct

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

func (*TestAllTypes) GetMapUint64Timestamp

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

func (*TestAllTypes) GetMapUint64Uint32

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

func (*TestAllTypes) GetMapUint64Uint32Wrapper

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

func (*TestAllTypes) GetMapUint64Uint64

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

func (*TestAllTypes) GetMapUint64Uint64Wrapper

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

func (*TestAllTypes) GetMapUint64Value

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

func (*TestAllTypes) GetNestedType

func (m *TestAllTypes) GetNestedType() isTestAllTypes_NestedType

func (*TestAllTypes) GetNullValue

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

func (*TestAllTypes) GetOptionalNullValue

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

func (*TestAllTypes) GetRepeatedAny

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

func (*TestAllTypes) GetRepeatedBool

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

func (*TestAllTypes) GetRepeatedBoolWrapper

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

func (*TestAllTypes) GetRepeatedBytes

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

func (*TestAllTypes) GetRepeatedBytesWrapper

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

func (*TestAllTypes) GetRepeatedCord

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

func (*TestAllTypes) GetRepeatedDouble

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

func (*TestAllTypes) GetRepeatedDoubleWrapper

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

func (*TestAllTypes) GetRepeatedDuration

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

func (*TestAllTypes) GetRepeatedFixed32

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

func (*TestAllTypes) GetRepeatedFixed64

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

func (*TestAllTypes) GetRepeatedFloat

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

func (*TestAllTypes) GetRepeatedFloatWrapper

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

func (*TestAllTypes) GetRepeatedInt32

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

func (*TestAllTypes) GetRepeatedInt32Wrapper

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

func (*TestAllTypes) GetRepeatedInt64

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

func (*TestAllTypes) GetRepeatedInt64Wrapper

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

func (*TestAllTypes) GetRepeatedLazyMessage

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

func (*TestAllTypes) GetRepeatedListValue

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

func (*TestAllTypes) GetRepeatedNestedEnum

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

func (*TestAllTypes) GetRepeatedNestedMessage

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

func (*TestAllTypes) GetRepeatedNullValue

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

func (*TestAllTypes) GetRepeatedSfixed32

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

func (*TestAllTypes) GetRepeatedSfixed64

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

func (*TestAllTypes) GetRepeatedSint32

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

func (*TestAllTypes) GetRepeatedSint64

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

func (*TestAllTypes) GetRepeatedString

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

func (*TestAllTypes) GetRepeatedStringPiece

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

func (*TestAllTypes) GetRepeatedStringWrapper

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

func (*TestAllTypes) GetRepeatedStruct

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

func (*TestAllTypes) GetRepeatedTimestamp

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

func (*TestAllTypes) GetRepeatedUint32

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

func (*TestAllTypes) GetRepeatedUint32Wrapper

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

func (*TestAllTypes) GetRepeatedUint64

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

func (*TestAllTypes) GetRepeatedUint64Wrapper

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

func (*TestAllTypes) GetRepeatedValue

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

func (*TestAllTypes) GetSingleAny

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

func (*TestAllTypes) GetSingleBool

func (x *TestAllTypes) GetSingleBool() bool

func (*TestAllTypes) GetSingleBoolWrapper

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

func (*TestAllTypes) GetSingleBytes

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

func (*TestAllTypes) GetSingleBytesWrapper

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

func (*TestAllTypes) GetSingleDouble

func (x *TestAllTypes) GetSingleDouble() float64

func (*TestAllTypes) GetSingleDoubleWrapper

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

func (*TestAllTypes) GetSingleDuration

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

func (*TestAllTypes) GetSingleFixed32

func (x *TestAllTypes) GetSingleFixed32() uint32

func (*TestAllTypes) GetSingleFixed64

func (x *TestAllTypes) GetSingleFixed64() uint64

func (*TestAllTypes) GetSingleFloat

func (x *TestAllTypes) GetSingleFloat() float32

func (*TestAllTypes) GetSingleFloatWrapper

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

func (*TestAllTypes) GetSingleInt32

func (x *TestAllTypes) GetSingleInt32() int32

func (*TestAllTypes) GetSingleInt32Wrapper

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

func (*TestAllTypes) GetSingleInt64

func (x *TestAllTypes) GetSingleInt64() int64

func (*TestAllTypes) GetSingleInt64Wrapper

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

func (*TestAllTypes) GetSingleNestedEnum

func (x *TestAllTypes) GetSingleNestedEnum() TestAllTypes_NestedEnum

func (*TestAllTypes) GetSingleNestedMessage

func (x *TestAllTypes) GetSingleNestedMessage() *TestAllTypes_NestedMessage

func (*TestAllTypes) GetSingleSfixed32

func (x *TestAllTypes) GetSingleSfixed32() int32

func (*TestAllTypes) GetSingleSfixed64

func (x *TestAllTypes) GetSingleSfixed64() int64

func (*TestAllTypes) GetSingleSint32

func (x *TestAllTypes) GetSingleSint32() int32

func (*TestAllTypes) GetSingleSint64

func (x *TestAllTypes) GetSingleSint64() int64

func (*TestAllTypes) GetSingleString

func (x *TestAllTypes) GetSingleString() string

func (*TestAllTypes) GetSingleStringWrapper

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

func (*TestAllTypes) GetSingleStruct

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

func (*TestAllTypes) GetSingleTimestamp

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

func (*TestAllTypes) GetSingleUint32

func (x *TestAllTypes) GetSingleUint32() uint32

func (*TestAllTypes) GetSingleUint32Wrapper

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

func (*TestAllTypes) GetSingleUint64

func (x *TestAllTypes) GetSingleUint64() uint64

func (*TestAllTypes) GetSingleUint64Wrapper

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

func (*TestAllTypes) GetSingleValue

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

func (*TestAllTypes) GetStandaloneEnum

func (x *TestAllTypes) GetStandaloneEnum() TestAllTypes_NestedEnum

func (*TestAllTypes) GetStandaloneMessage

func (x *TestAllTypes) GetStandaloneMessage() *TestAllTypes_NestedMessage

func (*TestAllTypes) ProtoMessage

func (*TestAllTypes) ProtoMessage()

func (*TestAllTypes) ProtoReflect

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

func (*TestAllTypes) Reset

func (x *TestAllTypes) Reset()

func (*TestAllTypes) String

func (x *TestAllTypes) String() string

type TestAllTypes_NestedEnum

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

func (TestAllTypes_NestedEnum) Descriptor

func (TestAllTypes_NestedEnum) Enum

func (TestAllTypes_NestedEnum) EnumDescriptor deprecated

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

Deprecated: Use TestAllTypes_NestedEnum.Descriptor instead.

func (TestAllTypes_NestedEnum) Number

func (TestAllTypes_NestedEnum) String

func (x TestAllTypes_NestedEnum) String() string

func (TestAllTypes_NestedEnum) Type

func (*TestAllTypes_NestedEnum) UnmarshalJSON deprecated

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

Deprecated: Do not use.

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" json:"bb,omitempty"`
	// contains filtered or unexported fields
}

func (*TestAllTypes_NestedMessage) Descriptor deprecated

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

Deprecated: Use TestAllTypes_NestedMessage.ProtoReflect.Descriptor instead.

func (*TestAllTypes_NestedMessage) GetBb

func (x *TestAllTypes_NestedMessage) GetBb() int32

func (*TestAllTypes_NestedMessage) ProtoMessage

func (*TestAllTypes_NestedMessage) ProtoMessage()

func (*TestAllTypes_NestedMessage) ProtoReflect

func (*TestAllTypes_NestedMessage) Reset

func (x *TestAllTypes_NestedMessage) Reset()

func (*TestAllTypes_NestedMessage) String

func (x *TestAllTypes_NestedMessage) String() string

type TestAllTypes_SingleNestedEnum

type TestAllTypes_SingleNestedEnum struct {
	SingleNestedEnum TestAllTypes_NestedEnum `` /* 139-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,oneof"`
}

type TestRequired

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

This proto has a required field.

func (*TestRequired) Descriptor deprecated

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

Deprecated: Use TestRequired.ProtoReflect.Descriptor instead.

func (*TestRequired) GetRequiredInt32

func (x *TestRequired) GetRequiredInt32() int32

func (*TestRequired) ProtoMessage

func (*TestRequired) ProtoMessage()

func (*TestRequired) ProtoReflect

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

func (*TestRequired) Reset

func (x *TestRequired) Reset()

func (*TestRequired) String

func (x *TestRequired) String() string

Jump to

Keyboard shortcuts

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