Documentation
¶
Index ¶
- Constants
- Variables
- type GlobalEnum
- type NestedTestAllTypes
- func (x *NestedTestAllTypes) ClearChild()
- func (x *NestedTestAllTypes) ClearPayload()
- func (x *NestedTestAllTypes) GetChild() *NestedTestAllTypes
- func (x *NestedTestAllTypes) GetPayload() *TestAllTypes
- func (x *NestedTestAllTypes) HasChild() bool
- func (x *NestedTestAllTypes) HasPayload() bool
- func (*NestedTestAllTypes) ProtoMessage()
- func (x *NestedTestAllTypes) ProtoReflect() protoreflect.Message
- func (x *NestedTestAllTypes) Reset()
- func (x *NestedTestAllTypes) SetChild(v *NestedTestAllTypes)
- func (x *NestedTestAllTypes) SetPayload(v *TestAllTypes)
- func (x *NestedTestAllTypes) String() string
- type NestedTestAllTypes_builder
- type Proto2ExtensionScopedMessage
- type Proto2ExtensionScopedMessage_builder
- type TestAllTypes
- func (x *TestAllTypes) ClearAs()
- func (x *TestAllTypes) ClearBreak()
- func (x *TestAllTypes) ClearConst()
- func (x *TestAllTypes) ClearContinue()
- func (x *TestAllTypes) ClearElse()
- func (x *TestAllTypes) ClearEmpty()
- func (x *TestAllTypes) ClearFieldMask()
- func (x *TestAllTypes) ClearFor()
- func (x *TestAllTypes) ClearFunction()
- func (x *TestAllTypes) ClearIf()
- func (x *TestAllTypes) ClearImport()
- func (x *TestAllTypes) ClearIn()
- func (x *TestAllTypes) ClearKind()
- func (x *TestAllTypes) ClearLet()
- func (x *TestAllTypes) ClearListValue()
- func (x *TestAllTypes) ClearLoop()
- func (x *TestAllTypes) ClearNamespace()
- func (x *TestAllTypes) ClearNestedType()
- func (x *TestAllTypes) ClearNestedgroup()
- func (x *TestAllTypes) ClearNullValue()
- func (x *TestAllTypes) ClearOneofBool()
- func (x *TestAllTypes) ClearOneofMsg()
- func (x *TestAllTypes) ClearOneofType()
- func (x *TestAllTypes) ClearOptionalNullValue()
- func (x *TestAllTypes) ClearPackage()
- func (x *TestAllTypes) ClearReturn()
- func (x *TestAllTypes) ClearSingleAny()
- func (x *TestAllTypes) ClearSingleBool()
- func (x *TestAllTypes) ClearSingleBoolWrapper()
- func (x *TestAllTypes) ClearSingleBytes()
- func (x *TestAllTypes) ClearSingleBytesWrapper()
- func (x *TestAllTypes) ClearSingleDouble()
- func (x *TestAllTypes) ClearSingleDoubleWrapper()
- func (x *TestAllTypes) ClearSingleDuration()
- func (x *TestAllTypes) ClearSingleFixed32()
- func (x *TestAllTypes) ClearSingleFixed64()
- func (x *TestAllTypes) ClearSingleFloat()
- func (x *TestAllTypes) ClearSingleFloatWrapper()
- func (x *TestAllTypes) ClearSingleInt32()
- func (x *TestAllTypes) ClearSingleInt32Wrapper()
- func (x *TestAllTypes) ClearSingleInt64()
- func (x *TestAllTypes) ClearSingleInt64Wrapper()
- func (x *TestAllTypes) ClearSingleNestedEnum()
- func (x *TestAllTypes) ClearSingleNestedMessage()
- func (x *TestAllTypes) ClearSingleSfixed32()
- func (x *TestAllTypes) ClearSingleSfixed64()
- func (x *TestAllTypes) ClearSingleSint32()
- func (x *TestAllTypes) ClearSingleSint64()
- func (x *TestAllTypes) ClearSingleString()
- func (x *TestAllTypes) ClearSingleStringWrapper()
- func (x *TestAllTypes) ClearSingleStruct()
- func (x *TestAllTypes) ClearSingleTimestamp()
- func (x *TestAllTypes) ClearSingleUint32()
- func (x *TestAllTypes) ClearSingleUint32Wrapper()
- func (x *TestAllTypes) ClearSingleUint64()
- func (x *TestAllTypes) ClearSingleUint64Wrapper()
- func (x *TestAllTypes) ClearSingleValue()
- func (x *TestAllTypes) ClearStandaloneEnum()
- func (x *TestAllTypes) ClearStandaloneMessage()
- func (x *TestAllTypes) ClearVar()
- func (x *TestAllTypes) ClearVoid()
- func (x *TestAllTypes) ClearWhile()
- func (x *TestAllTypes) GetAs() bool
- func (x *TestAllTypes) GetBreak() bool
- func (x *TestAllTypes) GetConst() bool
- func (x *TestAllTypes) GetContinue() bool
- func (x *TestAllTypes) GetElse() bool
- func (x *TestAllTypes) GetEmpty() *emptypb.Empty
- func (x *TestAllTypes) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *TestAllTypes) GetFor() bool
- func (x *TestAllTypes) GetFunction() bool
- func (x *TestAllTypes) GetIf() bool
- func (x *TestAllTypes) GetImport() bool
- func (x *TestAllTypes) GetIn() bool
- func (x *TestAllTypes) GetKind() isTestAllTypes_Kind
- func (x *TestAllTypes) GetLet() bool
- func (x *TestAllTypes) GetListValue() *structpb.ListValue
- func (x *TestAllTypes) GetLoop() bool
- func (x *TestAllTypes) GetMapBoolAny() map[bool]*anypb.Any
- func (x *TestAllTypes) GetMapBoolBool() map[bool]bool
- func (x *TestAllTypes) GetMapBoolBoolWrapper() map[bool]*wrapperspb.BoolValue
- func (x *TestAllTypes) GetMapBoolBytes() map[bool][]byte
- func (x *TestAllTypes) GetMapBoolBytesWrapper() map[bool]*wrapperspb.BytesValue
- func (x *TestAllTypes) GetMapBoolDouble() map[bool]float64
- func (x *TestAllTypes) GetMapBoolDoubleWrapper() map[bool]*wrapperspb.DoubleValue
- func (x *TestAllTypes) GetMapBoolDuration() map[bool]*durationpb.Duration
- func (x *TestAllTypes) GetMapBoolEnum() map[bool]TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetMapBoolFloat() map[bool]float32
- func (x *TestAllTypes) GetMapBoolFloatWrapper() map[bool]*wrapperspb.FloatValue
- func (x *TestAllTypes) GetMapBoolInt32() map[bool]int32
- func (x *TestAllTypes) GetMapBoolInt32Wrapper() map[bool]*wrapperspb.Int32Value
- func (x *TestAllTypes) GetMapBoolInt64() map[bool]int64
- func (x *TestAllTypes) GetMapBoolInt64Wrapper() map[bool]*wrapperspb.Int64Value
- func (x *TestAllTypes) GetMapBoolListValue() map[bool]*structpb.ListValue
- func (x *TestAllTypes) GetMapBoolMessage() map[bool]*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetMapBoolNullValue() map[bool]structpb.NullValue
- func (x *TestAllTypes) GetMapBoolString() map[bool]string
- func (x *TestAllTypes) GetMapBoolStringWrapper() map[bool]*wrapperspb.StringValue
- func (x *TestAllTypes) GetMapBoolStruct() map[bool]*structpb.Struct
- func (x *TestAllTypes) GetMapBoolTimestamp() map[bool]*timestamppb.Timestamp
- func (x *TestAllTypes) GetMapBoolUint32() map[bool]uint32
- func (x *TestAllTypes) GetMapBoolUint32Wrapper() map[bool]*wrapperspb.UInt32Value
- func (x *TestAllTypes) GetMapBoolUint64() map[bool]uint64
- func (x *TestAllTypes) GetMapBoolUint64Wrapper() map[bool]*wrapperspb.UInt64Value
- func (x *TestAllTypes) GetMapBoolValue() map[bool]*structpb.Value
- func (x *TestAllTypes) GetMapInt32Any() map[int32]*anypb.Any
- func (x *TestAllTypes) GetMapInt32Bool() map[int32]bool
- func (x *TestAllTypes) GetMapInt32BoolWrapper() map[int32]*wrapperspb.BoolValue
- func (x *TestAllTypes) GetMapInt32Bytes() map[int32][]byte
- func (x *TestAllTypes) GetMapInt32BytesWrapper() map[int32]*wrapperspb.BytesValue
- func (x *TestAllTypes) GetMapInt32Double() map[int32]float64
- func (x *TestAllTypes) GetMapInt32DoubleWrapper() map[int32]*wrapperspb.DoubleValue
- func (x *TestAllTypes) GetMapInt32Duration() map[int32]*durationpb.Duration
- func (x *TestAllTypes) GetMapInt32Enum() map[int32]TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetMapInt32Float() map[int32]float32
- func (x *TestAllTypes) GetMapInt32FloatWrapper() map[int32]*wrapperspb.FloatValue
- func (x *TestAllTypes) GetMapInt32Int32() map[int32]int32
- func (x *TestAllTypes) GetMapInt32Int32Wrapper() map[int32]*wrapperspb.Int32Value
- func (x *TestAllTypes) GetMapInt32Int64() map[int32]int64
- func (x *TestAllTypes) GetMapInt32Int64Wrapper() map[int32]*wrapperspb.Int64Value
- func (x *TestAllTypes) GetMapInt32ListValue() map[int32]*structpb.ListValue
- func (x *TestAllTypes) GetMapInt32Message() map[int32]*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetMapInt32NullValue() map[int32]structpb.NullValue
- func (x *TestAllTypes) GetMapInt32String() map[int32]string
- func (x *TestAllTypes) GetMapInt32StringWrapper() map[int32]*wrapperspb.StringValue
- func (x *TestAllTypes) GetMapInt32Struct() map[int32]*structpb.Struct
- func (x *TestAllTypes) GetMapInt32Timestamp() map[int32]*timestamppb.Timestamp
- func (x *TestAllTypes) GetMapInt32Uint32() map[int32]uint32
- func (x *TestAllTypes) GetMapInt32Uint32Wrapper() map[int32]*wrapperspb.UInt32Value
- func (x *TestAllTypes) GetMapInt32Uint64() map[int32]uint64
- func (x *TestAllTypes) GetMapInt32Uint64Wrapper() map[int32]*wrapperspb.UInt64Value
- func (x *TestAllTypes) GetMapInt32Value() map[int32]*structpb.Value
- func (x *TestAllTypes) GetMapInt64Any() map[int64]*anypb.Any
- func (x *TestAllTypes) GetMapInt64Bool() map[int64]bool
- func (x *TestAllTypes) GetMapInt64BoolWrapper() map[int64]*wrapperspb.BoolValue
- func (x *TestAllTypes) GetMapInt64Bytes() map[int64][]byte
- func (x *TestAllTypes) GetMapInt64BytesWrapper() map[int64]*wrapperspb.BytesValue
- func (x *TestAllTypes) GetMapInt64Double() map[int64]float64
- func (x *TestAllTypes) GetMapInt64DoubleWrapper() map[int64]*wrapperspb.DoubleValue
- func (x *TestAllTypes) GetMapInt64Duration() map[int64]*durationpb.Duration
- func (x *TestAllTypes) GetMapInt64Enum() map[int64]TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetMapInt64Float() map[int64]float32
- func (x *TestAllTypes) GetMapInt64FloatWrapper() map[int64]*wrapperspb.FloatValue
- func (x *TestAllTypes) GetMapInt64Int32() map[int64]int32
- func (x *TestAllTypes) GetMapInt64Int32Wrapper() map[int64]*wrapperspb.Int32Value
- func (x *TestAllTypes) GetMapInt64Int64() map[int64]int64
- func (x *TestAllTypes) GetMapInt64Int64Wrapper() map[int64]*wrapperspb.Int64Value
- func (x *TestAllTypes) GetMapInt64ListValue() map[int64]*structpb.ListValue
- func (x *TestAllTypes) GetMapInt64Message() map[int64]*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetMapInt64NestedType() map[int64]*NestedTestAllTypes
- func (x *TestAllTypes) GetMapInt64NullValue() map[int64]structpb.NullValue
- func (x *TestAllTypes) GetMapInt64String() map[int64]string
- func (x *TestAllTypes) GetMapInt64StringWrapper() map[int64]*wrapperspb.StringValue
- func (x *TestAllTypes) GetMapInt64Struct() map[int64]*structpb.Struct
- func (x *TestAllTypes) GetMapInt64Timestamp() map[int64]*timestamppb.Timestamp
- func (x *TestAllTypes) GetMapInt64Uint32() map[int64]uint32
- func (x *TestAllTypes) GetMapInt64Uint32Wrapper() map[int64]*wrapperspb.UInt32Value
- func (x *TestAllTypes) GetMapInt64Uint64() map[int64]uint64
- func (x *TestAllTypes) GetMapInt64Uint64Wrapper() map[int64]*wrapperspb.UInt64Value
- func (x *TestAllTypes) GetMapInt64Value() map[int64]*structpb.Value
- func (x *TestAllTypes) GetMapStringAny() map[string]*anypb.Any
- func (x *TestAllTypes) GetMapStringBool() map[string]bool
- func (x *TestAllTypes) GetMapStringBoolWrapper() map[string]*wrapperspb.BoolValue
- func (x *TestAllTypes) GetMapStringBytes() map[string][]byte
- func (x *TestAllTypes) GetMapStringBytesWrapper() map[string]*wrapperspb.BytesValue
- func (x *TestAllTypes) GetMapStringDouble() map[string]float64
- func (x *TestAllTypes) GetMapStringDoubleWrapper() map[string]*wrapperspb.DoubleValue
- func (x *TestAllTypes) GetMapStringDuration() map[string]*durationpb.Duration
- func (x *TestAllTypes) GetMapStringEnum() map[string]TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetMapStringFloat() map[string]float32
- func (x *TestAllTypes) GetMapStringFloatWrapper() map[string]*wrapperspb.FloatValue
- func (x *TestAllTypes) GetMapStringInt32() map[string]int32
- func (x *TestAllTypes) GetMapStringInt32Wrapper() map[string]*wrapperspb.Int32Value
- func (x *TestAllTypes) GetMapStringInt64() map[string]int64
- func (x *TestAllTypes) GetMapStringInt64Wrapper() map[string]*wrapperspb.Int64Value
- func (x *TestAllTypes) GetMapStringListValue() map[string]*structpb.ListValue
- func (x *TestAllTypes) GetMapStringMessage() map[string]*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetMapStringNullValue() map[string]structpb.NullValue
- func (x *TestAllTypes) GetMapStringString() map[string]string
- func (x *TestAllTypes) GetMapStringStringWrapper() map[string]*wrapperspb.StringValue
- func (x *TestAllTypes) GetMapStringStruct() map[string]*structpb.Struct
- func (x *TestAllTypes) GetMapStringTimestamp() map[string]*timestamppb.Timestamp
- func (x *TestAllTypes) GetMapStringUint32() map[string]uint32
- func (x *TestAllTypes) GetMapStringUint32Wrapper() map[string]*wrapperspb.UInt32Value
- func (x *TestAllTypes) GetMapStringUint64() map[string]uint64
- func (x *TestAllTypes) GetMapStringUint64Wrapper() map[string]*wrapperspb.UInt64Value
- func (x *TestAllTypes) GetMapStringValue() map[string]*structpb.Value
- func (x *TestAllTypes) GetMapUint32Any() map[uint32]*anypb.Any
- func (x *TestAllTypes) GetMapUint32Bool() map[uint32]bool
- func (x *TestAllTypes) GetMapUint32BoolWrapper() map[uint32]*wrapperspb.BoolValue
- func (x *TestAllTypes) GetMapUint32Bytes() map[uint32][]byte
- func (x *TestAllTypes) GetMapUint32BytesWrapper() map[uint32]*wrapperspb.BytesValue
- func (x *TestAllTypes) GetMapUint32Double() map[uint32]float64
- func (x *TestAllTypes) GetMapUint32DoubleWrapper() map[uint32]*wrapperspb.DoubleValue
- func (x *TestAllTypes) GetMapUint32Duration() map[uint32]*durationpb.Duration
- func (x *TestAllTypes) GetMapUint32Enum() map[uint32]TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetMapUint32Float() map[uint32]float32
- func (x *TestAllTypes) GetMapUint32FloatWrapper() map[uint32]*wrapperspb.FloatValue
- func (x *TestAllTypes) GetMapUint32Int32() map[uint32]int32
- func (x *TestAllTypes) GetMapUint32Int32Wrapper() map[uint32]*wrapperspb.Int32Value
- func (x *TestAllTypes) GetMapUint32Int64() map[uint32]int64
- func (x *TestAllTypes) GetMapUint32Int64Wrapper() map[uint32]*wrapperspb.Int64Value
- func (x *TestAllTypes) GetMapUint32ListValue() map[uint32]*structpb.ListValue
- func (x *TestAllTypes) GetMapUint32Message() map[uint32]*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetMapUint32NullValue() map[uint32]structpb.NullValue
- func (x *TestAllTypes) GetMapUint32String() map[uint32]string
- func (x *TestAllTypes) GetMapUint32StringWrapper() map[uint32]*wrapperspb.StringValue
- func (x *TestAllTypes) GetMapUint32Struct() map[uint32]*structpb.Struct
- func (x *TestAllTypes) GetMapUint32Timestamp() map[uint32]*timestamppb.Timestamp
- func (x *TestAllTypes) GetMapUint32Uint32() map[uint32]uint32
- func (x *TestAllTypes) GetMapUint32Uint32Wrapper() map[uint32]*wrapperspb.UInt32Value
- func (x *TestAllTypes) GetMapUint32Uint64() map[uint32]uint64
- func (x *TestAllTypes) GetMapUint32Uint64Wrapper() map[uint32]*wrapperspb.UInt64Value
- func (x *TestAllTypes) GetMapUint32Value() map[uint32]*structpb.Value
- func (x *TestAllTypes) GetMapUint64Any() map[uint64]*anypb.Any
- func (x *TestAllTypes) GetMapUint64Bool() map[uint64]bool
- func (x *TestAllTypes) GetMapUint64BoolWrapper() map[uint64]*wrapperspb.BoolValue
- func (x *TestAllTypes) GetMapUint64Bytes() map[uint64][]byte
- func (x *TestAllTypes) GetMapUint64BytesWrapper() map[uint64]*wrapperspb.BytesValue
- func (x *TestAllTypes) GetMapUint64Double() map[uint64]float64
- func (x *TestAllTypes) GetMapUint64DoubleWrapper() map[uint64]*wrapperspb.DoubleValue
- func (x *TestAllTypes) GetMapUint64Duration() map[uint64]*durationpb.Duration
- func (x *TestAllTypes) GetMapUint64Enum() map[uint64]TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetMapUint64Float() map[uint64]float32
- func (x *TestAllTypes) GetMapUint64FloatWrapper() map[uint64]*wrapperspb.FloatValue
- func (x *TestAllTypes) GetMapUint64Int32() map[uint64]int32
- func (x *TestAllTypes) GetMapUint64Int32Wrapper() map[uint64]*wrapperspb.Int32Value
- func (x *TestAllTypes) GetMapUint64Int64() map[uint64]int64
- func (x *TestAllTypes) GetMapUint64Int64Wrapper() map[uint64]*wrapperspb.Int64Value
- func (x *TestAllTypes) GetMapUint64ListValue() map[uint64]*structpb.ListValue
- func (x *TestAllTypes) GetMapUint64Message() map[uint64]*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetMapUint64NullValue() map[uint64]structpb.NullValue
- func (x *TestAllTypes) GetMapUint64String() map[uint64]string
- func (x *TestAllTypes) GetMapUint64StringWrapper() map[uint64]*wrapperspb.StringValue
- func (x *TestAllTypes) GetMapUint64Struct() map[uint64]*structpb.Struct
- func (x *TestAllTypes) GetMapUint64Timestamp() map[uint64]*timestamppb.Timestamp
- func (x *TestAllTypes) GetMapUint64Uint32() map[uint64]uint32
- func (x *TestAllTypes) GetMapUint64Uint32Wrapper() map[uint64]*wrapperspb.UInt32Value
- func (x *TestAllTypes) GetMapUint64Uint64() map[uint64]uint64
- func (x *TestAllTypes) GetMapUint64Uint64Wrapper() map[uint64]*wrapperspb.UInt64Value
- func (x *TestAllTypes) GetMapUint64Value() map[uint64]*structpb.Value
- func (x *TestAllTypes) GetNamespace() bool
- func (x *TestAllTypes) GetNestedType() isTestAllTypes_NestedType
- func (x *TestAllTypes) GetNestedgroup() *TestAllTypes_NestedGroup
- func (x *TestAllTypes) GetNullValue() structpb.NullValue
- func (x *TestAllTypes) GetOneofBool() bool
- func (x *TestAllTypes) GetOneofMsg() *TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetOneofType() *NestedTestAllTypes
- func (x *TestAllTypes) GetOptionalNullValue() structpb.NullValue
- func (x *TestAllTypes) GetPackage() bool
- func (x *TestAllTypes) GetRepeatedAny() []*anypb.Any
- func (x *TestAllTypes) GetRepeatedBool() []bool
- func (x *TestAllTypes) GetRepeatedBoolWrapper() []*wrapperspb.BoolValue
- func (x *TestAllTypes) GetRepeatedBytes() [][]byte
- func (x *TestAllTypes) GetRepeatedBytesWrapper() []*wrapperspb.BytesValue
- func (x *TestAllTypes) GetRepeatedCord() []string
- func (x *TestAllTypes) GetRepeatedDouble() []float64
- func (x *TestAllTypes) GetRepeatedDoubleWrapper() []*wrapperspb.DoubleValue
- func (x *TestAllTypes) GetRepeatedDuration() []*durationpb.Duration
- func (x *TestAllTypes) GetRepeatedFixed32() []uint32
- func (x *TestAllTypes) GetRepeatedFixed64() []uint64
- func (x *TestAllTypes) GetRepeatedFloat() []float32
- func (x *TestAllTypes) GetRepeatedFloatWrapper() []*wrapperspb.FloatValue
- func (x *TestAllTypes) GetRepeatedInt32() []int32
- func (x *TestAllTypes) GetRepeatedInt32Wrapper() []*wrapperspb.Int32Value
- func (x *TestAllTypes) GetRepeatedInt64() []int64
- func (x *TestAllTypes) GetRepeatedInt64Wrapper() []*wrapperspb.Int64Value
- func (x *TestAllTypes) GetRepeatedLazyMessage() []*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetRepeatedListValue() []*structpb.ListValue
- func (x *TestAllTypes) GetRepeatedNestedEnum() []TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetRepeatedNestedMessage() []*TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetRepeatedNullValue() []structpb.NullValue
- func (x *TestAllTypes) GetRepeatedSfixed32() []int32
- func (x *TestAllTypes) GetRepeatedSfixed64() []int64
- func (x *TestAllTypes) GetRepeatedSint32() []int32
- func (x *TestAllTypes) GetRepeatedSint64() []int64
- func (x *TestAllTypes) GetRepeatedString() []string
- func (x *TestAllTypes) GetRepeatedStringPiece() []string
- func (x *TestAllTypes) GetRepeatedStringWrapper() []*wrapperspb.StringValue
- func (x *TestAllTypes) GetRepeatedStruct() []*structpb.Struct
- func (x *TestAllTypes) GetRepeatedTimestamp() []*timestamppb.Timestamp
- func (x *TestAllTypes) GetRepeatedUint32() []uint32
- func (x *TestAllTypes) GetRepeatedUint32Wrapper() []*wrapperspb.UInt32Value
- func (x *TestAllTypes) GetRepeatedUint64() []uint64
- func (x *TestAllTypes) GetRepeatedUint64Wrapper() []*wrapperspb.UInt64Value
- func (x *TestAllTypes) GetRepeatedValue() []*structpb.Value
- func (x *TestAllTypes) GetReturn() bool
- func (x *TestAllTypes) GetSingleAny() *anypb.Any
- func (x *TestAllTypes) GetSingleBool() bool
- func (x *TestAllTypes) GetSingleBoolWrapper() *wrapperspb.BoolValue
- func (x *TestAllTypes) GetSingleBytes() []byte
- func (x *TestAllTypes) GetSingleBytesWrapper() *wrapperspb.BytesValue
- func (x *TestAllTypes) GetSingleDouble() float64
- func (x *TestAllTypes) GetSingleDoubleWrapper() *wrapperspb.DoubleValue
- func (x *TestAllTypes) GetSingleDuration() *durationpb.Duration
- func (x *TestAllTypes) GetSingleFixed32() uint32
- func (x *TestAllTypes) GetSingleFixed64() uint64
- func (x *TestAllTypes) GetSingleFloat() float32
- func (x *TestAllTypes) GetSingleFloatWrapper() *wrapperspb.FloatValue
- func (x *TestAllTypes) GetSingleInt32() int32
- func (x *TestAllTypes) GetSingleInt32Wrapper() *wrapperspb.Int32Value
- func (x *TestAllTypes) GetSingleInt64() int64
- func (x *TestAllTypes) GetSingleInt64Wrapper() *wrapperspb.Int64Value
- func (x *TestAllTypes) GetSingleNestedEnum() TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetSingleNestedMessage() *TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetSingleSfixed32() int32
- func (x *TestAllTypes) GetSingleSfixed64() int64
- func (x *TestAllTypes) GetSingleSint32() int32
- func (x *TestAllTypes) GetSingleSint64() int64
- func (x *TestAllTypes) GetSingleString() string
- func (x *TestAllTypes) GetSingleStringWrapper() *wrapperspb.StringValue
- func (x *TestAllTypes) GetSingleStruct() *structpb.Struct
- func (x *TestAllTypes) GetSingleTimestamp() *timestamppb.Timestamp
- func (x *TestAllTypes) GetSingleUint32() uint32
- func (x *TestAllTypes) GetSingleUint32Wrapper() *wrapperspb.UInt32Value
- func (x *TestAllTypes) GetSingleUint64() uint64
- func (x *TestAllTypes) GetSingleUint64Wrapper() *wrapperspb.UInt64Value
- func (x *TestAllTypes) GetSingleValue() *structpb.Value
- func (x *TestAllTypes) GetStandaloneEnum() TestAllTypes_NestedEnum
- func (x *TestAllTypes) GetStandaloneMessage() *TestAllTypes_NestedMessage
- func (x *TestAllTypes) GetVar() bool
- func (x *TestAllTypes) GetVoid() bool
- func (x *TestAllTypes) GetWhile() bool
- func (x *TestAllTypes) HasAs() bool
- func (x *TestAllTypes) HasBreak() bool
- func (x *TestAllTypes) HasConst() bool
- func (x *TestAllTypes) HasContinue() bool
- func (x *TestAllTypes) HasElse() bool
- func (x *TestAllTypes) HasEmpty() bool
- func (x *TestAllTypes) HasFieldMask() bool
- func (x *TestAllTypes) HasFor() bool
- func (x *TestAllTypes) HasFunction() bool
- func (x *TestAllTypes) HasIf() bool
- func (x *TestAllTypes) HasImport() bool
- func (x *TestAllTypes) HasIn() bool
- func (x *TestAllTypes) HasKind() bool
- func (x *TestAllTypes) HasLet() bool
- func (x *TestAllTypes) HasListValue() bool
- func (x *TestAllTypes) HasLoop() bool
- func (x *TestAllTypes) HasNamespace() bool
- func (x *TestAllTypes) HasNestedType() bool
- func (x *TestAllTypes) HasNestedgroup() bool
- func (x *TestAllTypes) HasNullValue() bool
- func (x *TestAllTypes) HasOneofBool() bool
- func (x *TestAllTypes) HasOneofMsg() bool
- func (x *TestAllTypes) HasOneofType() bool
- func (x *TestAllTypes) HasOptionalNullValue() bool
- func (x *TestAllTypes) HasPackage() bool
- func (x *TestAllTypes) HasReturn() bool
- func (x *TestAllTypes) HasSingleAny() bool
- func (x *TestAllTypes) HasSingleBool() bool
- func (x *TestAllTypes) HasSingleBoolWrapper() bool
- func (x *TestAllTypes) HasSingleBytes() bool
- func (x *TestAllTypes) HasSingleBytesWrapper() bool
- func (x *TestAllTypes) HasSingleDouble() bool
- func (x *TestAllTypes) HasSingleDoubleWrapper() bool
- func (x *TestAllTypes) HasSingleDuration() bool
- func (x *TestAllTypes) HasSingleFixed32() bool
- func (x *TestAllTypes) HasSingleFixed64() bool
- func (x *TestAllTypes) HasSingleFloat() bool
- func (x *TestAllTypes) HasSingleFloatWrapper() bool
- func (x *TestAllTypes) HasSingleInt32() bool
- func (x *TestAllTypes) HasSingleInt32Wrapper() bool
- func (x *TestAllTypes) HasSingleInt64() bool
- func (x *TestAllTypes) HasSingleInt64Wrapper() bool
- func (x *TestAllTypes) HasSingleNestedEnum() bool
- func (x *TestAllTypes) HasSingleNestedMessage() bool
- func (x *TestAllTypes) HasSingleSfixed32() bool
- func (x *TestAllTypes) HasSingleSfixed64() bool
- func (x *TestAllTypes) HasSingleSint32() bool
- func (x *TestAllTypes) HasSingleSint64() bool
- func (x *TestAllTypes) HasSingleString() bool
- func (x *TestAllTypes) HasSingleStringWrapper() bool
- func (x *TestAllTypes) HasSingleStruct() bool
- func (x *TestAllTypes) HasSingleTimestamp() bool
- func (x *TestAllTypes) HasSingleUint32() bool
- func (x *TestAllTypes) HasSingleUint32Wrapper() bool
- func (x *TestAllTypes) HasSingleUint64() bool
- func (x *TestAllTypes) HasSingleUint64Wrapper() bool
- func (x *TestAllTypes) HasSingleValue() bool
- func (x *TestAllTypes) HasStandaloneEnum() bool
- func (x *TestAllTypes) HasStandaloneMessage() bool
- func (x *TestAllTypes) HasVar() bool
- func (x *TestAllTypes) HasVoid() bool
- func (x *TestAllTypes) HasWhile() bool
- func (*TestAllTypes) ProtoMessage()
- func (x *TestAllTypes) ProtoReflect() protoreflect.Message
- func (x *TestAllTypes) Reset()
- func (x *TestAllTypes) SetAs(v bool)
- func (x *TestAllTypes) SetBreak(v bool)
- func (x *TestAllTypes) SetConst(v bool)
- func (x *TestAllTypes) SetContinue(v bool)
- func (x *TestAllTypes) SetElse(v bool)
- func (x *TestAllTypes) SetEmpty(v *emptypb.Empty)
- func (x *TestAllTypes) SetFieldMask(v *fieldmaskpb.FieldMask)
- func (x *TestAllTypes) SetFor(v bool)
- func (x *TestAllTypes) SetFunction(v bool)
- func (x *TestAllTypes) SetIf(v bool)
- func (x *TestAllTypes) SetImport(v bool)
- func (x *TestAllTypes) SetIn(v bool)
- func (x *TestAllTypes) SetLet(v bool)
- func (x *TestAllTypes) SetListValue(v *structpb.ListValue)
- func (x *TestAllTypes) SetLoop(v bool)
- func (x *TestAllTypes) SetMapBoolAny(v map[bool]*anypb.Any)
- func (x *TestAllTypes) SetMapBoolBool(v map[bool]bool)
- func (x *TestAllTypes) SetMapBoolBoolWrapper(v map[bool]*wrapperspb.BoolValue)
- func (x *TestAllTypes) SetMapBoolBytes(v map[bool][]byte)
- func (x *TestAllTypes) SetMapBoolBytesWrapper(v map[bool]*wrapperspb.BytesValue)
- func (x *TestAllTypes) SetMapBoolDouble(v map[bool]float64)
- func (x *TestAllTypes) SetMapBoolDoubleWrapper(v map[bool]*wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetMapBoolDuration(v map[bool]*durationpb.Duration)
- func (x *TestAllTypes) SetMapBoolEnum(v map[bool]TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetMapBoolFloat(v map[bool]float32)
- func (x *TestAllTypes) SetMapBoolFloatWrapper(v map[bool]*wrapperspb.FloatValue)
- func (x *TestAllTypes) SetMapBoolInt32(v map[bool]int32)
- func (x *TestAllTypes) SetMapBoolInt32Wrapper(v map[bool]*wrapperspb.Int32Value)
- func (x *TestAllTypes) SetMapBoolInt64(v map[bool]int64)
- func (x *TestAllTypes) SetMapBoolInt64Wrapper(v map[bool]*wrapperspb.Int64Value)
- func (x *TestAllTypes) SetMapBoolListValue(v map[bool]*structpb.ListValue)
- func (x *TestAllTypes) SetMapBoolMessage(v map[bool]*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetMapBoolNullValue(v map[bool]structpb.NullValue)
- func (x *TestAllTypes) SetMapBoolString(v map[bool]string)
- func (x *TestAllTypes) SetMapBoolStringWrapper(v map[bool]*wrapperspb.StringValue)
- func (x *TestAllTypes) SetMapBoolStruct(v map[bool]*structpb.Struct)
- func (x *TestAllTypes) SetMapBoolTimestamp(v map[bool]*timestamppb.Timestamp)
- func (x *TestAllTypes) SetMapBoolUint32(v map[bool]uint32)
- func (x *TestAllTypes) SetMapBoolUint32Wrapper(v map[bool]*wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetMapBoolUint64(v map[bool]uint64)
- func (x *TestAllTypes) SetMapBoolUint64Wrapper(v map[bool]*wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetMapBoolValue(v map[bool]*structpb.Value)
- func (x *TestAllTypes) SetMapInt32Any(v map[int32]*anypb.Any)
- func (x *TestAllTypes) SetMapInt32Bool(v map[int32]bool)
- func (x *TestAllTypes) SetMapInt32BoolWrapper(v map[int32]*wrapperspb.BoolValue)
- func (x *TestAllTypes) SetMapInt32Bytes(v map[int32][]byte)
- func (x *TestAllTypes) SetMapInt32BytesWrapper(v map[int32]*wrapperspb.BytesValue)
- func (x *TestAllTypes) SetMapInt32Double(v map[int32]float64)
- func (x *TestAllTypes) SetMapInt32DoubleWrapper(v map[int32]*wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetMapInt32Duration(v map[int32]*durationpb.Duration)
- func (x *TestAllTypes) SetMapInt32Enum(v map[int32]TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetMapInt32Float(v map[int32]float32)
- func (x *TestAllTypes) SetMapInt32FloatWrapper(v map[int32]*wrapperspb.FloatValue)
- func (x *TestAllTypes) SetMapInt32Int32(v map[int32]int32)
- func (x *TestAllTypes) SetMapInt32Int32Wrapper(v map[int32]*wrapperspb.Int32Value)
- func (x *TestAllTypes) SetMapInt32Int64(v map[int32]int64)
- func (x *TestAllTypes) SetMapInt32Int64Wrapper(v map[int32]*wrapperspb.Int64Value)
- func (x *TestAllTypes) SetMapInt32ListValue(v map[int32]*structpb.ListValue)
- func (x *TestAllTypes) SetMapInt32Message(v map[int32]*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetMapInt32NullValue(v map[int32]structpb.NullValue)
- func (x *TestAllTypes) SetMapInt32String(v map[int32]string)
- func (x *TestAllTypes) SetMapInt32StringWrapper(v map[int32]*wrapperspb.StringValue)
- func (x *TestAllTypes) SetMapInt32Struct(v map[int32]*structpb.Struct)
- func (x *TestAllTypes) SetMapInt32Timestamp(v map[int32]*timestamppb.Timestamp)
- func (x *TestAllTypes) SetMapInt32Uint32(v map[int32]uint32)
- func (x *TestAllTypes) SetMapInt32Uint32Wrapper(v map[int32]*wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetMapInt32Uint64(v map[int32]uint64)
- func (x *TestAllTypes) SetMapInt32Uint64Wrapper(v map[int32]*wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetMapInt32Value(v map[int32]*structpb.Value)
- func (x *TestAllTypes) SetMapInt64Any(v map[int64]*anypb.Any)
- func (x *TestAllTypes) SetMapInt64Bool(v map[int64]bool)
- func (x *TestAllTypes) SetMapInt64BoolWrapper(v map[int64]*wrapperspb.BoolValue)
- func (x *TestAllTypes) SetMapInt64Bytes(v map[int64][]byte)
- func (x *TestAllTypes) SetMapInt64BytesWrapper(v map[int64]*wrapperspb.BytesValue)
- func (x *TestAllTypes) SetMapInt64Double(v map[int64]float64)
- func (x *TestAllTypes) SetMapInt64DoubleWrapper(v map[int64]*wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetMapInt64Duration(v map[int64]*durationpb.Duration)
- func (x *TestAllTypes) SetMapInt64Enum(v map[int64]TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetMapInt64Float(v map[int64]float32)
- func (x *TestAllTypes) SetMapInt64FloatWrapper(v map[int64]*wrapperspb.FloatValue)
- func (x *TestAllTypes) SetMapInt64Int32(v map[int64]int32)
- func (x *TestAllTypes) SetMapInt64Int32Wrapper(v map[int64]*wrapperspb.Int32Value)
- func (x *TestAllTypes) SetMapInt64Int64(v map[int64]int64)
- func (x *TestAllTypes) SetMapInt64Int64Wrapper(v map[int64]*wrapperspb.Int64Value)
- func (x *TestAllTypes) SetMapInt64ListValue(v map[int64]*structpb.ListValue)
- func (x *TestAllTypes) SetMapInt64Message(v map[int64]*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetMapInt64NestedType(v map[int64]*NestedTestAllTypes)
- func (x *TestAllTypes) SetMapInt64NullValue(v map[int64]structpb.NullValue)
- func (x *TestAllTypes) SetMapInt64String(v map[int64]string)
- func (x *TestAllTypes) SetMapInt64StringWrapper(v map[int64]*wrapperspb.StringValue)
- func (x *TestAllTypes) SetMapInt64Struct(v map[int64]*structpb.Struct)
- func (x *TestAllTypes) SetMapInt64Timestamp(v map[int64]*timestamppb.Timestamp)
- func (x *TestAllTypes) SetMapInt64Uint32(v map[int64]uint32)
- func (x *TestAllTypes) SetMapInt64Uint32Wrapper(v map[int64]*wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetMapInt64Uint64(v map[int64]uint64)
- func (x *TestAllTypes) SetMapInt64Uint64Wrapper(v map[int64]*wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetMapInt64Value(v map[int64]*structpb.Value)
- func (x *TestAllTypes) SetMapStringAny(v map[string]*anypb.Any)
- func (x *TestAllTypes) SetMapStringBool(v map[string]bool)
- func (x *TestAllTypes) SetMapStringBoolWrapper(v map[string]*wrapperspb.BoolValue)
- func (x *TestAllTypes) SetMapStringBytes(v map[string][]byte)
- func (x *TestAllTypes) SetMapStringBytesWrapper(v map[string]*wrapperspb.BytesValue)
- func (x *TestAllTypes) SetMapStringDouble(v map[string]float64)
- func (x *TestAllTypes) SetMapStringDoubleWrapper(v map[string]*wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetMapStringDuration(v map[string]*durationpb.Duration)
- func (x *TestAllTypes) SetMapStringEnum(v map[string]TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetMapStringFloat(v map[string]float32)
- func (x *TestAllTypes) SetMapStringFloatWrapper(v map[string]*wrapperspb.FloatValue)
- func (x *TestAllTypes) SetMapStringInt32(v map[string]int32)
- func (x *TestAllTypes) SetMapStringInt32Wrapper(v map[string]*wrapperspb.Int32Value)
- func (x *TestAllTypes) SetMapStringInt64(v map[string]int64)
- func (x *TestAllTypes) SetMapStringInt64Wrapper(v map[string]*wrapperspb.Int64Value)
- func (x *TestAllTypes) SetMapStringListValue(v map[string]*structpb.ListValue)
- func (x *TestAllTypes) SetMapStringMessage(v map[string]*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetMapStringNullValue(v map[string]structpb.NullValue)
- func (x *TestAllTypes) SetMapStringString(v map[string]string)
- func (x *TestAllTypes) SetMapStringStringWrapper(v map[string]*wrapperspb.StringValue)
- func (x *TestAllTypes) SetMapStringStruct(v map[string]*structpb.Struct)
- func (x *TestAllTypes) SetMapStringTimestamp(v map[string]*timestamppb.Timestamp)
- func (x *TestAllTypes) SetMapStringUint32(v map[string]uint32)
- func (x *TestAllTypes) SetMapStringUint32Wrapper(v map[string]*wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetMapStringUint64(v map[string]uint64)
- func (x *TestAllTypes) SetMapStringUint64Wrapper(v map[string]*wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetMapStringValue(v map[string]*structpb.Value)
- func (x *TestAllTypes) SetMapUint32Any(v map[uint32]*anypb.Any)
- func (x *TestAllTypes) SetMapUint32Bool(v map[uint32]bool)
- func (x *TestAllTypes) SetMapUint32BoolWrapper(v map[uint32]*wrapperspb.BoolValue)
- func (x *TestAllTypes) SetMapUint32Bytes(v map[uint32][]byte)
- func (x *TestAllTypes) SetMapUint32BytesWrapper(v map[uint32]*wrapperspb.BytesValue)
- func (x *TestAllTypes) SetMapUint32Double(v map[uint32]float64)
- func (x *TestAllTypes) SetMapUint32DoubleWrapper(v map[uint32]*wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetMapUint32Duration(v map[uint32]*durationpb.Duration)
- func (x *TestAllTypes) SetMapUint32Enum(v map[uint32]TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetMapUint32Float(v map[uint32]float32)
- func (x *TestAllTypes) SetMapUint32FloatWrapper(v map[uint32]*wrapperspb.FloatValue)
- func (x *TestAllTypes) SetMapUint32Int32(v map[uint32]int32)
- func (x *TestAllTypes) SetMapUint32Int32Wrapper(v map[uint32]*wrapperspb.Int32Value)
- func (x *TestAllTypes) SetMapUint32Int64(v map[uint32]int64)
- func (x *TestAllTypes) SetMapUint32Int64Wrapper(v map[uint32]*wrapperspb.Int64Value)
- func (x *TestAllTypes) SetMapUint32ListValue(v map[uint32]*structpb.ListValue)
- func (x *TestAllTypes) SetMapUint32Message(v map[uint32]*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetMapUint32NullValue(v map[uint32]structpb.NullValue)
- func (x *TestAllTypes) SetMapUint32String(v map[uint32]string)
- func (x *TestAllTypes) SetMapUint32StringWrapper(v map[uint32]*wrapperspb.StringValue)
- func (x *TestAllTypes) SetMapUint32Struct(v map[uint32]*structpb.Struct)
- func (x *TestAllTypes) SetMapUint32Timestamp(v map[uint32]*timestamppb.Timestamp)
- func (x *TestAllTypes) SetMapUint32Uint32(v map[uint32]uint32)
- func (x *TestAllTypes) SetMapUint32Uint32Wrapper(v map[uint32]*wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetMapUint32Uint64(v map[uint32]uint64)
- func (x *TestAllTypes) SetMapUint32Uint64Wrapper(v map[uint32]*wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetMapUint32Value(v map[uint32]*structpb.Value)
- func (x *TestAllTypes) SetMapUint64Any(v map[uint64]*anypb.Any)
- func (x *TestAllTypes) SetMapUint64Bool(v map[uint64]bool)
- func (x *TestAllTypes) SetMapUint64BoolWrapper(v map[uint64]*wrapperspb.BoolValue)
- func (x *TestAllTypes) SetMapUint64Bytes(v map[uint64][]byte)
- func (x *TestAllTypes) SetMapUint64BytesWrapper(v map[uint64]*wrapperspb.BytesValue)
- func (x *TestAllTypes) SetMapUint64Double(v map[uint64]float64)
- func (x *TestAllTypes) SetMapUint64DoubleWrapper(v map[uint64]*wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetMapUint64Duration(v map[uint64]*durationpb.Duration)
- func (x *TestAllTypes) SetMapUint64Enum(v map[uint64]TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetMapUint64Float(v map[uint64]float32)
- func (x *TestAllTypes) SetMapUint64FloatWrapper(v map[uint64]*wrapperspb.FloatValue)
- func (x *TestAllTypes) SetMapUint64Int32(v map[uint64]int32)
- func (x *TestAllTypes) SetMapUint64Int32Wrapper(v map[uint64]*wrapperspb.Int32Value)
- func (x *TestAllTypes) SetMapUint64Int64(v map[uint64]int64)
- func (x *TestAllTypes) SetMapUint64Int64Wrapper(v map[uint64]*wrapperspb.Int64Value)
- func (x *TestAllTypes) SetMapUint64ListValue(v map[uint64]*structpb.ListValue)
- func (x *TestAllTypes) SetMapUint64Message(v map[uint64]*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetMapUint64NullValue(v map[uint64]structpb.NullValue)
- func (x *TestAllTypes) SetMapUint64String(v map[uint64]string)
- func (x *TestAllTypes) SetMapUint64StringWrapper(v map[uint64]*wrapperspb.StringValue)
- func (x *TestAllTypes) SetMapUint64Struct(v map[uint64]*structpb.Struct)
- func (x *TestAllTypes) SetMapUint64Timestamp(v map[uint64]*timestamppb.Timestamp)
- func (x *TestAllTypes) SetMapUint64Uint32(v map[uint64]uint32)
- func (x *TestAllTypes) SetMapUint64Uint32Wrapper(v map[uint64]*wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetMapUint64Uint64(v map[uint64]uint64)
- func (x *TestAllTypes) SetMapUint64Uint64Wrapper(v map[uint64]*wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetMapUint64Value(v map[uint64]*structpb.Value)
- func (x *TestAllTypes) SetNamespace(v bool)
- func (x *TestAllTypes) SetNestedgroup(v *TestAllTypes_NestedGroup)
- func (x *TestAllTypes) SetNullValue(v structpb.NullValue)
- func (x *TestAllTypes) SetOneofBool(v bool)
- func (x *TestAllTypes) SetOneofMsg(v *TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetOneofType(v *NestedTestAllTypes)
- func (x *TestAllTypes) SetOptionalNullValue(v structpb.NullValue)
- func (x *TestAllTypes) SetPackage(v bool)
- func (x *TestAllTypes) SetRepeatedAny(v []*anypb.Any)
- func (x *TestAllTypes) SetRepeatedBool(v []bool)
- func (x *TestAllTypes) SetRepeatedBoolWrapper(v []*wrapperspb.BoolValue)
- func (x *TestAllTypes) SetRepeatedBytes(v [][]byte)
- func (x *TestAllTypes) SetRepeatedBytesWrapper(v []*wrapperspb.BytesValue)
- func (x *TestAllTypes) SetRepeatedCord(v []string)
- func (x *TestAllTypes) SetRepeatedDouble(v []float64)
- func (x *TestAllTypes) SetRepeatedDoubleWrapper(v []*wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetRepeatedDuration(v []*durationpb.Duration)
- func (x *TestAllTypes) SetRepeatedFixed32(v []uint32)
- func (x *TestAllTypes) SetRepeatedFixed64(v []uint64)
- func (x *TestAllTypes) SetRepeatedFloat(v []float32)
- func (x *TestAllTypes) SetRepeatedFloatWrapper(v []*wrapperspb.FloatValue)
- func (x *TestAllTypes) SetRepeatedInt32(v []int32)
- func (x *TestAllTypes) SetRepeatedInt32Wrapper(v []*wrapperspb.Int32Value)
- func (x *TestAllTypes) SetRepeatedInt64(v []int64)
- func (x *TestAllTypes) SetRepeatedInt64Wrapper(v []*wrapperspb.Int64Value)
- func (x *TestAllTypes) SetRepeatedLazyMessage(v []*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetRepeatedListValue(v []*structpb.ListValue)
- func (x *TestAllTypes) SetRepeatedNestedEnum(v []TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetRepeatedNestedMessage(v []*TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetRepeatedNullValue(v []structpb.NullValue)
- func (x *TestAllTypes) SetRepeatedSfixed32(v []int32)
- func (x *TestAllTypes) SetRepeatedSfixed64(v []int64)
- func (x *TestAllTypes) SetRepeatedSint32(v []int32)
- func (x *TestAllTypes) SetRepeatedSint64(v []int64)
- func (x *TestAllTypes) SetRepeatedString(v []string)
- func (x *TestAllTypes) SetRepeatedStringPiece(v []string)
- func (x *TestAllTypes) SetRepeatedStringWrapper(v []*wrapperspb.StringValue)
- func (x *TestAllTypes) SetRepeatedStruct(v []*structpb.Struct)
- func (x *TestAllTypes) SetRepeatedTimestamp(v []*timestamppb.Timestamp)
- func (x *TestAllTypes) SetRepeatedUint32(v []uint32)
- func (x *TestAllTypes) SetRepeatedUint32Wrapper(v []*wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetRepeatedUint64(v []uint64)
- func (x *TestAllTypes) SetRepeatedUint64Wrapper(v []*wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetRepeatedValue(v []*structpb.Value)
- func (x *TestAllTypes) SetReturn(v bool)
- func (x *TestAllTypes) SetSingleAny(v *anypb.Any)
- func (x *TestAllTypes) SetSingleBool(v bool)
- func (x *TestAllTypes) SetSingleBoolWrapper(v *wrapperspb.BoolValue)
- func (x *TestAllTypes) SetSingleBytes(v []byte)
- func (x *TestAllTypes) SetSingleBytesWrapper(v *wrapperspb.BytesValue)
- func (x *TestAllTypes) SetSingleDouble(v float64)
- func (x *TestAllTypes) SetSingleDoubleWrapper(v *wrapperspb.DoubleValue)
- func (x *TestAllTypes) SetSingleDuration(v *durationpb.Duration)
- func (x *TestAllTypes) SetSingleFixed32(v uint32)
- func (x *TestAllTypes) SetSingleFixed64(v uint64)
- func (x *TestAllTypes) SetSingleFloat(v float32)
- func (x *TestAllTypes) SetSingleFloatWrapper(v *wrapperspb.FloatValue)
- func (x *TestAllTypes) SetSingleInt32(v int32)
- func (x *TestAllTypes) SetSingleInt32Wrapper(v *wrapperspb.Int32Value)
- func (x *TestAllTypes) SetSingleInt64(v int64)
- func (x *TestAllTypes) SetSingleInt64Wrapper(v *wrapperspb.Int64Value)
- func (x *TestAllTypes) SetSingleNestedEnum(v TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetSingleNestedMessage(v *TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetSingleSfixed32(v int32)
- func (x *TestAllTypes) SetSingleSfixed64(v int64)
- func (x *TestAllTypes) SetSingleSint32(v int32)
- func (x *TestAllTypes) SetSingleSint64(v int64)
- func (x *TestAllTypes) SetSingleString(v string)
- func (x *TestAllTypes) SetSingleStringWrapper(v *wrapperspb.StringValue)
- func (x *TestAllTypes) SetSingleStruct(v *structpb.Struct)
- func (x *TestAllTypes) SetSingleTimestamp(v *timestamppb.Timestamp)
- func (x *TestAllTypes) SetSingleUint32(v uint32)
- func (x *TestAllTypes) SetSingleUint32Wrapper(v *wrapperspb.UInt32Value)
- func (x *TestAllTypes) SetSingleUint64(v uint64)
- func (x *TestAllTypes) SetSingleUint64Wrapper(v *wrapperspb.UInt64Value)
- func (x *TestAllTypes) SetSingleValue(v *structpb.Value)
- func (x *TestAllTypes) SetStandaloneEnum(v TestAllTypes_NestedEnum)
- func (x *TestAllTypes) SetStandaloneMessage(v *TestAllTypes_NestedMessage)
- func (x *TestAllTypes) SetVar(v bool)
- func (x *TestAllTypes) SetVoid(v bool)
- func (x *TestAllTypes) SetWhile(v bool)
- func (x *TestAllTypes) String() string
- func (x *TestAllTypes) WhichKind() case_TestAllTypes_Kind
- func (x *TestAllTypes) WhichNestedType() case_TestAllTypes_NestedType
- type TestAllTypes_NestedEnum
- func (TestAllTypes_NestedEnum) Descriptor() protoreflect.EnumDescriptor
- func (x TestAllTypes_NestedEnum) Enum() *TestAllTypes_NestedEnum
- func (x TestAllTypes_NestedEnum) Number() protoreflect.EnumNumber
- func (x TestAllTypes_NestedEnum) String() string
- func (TestAllTypes_NestedEnum) Type() protoreflect.EnumType
- type TestAllTypes_NestedGroup
- func (x *TestAllTypes_NestedGroup) ClearSingleId()
- func (x *TestAllTypes_NestedGroup) ClearSingleName()
- func (x *TestAllTypes_NestedGroup) GetSingleId() int32
- func (x *TestAllTypes_NestedGroup) GetSingleName() string
- func (x *TestAllTypes_NestedGroup) HasSingleId() bool
- func (x *TestAllTypes_NestedGroup) HasSingleName() bool
- func (*TestAllTypes_NestedGroup) ProtoMessage()
- func (x *TestAllTypes_NestedGroup) ProtoReflect() protoreflect.Message
- func (x *TestAllTypes_NestedGroup) Reset()
- func (x *TestAllTypes_NestedGroup) SetSingleId(v int32)
- func (x *TestAllTypes_NestedGroup) SetSingleName(v string)
- func (x *TestAllTypes_NestedGroup) String() string
- type TestAllTypes_NestedGroup_builder
- type TestAllTypes_NestedMessage
- func (x *TestAllTypes_NestedMessage) ClearBb()
- func (x *TestAllTypes_NestedMessage) GetBb() int32
- func (x *TestAllTypes_NestedMessage) HasBb() bool
- func (*TestAllTypes_NestedMessage) ProtoMessage()
- func (x *TestAllTypes_NestedMessage) ProtoReflect() protoreflect.Message
- func (x *TestAllTypes_NestedMessage) Reset()
- func (x *TestAllTypes_NestedMessage) SetBb(v int32)
- func (x *TestAllTypes_NestedMessage) String() string
- type TestAllTypes_NestedMessage_builder
- type TestAllTypes_OneofBool
- type TestAllTypes_OneofMsg
- type TestAllTypes_OneofType
- type TestAllTypes_SingleNestedEnum
- type TestAllTypes_SingleNestedMessage
- type TestAllTypes_builder
- type TestRequired
- func (x *TestRequired) ClearRequiredInt32()
- func (x *TestRequired) GetRequiredInt32() int32
- func (x *TestRequired) HasRequiredInt32() bool
- func (*TestRequired) ProtoMessage()
- func (x *TestRequired) ProtoReflect() protoreflect.Message
- func (x *TestRequired) Reset()
- func (x *TestRequired) SetRequiredInt32(v int32)
- func (x *TestRequired) String() string
- type TestRequired_builder
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.
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 ( // optional int32 int32_ext = 1000; E_Int32Ext = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[0] // optional cel.expr.conformance.proto2.TestAllTypes nested_ext = 1001; E_NestedExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[1] // optional cel.expr.conformance.proto2.TestAllTypes test_all_types_ext = 1002; E_TestAllTypesExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[2] // optional cel.expr.conformance.proto2.TestAllTypes.NestedEnum nested_enum_ext = 1003; E_NestedEnumExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[3] // repeated cel.expr.conformance.proto2.TestAllTypes repeated_test_all_types = 1004; E_RepeatedTestAllTypes = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[4] // optional int64 int64_ext = 1005; E_Proto2ExtensionScopedMessage_Int64Ext = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[5] // optional cel.expr.conformance.proto2.TestAllTypes message_scoped_nested_ext = 1006; E_Proto2ExtensionScopedMessage_MessageScopedNestedExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[6] // optional cel.expr.conformance.proto2.TestAllTypes.NestedEnum nested_enum_ext = 1007; E_Proto2ExtensionScopedMessage_NestedEnumExt = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[7] // repeated cel.expr.conformance.proto2.TestAllTypes message_scoped_repeated_test_all_types = 1008; E_Proto2ExtensionScopedMessage_MessageScopedRepeatedTestAllTypes = &file_cel_expr_conformance_proto2_test_all_types_extensions_proto_extTypes[8] )
Extension fields to TestAllTypes.
View Source
var (
Default_TestAllTypes_SingleBytes = []byte("none")
)
Default values for TestAllTypes fields.
View Source
var File_cel_expr_conformance_proto2_test_all_types_extensions_proto protoreflect.FileDescriptor
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) Number ¶
func (x GlobalEnum) Number() protoreflect.EnumNumber
func (GlobalEnum) String ¶
func (x GlobalEnum) String() string
func (GlobalEnum) Type ¶
func (GlobalEnum) Type() protoreflect.EnumType
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) 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 ¶
func (b0 NestedTestAllTypes_builder) Build() *NestedTestAllTypes
type Proto2ExtensionScopedMessage ¶
type Proto2ExtensionScopedMessage struct {
// contains filtered or unexported fields
}
Message scoped extensions
func (*Proto2ExtensionScopedMessage) ProtoMessage ¶
func (*Proto2ExtensionScopedMessage) ProtoMessage()
func (*Proto2ExtensionScopedMessage) ProtoReflect ¶
func (x *Proto2ExtensionScopedMessage) ProtoReflect() protoreflect.Message
func (*Proto2ExtensionScopedMessage) Reset ¶
func (x *Proto2ExtensionScopedMessage) Reset()
func (*Proto2ExtensionScopedMessage) String ¶
func (x *Proto2ExtensionScopedMessage) String() string
type Proto2ExtensionScopedMessage_builder ¶
type Proto2ExtensionScopedMessage_builder struct {
// contains filtered or unexported fields
}
func (Proto2ExtensionScopedMessage_builder) Build ¶
func (b0 Proto2ExtensionScopedMessage_builder) Build() *Proto2ExtensionScopedMessage
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"`
// Collides with 'in' operator.
In *bool `protobuf:"varint,18,opt,name=in" json:"in,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 */
FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,117,opt,name=field_mask,json=fieldMask" json:"field_mask,omitempty"`
Empty *emptypb.Empty `protobuf:"bytes,118,opt,name=empty" json:"empty,omitempty"`
// 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" 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 */
// Types that are valid to be assigned to Kind:
//
// *TestAllTypes_OneofType
// *TestAllTypes_OneofMsg
// *TestAllTypes_OneofBool
Kind isTestAllTypes_Kind `protobuf_oneof:"kind"`
Nestedgroup *TestAllTypes_NestedGroup `protobuf:"group,403,opt,name=NestedGroup,json=nestedgroup" json:"nestedgroup,omitempty"`
// Field names formerly defined as reserved CEL identifiers.
As *bool `protobuf:"varint,500,opt,name=as" json:"as,omitempty"`
Break *bool `protobuf:"varint,501,opt,name=break" json:"break,omitempty"`
Const *bool `protobuf:"varint,502,opt,name=const" json:"const,omitempty"`
Continue *bool `protobuf:"varint,503,opt,name=continue" json:"continue,omitempty"`
Else *bool `protobuf:"varint,504,opt,name=else" json:"else,omitempty"`
For *bool `protobuf:"varint,505,opt,name=for" json:"for,omitempty"`
Function *bool `protobuf:"varint,506,opt,name=function" json:"function,omitempty"`
If *bool `protobuf:"varint,507,opt,name=if" json:"if,omitempty"`
Import *bool `protobuf:"varint,508,opt,name=import" json:"import,omitempty"`
Let *bool `protobuf:"varint,509,opt,name=let" json:"let,omitempty"`
Loop *bool `protobuf:"varint,510,opt,name=loop" json:"loop,omitempty"`
Package *bool `protobuf:"varint,511,opt,name=package" json:"package,omitempty"`
Namespace *bool `protobuf:"varint,512,opt,name=namespace" json:"namespace,omitempty"`
Return *bool `protobuf:"varint,513,opt,name=return" json:"return,omitempty"`
Var *bool `protobuf:"varint,514,opt,name=var" json:"var,omitempty"`
Void *bool `protobuf:"varint,515,opt,name=void" json:"void,omitempty"`
While *bool `protobuf:"varint,516,opt,name=while" json:"while,omitempty"`
// contains filtered or unexported fields
}
This proto includes every type of field in both singular and repeated forms.
func (*TestAllTypes) ClearAs ¶
func (x *TestAllTypes) ClearAs()
func (*TestAllTypes) ClearBreak ¶
func (x *TestAllTypes) ClearBreak()
func (*TestAllTypes) ClearConst ¶
func (x *TestAllTypes) ClearConst()
func (*TestAllTypes) ClearContinue ¶
func (x *TestAllTypes) ClearContinue()
func (*TestAllTypes) ClearElse ¶
func (x *TestAllTypes) ClearElse()
func (*TestAllTypes) ClearEmpty ¶
func (x *TestAllTypes) ClearEmpty()
func (*TestAllTypes) ClearFieldMask ¶
func (x *TestAllTypes) ClearFieldMask()
func (*TestAllTypes) ClearFor ¶
func (x *TestAllTypes) ClearFor()
func (*TestAllTypes) ClearFunction ¶
func (x *TestAllTypes) ClearFunction()
func (*TestAllTypes) ClearIf ¶
func (x *TestAllTypes) ClearIf()
func (*TestAllTypes) ClearImport ¶
func (x *TestAllTypes) ClearImport()
func (*TestAllTypes) ClearIn ¶
func (x *TestAllTypes) ClearIn()
func (*TestAllTypes) ClearKind ¶
func (x *TestAllTypes) ClearKind()
func (*TestAllTypes) ClearLet ¶
func (x *TestAllTypes) ClearLet()
func (*TestAllTypes) ClearListValue ¶
func (x *TestAllTypes) ClearListValue()
func (*TestAllTypes) ClearLoop ¶
func (x *TestAllTypes) ClearLoop()
func (*TestAllTypes) ClearNamespace ¶
func (x *TestAllTypes) ClearNamespace()
func (*TestAllTypes) ClearNestedType ¶
func (x *TestAllTypes) ClearNestedType()
func (*TestAllTypes) ClearNestedgroup ¶
func (x *TestAllTypes) ClearNestedgroup()
func (*TestAllTypes) ClearNullValue ¶
func (x *TestAllTypes) ClearNullValue()
func (*TestAllTypes) ClearOneofBool ¶
func (x *TestAllTypes) ClearOneofBool()
func (*TestAllTypes) ClearOneofMsg ¶
func (x *TestAllTypes) ClearOneofMsg()
func (*TestAllTypes) ClearOneofType ¶
func (x *TestAllTypes) ClearOneofType()
func (*TestAllTypes) ClearOptionalNullValue ¶
func (x *TestAllTypes) ClearOptionalNullValue()
func (*TestAllTypes) ClearPackage ¶
func (x *TestAllTypes) ClearPackage()
func (*TestAllTypes) ClearReturn ¶
func (x *TestAllTypes) ClearReturn()
func (*TestAllTypes) ClearSingleAny ¶
func (x *TestAllTypes) ClearSingleAny()
func (*TestAllTypes) ClearSingleBool ¶
func (x *TestAllTypes) ClearSingleBool()
func (*TestAllTypes) ClearSingleBoolWrapper ¶
func (x *TestAllTypes) ClearSingleBoolWrapper()
func (*TestAllTypes) ClearSingleBytes ¶
func (x *TestAllTypes) ClearSingleBytes()
func (*TestAllTypes) ClearSingleBytesWrapper ¶
func (x *TestAllTypes) ClearSingleBytesWrapper()
func (*TestAllTypes) ClearSingleDouble ¶
func (x *TestAllTypes) ClearSingleDouble()
func (*TestAllTypes) ClearSingleDoubleWrapper ¶
func (x *TestAllTypes) ClearSingleDoubleWrapper()
func (*TestAllTypes) ClearSingleDuration ¶
func (x *TestAllTypes) ClearSingleDuration()
func (*TestAllTypes) ClearSingleFixed32 ¶
func (x *TestAllTypes) ClearSingleFixed32()
func (*TestAllTypes) ClearSingleFixed64 ¶
func (x *TestAllTypes) ClearSingleFixed64()
func (*TestAllTypes) ClearSingleFloat ¶
func (x *TestAllTypes) ClearSingleFloat()
func (*TestAllTypes) ClearSingleFloatWrapper ¶
func (x *TestAllTypes) ClearSingleFloatWrapper()
func (*TestAllTypes) ClearSingleInt32 ¶
func (x *TestAllTypes) ClearSingleInt32()
func (*TestAllTypes) ClearSingleInt32Wrapper ¶
func (x *TestAllTypes) ClearSingleInt32Wrapper()
func (*TestAllTypes) ClearSingleInt64 ¶
func (x *TestAllTypes) ClearSingleInt64()
func (*TestAllTypes) ClearSingleInt64Wrapper ¶
func (x *TestAllTypes) ClearSingleInt64Wrapper()
func (*TestAllTypes) ClearSingleNestedEnum ¶
func (x *TestAllTypes) ClearSingleNestedEnum()
func (*TestAllTypes) ClearSingleNestedMessage ¶
func (x *TestAllTypes) ClearSingleNestedMessage()
func (*TestAllTypes) ClearSingleSfixed32 ¶
func (x *TestAllTypes) ClearSingleSfixed32()
func (*TestAllTypes) ClearSingleSfixed64 ¶
func (x *TestAllTypes) ClearSingleSfixed64()
func (*TestAllTypes) ClearSingleSint32 ¶
func (x *TestAllTypes) ClearSingleSint32()
func (*TestAllTypes) ClearSingleSint64 ¶
func (x *TestAllTypes) ClearSingleSint64()
func (*TestAllTypes) ClearSingleString ¶
func (x *TestAllTypes) ClearSingleString()
func (*TestAllTypes) ClearSingleStringWrapper ¶
func (x *TestAllTypes) ClearSingleStringWrapper()
func (*TestAllTypes) ClearSingleStruct ¶
func (x *TestAllTypes) ClearSingleStruct()
func (*TestAllTypes) ClearSingleTimestamp ¶
func (x *TestAllTypes) ClearSingleTimestamp()
func (*TestAllTypes) ClearSingleUint32 ¶
func (x *TestAllTypes) ClearSingleUint32()
func (*TestAllTypes) ClearSingleUint32Wrapper ¶
func (x *TestAllTypes) ClearSingleUint32Wrapper()
func (*TestAllTypes) ClearSingleUint64 ¶
func (x *TestAllTypes) ClearSingleUint64()
func (*TestAllTypes) ClearSingleUint64Wrapper ¶
func (x *TestAllTypes) ClearSingleUint64Wrapper()
func (*TestAllTypes) ClearSingleValue ¶
func (x *TestAllTypes) ClearSingleValue()
func (*TestAllTypes) ClearStandaloneEnum ¶
func (x *TestAllTypes) ClearStandaloneEnum()
func (*TestAllTypes) ClearStandaloneMessage ¶
func (x *TestAllTypes) ClearStandaloneMessage()
func (*TestAllTypes) ClearVar ¶
func (x *TestAllTypes) ClearVar()
func (*TestAllTypes) ClearVoid ¶
func (x *TestAllTypes) ClearVoid()
func (*TestAllTypes) ClearWhile ¶
func (x *TestAllTypes) ClearWhile()
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) GetNestedgroup ¶
func (x *TestAllTypes) GetNestedgroup() *TestAllTypes_NestedGroup
func (*TestAllTypes) GetNullValue ¶
func (x *TestAllTypes) GetNullValue() structpb.NullValue
func (*TestAllTypes) GetOneofBool ¶
func (x *TestAllTypes) GetOneofBool() bool
func (*TestAllTypes) GetOneofMsg ¶
func (x *TestAllTypes) GetOneofMsg() *TestAllTypes_NestedMessage
func (*TestAllTypes) GetOneofType ¶
func (x *TestAllTypes) GetOneofType() *NestedTestAllTypes
func (*TestAllTypes) GetOptionalNullValue ¶
func (x *TestAllTypes) GetOptionalNullValue() structpb.NullValue
func (*TestAllTypes) 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) HasAs ¶
func (x *TestAllTypes) HasAs() bool
func (*TestAllTypes) HasBreak ¶
func (x *TestAllTypes) HasBreak() bool
func (*TestAllTypes) HasConst ¶
func (x *TestAllTypes) HasConst() bool
func (*TestAllTypes) HasContinue ¶
func (x *TestAllTypes) HasContinue() bool
func (*TestAllTypes) HasElse ¶
func (x *TestAllTypes) HasElse() bool
func (*TestAllTypes) HasEmpty ¶
func (x *TestAllTypes) HasEmpty() bool
func (*TestAllTypes) HasFieldMask ¶
func (x *TestAllTypes) HasFieldMask() bool
func (*TestAllTypes) HasFor ¶
func (x *TestAllTypes) HasFor() bool
func (*TestAllTypes) HasFunction ¶
func (x *TestAllTypes) HasFunction() bool
func (*TestAllTypes) HasIf ¶
func (x *TestAllTypes) HasIf() bool
func (*TestAllTypes) HasImport ¶
func (x *TestAllTypes) HasImport() bool
func (*TestAllTypes) HasIn ¶
func (x *TestAllTypes) HasIn() bool
func (*TestAllTypes) HasKind ¶
func (x *TestAllTypes) HasKind() bool
func (*TestAllTypes) HasLet ¶
func (x *TestAllTypes) HasLet() bool
func (*TestAllTypes) HasListValue ¶
func (x *TestAllTypes) HasListValue() bool
func (*TestAllTypes) HasLoop ¶
func (x *TestAllTypes) HasLoop() bool
func (*TestAllTypes) HasNamespace ¶
func (x *TestAllTypes) HasNamespace() bool
func (*TestAllTypes) HasNestedType ¶
func (x *TestAllTypes) HasNestedType() bool
func (*TestAllTypes) HasNestedgroup ¶
func (x *TestAllTypes) HasNestedgroup() bool
func (*TestAllTypes) HasNullValue ¶
func (x *TestAllTypes) HasNullValue() 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) HasOptionalNullValue ¶
func (x *TestAllTypes) HasOptionalNullValue() bool
func (*TestAllTypes) HasPackage ¶
func (x *TestAllTypes) HasPackage() bool
func (*TestAllTypes) HasReturn ¶
func (x *TestAllTypes) HasReturn() bool
func (*TestAllTypes) HasSingleAny ¶
func (x *TestAllTypes) HasSingleAny() bool
func (*TestAllTypes) HasSingleBool ¶
func (x *TestAllTypes) HasSingleBool() bool
func (*TestAllTypes) HasSingleBoolWrapper ¶
func (x *TestAllTypes) HasSingleBoolWrapper() bool
func (*TestAllTypes) HasSingleBytes ¶
func (x *TestAllTypes) HasSingleBytes() bool
func (*TestAllTypes) HasSingleBytesWrapper ¶
func (x *TestAllTypes) HasSingleBytesWrapper() bool
func (*TestAllTypes) HasSingleDouble ¶
func (x *TestAllTypes) HasSingleDouble() bool
func (*TestAllTypes) HasSingleDoubleWrapper ¶
func (x *TestAllTypes) HasSingleDoubleWrapper() bool
func (*TestAllTypes) HasSingleDuration ¶
func (x *TestAllTypes) HasSingleDuration() bool
func (*TestAllTypes) HasSingleFixed32 ¶
func (x *TestAllTypes) HasSingleFixed32() bool
func (*TestAllTypes) HasSingleFixed64 ¶
func (x *TestAllTypes) HasSingleFixed64() bool
func (*TestAllTypes) HasSingleFloat ¶
func (x *TestAllTypes) HasSingleFloat() bool
func (*TestAllTypes) HasSingleFloatWrapper ¶
func (x *TestAllTypes) HasSingleFloatWrapper() bool
func (*TestAllTypes) HasSingleInt32 ¶
func (x *TestAllTypes) HasSingleInt32() bool
func (*TestAllTypes) HasSingleInt32Wrapper ¶
func (x *TestAllTypes) HasSingleInt32Wrapper() bool
func (*TestAllTypes) HasSingleInt64 ¶
func (x *TestAllTypes) HasSingleInt64() 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) HasSingleSfixed32 ¶
func (x *TestAllTypes) HasSingleSfixed32() bool
func (*TestAllTypes) HasSingleSfixed64 ¶
func (x *TestAllTypes) HasSingleSfixed64() bool
func (*TestAllTypes) HasSingleSint32 ¶
func (x *TestAllTypes) HasSingleSint32() bool
func (*TestAllTypes) HasSingleSint64 ¶
func (x *TestAllTypes) HasSingleSint64() bool
func (*TestAllTypes) HasSingleString ¶
func (x *TestAllTypes) HasSingleString() 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) HasSingleUint32 ¶
func (x *TestAllTypes) HasSingleUint32() bool
func (*TestAllTypes) HasSingleUint32Wrapper ¶
func (x *TestAllTypes) HasSingleUint32Wrapper() bool
func (*TestAllTypes) HasSingleUint64 ¶
func (x *TestAllTypes) HasSingleUint64() bool
func (*TestAllTypes) HasSingleUint64Wrapper ¶
func (x *TestAllTypes) HasSingleUint64Wrapper() bool
func (*TestAllTypes) HasSingleValue ¶
func (x *TestAllTypes) HasSingleValue() bool
func (*TestAllTypes) HasStandaloneEnum ¶
func (x *TestAllTypes) HasStandaloneEnum() bool
func (*TestAllTypes) HasStandaloneMessage ¶
func (x *TestAllTypes) HasStandaloneMessage() bool
func (*TestAllTypes) HasVar ¶
func (x *TestAllTypes) HasVar() bool
func (*TestAllTypes) HasVoid ¶
func (x *TestAllTypes) HasVoid() bool
func (*TestAllTypes) HasWhile ¶
func (x *TestAllTypes) HasWhile() 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) SetNestedgroup ¶
func (x *TestAllTypes) SetNestedgroup(v *TestAllTypes_NestedGroup)
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) SetOptionalNullValue ¶
func (x *TestAllTypes) SetOptionalNullValue(v structpb.NullValue)
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) Descriptor() protoreflect.EnumDescriptor
func (TestAllTypes_NestedEnum) Enum ¶
func (x TestAllTypes_NestedEnum) Enum() *TestAllTypes_NestedEnum
func (TestAllTypes_NestedEnum) Number ¶
func (x TestAllTypes_NestedEnum) Number() protoreflect.EnumNumber
func (TestAllTypes_NestedEnum) String ¶
func (x TestAllTypes_NestedEnum) String() string
func (TestAllTypes_NestedEnum) Type ¶
func (TestAllTypes_NestedEnum) Type() protoreflect.EnumType
type TestAllTypes_NestedGroup ¶
type TestAllTypes_NestedGroup struct {
SingleId *int32 `protobuf:"varint,404,opt,name=single_id,json=singleId" json:"single_id,omitempty"`
SingleName *string `protobuf:"bytes,405,opt,name=single_name,json=singleName" json:"single_name,omitempty"`
// contains filtered or unexported fields
}
func (*TestAllTypes_NestedGroup) ClearSingleId ¶
func (x *TestAllTypes_NestedGroup) ClearSingleId()
func (*TestAllTypes_NestedGroup) ClearSingleName ¶
func (x *TestAllTypes_NestedGroup) ClearSingleName()
func (*TestAllTypes_NestedGroup) GetSingleId ¶
func (x *TestAllTypes_NestedGroup) GetSingleId() int32
func (*TestAllTypes_NestedGroup) GetSingleName ¶
func (x *TestAllTypes_NestedGroup) GetSingleName() string
func (*TestAllTypes_NestedGroup) HasSingleId ¶
func (x *TestAllTypes_NestedGroup) HasSingleId() bool
func (*TestAllTypes_NestedGroup) HasSingleName ¶
func (x *TestAllTypes_NestedGroup) HasSingleName() bool
func (*TestAllTypes_NestedGroup) ProtoMessage ¶
func (*TestAllTypes_NestedGroup) ProtoMessage()
func (*TestAllTypes_NestedGroup) ProtoReflect ¶
func (x *TestAllTypes_NestedGroup) ProtoReflect() protoreflect.Message
func (*TestAllTypes_NestedGroup) Reset ¶
func (x *TestAllTypes_NestedGroup) Reset()
func (*TestAllTypes_NestedGroup) SetSingleId ¶
func (x *TestAllTypes_NestedGroup) SetSingleId(v int32)
func (*TestAllTypes_NestedGroup) SetSingleName ¶
func (x *TestAllTypes_NestedGroup) SetSingleName(v string)
func (*TestAllTypes_NestedGroup) String ¶
func (x *TestAllTypes_NestedGroup) String() string
type TestAllTypes_NestedGroup_builder ¶
type TestAllTypes_NestedGroup_builder struct {
SingleId *int32
SingleName *string
// contains filtered or unexported fields
}
func (TestAllTypes_NestedGroup_builder) Build ¶
func (b0 TestAllTypes_NestedGroup_builder) Build() *TestAllTypes_NestedGroup
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) ClearBb ¶
func (x *TestAllTypes_NestedMessage) ClearBb()
func (*TestAllTypes_NestedMessage) GetBb ¶
func (x *TestAllTypes_NestedMessage) GetBb() int32
func (*TestAllTypes_NestedMessage) HasBb ¶
func (x *TestAllTypes_NestedMessage) HasBb() bool
func (*TestAllTypes_NestedMessage) ProtoMessage ¶
func (*TestAllTypes_NestedMessage) ProtoMessage()
func (*TestAllTypes_NestedMessage) ProtoReflect ¶
func (x *TestAllTypes_NestedMessage) ProtoReflect() protoreflect.Message
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 ¶
func (b0 TestAllTypes_NestedMessage_builder) Build() *TestAllTypes_NestedMessage
type TestAllTypes_OneofBool ¶
type TestAllTypes_OneofBool struct {
OneofBool bool `protobuf:"varint,402,opt,name=oneof_bool,json=oneofBool,oneof"`
}
type TestAllTypes_OneofMsg ¶
type TestAllTypes_OneofMsg struct {
OneofMsg *TestAllTypes_NestedMessage `protobuf:"bytes,401,opt,name=oneof_msg,json=oneofMsg,oneof"`
}
type TestAllTypes_OneofType ¶
type TestAllTypes_OneofType struct {
OneofType *NestedTestAllTypes `protobuf:"bytes,400,opt,name=oneof_type,json=oneofType,oneof"`
}
type TestAllTypes_SingleNestedEnum ¶
type TestAllTypes_SingleNestedEnum struct {
SingleNestedEnum TestAllTypes_NestedEnum `` /* 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 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
// 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
Nestedgroup *TestAllTypes_NestedGroup
// 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
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) ClearRequiredInt32 ¶
func (x *TestRequired) ClearRequiredInt32()
func (*TestRequired) GetRequiredInt32 ¶
func (x *TestRequired) GetRequiredInt32() int32
func (*TestRequired) HasRequiredInt32 ¶
func (x *TestRequired) HasRequiredInt32() bool
func (*TestRequired) ProtoMessage ¶
func (*TestRequired) ProtoMessage()
func (*TestRequired) ProtoReflect ¶
func (x *TestRequired) ProtoReflect() protoreflect.Message
func (*TestRequired) Reset ¶
func (x *TestRequired) Reset()
func (*TestRequired) SetRequiredInt32 ¶
func (x *TestRequired) SetRequiredInt32(v int32)
func (*TestRequired) String ¶
func (x *TestRequired) String() string
type TestRequired_builder ¶
type TestRequired_builder struct {
RequiredInt32 *int32
// contains filtered or unexported fields
}
func (TestRequired_builder) Build ¶
func (b0 TestRequired_builder) Build() *TestRequired
Source Files
¶
- test_all_types.pb.go
- test_all_types_extensions.pb.go
Click to show internal directories.
Click to hide internal directories.