Documentation
¶
Index ¶
- Constants
- Variables
- type AnEnum
- type AnyIn
- type AnyIn_builder
- type AnyNone
- type AnyNone_builder
- type AnyNotIn
- type AnyNotIn_builder
- type AnyRequired
- func (x *AnyRequired) ClearVal()
- func (x *AnyRequired) GetVal() *anypb.Any
- func (x *AnyRequired) HasVal() bool
- func (*AnyRequired) ProtoMessage()
- func (x *AnyRequired) ProtoReflect() protoreflect.Message
- func (x *AnyRequired) Reset()
- func (x *AnyRequired) SetVal(v *anypb.Any)
- func (x *AnyRequired) String() string
- type AnyRequired_builder
- type BoolConstFalse
- type BoolConstFalse_builder
- type BoolConstTrue
- type BoolConstTrue_builder
- type BoolExample
- type BoolExample_builder
- type BoolNone
- type BoolNone_builder
- type BytesConst
- type BytesConst_builder
- type BytesContains
- type BytesContains_builder
- type BytesEqualMinMaxLen
- type BytesEqualMinMaxLen_builder
- type BytesExample
- type BytesExample_builder
- type BytesIP
- type BytesIP_builder
- type BytesIPv4
- type BytesIPv4_builder
- type BytesIPv6
- type BytesIPv6Ignore
- type BytesIPv6Ignore_builder
- type BytesIPv6_builder
- type BytesIn
- type BytesIn_builder
- type BytesLen
- type BytesLen_builder
- type BytesMaxLen
- type BytesMaxLen_builder
- type BytesMinLen
- type BytesMinLen_builder
- type BytesMinMaxLen
- type BytesMinMaxLen_builder
- type BytesNone
- type BytesNone_builder
- type BytesNotIP
- type BytesNotIP_builder
- type BytesNotIPv4
- type BytesNotIPv4_builder
- type BytesNotIPv6
- type BytesNotIPv6_builder
- type BytesNotIn
- type BytesNotIn_builder
- type BytesPattern
- type BytesPattern_builder
- type BytesPrefix
- type BytesPrefix_builder
- type BytesSuffix
- type BytesSuffix_builder
- type ComplexTestEnum
- type ComplexTestMsg
- func (x *ComplexTestMsg) ClearAnother()
- func (x *ComplexTestMsg) ClearAnyVal()
- func (x *ComplexTestMsg) ClearDurVal()
- func (x *ComplexTestMsg) ClearFloatVal()
- func (x *ComplexTestMsg) ClearNested()
- func (x *ComplexTestMsg) ClearO()
- func (x *ComplexTestMsg) ClearTsVal()
- func (x *ComplexTestMsg) ClearX()
- func (x *ComplexTestMsg) ClearY()
- func (x *ComplexTestMsg) GetAnother() *ComplexTestMsg
- func (x *ComplexTestMsg) GetAnyVal() *anypb.Any
- func (x *ComplexTestMsg) GetBoolConst() bool
- func (x *ComplexTestMsg) GetBytesVal() []byte
- func (x *ComplexTestMsg) GetConst() string
- func (x *ComplexTestMsg) GetDoubleIn() float64
- func (x *ComplexTestMsg) GetDurVal() *durationpb.Duration
- func (x *ComplexTestMsg) GetEnumConst() ComplexTestEnum
- func (x *ComplexTestMsg) GetFloatConst() float32
- func (x *ComplexTestMsg) GetFloatVal() *wrapperspb.FloatValue
- func (x *ComplexTestMsg) GetIntConst() int32
- func (x *ComplexTestMsg) GetMapVal() map[int32]string
- func (x *ComplexTestMsg) GetNested() *ComplexTestMsg
- func (x *ComplexTestMsg) GetO() isComplexTestMsg_O
- func (x *ComplexTestMsg) GetRepTsVal() []*timestamppb.Timestamp
- func (x *ComplexTestMsg) GetTsVal() *timestamppb.Timestamp
- func (x *ComplexTestMsg) GetX() string
- func (x *ComplexTestMsg) GetY() int32
- func (x *ComplexTestMsg) HasAnother() bool
- func (x *ComplexTestMsg) HasAnyVal() bool
- func (x *ComplexTestMsg) HasDurVal() bool
- func (x *ComplexTestMsg) HasFloatVal() bool
- func (x *ComplexTestMsg) HasNested() bool
- func (x *ComplexTestMsg) HasO() bool
- func (x *ComplexTestMsg) HasTsVal() bool
- func (x *ComplexTestMsg) HasX() bool
- func (x *ComplexTestMsg) HasY() bool
- func (*ComplexTestMsg) ProtoMessage()
- func (x *ComplexTestMsg) ProtoReflect() protoreflect.Message
- func (x *ComplexTestMsg) Reset()
- func (x *ComplexTestMsg) SetAnother(v *ComplexTestMsg)
- func (x *ComplexTestMsg) SetAnyVal(v *anypb.Any)
- func (x *ComplexTestMsg) SetBoolConst(v bool)
- func (x *ComplexTestMsg) SetBytesVal(v []byte)
- func (x *ComplexTestMsg) SetConst(v string)
- func (x *ComplexTestMsg) SetDoubleIn(v float64)
- func (x *ComplexTestMsg) SetDurVal(v *durationpb.Duration)
- func (x *ComplexTestMsg) SetEnumConst(v ComplexTestEnum)
- func (x *ComplexTestMsg) SetFloatConst(v float32)
- func (x *ComplexTestMsg) SetFloatVal(v *wrapperspb.FloatValue)
- func (x *ComplexTestMsg) SetIntConst(v int32)
- func (x *ComplexTestMsg) SetMapVal(v map[int32]string)
- func (x *ComplexTestMsg) SetNested(v *ComplexTestMsg)
- func (x *ComplexTestMsg) SetRepTsVal(v []*timestamppb.Timestamp)
- func (x *ComplexTestMsg) SetTsVal(v *timestamppb.Timestamp)
- func (x *ComplexTestMsg) SetX(v string)
- func (x *ComplexTestMsg) SetY(v int32)
- func (x *ComplexTestMsg) String() string
- func (x *ComplexTestMsg) WhichO() case_ComplexTestMsg_O
- type ComplexTestMsg_X
- type ComplexTestMsg_Y
- type ComplexTestMsg_builder
- type DoubleConst
- type DoubleConst_builder
- type DoubleExGTELTE
- type DoubleExGTELTE_builder
- type DoubleExLTGT
- type DoubleExLTGT_builder
- type DoubleExample
- type DoubleExample_builder
- type DoubleFinite
- type DoubleFinite_builder
- type DoubleGT
- type DoubleGTE
- type DoubleGTELTE
- type DoubleGTELTE_builder
- type DoubleGTE_builder
- type DoubleGTLT
- type DoubleGTLT_builder
- type DoubleGT_builder
- type DoubleIgnore
- type DoubleIgnore_builder
- type DoubleIn
- type DoubleIn_builder
- type DoubleIncorrectType
- type DoubleIncorrectType_builder
- type DoubleLT
- type DoubleLTE
- type DoubleLTE_builder
- type DoubleLT_builder
- type DoubleNone
- type DoubleNone_builder
- type DoubleNotFinite
- type DoubleNotFinite_builder
- type DoubleNotIn
- type DoubleNotIn_builder
- type DurationConst
- func (x *DurationConst) ClearVal()
- func (x *DurationConst) GetVal() *durationpb.Duration
- func (x *DurationConst) HasVal() bool
- func (*DurationConst) ProtoMessage()
- func (x *DurationConst) ProtoReflect() protoreflect.Message
- func (x *DurationConst) Reset()
- func (x *DurationConst) SetVal(v *durationpb.Duration)
- func (x *DurationConst) String() string
- type DurationConst_builder
- type DurationExGTELTE
- func (x *DurationExGTELTE) ClearVal()
- func (x *DurationExGTELTE) GetVal() *durationpb.Duration
- func (x *DurationExGTELTE) HasVal() bool
- func (*DurationExGTELTE) ProtoMessage()
- func (x *DurationExGTELTE) ProtoReflect() protoreflect.Message
- func (x *DurationExGTELTE) Reset()
- func (x *DurationExGTELTE) SetVal(v *durationpb.Duration)
- func (x *DurationExGTELTE) String() string
- type DurationExGTELTE_builder
- type DurationExLTGT
- func (x *DurationExLTGT) ClearVal()
- func (x *DurationExLTGT) GetVal() *durationpb.Duration
- func (x *DurationExLTGT) HasVal() bool
- func (*DurationExLTGT) ProtoMessage()
- func (x *DurationExLTGT) ProtoReflect() protoreflect.Message
- func (x *DurationExLTGT) Reset()
- func (x *DurationExLTGT) SetVal(v *durationpb.Duration)
- func (x *DurationExLTGT) String() string
- type DurationExLTGT_builder
- type DurationExample
- func (x *DurationExample) ClearVal()
- func (x *DurationExample) GetVal() *durationpb.Duration
- func (x *DurationExample) HasVal() bool
- func (*DurationExample) ProtoMessage()
- func (x *DurationExample) ProtoReflect() protoreflect.Message
- func (x *DurationExample) Reset()
- func (x *DurationExample) SetVal(v *durationpb.Duration)
- func (x *DurationExample) String() string
- type DurationExample_builder
- type DurationFieldWithOtherFields
- func (x *DurationFieldWithOtherFields) ClearDurationVal()
- func (x *DurationFieldWithOtherFields) GetDurationVal() *durationpb.Duration
- func (x *DurationFieldWithOtherFields) GetIntVal() int32
- func (x *DurationFieldWithOtherFields) HasDurationVal() bool
- func (*DurationFieldWithOtherFields) ProtoMessage()
- func (x *DurationFieldWithOtherFields) ProtoReflect() protoreflect.Message
- func (x *DurationFieldWithOtherFields) Reset()
- func (x *DurationFieldWithOtherFields) SetDurationVal(v *durationpb.Duration)
- func (x *DurationFieldWithOtherFields) SetIntVal(v int32)
- func (x *DurationFieldWithOtherFields) String() string
- type DurationFieldWithOtherFields_builder
- type DurationGT
- func (x *DurationGT) ClearVal()
- func (x *DurationGT) GetVal() *durationpb.Duration
- func (x *DurationGT) HasVal() bool
- func (*DurationGT) ProtoMessage()
- func (x *DurationGT) ProtoReflect() protoreflect.Message
- func (x *DurationGT) Reset()
- func (x *DurationGT) SetVal(v *durationpb.Duration)
- func (x *DurationGT) String() string
- type DurationGTE
- func (x *DurationGTE) ClearVal()
- func (x *DurationGTE) GetVal() *durationpb.Duration
- func (x *DurationGTE) HasVal() bool
- func (*DurationGTE) ProtoMessage()
- func (x *DurationGTE) ProtoReflect() protoreflect.Message
- func (x *DurationGTE) Reset()
- func (x *DurationGTE) SetVal(v *durationpb.Duration)
- func (x *DurationGTE) String() string
- type DurationGTELTE
- func (x *DurationGTELTE) ClearVal()
- func (x *DurationGTELTE) GetVal() *durationpb.Duration
- func (x *DurationGTELTE) HasVal() bool
- func (*DurationGTELTE) ProtoMessage()
- func (x *DurationGTELTE) ProtoReflect() protoreflect.Message
- func (x *DurationGTELTE) Reset()
- func (x *DurationGTELTE) SetVal(v *durationpb.Duration)
- func (x *DurationGTELTE) String() string
- type DurationGTELTE_builder
- type DurationGTE_builder
- type DurationGTLT
- func (x *DurationGTLT) ClearVal()
- func (x *DurationGTLT) GetVal() *durationpb.Duration
- func (x *DurationGTLT) HasVal() bool
- func (*DurationGTLT) ProtoMessage()
- func (x *DurationGTLT) ProtoReflect() protoreflect.Message
- func (x *DurationGTLT) Reset()
- func (x *DurationGTLT) SetVal(v *durationpb.Duration)
- func (x *DurationGTLT) String() string
- type DurationGTLT_builder
- type DurationGT_builder
- type DurationIn
- func (x *DurationIn) ClearVal()
- func (x *DurationIn) GetVal() *durationpb.Duration
- func (x *DurationIn) HasVal() bool
- func (*DurationIn) ProtoMessage()
- func (x *DurationIn) ProtoReflect() protoreflect.Message
- func (x *DurationIn) Reset()
- func (x *DurationIn) SetVal(v *durationpb.Duration)
- func (x *DurationIn) String() string
- type DurationIn_builder
- type DurationLT
- func (x *DurationLT) ClearVal()
- func (x *DurationLT) GetVal() *durationpb.Duration
- func (x *DurationLT) HasVal() bool
- func (*DurationLT) ProtoMessage()
- func (x *DurationLT) ProtoReflect() protoreflect.Message
- func (x *DurationLT) Reset()
- func (x *DurationLT) SetVal(v *durationpb.Duration)
- func (x *DurationLT) String() string
- type DurationLTE
- func (x *DurationLTE) ClearVal()
- func (x *DurationLTE) GetVal() *durationpb.Duration
- func (x *DurationLTE) HasVal() bool
- func (*DurationLTE) ProtoMessage()
- func (x *DurationLTE) ProtoReflect() protoreflect.Message
- func (x *DurationLTE) Reset()
- func (x *DurationLTE) SetVal(v *durationpb.Duration)
- func (x *DurationLTE) String() string
- type DurationLTE_builder
- type DurationLT_builder
- type DurationNone
- func (x *DurationNone) ClearVal()
- func (x *DurationNone) GetVal() *durationpb.Duration
- func (x *DurationNone) HasVal() bool
- func (*DurationNone) ProtoMessage()
- func (x *DurationNone) ProtoReflect() protoreflect.Message
- func (x *DurationNone) Reset()
- func (x *DurationNone) SetVal(v *durationpb.Duration)
- func (x *DurationNone) String() string
- type DurationNone_builder
- type DurationNotIn
- func (x *DurationNotIn) ClearVal()
- func (x *DurationNotIn) GetVal() *durationpb.Duration
- func (x *DurationNotIn) HasVal() bool
- func (*DurationNotIn) ProtoMessage()
- func (x *DurationNotIn) ProtoReflect() protoreflect.Message
- func (x *DurationNotIn) Reset()
- func (x *DurationNotIn) SetVal(v *durationpb.Duration)
- func (x *DurationNotIn) String() string
- type DurationNotIn_builder
- type DurationRequired
- func (x *DurationRequired) ClearVal()
- func (x *DurationRequired) GetVal() *durationpb.Duration
- func (x *DurationRequired) HasVal() bool
- func (*DurationRequired) ProtoMessage()
- func (x *DurationRequired) ProtoReflect() protoreflect.Message
- func (x *DurationRequired) Reset()
- func (x *DurationRequired) SetVal(v *durationpb.Duration)
- func (x *DurationRequired) String() string
- type DurationRequired_builder
- type EditionsMapIgnoreDefault
- func (x *EditionsMapIgnoreDefault) GetVal() map[int32]int32
- func (*EditionsMapIgnoreDefault) ProtoMessage()
- func (x *EditionsMapIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsMapIgnoreDefault) Reset()
- func (x *EditionsMapIgnoreDefault) SetVal(v map[int32]int32)
- func (x *EditionsMapIgnoreDefault) String() string
- type EditionsMapIgnoreDefault_builder
- type EditionsMapIgnoreEmpty
- func (x *EditionsMapIgnoreEmpty) GetVal() map[int32]int32
- func (*EditionsMapIgnoreEmpty) ProtoMessage()
- func (x *EditionsMapIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsMapIgnoreEmpty) Reset()
- func (x *EditionsMapIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *EditionsMapIgnoreEmpty) String() string
- type EditionsMapIgnoreEmpty_builder
- type EditionsMapIgnoreUnspecified
- func (x *EditionsMapIgnoreUnspecified) GetVal() map[int32]int32
- func (*EditionsMapIgnoreUnspecified) ProtoMessage()
- func (x *EditionsMapIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsMapIgnoreUnspecified) Reset()
- func (x *EditionsMapIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *EditionsMapIgnoreUnspecified) String() string
- type EditionsMapIgnoreUnspecified_builder
- type EditionsMapKeyIgnoreDefault
- func (x *EditionsMapKeyIgnoreDefault) GetVal() map[int32]int32
- func (*EditionsMapKeyIgnoreDefault) ProtoMessage()
- func (x *EditionsMapKeyIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsMapKeyIgnoreDefault) Reset()
- func (x *EditionsMapKeyIgnoreDefault) SetVal(v map[int32]int32)
- func (x *EditionsMapKeyIgnoreDefault) String() string
- type EditionsMapKeyIgnoreDefault_builder
- type EditionsMapKeyIgnoreEmpty
- func (x *EditionsMapKeyIgnoreEmpty) GetVal() map[int32]int32
- func (*EditionsMapKeyIgnoreEmpty) ProtoMessage()
- func (x *EditionsMapKeyIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsMapKeyIgnoreEmpty) Reset()
- func (x *EditionsMapKeyIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *EditionsMapKeyIgnoreEmpty) String() string
- type EditionsMapKeyIgnoreEmpty_builder
- type EditionsMapKeyIgnoreUnspecified
- func (x *EditionsMapKeyIgnoreUnspecified) GetVal() map[int32]int32
- func (*EditionsMapKeyIgnoreUnspecified) ProtoMessage()
- func (x *EditionsMapKeyIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsMapKeyIgnoreUnspecified) Reset()
- func (x *EditionsMapKeyIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *EditionsMapKeyIgnoreUnspecified) String() string
- type EditionsMapKeyIgnoreUnspecified_builder
- type EditionsMapValueIgnoreDefault
- func (x *EditionsMapValueIgnoreDefault) GetVal() map[int32]int32
- func (*EditionsMapValueIgnoreDefault) ProtoMessage()
- func (x *EditionsMapValueIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsMapValueIgnoreDefault) Reset()
- func (x *EditionsMapValueIgnoreDefault) SetVal(v map[int32]int32)
- func (x *EditionsMapValueIgnoreDefault) String() string
- type EditionsMapValueIgnoreDefault_builder
- type EditionsMapValueIgnoreEmpty
- func (x *EditionsMapValueIgnoreEmpty) GetVal() map[int32]int32
- func (*EditionsMapValueIgnoreEmpty) ProtoMessage()
- func (x *EditionsMapValueIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsMapValueIgnoreEmpty) Reset()
- func (x *EditionsMapValueIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *EditionsMapValueIgnoreEmpty) String() string
- type EditionsMapValueIgnoreEmpty_builder
- type EditionsMapValueIgnoreUnspecified
- func (x *EditionsMapValueIgnoreUnspecified) GetVal() map[int32]int32
- func (*EditionsMapValueIgnoreUnspecified) ProtoMessage()
- func (x *EditionsMapValueIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsMapValueIgnoreUnspecified) Reset()
- func (x *EditionsMapValueIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *EditionsMapValueIgnoreUnspecified) String() string
- type EditionsMapValueIgnoreUnspecified_builder
- type EditionsMessageExplicitPresenceDelimitedIgnoreDefault
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ClearVal()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) GetVal() *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) HasVal() bool
- func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) Reset()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) SetVal(v *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg)
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) String() string
- type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ClearVal()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) GetVal() string
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) HasVal() bool
- func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) Reset()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) SetVal(v string)
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) String() string
- type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg_builder
- type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_builder
- type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ClearVal()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) GetVal() *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) HasVal() bool
- func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) Reset()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) SetVal(v *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg)
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) String() string
- type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ClearVal()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) GetVal() string
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) HasVal() bool
- func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) Reset()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) SetVal(v string)
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) String() string
- type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg_builder
- type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_builder
- type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ClearVal()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) GetVal() *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) HasVal() bool
- func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) Reset()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) SetVal(v *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg)
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) String() string
- type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ClearVal()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) GetVal() string
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) HasVal() bool
- func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) Reset()
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) SetVal(v string)
- func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) String() string
- type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg_builder
- type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_builder
- type EditionsMessageExplicitPresenceIgnoreDefault
- func (x *EditionsMessageExplicitPresenceIgnoreDefault) ClearVal()
- func (x *EditionsMessageExplicitPresenceIgnoreDefault) GetVal() *EditionsMessageExplicitPresenceIgnoreDefault_Msg
- func (x *EditionsMessageExplicitPresenceIgnoreDefault) HasVal() bool
- func (*EditionsMessageExplicitPresenceIgnoreDefault) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceIgnoreDefault) Reset()
- func (x *EditionsMessageExplicitPresenceIgnoreDefault) SetVal(v *EditionsMessageExplicitPresenceIgnoreDefault_Msg)
- func (x *EditionsMessageExplicitPresenceIgnoreDefault) String() string
- type EditionsMessageExplicitPresenceIgnoreDefault_Msg
- func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) ClearVal()
- func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) GetVal() string
- func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) HasVal() bool
- func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) Reset()
- func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) SetVal(v string)
- func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) String() string
- type EditionsMessageExplicitPresenceIgnoreDefault_Msg_builder
- type EditionsMessageExplicitPresenceIgnoreDefault_builder
- type EditionsMessageExplicitPresenceIgnoreEmpty
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty) ClearVal()
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty) GetVal() *EditionsMessageExplicitPresenceIgnoreEmpty_Msg
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty) HasVal() bool
- func (*EditionsMessageExplicitPresenceIgnoreEmpty) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty) Reset()
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty) SetVal(v *EditionsMessageExplicitPresenceIgnoreEmpty_Msg)
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty) String() string
- type EditionsMessageExplicitPresenceIgnoreEmpty_Msg
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ClearVal()
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) GetVal() string
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) HasVal() bool
- func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) Reset()
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) SetVal(v string)
- func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) String() string
- type EditionsMessageExplicitPresenceIgnoreEmpty_Msg_builder
- type EditionsMessageExplicitPresenceIgnoreEmpty_builder
- type EditionsMessageExplicitPresenceIgnoreUnspecified
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) ClearVal()
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) GetVal() *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) HasVal() bool
- func (*EditionsMessageExplicitPresenceIgnoreUnspecified) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) Reset()
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) SetVal(v *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg)
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) String() string
- type EditionsMessageExplicitPresenceIgnoreUnspecified_Msg
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ClearVal()
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) GetVal() string
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) HasVal() bool
- func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ProtoMessage()
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) Reset()
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) SetVal(v string)
- func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) String() string
- type EditionsMessageExplicitPresenceIgnoreUnspecified_Msg_builder
- type EditionsMessageExplicitPresenceIgnoreUnspecified_builder
- type EditionsMessageLegacyRequiredDelimitedIgnoreDefault
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ClearVal()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) GetVal() *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) HasVal() bool
- func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) Reset()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) SetVal(v *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg)
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) String() string
- type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ClearVal()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) GetVal() string
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) HasVal() bool
- func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) Reset()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) SetVal(v string)
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) String() string
- type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg_builder
- type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_builder
- type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ClearVal()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) GetVal() *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) HasVal() bool
- func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) Reset()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) SetVal(v *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg)
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) String() string
- type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ClearVal()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) GetVal() string
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) HasVal() bool
- func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) Reset()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) SetVal(v string)
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) String() string
- type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg_builder
- type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_builder
- type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ClearVal()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) GetVal() *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) HasVal() bool
- func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) Reset()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) SetVal(v *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg)
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) String() string
- type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ClearVal()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) GetVal() string
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) HasVal() bool
- func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) Reset()
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) SetVal(v string)
- func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) String() string
- type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg_builder
- type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_builder
- type EditionsMessageLegacyRequiredIgnoreDefault
- func (x *EditionsMessageLegacyRequiredIgnoreDefault) ClearVal()
- func (x *EditionsMessageLegacyRequiredIgnoreDefault) GetVal() *EditionsMessageLegacyRequiredIgnoreDefault_Msg
- func (x *EditionsMessageLegacyRequiredIgnoreDefault) HasVal() bool
- func (*EditionsMessageLegacyRequiredIgnoreDefault) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredIgnoreDefault) Reset()
- func (x *EditionsMessageLegacyRequiredIgnoreDefault) SetVal(v *EditionsMessageLegacyRequiredIgnoreDefault_Msg)
- func (x *EditionsMessageLegacyRequiredIgnoreDefault) String() string
- type EditionsMessageLegacyRequiredIgnoreDefault_Msg
- func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) ClearVal()
- func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) GetVal() string
- func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) HasVal() bool
- func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) Reset()
- func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) SetVal(v string)
- func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) String() string
- type EditionsMessageLegacyRequiredIgnoreDefault_Msg_builder
- type EditionsMessageLegacyRequiredIgnoreDefault_builder
- type EditionsMessageLegacyRequiredIgnoreEmpty
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty) ClearVal()
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty) GetVal() *EditionsMessageLegacyRequiredIgnoreEmpty_Msg
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty) HasVal() bool
- func (*EditionsMessageLegacyRequiredIgnoreEmpty) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty) Reset()
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty) SetVal(v *EditionsMessageLegacyRequiredIgnoreEmpty_Msg)
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty) String() string
- type EditionsMessageLegacyRequiredIgnoreEmpty_Msg
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ClearVal()
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) GetVal() string
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) HasVal() bool
- func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) Reset()
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) SetVal(v string)
- func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) String() string
- type EditionsMessageLegacyRequiredIgnoreEmpty_Msg_builder
- type EditionsMessageLegacyRequiredIgnoreEmpty_builder
- type EditionsMessageLegacyRequiredIgnoreUnspecified
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) ClearVal()
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) GetVal() *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) HasVal() bool
- func (*EditionsMessageLegacyRequiredIgnoreUnspecified) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) Reset()
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) SetVal(v *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg)
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) String() string
- type EditionsMessageLegacyRequiredIgnoreUnspecified_Msg
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ClearVal()
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) GetVal() string
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) HasVal() bool
- func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ProtoMessage()
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) Reset()
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) SetVal(v string)
- func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) String() string
- type EditionsMessageLegacyRequiredIgnoreUnspecified_Msg_builder
- type EditionsMessageLegacyRequiredIgnoreUnspecified_builder
- type EditionsOneofIgnoreDefault
- func (x *EditionsOneofIgnoreDefault) ClearO()
- func (x *EditionsOneofIgnoreDefault) ClearVal()
- func (x *EditionsOneofIgnoreDefault) GetO() isEditionsOneofIgnoreDefault_O
- func (x *EditionsOneofIgnoreDefault) GetVal() int32
- func (x *EditionsOneofIgnoreDefault) HasO() bool
- func (x *EditionsOneofIgnoreDefault) HasVal() bool
- func (*EditionsOneofIgnoreDefault) ProtoMessage()
- func (x *EditionsOneofIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsOneofIgnoreDefault) Reset()
- func (x *EditionsOneofIgnoreDefault) SetVal(v int32)
- func (x *EditionsOneofIgnoreDefault) String() string
- func (x *EditionsOneofIgnoreDefault) WhichO() case_EditionsOneofIgnoreDefault_O
- type EditionsOneofIgnoreDefaultWithDefault
- func (x *EditionsOneofIgnoreDefaultWithDefault) ClearO()
- func (x *EditionsOneofIgnoreDefaultWithDefault) ClearVal()
- func (x *EditionsOneofIgnoreDefaultWithDefault) GetO() isEditionsOneofIgnoreDefaultWithDefault_O
- func (x *EditionsOneofIgnoreDefaultWithDefault) GetVal() int32
- func (x *EditionsOneofIgnoreDefaultWithDefault) HasO() bool
- func (x *EditionsOneofIgnoreDefaultWithDefault) HasVal() bool
- func (*EditionsOneofIgnoreDefaultWithDefault) ProtoMessage()
- func (x *EditionsOneofIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsOneofIgnoreDefaultWithDefault) Reset()
- func (x *EditionsOneofIgnoreDefaultWithDefault) SetVal(v int32)
- func (x *EditionsOneofIgnoreDefaultWithDefault) String() string
- func (x *EditionsOneofIgnoreDefaultWithDefault) WhichO() case_EditionsOneofIgnoreDefaultWithDefault_O
- type EditionsOneofIgnoreDefaultWithDefault_Val
- type EditionsOneofIgnoreDefaultWithDefault_builder
- type EditionsOneofIgnoreDefault_Val
- type EditionsOneofIgnoreDefault_builder
- type EditionsOneofIgnoreEmpty
- func (x *EditionsOneofIgnoreEmpty) ClearO()
- func (x *EditionsOneofIgnoreEmpty) ClearVal()
- func (x *EditionsOneofIgnoreEmpty) GetO() isEditionsOneofIgnoreEmpty_O
- func (x *EditionsOneofIgnoreEmpty) GetVal() int32
- func (x *EditionsOneofIgnoreEmpty) HasO() bool
- func (x *EditionsOneofIgnoreEmpty) HasVal() bool
- func (*EditionsOneofIgnoreEmpty) ProtoMessage()
- func (x *EditionsOneofIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsOneofIgnoreEmpty) Reset()
- func (x *EditionsOneofIgnoreEmpty) SetVal(v int32)
- func (x *EditionsOneofIgnoreEmpty) String() string
- func (x *EditionsOneofIgnoreEmpty) WhichO() case_EditionsOneofIgnoreEmpty_O
- type EditionsOneofIgnoreEmptyWithDefault
- func (x *EditionsOneofIgnoreEmptyWithDefault) ClearO()
- func (x *EditionsOneofIgnoreEmptyWithDefault) ClearVal()
- func (x *EditionsOneofIgnoreEmptyWithDefault) GetO() isEditionsOneofIgnoreEmptyWithDefault_O
- func (x *EditionsOneofIgnoreEmptyWithDefault) GetVal() int32
- func (x *EditionsOneofIgnoreEmptyWithDefault) HasO() bool
- func (x *EditionsOneofIgnoreEmptyWithDefault) HasVal() bool
- func (*EditionsOneofIgnoreEmptyWithDefault) ProtoMessage()
- func (x *EditionsOneofIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsOneofIgnoreEmptyWithDefault) Reset()
- func (x *EditionsOneofIgnoreEmptyWithDefault) SetVal(v int32)
- func (x *EditionsOneofIgnoreEmptyWithDefault) String() string
- func (x *EditionsOneofIgnoreEmptyWithDefault) WhichO() case_EditionsOneofIgnoreEmptyWithDefault_O
- type EditionsOneofIgnoreEmptyWithDefault_Val
- type EditionsOneofIgnoreEmptyWithDefault_builder
- type EditionsOneofIgnoreEmpty_Val
- type EditionsOneofIgnoreEmpty_builder
- type EditionsOneofIgnoreUnspecified
- func (x *EditionsOneofIgnoreUnspecified) ClearO()
- func (x *EditionsOneofIgnoreUnspecified) ClearVal()
- func (x *EditionsOneofIgnoreUnspecified) GetO() isEditionsOneofIgnoreUnspecified_O
- func (x *EditionsOneofIgnoreUnspecified) GetVal() int32
- func (x *EditionsOneofIgnoreUnspecified) HasO() bool
- func (x *EditionsOneofIgnoreUnspecified) HasVal() bool
- func (*EditionsOneofIgnoreUnspecified) ProtoMessage()
- func (x *EditionsOneofIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsOneofIgnoreUnspecified) Reset()
- func (x *EditionsOneofIgnoreUnspecified) SetVal(v int32)
- func (x *EditionsOneofIgnoreUnspecified) String() string
- func (x *EditionsOneofIgnoreUnspecified) WhichO() case_EditionsOneofIgnoreUnspecified_O
- type EditionsOneofIgnoreUnspecifiedWithDefault
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) ClearO()
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) ClearVal()
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) GetO() isEditionsOneofIgnoreUnspecifiedWithDefault_O
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) GetVal() int32
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) HasO() bool
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) HasVal() bool
- func (*EditionsOneofIgnoreUnspecifiedWithDefault) ProtoMessage()
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) Reset()
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) SetVal(v int32)
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) String() string
- func (x *EditionsOneofIgnoreUnspecifiedWithDefault) WhichO() case_EditionsOneofIgnoreUnspecifiedWithDefault_O
- type EditionsOneofIgnoreUnspecifiedWithDefault_Val
- type EditionsOneofIgnoreUnspecifiedWithDefault_builder
- type EditionsOneofIgnoreUnspecified_Val
- type EditionsOneofIgnoreUnspecified_builder
- type EditionsRepeatedExpandedIgnoreDefault
- func (x *EditionsRepeatedExpandedIgnoreDefault) GetVal() []int32
- func (*EditionsRepeatedExpandedIgnoreDefault) ProtoMessage()
- func (x *EditionsRepeatedExpandedIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedExpandedIgnoreDefault) Reset()
- func (x *EditionsRepeatedExpandedIgnoreDefault) SetVal(v []int32)
- func (x *EditionsRepeatedExpandedIgnoreDefault) String() string
- type EditionsRepeatedExpandedIgnoreDefault_builder
- type EditionsRepeatedExpandedIgnoreEmpty
- func (x *EditionsRepeatedExpandedIgnoreEmpty) GetVal() []int32
- func (*EditionsRepeatedExpandedIgnoreEmpty) ProtoMessage()
- func (x *EditionsRepeatedExpandedIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedExpandedIgnoreEmpty) Reset()
- func (x *EditionsRepeatedExpandedIgnoreEmpty) SetVal(v []int32)
- func (x *EditionsRepeatedExpandedIgnoreEmpty) String() string
- type EditionsRepeatedExpandedIgnoreEmpty_builder
- type EditionsRepeatedExpandedIgnoreUnspecified
- func (x *EditionsRepeatedExpandedIgnoreUnspecified) GetVal() []int32
- func (*EditionsRepeatedExpandedIgnoreUnspecified) ProtoMessage()
- func (x *EditionsRepeatedExpandedIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedExpandedIgnoreUnspecified) Reset()
- func (x *EditionsRepeatedExpandedIgnoreUnspecified) SetVal(v []int32)
- func (x *EditionsRepeatedExpandedIgnoreUnspecified) String() string
- type EditionsRepeatedExpandedIgnoreUnspecified_builder
- type EditionsRepeatedExpandedItemIgnoreDefault
- func (x *EditionsRepeatedExpandedItemIgnoreDefault) GetVal() []int32
- func (*EditionsRepeatedExpandedItemIgnoreDefault) ProtoMessage()
- func (x *EditionsRepeatedExpandedItemIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedExpandedItemIgnoreDefault) Reset()
- func (x *EditionsRepeatedExpandedItemIgnoreDefault) SetVal(v []int32)
- func (x *EditionsRepeatedExpandedItemIgnoreDefault) String() string
- type EditionsRepeatedExpandedItemIgnoreDefault_builder
- type EditionsRepeatedExpandedItemIgnoreEmpty
- func (x *EditionsRepeatedExpandedItemIgnoreEmpty) GetVal() []int32
- func (*EditionsRepeatedExpandedItemIgnoreEmpty) ProtoMessage()
- func (x *EditionsRepeatedExpandedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedExpandedItemIgnoreEmpty) Reset()
- func (x *EditionsRepeatedExpandedItemIgnoreEmpty) SetVal(v []int32)
- func (x *EditionsRepeatedExpandedItemIgnoreEmpty) String() string
- type EditionsRepeatedExpandedItemIgnoreEmpty_builder
- type EditionsRepeatedExpandedItemIgnoreUnspecified
- func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) GetVal() []int32
- func (*EditionsRepeatedExpandedItemIgnoreUnspecified) ProtoMessage()
- func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) Reset()
- func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) SetVal(v []int32)
- func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) String() string
- type EditionsRepeatedExpandedItemIgnoreUnspecified_builder
- type EditionsRepeatedIgnoreDefault
- func (x *EditionsRepeatedIgnoreDefault) GetVal() []int32
- func (*EditionsRepeatedIgnoreDefault) ProtoMessage()
- func (x *EditionsRepeatedIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedIgnoreDefault) Reset()
- func (x *EditionsRepeatedIgnoreDefault) SetVal(v []int32)
- func (x *EditionsRepeatedIgnoreDefault) String() string
- type EditionsRepeatedIgnoreDefault_builder
- type EditionsRepeatedIgnoreEmpty
- func (x *EditionsRepeatedIgnoreEmpty) GetVal() []int32
- func (*EditionsRepeatedIgnoreEmpty) ProtoMessage()
- func (x *EditionsRepeatedIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedIgnoreEmpty) Reset()
- func (x *EditionsRepeatedIgnoreEmpty) SetVal(v []int32)
- func (x *EditionsRepeatedIgnoreEmpty) String() string
- type EditionsRepeatedIgnoreEmpty_builder
- type EditionsRepeatedIgnoreUnspecified
- func (x *EditionsRepeatedIgnoreUnspecified) GetVal() []int32
- func (*EditionsRepeatedIgnoreUnspecified) ProtoMessage()
- func (x *EditionsRepeatedIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedIgnoreUnspecified) Reset()
- func (x *EditionsRepeatedIgnoreUnspecified) SetVal(v []int32)
- func (x *EditionsRepeatedIgnoreUnspecified) String() string
- type EditionsRepeatedIgnoreUnspecified_builder
- type EditionsRepeatedItemIgnoreDefault
- func (x *EditionsRepeatedItemIgnoreDefault) GetVal() []int32
- func (*EditionsRepeatedItemIgnoreDefault) ProtoMessage()
- func (x *EditionsRepeatedItemIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedItemIgnoreDefault) Reset()
- func (x *EditionsRepeatedItemIgnoreDefault) SetVal(v []int32)
- func (x *EditionsRepeatedItemIgnoreDefault) String() string
- type EditionsRepeatedItemIgnoreDefault_builder
- type EditionsRepeatedItemIgnoreEmpty
- func (x *EditionsRepeatedItemIgnoreEmpty) GetVal() []int32
- func (*EditionsRepeatedItemIgnoreEmpty) ProtoMessage()
- func (x *EditionsRepeatedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedItemIgnoreEmpty) Reset()
- func (x *EditionsRepeatedItemIgnoreEmpty) SetVal(v []int32)
- func (x *EditionsRepeatedItemIgnoreEmpty) String() string
- type EditionsRepeatedItemIgnoreEmpty_builder
- type EditionsRepeatedItemIgnoreUnspecified
- func (x *EditionsRepeatedItemIgnoreUnspecified) GetVal() []int32
- func (*EditionsRepeatedItemIgnoreUnspecified) ProtoMessage()
- func (x *EditionsRepeatedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsRepeatedItemIgnoreUnspecified) Reset()
- func (x *EditionsRepeatedItemIgnoreUnspecified) SetVal(v []int32)
- func (x *EditionsRepeatedItemIgnoreUnspecified) String() string
- type EditionsRepeatedItemIgnoreUnspecified_builder
- type EditionsScalarExplicitPresenceIgnoreDefault
- func (x *EditionsScalarExplicitPresenceIgnoreDefault) ClearVal()
- func (x *EditionsScalarExplicitPresenceIgnoreDefault) GetVal() int32
- func (x *EditionsScalarExplicitPresenceIgnoreDefault) HasVal() bool
- func (*EditionsScalarExplicitPresenceIgnoreDefault) ProtoMessage()
- func (x *EditionsScalarExplicitPresenceIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarExplicitPresenceIgnoreDefault) Reset()
- func (x *EditionsScalarExplicitPresenceIgnoreDefault) SetVal(v int32)
- func (x *EditionsScalarExplicitPresenceIgnoreDefault) String() string
- type EditionsScalarExplicitPresenceIgnoreDefaultWithDefault
- func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ClearVal()
- func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) GetVal() int32
- func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) HasVal() bool
- func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ProtoMessage()
- func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) Reset()
- func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) SetVal(v int32)
- func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) String() string
- type EditionsScalarExplicitPresenceIgnoreDefaultWithDefault_builder
- type EditionsScalarExplicitPresenceIgnoreDefault_builder
- type EditionsScalarExplicitPresenceIgnoreEmpty
- func (x *EditionsScalarExplicitPresenceIgnoreEmpty) ClearVal()
- func (x *EditionsScalarExplicitPresenceIgnoreEmpty) GetVal() int32
- func (x *EditionsScalarExplicitPresenceIgnoreEmpty) HasVal() bool
- func (*EditionsScalarExplicitPresenceIgnoreEmpty) ProtoMessage()
- func (x *EditionsScalarExplicitPresenceIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarExplicitPresenceIgnoreEmpty) Reset()
- func (x *EditionsScalarExplicitPresenceIgnoreEmpty) SetVal(v int32)
- func (x *EditionsScalarExplicitPresenceIgnoreEmpty) String() string
- type EditionsScalarExplicitPresenceIgnoreEmptyWithDefault
- func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ClearVal()
- func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) GetVal() int32
- func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) HasVal() bool
- func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ProtoMessage()
- func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) Reset()
- func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) SetVal(v int32)
- func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) String() string
- type EditionsScalarExplicitPresenceIgnoreEmptyWithDefault_builder
- type EditionsScalarExplicitPresenceIgnoreEmpty_builder
- type EditionsScalarExplicitPresenceIgnoreUnspecified
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) ClearVal()
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) GetVal() int32
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) HasVal() bool
- func (*EditionsScalarExplicitPresenceIgnoreUnspecified) ProtoMessage()
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) Reset()
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) SetVal(v int32)
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) String() string
- type EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ClearVal()
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) GetVal() int32
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) HasVal() bool
- func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ProtoMessage()
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) Reset()
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) SetVal(v int32)
- func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) String() string
- type EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault_builder
- type EditionsScalarExplicitPresenceIgnoreUnspecified_builder
- type EditionsScalarImplicitPresenceIgnoreDefault
- func (x *EditionsScalarImplicitPresenceIgnoreDefault) GetVal() int32
- func (*EditionsScalarImplicitPresenceIgnoreDefault) ProtoMessage()
- func (x *EditionsScalarImplicitPresenceIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarImplicitPresenceIgnoreDefault) Reset()
- func (x *EditionsScalarImplicitPresenceIgnoreDefault) SetVal(v int32)
- func (x *EditionsScalarImplicitPresenceIgnoreDefault) String() string
- type EditionsScalarImplicitPresenceIgnoreDefault_builder
- type EditionsScalarImplicitPresenceIgnoreEmpty
- func (x *EditionsScalarImplicitPresenceIgnoreEmpty) GetVal() int32
- func (*EditionsScalarImplicitPresenceIgnoreEmpty) ProtoMessage()
- func (x *EditionsScalarImplicitPresenceIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarImplicitPresenceIgnoreEmpty) Reset()
- func (x *EditionsScalarImplicitPresenceIgnoreEmpty) SetVal(v int32)
- func (x *EditionsScalarImplicitPresenceIgnoreEmpty) String() string
- type EditionsScalarImplicitPresenceIgnoreEmpty_builder
- type EditionsScalarImplicitPresenceIgnoreUnspecified
- func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) GetVal() int32
- func (*EditionsScalarImplicitPresenceIgnoreUnspecified) ProtoMessage()
- func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) Reset()
- func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) SetVal(v int32)
- func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) String() string
- type EditionsScalarImplicitPresenceIgnoreUnspecified_builder
- type EditionsScalarLegacyRequiredIgnoreDefault
- func (x *EditionsScalarLegacyRequiredIgnoreDefault) ClearVal()
- func (x *EditionsScalarLegacyRequiredIgnoreDefault) GetVal() int32
- func (x *EditionsScalarLegacyRequiredIgnoreDefault) HasVal() bool
- func (*EditionsScalarLegacyRequiredIgnoreDefault) ProtoMessage()
- func (x *EditionsScalarLegacyRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarLegacyRequiredIgnoreDefault) Reset()
- func (x *EditionsScalarLegacyRequiredIgnoreDefault) SetVal(v int32)
- func (x *EditionsScalarLegacyRequiredIgnoreDefault) String() string
- type EditionsScalarLegacyRequiredIgnoreDefaultWithDefault
- func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ClearVal()
- func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) GetVal() int32
- func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) HasVal() bool
- func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ProtoMessage()
- func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) Reset()
- func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) SetVal(v int32)
- func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) String() string
- type EditionsScalarLegacyRequiredIgnoreDefaultWithDefault_builder
- type EditionsScalarLegacyRequiredIgnoreDefault_builder
- type EditionsScalarLegacyRequiredIgnoreEmpty
- func (x *EditionsScalarLegacyRequiredIgnoreEmpty) ClearVal()
- func (x *EditionsScalarLegacyRequiredIgnoreEmpty) GetVal() int32
- func (x *EditionsScalarLegacyRequiredIgnoreEmpty) HasVal() bool
- func (*EditionsScalarLegacyRequiredIgnoreEmpty) ProtoMessage()
- func (x *EditionsScalarLegacyRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarLegacyRequiredIgnoreEmpty) Reset()
- func (x *EditionsScalarLegacyRequiredIgnoreEmpty) SetVal(v int32)
- func (x *EditionsScalarLegacyRequiredIgnoreEmpty) String() string
- type EditionsScalarLegacyRequiredIgnoreEmptyWithDefault
- func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ClearVal()
- func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) GetVal() int32
- func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) HasVal() bool
- func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ProtoMessage()
- func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) Reset()
- func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) SetVal(v int32)
- func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) String() string
- type EditionsScalarLegacyRequiredIgnoreEmptyWithDefault_builder
- type EditionsScalarLegacyRequiredIgnoreEmpty_builder
- type EditionsScalarLegacyRequiredIgnoreUnspecified
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) ClearVal()
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) GetVal() int32
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) HasVal() bool
- func (*EditionsScalarLegacyRequiredIgnoreUnspecified) ProtoMessage()
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) Reset()
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) SetVal(v int32)
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) String() string
- type EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ClearVal()
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) GetVal() int32
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) HasVal() bool
- func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ProtoMessage()
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) Reset()
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) SetVal(v int32)
- func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) String() string
- type EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault_builder
- type EditionsScalarLegacyRequiredIgnoreUnspecified_builder
- type Embed
- type Embed_builder
- type EnumAliasConst
- type EnumAliasConst_builder
- type EnumAliasDefined
- type EnumAliasDefined_builder
- type EnumAliasIn
- type EnumAliasIn_builder
- type EnumAliasNotIn
- type EnumAliasNotIn_builder
- type EnumConst
- type EnumConst_builder
- type EnumDefined
- type EnumDefined_builder
- type EnumExample
- type EnumExample_builder
- type EnumExternal
- type EnumExternal2
- func (x *EnumExternal2) GetVal() other_package.Embed_DoubleEmbed_DoubleEnumerated
- func (*EnumExternal2) ProtoMessage()
- func (x *EnumExternal2) ProtoReflect() protoreflect.Message
- func (x *EnumExternal2) Reset()
- func (x *EnumExternal2) SetVal(v other_package.Embed_DoubleEmbed_DoubleEnumerated)
- func (x *EnumExternal2) String() string
- type EnumExternal2_builder
- type EnumExternal_builder
- type EnumIn
- type EnumIn_builder
- type EnumInsideOneof
- func (x *EnumInsideOneof) ClearBar()
- func (x *EnumInsideOneof) ClearFoo()
- func (x *EnumInsideOneof) ClearVal()
- func (x *EnumInsideOneof) ClearVal2()
- func (x *EnumInsideOneof) GetBar() isEnumInsideOneof_Bar
- func (x *EnumInsideOneof) GetFoo() isEnumInsideOneof_Foo
- func (x *EnumInsideOneof) GetVal() TestEnum
- func (x *EnumInsideOneof) GetVal2() TestEnum
- func (x *EnumInsideOneof) HasBar() bool
- func (x *EnumInsideOneof) HasFoo() bool
- func (x *EnumInsideOneof) HasVal() bool
- func (x *EnumInsideOneof) HasVal2() bool
- func (*EnumInsideOneof) ProtoMessage()
- func (x *EnumInsideOneof) ProtoReflect() protoreflect.Message
- func (x *EnumInsideOneof) Reset()
- func (x *EnumInsideOneof) SetVal(v TestEnum)
- func (x *EnumInsideOneof) SetVal2(v TestEnum)
- func (x *EnumInsideOneof) String() string
- func (x *EnumInsideOneof) WhichBar() case_EnumInsideOneof_Bar
- func (x *EnumInsideOneof) WhichFoo() case_EnumInsideOneof_Foo
- type EnumInsideOneof_Val
- type EnumInsideOneof_Val2
- type EnumInsideOneof_builder
- type EnumNone
- type EnumNone_builder
- type EnumNotIn
- type EnumNotIn_builder
- type Fixed32Const
- type Fixed32Const_builder
- type Fixed32ExGTELTE
- type Fixed32ExGTELTE_builder
- type Fixed32ExLTGT
- type Fixed32ExLTGT_builder
- type Fixed32Example
- type Fixed32Example_builder
- type Fixed32GT
- type Fixed32GTE
- type Fixed32GTELTE
- type Fixed32GTELTE_builder
- type Fixed32GTE_builder
- type Fixed32GTLT
- type Fixed32GTLT_builder
- type Fixed32GT_builder
- type Fixed32Ignore
- type Fixed32Ignore_builder
- type Fixed32In
- type Fixed32In_builder
- type Fixed32IncorrectType
- type Fixed32IncorrectType_builder
- type Fixed32LT
- type Fixed32LTE
- type Fixed32LTE_builder
- type Fixed32LT_builder
- type Fixed32None
- type Fixed32None_builder
- type Fixed32NotIn
- type Fixed32NotIn_builder
- type Fixed64Const
- type Fixed64Const_builder
- type Fixed64ExGTELTE
- type Fixed64ExGTELTE_builder
- type Fixed64ExLTGT
- type Fixed64ExLTGT_builder
- type Fixed64Example
- type Fixed64Example_builder
- type Fixed64GT
- type Fixed64GTE
- type Fixed64GTELTE
- type Fixed64GTELTE_builder
- type Fixed64GTE_builder
- type Fixed64GTLT
- type Fixed64GTLT_builder
- type Fixed64GT_builder
- type Fixed64Ignore
- type Fixed64Ignore_builder
- type Fixed64In
- type Fixed64In_builder
- type Fixed64IncorrectType
- type Fixed64IncorrectType_builder
- type Fixed64LT
- type Fixed64LTE
- type Fixed64LTE_builder
- type Fixed64LT_builder
- type Fixed64None
- type Fixed64None_builder
- type Fixed64NotIn
- type Fixed64NotIn_builder
- type FloatConst
- type FloatConst_builder
- type FloatExGTELTE
- type FloatExGTELTE_builder
- type FloatExLTGT
- type FloatExLTGT_builder
- type FloatExample
- type FloatExample_builder
- type FloatFinite
- type FloatFinite_builder
- type FloatGT
- type FloatGTE
- type FloatGTELTE
- type FloatGTELTE_builder
- type FloatGTE_builder
- type FloatGTLT
- type FloatGTLT_builder
- type FloatGT_builder
- type FloatIgnore
- type FloatIgnore_builder
- type FloatIn
- type FloatIn_builder
- type FloatIncorrectType
- type FloatIncorrectType_builder
- type FloatLT
- type FloatLTE
- type FloatLTE_builder
- type FloatLT_builder
- type FloatNone
- type FloatNone_builder
- type FloatNotFinite
- type FloatNotFinite_builder
- type FloatNotIn
- type FloatNotIn_builder
- type IgnoreEmptyEditionsMap
- func (x *IgnoreEmptyEditionsMap) GetVal() map[int32]int32
- func (*IgnoreEmptyEditionsMap) ProtoMessage()
- func (x *IgnoreEmptyEditionsMap) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMap) Reset()
- func (x *IgnoreEmptyEditionsMap) SetVal(v map[int32]int32)
- func (x *IgnoreEmptyEditionsMap) String() string
- type IgnoreEmptyEditionsMap_builder
- type IgnoreEmptyEditionsMessageExplicitPresence
- func (x *IgnoreEmptyEditionsMessageExplicitPresence) ClearVal()
- func (x *IgnoreEmptyEditionsMessageExplicitPresence) GetVal() *IgnoreEmptyEditionsMessageExplicitPresence_Msg
- func (x *IgnoreEmptyEditionsMessageExplicitPresence) HasVal() bool
- func (*IgnoreEmptyEditionsMessageExplicitPresence) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageExplicitPresence) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageExplicitPresence) Reset()
- func (x *IgnoreEmptyEditionsMessageExplicitPresence) SetVal(v *IgnoreEmptyEditionsMessageExplicitPresence_Msg)
- func (x *IgnoreEmptyEditionsMessageExplicitPresence) String() string
- type IgnoreEmptyEditionsMessageExplicitPresenceDelimited
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ClearVal()
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) GetVal() *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) HasVal() bool
- func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) Reset()
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) SetVal(v *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg)
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) String() string
- type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ClearVal()
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) GetVal() string
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) HasVal() bool
- func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) Reset()
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) SetVal(v string)
- func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) String() string
- type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg_builder
- type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_builder
- type IgnoreEmptyEditionsMessageExplicitPresence_Msg
- func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) ClearVal()
- func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) GetVal() string
- func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) HasVal() bool
- func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) Reset()
- func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) SetVal(v string)
- func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) String() string
- type IgnoreEmptyEditionsMessageExplicitPresence_Msg_builder
- type IgnoreEmptyEditionsMessageExplicitPresence_builder
- type IgnoreEmptyEditionsMessageLegacyRequired
- func (x *IgnoreEmptyEditionsMessageLegacyRequired) ClearVal()
- func (x *IgnoreEmptyEditionsMessageLegacyRequired) GetVal() *IgnoreEmptyEditionsMessageLegacyRequired_Msg
- func (x *IgnoreEmptyEditionsMessageLegacyRequired) HasVal() bool
- func (*IgnoreEmptyEditionsMessageLegacyRequired) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageLegacyRequired) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageLegacyRequired) Reset()
- func (x *IgnoreEmptyEditionsMessageLegacyRequired) SetVal(v *IgnoreEmptyEditionsMessageLegacyRequired_Msg)
- func (x *IgnoreEmptyEditionsMessageLegacyRequired) String() string
- type IgnoreEmptyEditionsMessageLegacyRequiredDelimited
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ClearVal()
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) GetVal() *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) HasVal() bool
- func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) Reset()
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) SetVal(v *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg)
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) String() string
- type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ClearVal()
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) GetVal() string
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) HasVal() bool
- func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) Reset()
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) SetVal(v string)
- func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) String() string
- type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg_builder
- type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_builder
- type IgnoreEmptyEditionsMessageLegacyRequired_Msg
- func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) ClearVal()
- func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) GetVal() string
- func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) HasVal() bool
- func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) ProtoMessage()
- func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) Reset()
- func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) SetVal(v string)
- func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) String() string
- type IgnoreEmptyEditionsMessageLegacyRequired_Msg_builder
- type IgnoreEmptyEditionsMessageLegacyRequired_builder
- type IgnoreEmptyEditionsOneof
- func (x *IgnoreEmptyEditionsOneof) ClearO()
- func (x *IgnoreEmptyEditionsOneof) ClearVal()
- func (x *IgnoreEmptyEditionsOneof) GetO() isIgnoreEmptyEditionsOneof_O
- func (x *IgnoreEmptyEditionsOneof) GetVal() int32
- func (x *IgnoreEmptyEditionsOneof) HasO() bool
- func (x *IgnoreEmptyEditionsOneof) HasVal() bool
- func (*IgnoreEmptyEditionsOneof) ProtoMessage()
- func (x *IgnoreEmptyEditionsOneof) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsOneof) Reset()
- func (x *IgnoreEmptyEditionsOneof) SetVal(v int32)
- func (x *IgnoreEmptyEditionsOneof) String() string
- func (x *IgnoreEmptyEditionsOneof) WhichO() case_IgnoreEmptyEditionsOneof_O
- type IgnoreEmptyEditionsOneof_Val
- type IgnoreEmptyEditionsOneof_builder
- type IgnoreEmptyEditionsRepeated
- func (x *IgnoreEmptyEditionsRepeated) GetVal() []int32
- func (*IgnoreEmptyEditionsRepeated) ProtoMessage()
- func (x *IgnoreEmptyEditionsRepeated) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsRepeated) Reset()
- func (x *IgnoreEmptyEditionsRepeated) SetVal(v []int32)
- func (x *IgnoreEmptyEditionsRepeated) String() string
- type IgnoreEmptyEditionsRepeatedExpanded
- func (x *IgnoreEmptyEditionsRepeatedExpanded) GetVal() []int32
- func (*IgnoreEmptyEditionsRepeatedExpanded) ProtoMessage()
- func (x *IgnoreEmptyEditionsRepeatedExpanded) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsRepeatedExpanded) Reset()
- func (x *IgnoreEmptyEditionsRepeatedExpanded) SetVal(v []int32)
- func (x *IgnoreEmptyEditionsRepeatedExpanded) String() string
- type IgnoreEmptyEditionsRepeatedExpanded_builder
- type IgnoreEmptyEditionsRepeated_builder
- type IgnoreEmptyEditionsScalarExplicitPresence
- func (x *IgnoreEmptyEditionsScalarExplicitPresence) ClearVal()
- func (x *IgnoreEmptyEditionsScalarExplicitPresence) GetVal() int32
- func (x *IgnoreEmptyEditionsScalarExplicitPresence) HasVal() bool
- func (*IgnoreEmptyEditionsScalarExplicitPresence) ProtoMessage()
- func (x *IgnoreEmptyEditionsScalarExplicitPresence) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsScalarExplicitPresence) Reset()
- func (x *IgnoreEmptyEditionsScalarExplicitPresence) SetVal(v int32)
- func (x *IgnoreEmptyEditionsScalarExplicitPresence) String() string
- type IgnoreEmptyEditionsScalarExplicitPresenceWithDefault
- func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ClearVal()
- func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) GetVal() int32
- func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) HasVal() bool
- func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ProtoMessage()
- func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) Reset()
- func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) SetVal(v int32)
- func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) String() string
- type IgnoreEmptyEditionsScalarExplicitPresenceWithDefault_builder
- type IgnoreEmptyEditionsScalarExplicitPresence_builder
- type IgnoreEmptyEditionsScalarImplicitPresence
- func (x *IgnoreEmptyEditionsScalarImplicitPresence) GetVal() int32
- func (*IgnoreEmptyEditionsScalarImplicitPresence) ProtoMessage()
- func (x *IgnoreEmptyEditionsScalarImplicitPresence) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsScalarImplicitPresence) Reset()
- func (x *IgnoreEmptyEditionsScalarImplicitPresence) SetVal(v int32)
- func (x *IgnoreEmptyEditionsScalarImplicitPresence) String() string
- type IgnoreEmptyEditionsScalarImplicitPresence_builder
- type IgnoreEmptyEditionsScalarLegacyRequired
- func (x *IgnoreEmptyEditionsScalarLegacyRequired) ClearVal()
- func (x *IgnoreEmptyEditionsScalarLegacyRequired) GetVal() int32
- func (x *IgnoreEmptyEditionsScalarLegacyRequired) HasVal() bool
- func (*IgnoreEmptyEditionsScalarLegacyRequired) ProtoMessage()
- func (x *IgnoreEmptyEditionsScalarLegacyRequired) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsScalarLegacyRequired) Reset()
- func (x *IgnoreEmptyEditionsScalarLegacyRequired) SetVal(v int32)
- func (x *IgnoreEmptyEditionsScalarLegacyRequired) String() string
- type IgnoreEmptyEditionsScalarLegacyRequiredWithDefault
- func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ClearVal()
- func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) GetVal() int32
- func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) HasVal() bool
- func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ProtoMessage()
- func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) Reset()
- func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) SetVal(v int32)
- func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) String() string
- type IgnoreEmptyEditionsScalarLegacyRequiredWithDefault_builder
- type IgnoreEmptyEditionsScalarLegacyRequired_builder
- type IgnoreEmptyMapPairs
- func (x *IgnoreEmptyMapPairs) GetVal() map[string]int32
- func (*IgnoreEmptyMapPairs) ProtoMessage()
- func (x *IgnoreEmptyMapPairs) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyMapPairs) Reset()
- func (x *IgnoreEmptyMapPairs) SetVal(v map[string]int32)
- func (x *IgnoreEmptyMapPairs) String() string
- type IgnoreEmptyMapPairs_builder
- type IgnoreEmptyProto2Map
- func (x *IgnoreEmptyProto2Map) GetVal() map[int32]int32
- func (*IgnoreEmptyProto2Map) ProtoMessage()
- func (x *IgnoreEmptyProto2Map) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2Map) Reset()
- func (x *IgnoreEmptyProto2Map) SetVal(v map[int32]int32)
- func (x *IgnoreEmptyProto2Map) String() string
- type IgnoreEmptyProto2Map_builder
- type IgnoreEmptyProto2Message
- func (x *IgnoreEmptyProto2Message) ClearVal()
- func (x *IgnoreEmptyProto2Message) GetVal() *IgnoreEmptyProto2Message_Msg
- func (x *IgnoreEmptyProto2Message) HasVal() bool
- func (*IgnoreEmptyProto2Message) ProtoMessage()
- func (x *IgnoreEmptyProto2Message) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2Message) Reset()
- func (x *IgnoreEmptyProto2Message) SetVal(v *IgnoreEmptyProto2Message_Msg)
- func (x *IgnoreEmptyProto2Message) String() string
- type IgnoreEmptyProto2Message_Msg
- func (x *IgnoreEmptyProto2Message_Msg) ClearVal()
- func (x *IgnoreEmptyProto2Message_Msg) GetVal() string
- func (x *IgnoreEmptyProto2Message_Msg) HasVal() bool
- func (*IgnoreEmptyProto2Message_Msg) ProtoMessage()
- func (x *IgnoreEmptyProto2Message_Msg) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2Message_Msg) Reset()
- func (x *IgnoreEmptyProto2Message_Msg) SetVal(v string)
- func (x *IgnoreEmptyProto2Message_Msg) String() string
- type IgnoreEmptyProto2Message_Msg_builder
- type IgnoreEmptyProto2Message_builder
- type IgnoreEmptyProto2Oneof
- func (x *IgnoreEmptyProto2Oneof) ClearO()
- func (x *IgnoreEmptyProto2Oneof) ClearVal()
- func (x *IgnoreEmptyProto2Oneof) GetO() isIgnoreEmptyProto2Oneof_O
- func (x *IgnoreEmptyProto2Oneof) GetVal() int32
- func (x *IgnoreEmptyProto2Oneof) HasO() bool
- func (x *IgnoreEmptyProto2Oneof) HasVal() bool
- func (*IgnoreEmptyProto2Oneof) ProtoMessage()
- func (x *IgnoreEmptyProto2Oneof) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2Oneof) Reset()
- func (x *IgnoreEmptyProto2Oneof) SetVal(v int32)
- func (x *IgnoreEmptyProto2Oneof) String() string
- func (x *IgnoreEmptyProto2Oneof) WhichO() case_IgnoreEmptyProto2Oneof_O
- type IgnoreEmptyProto2Oneof_Val
- type IgnoreEmptyProto2Oneof_builder
- type IgnoreEmptyProto2Repeated
- func (x *IgnoreEmptyProto2Repeated) GetVal() []int32
- func (*IgnoreEmptyProto2Repeated) ProtoMessage()
- func (x *IgnoreEmptyProto2Repeated) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2Repeated) Reset()
- func (x *IgnoreEmptyProto2Repeated) SetVal(v []int32)
- func (x *IgnoreEmptyProto2Repeated) String() string
- type IgnoreEmptyProto2Repeated_builder
- type IgnoreEmptyProto2ScalarOptional
- func (x *IgnoreEmptyProto2ScalarOptional) ClearVal()
- func (x *IgnoreEmptyProto2ScalarOptional) GetVal() int32
- func (x *IgnoreEmptyProto2ScalarOptional) HasVal() bool
- func (*IgnoreEmptyProto2ScalarOptional) ProtoMessage()
- func (x *IgnoreEmptyProto2ScalarOptional) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2ScalarOptional) Reset()
- func (x *IgnoreEmptyProto2ScalarOptional) SetVal(v int32)
- func (x *IgnoreEmptyProto2ScalarOptional) String() string
- type IgnoreEmptyProto2ScalarOptionalWithDefault
- func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) ClearVal()
- func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) GetVal() int32
- func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) HasVal() bool
- func (*IgnoreEmptyProto2ScalarOptionalWithDefault) ProtoMessage()
- func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) Reset()
- func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) SetVal(v int32)
- func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) String() string
- type IgnoreEmptyProto2ScalarOptionalWithDefault_builder
- type IgnoreEmptyProto2ScalarOptional_builder
- type IgnoreEmptyProto2ScalarRequired
- func (x *IgnoreEmptyProto2ScalarRequired) ClearVal()
- func (x *IgnoreEmptyProto2ScalarRequired) GetVal() int32
- func (x *IgnoreEmptyProto2ScalarRequired) HasVal() bool
- func (*IgnoreEmptyProto2ScalarRequired) ProtoMessage()
- func (x *IgnoreEmptyProto2ScalarRequired) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto2ScalarRequired) Reset()
- func (x *IgnoreEmptyProto2ScalarRequired) SetVal(v int32)
- func (x *IgnoreEmptyProto2ScalarRequired) String() string
- type IgnoreEmptyProto2ScalarRequired_builder
- type IgnoreEmptyProto3Map
- func (x *IgnoreEmptyProto3Map) GetVal() map[int32]int32
- func (*IgnoreEmptyProto3Map) ProtoMessage()
- func (x *IgnoreEmptyProto3Map) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto3Map) Reset()
- func (x *IgnoreEmptyProto3Map) SetVal(v map[int32]int32)
- func (x *IgnoreEmptyProto3Map) String() string
- type IgnoreEmptyProto3Map_builder
- type IgnoreEmptyProto3Message
- func (x *IgnoreEmptyProto3Message) ClearVal()
- func (x *IgnoreEmptyProto3Message) GetVal() *IgnoreEmptyProto3Message_Msg
- func (x *IgnoreEmptyProto3Message) HasVal() bool
- func (*IgnoreEmptyProto3Message) ProtoMessage()
- func (x *IgnoreEmptyProto3Message) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto3Message) Reset()
- func (x *IgnoreEmptyProto3Message) SetVal(v *IgnoreEmptyProto3Message_Msg)
- func (x *IgnoreEmptyProto3Message) String() string
- type IgnoreEmptyProto3Message_Msg
- func (x *IgnoreEmptyProto3Message_Msg) GetVal() string
- func (*IgnoreEmptyProto3Message_Msg) ProtoMessage()
- func (x *IgnoreEmptyProto3Message_Msg) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto3Message_Msg) Reset()
- func (x *IgnoreEmptyProto3Message_Msg) SetVal(v string)
- func (x *IgnoreEmptyProto3Message_Msg) String() string
- type IgnoreEmptyProto3Message_Msg_builder
- type IgnoreEmptyProto3Message_builder
- type IgnoreEmptyProto3Oneof
- func (x *IgnoreEmptyProto3Oneof) ClearO()
- func (x *IgnoreEmptyProto3Oneof) ClearVal()
- func (x *IgnoreEmptyProto3Oneof) GetO() isIgnoreEmptyProto3Oneof_O
- func (x *IgnoreEmptyProto3Oneof) GetVal() int32
- func (x *IgnoreEmptyProto3Oneof) HasO() bool
- func (x *IgnoreEmptyProto3Oneof) HasVal() bool
- func (*IgnoreEmptyProto3Oneof) ProtoMessage()
- func (x *IgnoreEmptyProto3Oneof) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto3Oneof) Reset()
- func (x *IgnoreEmptyProto3Oneof) SetVal(v int32)
- func (x *IgnoreEmptyProto3Oneof) String() string
- func (x *IgnoreEmptyProto3Oneof) WhichO() case_IgnoreEmptyProto3Oneof_O
- type IgnoreEmptyProto3Oneof_Val
- type IgnoreEmptyProto3Oneof_builder
- type IgnoreEmptyProto3OptionalScalar
- func (x *IgnoreEmptyProto3OptionalScalar) ClearVal()
- func (x *IgnoreEmptyProto3OptionalScalar) GetVal() int32
- func (x *IgnoreEmptyProto3OptionalScalar) HasVal() bool
- func (*IgnoreEmptyProto3OptionalScalar) ProtoMessage()
- func (x *IgnoreEmptyProto3OptionalScalar) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto3OptionalScalar) Reset()
- func (x *IgnoreEmptyProto3OptionalScalar) SetVal(v int32)
- func (x *IgnoreEmptyProto3OptionalScalar) String() string
- type IgnoreEmptyProto3OptionalScalar_builder
- type IgnoreEmptyProto3Repeated
- func (x *IgnoreEmptyProto3Repeated) GetVal() []int32
- func (*IgnoreEmptyProto3Repeated) ProtoMessage()
- func (x *IgnoreEmptyProto3Repeated) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto3Repeated) Reset()
- func (x *IgnoreEmptyProto3Repeated) SetVal(v []int32)
- func (x *IgnoreEmptyProto3Repeated) String() string
- type IgnoreEmptyProto3Repeated_builder
- type IgnoreEmptyProto3Scalar
- func (x *IgnoreEmptyProto3Scalar) GetVal() int32
- func (*IgnoreEmptyProto3Scalar) ProtoMessage()
- func (x *IgnoreEmptyProto3Scalar) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyProto3Scalar) Reset()
- func (x *IgnoreEmptyProto3Scalar) SetVal(v int32)
- func (x *IgnoreEmptyProto3Scalar) String() string
- type IgnoreEmptyProto3Scalar_builder
- type IgnoreEmptyRepeatedItems
- func (x *IgnoreEmptyRepeatedItems) GetVal() []int32
- func (*IgnoreEmptyRepeatedItems) ProtoMessage()
- func (x *IgnoreEmptyRepeatedItems) ProtoReflect() protoreflect.Message
- func (x *IgnoreEmptyRepeatedItems) Reset()
- func (x *IgnoreEmptyRepeatedItems) SetVal(v []int32)
- func (x *IgnoreEmptyRepeatedItems) String() string
- type IgnoreEmptyRepeatedItems_builder
- type Int32Const
- type Int32Const_builder
- type Int32ExGTELTE
- type Int32ExGTELTE_builder
- type Int32ExLTGT
- type Int32ExLTGT_builder
- type Int32Example
- type Int32Example_builder
- type Int32GT
- type Int32GTE
- type Int32GTELTE
- type Int32GTELTE_builder
- type Int32GTE_builder
- type Int32GTLT
- type Int32GTLT_builder
- type Int32GT_builder
- type Int32Ignore
- type Int32Ignore_builder
- type Int32In
- type Int32In_builder
- type Int32IncorrectType
- type Int32IncorrectType_builder
- type Int32LT
- type Int32LTE
- type Int32LTE_builder
- type Int32LT_builder
- type Int32None
- type Int32None_builder
- type Int32NotIn
- type Int32NotIn_builder
- type Int64BigConstraints
- func (x *Int64BigConstraints) GetConstantNeg() int64
- func (x *Int64BigConstraints) GetConstantPos() int64
- func (x *Int64BigConstraints) GetGtNeg() int64
- func (x *Int64BigConstraints) GetGtPos() int64
- func (x *Int64BigConstraints) GetGteNeg() int64
- func (x *Int64BigConstraints) GetGtePos() int64
- func (x *Int64BigConstraints) GetIn() int64
- func (x *Int64BigConstraints) GetLtNeg() int64
- func (x *Int64BigConstraints) GetLtPos() int64
- func (x *Int64BigConstraints) GetLteNeg() int64
- func (x *Int64BigConstraints) GetLtePos() int64
- func (x *Int64BigConstraints) GetNotin() int64
- func (*Int64BigConstraints) ProtoMessage()
- func (x *Int64BigConstraints) ProtoReflect() protoreflect.Message
- func (x *Int64BigConstraints) Reset()
- func (x *Int64BigConstraints) SetConstantNeg(v int64)
- func (x *Int64BigConstraints) SetConstantPos(v int64)
- func (x *Int64BigConstraints) SetGtNeg(v int64)
- func (x *Int64BigConstraints) SetGtPos(v int64)
- func (x *Int64BigConstraints) SetGteNeg(v int64)
- func (x *Int64BigConstraints) SetGtePos(v int64)
- func (x *Int64BigConstraints) SetIn(v int64)
- func (x *Int64BigConstraints) SetLtNeg(v int64)
- func (x *Int64BigConstraints) SetLtPos(v int64)
- func (x *Int64BigConstraints) SetLteNeg(v int64)
- func (x *Int64BigConstraints) SetLtePos(v int64)
- func (x *Int64BigConstraints) SetNotin(v int64)
- func (x *Int64BigConstraints) String() string
- type Int64BigConstraints_builder
- type Int64Const
- type Int64Const_builder
- type Int64ExGTELTE
- type Int64ExGTELTE_builder
- type Int64ExLTGT
- type Int64ExLTGT_builder
- type Int64Example
- type Int64Example_builder
- type Int64GT
- type Int64GTE
- type Int64GTELTE
- type Int64GTELTE_builder
- type Int64GTE_builder
- type Int64GTLT
- type Int64GTLT_builder
- type Int64GT_builder
- type Int64Ignore
- type Int64Ignore_builder
- type Int64In
- type Int64In_builder
- type Int64IncorrectType
- type Int64IncorrectType_builder
- type Int64LT
- type Int64LTE
- type Int64LTEOptional
- func (x *Int64LTEOptional) ClearVal()
- func (x *Int64LTEOptional) GetVal() int64
- func (x *Int64LTEOptional) HasVal() bool
- func (*Int64LTEOptional) ProtoMessage()
- func (x *Int64LTEOptional) ProtoReflect() protoreflect.Message
- func (x *Int64LTEOptional) Reset()
- func (x *Int64LTEOptional) SetVal(v int64)
- func (x *Int64LTEOptional) String() string
- type Int64LTEOptional_builder
- type Int64LTE_builder
- type Int64LT_builder
- type Int64None
- type Int64None_builder
- type Int64NotIn
- type Int64NotIn_builder
- type KitchenSinkMessage
- func (x *KitchenSinkMessage) ClearVal()
- func (x *KitchenSinkMessage) GetVal() *ComplexTestMsg
- func (x *KitchenSinkMessage) HasVal() bool
- func (*KitchenSinkMessage) ProtoMessage()
- func (x *KitchenSinkMessage) ProtoReflect() protoreflect.Message
- func (x *KitchenSinkMessage) Reset()
- func (x *KitchenSinkMessage) SetVal(v *ComplexTestMsg)
- func (x *KitchenSinkMessage) String() string
- type KitchenSinkMessage_builder
- type MapEnumDefined
- type MapEnumDefined_builder
- type MapExact
- type MapExactIgnore
- type MapExactIgnore_builder
- type MapExact_builder
- type MapExternalEnumDefined
- func (x *MapExternalEnumDefined) GetVal() map[string]other_package.Embed_Enumerated
- func (*MapExternalEnumDefined) ProtoMessage()
- func (x *MapExternalEnumDefined) ProtoReflect() protoreflect.Message
- func (x *MapExternalEnumDefined) Reset()
- func (x *MapExternalEnumDefined) SetVal(v map[string]other_package.Embed_Enumerated)
- func (x *MapExternalEnumDefined) String() string
- type MapExternalEnumDefined_builder
- type MapKeys
- type MapKeysPattern
- type MapKeysPattern_builder
- type MapKeys_builder
- type MapMax
- type MapMax_builder
- type MapMin
- type MapMinMax
- type MapMinMax_builder
- type MapMin_builder
- type MapNone
- type MapNone_builder
- type MapRecursive
- type MapRecursive_Msg
- type MapRecursive_Msg_builder
- type MapRecursive_builder
- type MapValues
- type MapValuesPattern
- type MapValuesPattern_builder
- type MapValues_builder
- type Message
- type MessageCrossPackage
- func (x *MessageCrossPackage) ClearVal()
- func (x *MessageCrossPackage) GetVal() *other_package.Embed
- func (x *MessageCrossPackage) HasVal() bool
- func (*MessageCrossPackage) ProtoMessage()
- func (x *MessageCrossPackage) ProtoReflect() protoreflect.Message
- func (x *MessageCrossPackage) Reset()
- func (x *MessageCrossPackage) SetVal(v *other_package.Embed)
- func (x *MessageCrossPackage) String() string
- type MessageCrossPackage_builder
- type MessageDisabled
- type MessageDisabled_builder
- type MessageNone
- func (x *MessageNone) ClearVal()
- func (x *MessageNone) GetVal() *MessageNone_NoneMsg
- func (x *MessageNone) HasVal() bool
- func (*MessageNone) ProtoMessage()
- func (x *MessageNone) ProtoReflect() protoreflect.Message
- func (x *MessageNone) Reset()
- func (x *MessageNone) SetVal(v *MessageNone_NoneMsg)
- func (x *MessageNone) String() string
- type MessageNone_NoneMsg
- type MessageNone_NoneMsg_builder
- type MessageNone_builder
- type MessageRequired
- func (x *MessageRequired) ClearVal()
- func (x *MessageRequired) GetVal() *TestMsg
- func (x *MessageRequired) HasVal() bool
- func (*MessageRequired) ProtoMessage()
- func (x *MessageRequired) ProtoReflect() protoreflect.Message
- func (x *MessageRequired) Reset()
- func (x *MessageRequired) SetVal(v *TestMsg)
- func (x *MessageRequired) String() string
- type MessageRequiredButOptional
- func (x *MessageRequiredButOptional) ClearVal()
- func (x *MessageRequiredButOptional) GetVal() *TestMsg
- func (x *MessageRequiredButOptional) HasVal() bool
- func (*MessageRequiredButOptional) ProtoMessage()
- func (x *MessageRequiredButOptional) ProtoReflect() protoreflect.Message
- func (x *MessageRequiredButOptional) Reset()
- func (x *MessageRequiredButOptional) SetVal(v *TestMsg)
- func (x *MessageRequiredButOptional) String() string
- type MessageRequiredButOptional_builder
- type MessageRequiredOneof
- func (x *MessageRequiredOneof) ClearOne()
- func (x *MessageRequiredOneof) ClearVal()
- func (x *MessageRequiredOneof) GetOne() isMessageRequiredOneof_One
- func (x *MessageRequiredOneof) GetVal() *TestMsg
- func (x *MessageRequiredOneof) HasOne() bool
- func (x *MessageRequiredOneof) HasVal() bool
- func (*MessageRequiredOneof) ProtoMessage()
- func (x *MessageRequiredOneof) ProtoReflect() protoreflect.Message
- func (x *MessageRequiredOneof) Reset()
- func (x *MessageRequiredOneof) SetVal(v *TestMsg)
- func (x *MessageRequiredOneof) String() string
- func (x *MessageRequiredOneof) WhichOne() case_MessageRequiredOneof_One
- type MessageRequiredOneof_Val
- type MessageRequiredOneof_builder
- type MessageRequired_builder
- type MessageSkip
- func (x *MessageSkip) ClearVal()
- func (x *MessageSkip) GetVal() *TestMsg
- func (x *MessageSkip) HasVal() bool
- func (*MessageSkip) ProtoMessage()
- func (x *MessageSkip) ProtoReflect() protoreflect.Message
- func (x *MessageSkip) Reset()
- func (x *MessageSkip) SetVal(v *TestMsg)
- func (x *MessageSkip) String() string
- type MessageSkip_builder
- type MessageWith3DInside
- type MessageWith3DInside_builder
- type Message_builder
- type MultipleMaps
- func (x *MultipleMaps) GetFirst() map[uint32]string
- func (x *MultipleMaps) GetSecond() map[int32]bool
- func (x *MultipleMaps) GetThird() map[int32]bool
- func (*MultipleMaps) ProtoMessage()
- func (x *MultipleMaps) ProtoReflect() protoreflect.Message
- func (x *MultipleMaps) Reset()
- func (x *MultipleMaps) SetFirst(v map[uint32]string)
- func (x *MultipleMaps) SetSecond(v map[int32]bool)
- func (x *MultipleMaps) SetThird(v map[int32]bool)
- func (x *MultipleMaps) String() string
- type MultipleMaps_builder
- type Oneof
- func (x *Oneof) ClearO()
- func (x *Oneof) ClearX()
- func (x *Oneof) ClearY()
- func (x *Oneof) ClearZ()
- func (x *Oneof) GetO() isOneof_O
- func (x *Oneof) GetX() string
- func (x *Oneof) GetY() int32
- func (x *Oneof) GetZ() *TestOneofMsg
- func (x *Oneof) HasO() bool
- func (x *Oneof) HasX() bool
- func (x *Oneof) HasY() bool
- func (x *Oneof) HasZ() bool
- func (*Oneof) ProtoMessage()
- func (x *Oneof) ProtoReflect() protoreflect.Message
- func (x *Oneof) Reset()
- func (x *Oneof) SetX(v string)
- func (x *Oneof) SetY(v int32)
- func (x *Oneof) SetZ(v *TestOneofMsg)
- func (x *Oneof) String() string
- func (x *Oneof) WhichO() case_Oneof_O
- type OneofNone
- func (x *OneofNone) ClearO()
- func (x *OneofNone) ClearX()
- func (x *OneofNone) ClearY()
- func (x *OneofNone) GetO() isOneofNone_O
- func (x *OneofNone) GetX() string
- func (x *OneofNone) GetY() int32
- func (x *OneofNone) HasO() bool
- func (x *OneofNone) HasX() bool
- func (x *OneofNone) HasY() bool
- func (*OneofNone) ProtoMessage()
- func (x *OneofNone) ProtoReflect() protoreflect.Message
- func (x *OneofNone) Reset()
- func (x *OneofNone) SetX(v string)
- func (x *OneofNone) SetY(v int32)
- func (x *OneofNone) String() string
- func (x *OneofNone) WhichO() case_OneofNone_O
- type OneofNone_X
- type OneofNone_Y
- type OneofNone_builder
- type OneofRequired
- func (x *OneofRequired) ClearNameWithUnderscores()
- func (x *OneofRequired) ClearO()
- func (x *OneofRequired) ClearUnderAnd_1Number()
- func (x *OneofRequired) ClearX()
- func (x *OneofRequired) ClearY()
- func (x *OneofRequired) GetNameWithUnderscores() int32
- func (x *OneofRequired) GetO() isOneofRequired_O
- func (x *OneofRequired) GetUnderAnd_1Number() int32
- func (x *OneofRequired) GetX() string
- func (x *OneofRequired) GetY() int32
- func (x *OneofRequired) HasNameWithUnderscores() bool
- func (x *OneofRequired) HasO() bool
- func (x *OneofRequired) HasUnderAnd_1Number() bool
- func (x *OneofRequired) HasX() bool
- func (x *OneofRequired) HasY() bool
- func (*OneofRequired) ProtoMessage()
- func (x *OneofRequired) ProtoReflect() protoreflect.Message
- func (x *OneofRequired) Reset()
- func (x *OneofRequired) SetNameWithUnderscores(v int32)
- func (x *OneofRequired) SetUnderAnd_1Number(v int32)
- func (x *OneofRequired) SetX(v string)
- func (x *OneofRequired) SetY(v int32)
- func (x *OneofRequired) String() string
- func (x *OneofRequired) WhichO() case_OneofRequired_O
- type OneofRequiredWithRequiredField
- func (x *OneofRequiredWithRequiredField) ClearA()
- func (x *OneofRequiredWithRequiredField) ClearB()
- func (x *OneofRequiredWithRequiredField) ClearO()
- func (x *OneofRequiredWithRequiredField) GetA() string
- func (x *OneofRequiredWithRequiredField) GetB() string
- func (x *OneofRequiredWithRequiredField) GetO() isOneofRequiredWithRequiredField_O
- func (x *OneofRequiredWithRequiredField) HasA() bool
- func (x *OneofRequiredWithRequiredField) HasB() bool
- func (x *OneofRequiredWithRequiredField) HasO() bool
- func (*OneofRequiredWithRequiredField) ProtoMessage()
- func (x *OneofRequiredWithRequiredField) ProtoReflect() protoreflect.Message
- func (x *OneofRequiredWithRequiredField) Reset()
- func (x *OneofRequiredWithRequiredField) SetA(v string)
- func (x *OneofRequiredWithRequiredField) SetB(v string)
- func (x *OneofRequiredWithRequiredField) String() string
- func (x *OneofRequiredWithRequiredField) WhichO() case_OneofRequiredWithRequiredField_O
- type OneofRequiredWithRequiredField_A
- type OneofRequiredWithRequiredField_B
- type OneofRequiredWithRequiredField_builder
- type OneofRequired_NameWithUnderscores
- type OneofRequired_UnderAnd_1Number
- type OneofRequired_X
- type OneofRequired_Y
- type OneofRequired_builder
- type Oneof_X
- type Oneof_Y
- type Oneof_Z
- type Oneof_builder
- type PredefinedAndCustomRuleEdition2023
- func (x *PredefinedAndCustomRuleEdition2023) ClearA()
- func (x *PredefinedAndCustomRuleEdition2023) ClearB()
- func (x *PredefinedAndCustomRuleEdition2023) GetA() int32
- func (x *PredefinedAndCustomRuleEdition2023) GetB() *PredefinedAndCustomRuleEdition2023_Nested
- func (x *PredefinedAndCustomRuleEdition2023) HasA() bool
- func (x *PredefinedAndCustomRuleEdition2023) HasB() bool
- func (*PredefinedAndCustomRuleEdition2023) ProtoMessage()
- func (x *PredefinedAndCustomRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedAndCustomRuleEdition2023) Reset()
- func (x *PredefinedAndCustomRuleEdition2023) SetA(v int32)
- func (x *PredefinedAndCustomRuleEdition2023) SetB(v *PredefinedAndCustomRuleEdition2023_Nested)
- func (x *PredefinedAndCustomRuleEdition2023) String() string
- type PredefinedAndCustomRuleEdition2023_Nested
- func (x *PredefinedAndCustomRuleEdition2023_Nested) ClearC()
- func (x *PredefinedAndCustomRuleEdition2023_Nested) GetC() int32
- func (x *PredefinedAndCustomRuleEdition2023_Nested) HasC() bool
- func (*PredefinedAndCustomRuleEdition2023_Nested) ProtoMessage()
- func (x *PredefinedAndCustomRuleEdition2023_Nested) ProtoReflect() protoreflect.Message
- func (x *PredefinedAndCustomRuleEdition2023_Nested) Reset()
- func (x *PredefinedAndCustomRuleEdition2023_Nested) SetC(v int32)
- func (x *PredefinedAndCustomRuleEdition2023_Nested) String() string
- type PredefinedAndCustomRuleEdition2023_Nested_builder
- type PredefinedAndCustomRuleEdition2023_builder
- type PredefinedAndCustomRuleProto2
- func (x *PredefinedAndCustomRuleProto2) ClearA()
- func (x *PredefinedAndCustomRuleProto2) ClearB()
- func (x *PredefinedAndCustomRuleProto2) GetA() int32
- func (x *PredefinedAndCustomRuleProto2) GetB() *PredefinedAndCustomRuleProto2_Nested
- func (x *PredefinedAndCustomRuleProto2) HasA() bool
- func (x *PredefinedAndCustomRuleProto2) HasB() bool
- func (*PredefinedAndCustomRuleProto2) ProtoMessage()
- func (x *PredefinedAndCustomRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedAndCustomRuleProto2) Reset()
- func (x *PredefinedAndCustomRuleProto2) SetA(v int32)
- func (x *PredefinedAndCustomRuleProto2) SetB(v *PredefinedAndCustomRuleProto2_Nested)
- func (x *PredefinedAndCustomRuleProto2) String() string
- type PredefinedAndCustomRuleProto2_Nested
- func (x *PredefinedAndCustomRuleProto2_Nested) ClearC()
- func (x *PredefinedAndCustomRuleProto2_Nested) GetC() int32
- func (x *PredefinedAndCustomRuleProto2_Nested) HasC() bool
- func (*PredefinedAndCustomRuleProto2_Nested) ProtoMessage()
- func (x *PredefinedAndCustomRuleProto2_Nested) ProtoReflect() protoreflect.Message
- func (x *PredefinedAndCustomRuleProto2_Nested) Reset()
- func (x *PredefinedAndCustomRuleProto2_Nested) SetC(v int32)
- func (x *PredefinedAndCustomRuleProto2_Nested) String() string
- type PredefinedAndCustomRuleProto2_Nested_builder
- type PredefinedAndCustomRuleProto2_builder
- type PredefinedAndCustomRuleProto3
- func (x *PredefinedAndCustomRuleProto3) ClearB()
- func (x *PredefinedAndCustomRuleProto3) GetA() int32
- func (x *PredefinedAndCustomRuleProto3) GetB() *PredefinedAndCustomRuleProto3_Nested
- func (x *PredefinedAndCustomRuleProto3) HasB() bool
- func (*PredefinedAndCustomRuleProto3) ProtoMessage()
- func (x *PredefinedAndCustomRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedAndCustomRuleProto3) Reset()
- func (x *PredefinedAndCustomRuleProto3) SetA(v int32)
- func (x *PredefinedAndCustomRuleProto3) SetB(v *PredefinedAndCustomRuleProto3_Nested)
- func (x *PredefinedAndCustomRuleProto3) String() string
- type PredefinedAndCustomRuleProto3_Nested
- func (x *PredefinedAndCustomRuleProto3_Nested) GetC() int32
- func (*PredefinedAndCustomRuleProto3_Nested) ProtoMessage()
- func (x *PredefinedAndCustomRuleProto3_Nested) ProtoReflect() protoreflect.Message
- func (x *PredefinedAndCustomRuleProto3_Nested) Reset()
- func (x *PredefinedAndCustomRuleProto3_Nested) SetC(v int32)
- func (x *PredefinedAndCustomRuleProto3_Nested) String() string
- type PredefinedAndCustomRuleProto3_Nested_builder
- type PredefinedAndCustomRuleProto3_builder
- type PredefinedBoolRuleEdition2023
- func (x *PredefinedBoolRuleEdition2023) ClearVal()
- func (x *PredefinedBoolRuleEdition2023) GetVal() bool
- func (x *PredefinedBoolRuleEdition2023) HasVal() bool
- func (*PredefinedBoolRuleEdition2023) ProtoMessage()
- func (x *PredefinedBoolRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedBoolRuleEdition2023) Reset()
- func (x *PredefinedBoolRuleEdition2023) SetVal(v bool)
- func (x *PredefinedBoolRuleEdition2023) String() string
- type PredefinedBoolRuleEdition2023_builder
- type PredefinedBoolRuleProto2
- func (x *PredefinedBoolRuleProto2) ClearVal()
- func (x *PredefinedBoolRuleProto2) GetVal() bool
- func (x *PredefinedBoolRuleProto2) HasVal() bool
- func (*PredefinedBoolRuleProto2) ProtoMessage()
- func (x *PredefinedBoolRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedBoolRuleProto2) Reset()
- func (x *PredefinedBoolRuleProto2) SetVal(v bool)
- func (x *PredefinedBoolRuleProto2) String() string
- type PredefinedBoolRuleProto2_builder
- type PredefinedBoolRuleProto3
- func (x *PredefinedBoolRuleProto3) GetVal() bool
- func (*PredefinedBoolRuleProto3) ProtoMessage()
- func (x *PredefinedBoolRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedBoolRuleProto3) Reset()
- func (x *PredefinedBoolRuleProto3) SetVal(v bool)
- func (x *PredefinedBoolRuleProto3) String() string
- type PredefinedBoolRuleProto3_builder
- type PredefinedBytesRuleEdition2023
- func (x *PredefinedBytesRuleEdition2023) ClearVal()
- func (x *PredefinedBytesRuleEdition2023) GetVal() []byte
- func (x *PredefinedBytesRuleEdition2023) HasVal() bool
- func (*PredefinedBytesRuleEdition2023) ProtoMessage()
- func (x *PredefinedBytesRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedBytesRuleEdition2023) Reset()
- func (x *PredefinedBytesRuleEdition2023) SetVal(v []byte)
- func (x *PredefinedBytesRuleEdition2023) String() string
- type PredefinedBytesRuleEdition2023_builder
- type PredefinedBytesRuleProto2
- func (x *PredefinedBytesRuleProto2) ClearVal()
- func (x *PredefinedBytesRuleProto2) GetVal() []byte
- func (x *PredefinedBytesRuleProto2) HasVal() bool
- func (*PredefinedBytesRuleProto2) ProtoMessage()
- func (x *PredefinedBytesRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedBytesRuleProto2) Reset()
- func (x *PredefinedBytesRuleProto2) SetVal(v []byte)
- func (x *PredefinedBytesRuleProto2) String() string
- type PredefinedBytesRuleProto2_builder
- type PredefinedBytesRuleProto3
- func (x *PredefinedBytesRuleProto3) GetVal() []byte
- func (*PredefinedBytesRuleProto3) ProtoMessage()
- func (x *PredefinedBytesRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedBytesRuleProto3) Reset()
- func (x *PredefinedBytesRuleProto3) SetVal(v []byte)
- func (x *PredefinedBytesRuleProto3) String() string
- type PredefinedBytesRuleProto3_builder
- type PredefinedDoubleRuleEdition2023
- func (x *PredefinedDoubleRuleEdition2023) ClearVal()
- func (x *PredefinedDoubleRuleEdition2023) GetVal() float64
- func (x *PredefinedDoubleRuleEdition2023) HasVal() bool
- func (*PredefinedDoubleRuleEdition2023) ProtoMessage()
- func (x *PredefinedDoubleRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedDoubleRuleEdition2023) Reset()
- func (x *PredefinedDoubleRuleEdition2023) SetVal(v float64)
- func (x *PredefinedDoubleRuleEdition2023) String() string
- type PredefinedDoubleRuleEdition2023_builder
- type PredefinedDoubleRuleProto2
- func (x *PredefinedDoubleRuleProto2) ClearVal()
- func (x *PredefinedDoubleRuleProto2) GetVal() float64
- func (x *PredefinedDoubleRuleProto2) HasVal() bool
- func (*PredefinedDoubleRuleProto2) ProtoMessage()
- func (x *PredefinedDoubleRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedDoubleRuleProto2) Reset()
- func (x *PredefinedDoubleRuleProto2) SetVal(v float64)
- func (x *PredefinedDoubleRuleProto2) String() string
- type PredefinedDoubleRuleProto2_builder
- type PredefinedDoubleRuleProto3
- func (x *PredefinedDoubleRuleProto3) GetVal() float64
- func (*PredefinedDoubleRuleProto3) ProtoMessage()
- func (x *PredefinedDoubleRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedDoubleRuleProto3) Reset()
- func (x *PredefinedDoubleRuleProto3) SetVal(v float64)
- func (x *PredefinedDoubleRuleProto3) String() string
- type PredefinedDoubleRuleProto3_builder
- type PredefinedDurationRuleEdition2023
- func (x *PredefinedDurationRuleEdition2023) ClearVal()
- func (x *PredefinedDurationRuleEdition2023) GetVal() *durationpb.Duration
- func (x *PredefinedDurationRuleEdition2023) HasVal() bool
- func (*PredefinedDurationRuleEdition2023) ProtoMessage()
- func (x *PredefinedDurationRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedDurationRuleEdition2023) Reset()
- func (x *PredefinedDurationRuleEdition2023) SetVal(v *durationpb.Duration)
- func (x *PredefinedDurationRuleEdition2023) String() string
- type PredefinedDurationRuleEdition2023_builder
- type PredefinedDurationRuleProto2
- func (x *PredefinedDurationRuleProto2) ClearVal()
- func (x *PredefinedDurationRuleProto2) GetVal() *durationpb.Duration
- func (x *PredefinedDurationRuleProto2) HasVal() bool
- func (*PredefinedDurationRuleProto2) ProtoMessage()
- func (x *PredefinedDurationRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedDurationRuleProto2) Reset()
- func (x *PredefinedDurationRuleProto2) SetVal(v *durationpb.Duration)
- func (x *PredefinedDurationRuleProto2) String() string
- type PredefinedDurationRuleProto2_builder
- type PredefinedDurationRuleProto3
- func (x *PredefinedDurationRuleProto3) ClearVal()
- func (x *PredefinedDurationRuleProto3) GetVal() *durationpb.Duration
- func (x *PredefinedDurationRuleProto3) HasVal() bool
- func (*PredefinedDurationRuleProto3) ProtoMessage()
- func (x *PredefinedDurationRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedDurationRuleProto3) Reset()
- func (x *PredefinedDurationRuleProto3) SetVal(v *durationpb.Duration)
- func (x *PredefinedDurationRuleProto3) String() string
- type PredefinedDurationRuleProto3_builder
- type PredefinedEnumRuleEdition2023
- func (x *PredefinedEnumRuleEdition2023) ClearVal()
- func (x *PredefinedEnumRuleEdition2023) GetVal() PredefinedEnumRuleEdition2023_EnumEdition2023
- func (x *PredefinedEnumRuleEdition2023) HasVal() bool
- func (*PredefinedEnumRuleEdition2023) ProtoMessage()
- func (x *PredefinedEnumRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedEnumRuleEdition2023) Reset()
- func (x *PredefinedEnumRuleEdition2023) SetVal(v PredefinedEnumRuleEdition2023_EnumEdition2023)
- func (x *PredefinedEnumRuleEdition2023) String() string
- type PredefinedEnumRuleEdition2023_EnumEdition2023
- func (PredefinedEnumRuleEdition2023_EnumEdition2023) Descriptor() protoreflect.EnumDescriptor
- func (x PredefinedEnumRuleEdition2023_EnumEdition2023) Enum() *PredefinedEnumRuleEdition2023_EnumEdition2023
- func (x PredefinedEnumRuleEdition2023_EnumEdition2023) Number() protoreflect.EnumNumber
- func (x PredefinedEnumRuleEdition2023_EnumEdition2023) String() string
- func (PredefinedEnumRuleEdition2023_EnumEdition2023) Type() protoreflect.EnumType
- type PredefinedEnumRuleEdition2023_builder
- type PredefinedEnumRuleProto2
- func (x *PredefinedEnumRuleProto2) ClearVal()
- func (x *PredefinedEnumRuleProto2) GetVal() PredefinedEnumRuleProto2_EnumProto2
- func (x *PredefinedEnumRuleProto2) HasVal() bool
- func (*PredefinedEnumRuleProto2) ProtoMessage()
- func (x *PredefinedEnumRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedEnumRuleProto2) Reset()
- func (x *PredefinedEnumRuleProto2) SetVal(v PredefinedEnumRuleProto2_EnumProto2)
- func (x *PredefinedEnumRuleProto2) String() string
- type PredefinedEnumRuleProto2_EnumProto2
- func (PredefinedEnumRuleProto2_EnumProto2) Descriptor() protoreflect.EnumDescriptor
- func (x PredefinedEnumRuleProto2_EnumProto2) Enum() *PredefinedEnumRuleProto2_EnumProto2
- func (x PredefinedEnumRuleProto2_EnumProto2) Number() protoreflect.EnumNumber
- func (x PredefinedEnumRuleProto2_EnumProto2) String() string
- func (PredefinedEnumRuleProto2_EnumProto2) Type() protoreflect.EnumType
- type PredefinedEnumRuleProto2_builder
- type PredefinedEnumRuleProto3
- func (x *PredefinedEnumRuleProto3) GetVal() PredefinedEnumRuleProto3_EnumProto3
- func (*PredefinedEnumRuleProto3) ProtoMessage()
- func (x *PredefinedEnumRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedEnumRuleProto3) Reset()
- func (x *PredefinedEnumRuleProto3) SetVal(v PredefinedEnumRuleProto3_EnumProto3)
- func (x *PredefinedEnumRuleProto3) String() string
- type PredefinedEnumRuleProto3_EnumProto3
- func (PredefinedEnumRuleProto3_EnumProto3) Descriptor() protoreflect.EnumDescriptor
- func (x PredefinedEnumRuleProto3_EnumProto3) Enum() *PredefinedEnumRuleProto3_EnumProto3
- func (x PredefinedEnumRuleProto3_EnumProto3) Number() protoreflect.EnumNumber
- func (x PredefinedEnumRuleProto3_EnumProto3) String() string
- func (PredefinedEnumRuleProto3_EnumProto3) Type() protoreflect.EnumType
- type PredefinedEnumRuleProto3_builder
- type PredefinedFixed32RuleEdition2023
- func (x *PredefinedFixed32RuleEdition2023) ClearVal()
- func (x *PredefinedFixed32RuleEdition2023) GetVal() uint32
- func (x *PredefinedFixed32RuleEdition2023) HasVal() bool
- func (*PredefinedFixed32RuleEdition2023) ProtoMessage()
- func (x *PredefinedFixed32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedFixed32RuleEdition2023) Reset()
- func (x *PredefinedFixed32RuleEdition2023) SetVal(v uint32)
- func (x *PredefinedFixed32RuleEdition2023) String() string
- type PredefinedFixed32RuleEdition2023_builder
- type PredefinedFixed32RuleProto2
- func (x *PredefinedFixed32RuleProto2) ClearVal()
- func (x *PredefinedFixed32RuleProto2) GetVal() uint32
- func (x *PredefinedFixed32RuleProto2) HasVal() bool
- func (*PredefinedFixed32RuleProto2) ProtoMessage()
- func (x *PredefinedFixed32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedFixed32RuleProto2) Reset()
- func (x *PredefinedFixed32RuleProto2) SetVal(v uint32)
- func (x *PredefinedFixed32RuleProto2) String() string
- type PredefinedFixed32RuleProto2_builder
- type PredefinedFixed32RuleProto3
- func (x *PredefinedFixed32RuleProto3) GetVal() uint32
- func (*PredefinedFixed32RuleProto3) ProtoMessage()
- func (x *PredefinedFixed32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedFixed32RuleProto3) Reset()
- func (x *PredefinedFixed32RuleProto3) SetVal(v uint32)
- func (x *PredefinedFixed32RuleProto3) String() string
- type PredefinedFixed32RuleProto3_builder
- type PredefinedFixed64RuleEdition2023
- func (x *PredefinedFixed64RuleEdition2023) ClearVal()
- func (x *PredefinedFixed64RuleEdition2023) GetVal() uint64
- func (x *PredefinedFixed64RuleEdition2023) HasVal() bool
- func (*PredefinedFixed64RuleEdition2023) ProtoMessage()
- func (x *PredefinedFixed64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedFixed64RuleEdition2023) Reset()
- func (x *PredefinedFixed64RuleEdition2023) SetVal(v uint64)
- func (x *PredefinedFixed64RuleEdition2023) String() string
- type PredefinedFixed64RuleEdition2023_builder
- type PredefinedFixed64RuleProto2
- func (x *PredefinedFixed64RuleProto2) ClearVal()
- func (x *PredefinedFixed64RuleProto2) GetVal() uint64
- func (x *PredefinedFixed64RuleProto2) HasVal() bool
- func (*PredefinedFixed64RuleProto2) ProtoMessage()
- func (x *PredefinedFixed64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedFixed64RuleProto2) Reset()
- func (x *PredefinedFixed64RuleProto2) SetVal(v uint64)
- func (x *PredefinedFixed64RuleProto2) String() string
- type PredefinedFixed64RuleProto2_builder
- type PredefinedFixed64RuleProto3
- func (x *PredefinedFixed64RuleProto3) GetVal() uint64
- func (*PredefinedFixed64RuleProto3) ProtoMessage()
- func (x *PredefinedFixed64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedFixed64RuleProto3) Reset()
- func (x *PredefinedFixed64RuleProto3) SetVal(v uint64)
- func (x *PredefinedFixed64RuleProto3) String() string
- type PredefinedFixed64RuleProto3_builder
- type PredefinedFloatRuleEdition2023
- func (x *PredefinedFloatRuleEdition2023) ClearVal()
- func (x *PredefinedFloatRuleEdition2023) GetVal() float32
- func (x *PredefinedFloatRuleEdition2023) HasVal() bool
- func (*PredefinedFloatRuleEdition2023) ProtoMessage()
- func (x *PredefinedFloatRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedFloatRuleEdition2023) Reset()
- func (x *PredefinedFloatRuleEdition2023) SetVal(v float32)
- func (x *PredefinedFloatRuleEdition2023) String() string
- type PredefinedFloatRuleEdition2023_builder
- type PredefinedFloatRuleProto2
- func (x *PredefinedFloatRuleProto2) ClearVal()
- func (x *PredefinedFloatRuleProto2) GetVal() float32
- func (x *PredefinedFloatRuleProto2) HasVal() bool
- func (*PredefinedFloatRuleProto2) ProtoMessage()
- func (x *PredefinedFloatRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedFloatRuleProto2) Reset()
- func (x *PredefinedFloatRuleProto2) SetVal(v float32)
- func (x *PredefinedFloatRuleProto2) String() string
- type PredefinedFloatRuleProto2_builder
- type PredefinedFloatRuleProto3
- func (x *PredefinedFloatRuleProto3) GetVal() float32
- func (*PredefinedFloatRuleProto3) ProtoMessage()
- func (x *PredefinedFloatRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedFloatRuleProto3) Reset()
- func (x *PredefinedFloatRuleProto3) SetVal(v float32)
- func (x *PredefinedFloatRuleProto3) String() string
- type PredefinedFloatRuleProto3_builder
- type PredefinedInt32RuleEdition2023
- func (x *PredefinedInt32RuleEdition2023) ClearVal()
- func (x *PredefinedInt32RuleEdition2023) GetVal() int32
- func (x *PredefinedInt32RuleEdition2023) HasVal() bool
- func (*PredefinedInt32RuleEdition2023) ProtoMessage()
- func (x *PredefinedInt32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedInt32RuleEdition2023) Reset()
- func (x *PredefinedInt32RuleEdition2023) SetVal(v int32)
- func (x *PredefinedInt32RuleEdition2023) String() string
- type PredefinedInt32RuleEdition2023_builder
- type PredefinedInt32RuleProto2
- func (x *PredefinedInt32RuleProto2) ClearVal()
- func (x *PredefinedInt32RuleProto2) GetVal() int32
- func (x *PredefinedInt32RuleProto2) HasVal() bool
- func (*PredefinedInt32RuleProto2) ProtoMessage()
- func (x *PredefinedInt32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedInt32RuleProto2) Reset()
- func (x *PredefinedInt32RuleProto2) SetVal(v int32)
- func (x *PredefinedInt32RuleProto2) String() string
- type PredefinedInt32RuleProto2_builder
- type PredefinedInt32RuleProto3
- func (x *PredefinedInt32RuleProto3) GetVal() int32
- func (*PredefinedInt32RuleProto3) ProtoMessage()
- func (x *PredefinedInt32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedInt32RuleProto3) Reset()
- func (x *PredefinedInt32RuleProto3) SetVal(v int32)
- func (x *PredefinedInt32RuleProto3) String() string
- type PredefinedInt32RuleProto3_builder
- type PredefinedInt64RuleEdition2023
- func (x *PredefinedInt64RuleEdition2023) ClearVal()
- func (x *PredefinedInt64RuleEdition2023) GetVal() int64
- func (x *PredefinedInt64RuleEdition2023) HasVal() bool
- func (*PredefinedInt64RuleEdition2023) ProtoMessage()
- func (x *PredefinedInt64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedInt64RuleEdition2023) Reset()
- func (x *PredefinedInt64RuleEdition2023) SetVal(v int64)
- func (x *PredefinedInt64RuleEdition2023) String() string
- type PredefinedInt64RuleEdition2023_builder
- type PredefinedInt64RuleProto2
- func (x *PredefinedInt64RuleProto2) ClearVal()
- func (x *PredefinedInt64RuleProto2) GetVal() int64
- func (x *PredefinedInt64RuleProto2) HasVal() bool
- func (*PredefinedInt64RuleProto2) ProtoMessage()
- func (x *PredefinedInt64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedInt64RuleProto2) Reset()
- func (x *PredefinedInt64RuleProto2) SetVal(v int64)
- func (x *PredefinedInt64RuleProto2) String() string
- type PredefinedInt64RuleProto2_builder
- type PredefinedInt64RuleProto3
- func (x *PredefinedInt64RuleProto3) GetVal() int64
- func (*PredefinedInt64RuleProto3) ProtoMessage()
- func (x *PredefinedInt64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedInt64RuleProto3) Reset()
- func (x *PredefinedInt64RuleProto3) SetVal(v int64)
- func (x *PredefinedInt64RuleProto3) String() string
- type PredefinedInt64RuleProto3_builder
- type PredefinedMapRuleEdition2023
- func (x *PredefinedMapRuleEdition2023) GetVal() map[uint64]uint64
- func (*PredefinedMapRuleEdition2023) ProtoMessage()
- func (x *PredefinedMapRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedMapRuleEdition2023) Reset()
- func (x *PredefinedMapRuleEdition2023) SetVal(v map[uint64]uint64)
- func (x *PredefinedMapRuleEdition2023) String() string
- type PredefinedMapRuleEdition2023_builder
- type PredefinedMapRuleProto3
- func (x *PredefinedMapRuleProto3) GetVal() map[uint64]uint64
- func (*PredefinedMapRuleProto3) ProtoMessage()
- func (x *PredefinedMapRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedMapRuleProto3) Reset()
- func (x *PredefinedMapRuleProto3) SetVal(v map[uint64]uint64)
- func (x *PredefinedMapRuleProto3) String() string
- type PredefinedMapRuleProto3_builder
- type PredefinedRepeatedRuleEdition2023
- func (x *PredefinedRepeatedRuleEdition2023) GetVal() []uint64
- func (*PredefinedRepeatedRuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedRuleEdition2023) Reset()
- func (x *PredefinedRepeatedRuleEdition2023) SetVal(v []uint64)
- func (x *PredefinedRepeatedRuleEdition2023) String() string
- type PredefinedRepeatedRuleEdition2023_builder
- type PredefinedRepeatedRuleProto2
- func (x *PredefinedRepeatedRuleProto2) GetVal() []uint64
- func (*PredefinedRepeatedRuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedRuleProto2) Reset()
- func (x *PredefinedRepeatedRuleProto2) SetVal(v []uint64)
- func (x *PredefinedRepeatedRuleProto2) String() string
- type PredefinedRepeatedRuleProto2_builder
- type PredefinedRepeatedRuleProto3
- func (x *PredefinedRepeatedRuleProto3) GetVal() []uint64
- func (*PredefinedRepeatedRuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedRuleProto3) Reset()
- func (x *PredefinedRepeatedRuleProto3) SetVal(v []uint64)
- func (x *PredefinedRepeatedRuleProto3) String() string
- type PredefinedRepeatedRuleProto3_builder
- type PredefinedRepeatedWrappedBoolRuleEdition2023
- func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) GetVal() []*wrapperspb.BoolValue
- func (*PredefinedRepeatedWrappedBoolRuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) SetVal(v []*wrapperspb.BoolValue)
- func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) String() string
- type PredefinedRepeatedWrappedBoolRuleEdition2023_builder
- type PredefinedRepeatedWrappedBoolRuleProto2
- func (x *PredefinedRepeatedWrappedBoolRuleProto2) GetVal() []*wrapperspb.BoolValue
- func (*PredefinedRepeatedWrappedBoolRuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedBoolRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedBoolRuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedBoolRuleProto2) SetVal(v []*wrapperspb.BoolValue)
- func (x *PredefinedRepeatedWrappedBoolRuleProto2) String() string
- type PredefinedRepeatedWrappedBoolRuleProto2_builder
- type PredefinedRepeatedWrappedBoolRuleProto3
- func (x *PredefinedRepeatedWrappedBoolRuleProto3) GetVal() []*wrapperspb.BoolValue
- func (*PredefinedRepeatedWrappedBoolRuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedBoolRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedBoolRuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedBoolRuleProto3) SetVal(v []*wrapperspb.BoolValue)
- func (x *PredefinedRepeatedWrappedBoolRuleProto3) String() string
- type PredefinedRepeatedWrappedBoolRuleProto3_builder
- type PredefinedRepeatedWrappedBytesRuleEdition2023
- func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) GetVal() []*wrapperspb.BytesValue
- func (*PredefinedRepeatedWrappedBytesRuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) SetVal(v []*wrapperspb.BytesValue)
- func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) String() string
- type PredefinedRepeatedWrappedBytesRuleEdition2023_builder
- type PredefinedRepeatedWrappedBytesRuleProto2
- func (x *PredefinedRepeatedWrappedBytesRuleProto2) GetVal() []*wrapperspb.BytesValue
- func (*PredefinedRepeatedWrappedBytesRuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedBytesRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedBytesRuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedBytesRuleProto2) SetVal(v []*wrapperspb.BytesValue)
- func (x *PredefinedRepeatedWrappedBytesRuleProto2) String() string
- type PredefinedRepeatedWrappedBytesRuleProto2_builder
- type PredefinedRepeatedWrappedBytesRuleProto3
- func (x *PredefinedRepeatedWrappedBytesRuleProto3) GetVal() []*wrapperspb.BytesValue
- func (*PredefinedRepeatedWrappedBytesRuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedBytesRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedBytesRuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedBytesRuleProto3) SetVal(v []*wrapperspb.BytesValue)
- func (x *PredefinedRepeatedWrappedBytesRuleProto3) String() string
- type PredefinedRepeatedWrappedBytesRuleProto3_builder
- type PredefinedRepeatedWrappedDoubleRuleEdition2023
- func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) GetVal() []*wrapperspb.DoubleValue
- func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) SetVal(v []*wrapperspb.DoubleValue)
- func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) String() string
- type PredefinedRepeatedWrappedDoubleRuleEdition2023_builder
- type PredefinedRepeatedWrappedDoubleRuleProto2
- func (x *PredefinedRepeatedWrappedDoubleRuleProto2) GetVal() []*wrapperspb.DoubleValue
- func (*PredefinedRepeatedWrappedDoubleRuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedDoubleRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedDoubleRuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedDoubleRuleProto2) SetVal(v []*wrapperspb.DoubleValue)
- func (x *PredefinedRepeatedWrappedDoubleRuleProto2) String() string
- type PredefinedRepeatedWrappedDoubleRuleProto2_builder
- type PredefinedRepeatedWrappedDoubleRuleProto3
- func (x *PredefinedRepeatedWrappedDoubleRuleProto3) GetVal() []*wrapperspb.DoubleValue
- func (*PredefinedRepeatedWrappedDoubleRuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedDoubleRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedDoubleRuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedDoubleRuleProto3) SetVal(v []*wrapperspb.DoubleValue)
- func (x *PredefinedRepeatedWrappedDoubleRuleProto3) String() string
- type PredefinedRepeatedWrappedDoubleRuleProto3_builder
- type PredefinedRepeatedWrappedFloatRuleEdition2023
- func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) GetVal() []*wrapperspb.FloatValue
- func (*PredefinedRepeatedWrappedFloatRuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) SetVal(v []*wrapperspb.FloatValue)
- func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) String() string
- type PredefinedRepeatedWrappedFloatRuleEdition2023_builder
- type PredefinedRepeatedWrappedFloatRuleProto2
- func (x *PredefinedRepeatedWrappedFloatRuleProto2) GetVal() []*wrapperspb.FloatValue
- func (*PredefinedRepeatedWrappedFloatRuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedFloatRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedFloatRuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedFloatRuleProto2) SetVal(v []*wrapperspb.FloatValue)
- func (x *PredefinedRepeatedWrappedFloatRuleProto2) String() string
- type PredefinedRepeatedWrappedFloatRuleProto2_builder
- type PredefinedRepeatedWrappedFloatRuleProto3
- func (x *PredefinedRepeatedWrappedFloatRuleProto3) GetVal() []*wrapperspb.FloatValue
- func (*PredefinedRepeatedWrappedFloatRuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedFloatRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedFloatRuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedFloatRuleProto3) SetVal(v []*wrapperspb.FloatValue)
- func (x *PredefinedRepeatedWrappedFloatRuleProto3) String() string
- type PredefinedRepeatedWrappedFloatRuleProto3_builder
- type PredefinedRepeatedWrappedInt32RuleEdition2023
- func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) GetVal() []*wrapperspb.Int32Value
- func (*PredefinedRepeatedWrappedInt32RuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) SetVal(v []*wrapperspb.Int32Value)
- func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) String() string
- type PredefinedRepeatedWrappedInt32RuleEdition2023_builder
- type PredefinedRepeatedWrappedInt32RuleProto2
- func (x *PredefinedRepeatedWrappedInt32RuleProto2) GetVal() []*wrapperspb.Int32Value
- func (*PredefinedRepeatedWrappedInt32RuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedInt32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedInt32RuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedInt32RuleProto2) SetVal(v []*wrapperspb.Int32Value)
- func (x *PredefinedRepeatedWrappedInt32RuleProto2) String() string
- type PredefinedRepeatedWrappedInt32RuleProto2_builder
- type PredefinedRepeatedWrappedInt32RuleProto3
- func (x *PredefinedRepeatedWrappedInt32RuleProto3) GetVal() []*wrapperspb.Int32Value
- func (*PredefinedRepeatedWrappedInt32RuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedInt32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedInt32RuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedInt32RuleProto3) SetVal(v []*wrapperspb.Int32Value)
- func (x *PredefinedRepeatedWrappedInt32RuleProto3) String() string
- type PredefinedRepeatedWrappedInt32RuleProto3_builder
- type PredefinedRepeatedWrappedInt64RuleEdition2023
- func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) GetVal() []*wrapperspb.Int64Value
- func (*PredefinedRepeatedWrappedInt64RuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) SetVal(v []*wrapperspb.Int64Value)
- func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) String() string
- type PredefinedRepeatedWrappedInt64RuleEdition2023_builder
- type PredefinedRepeatedWrappedInt64RuleProto2
- func (x *PredefinedRepeatedWrappedInt64RuleProto2) GetVal() []*wrapperspb.Int64Value
- func (*PredefinedRepeatedWrappedInt64RuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedInt64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedInt64RuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedInt64RuleProto2) SetVal(v []*wrapperspb.Int64Value)
- func (x *PredefinedRepeatedWrappedInt64RuleProto2) String() string
- type PredefinedRepeatedWrappedInt64RuleProto2_builder
- type PredefinedRepeatedWrappedInt64RuleProto3
- func (x *PredefinedRepeatedWrappedInt64RuleProto3) GetVal() []*wrapperspb.Int64Value
- func (*PredefinedRepeatedWrappedInt64RuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedInt64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedInt64RuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedInt64RuleProto3) SetVal(v []*wrapperspb.Int64Value)
- func (x *PredefinedRepeatedWrappedInt64RuleProto3) String() string
- type PredefinedRepeatedWrappedInt64RuleProto3_builder
- type PredefinedRepeatedWrappedStringRuleEdition2023
- func (x *PredefinedRepeatedWrappedStringRuleEdition2023) GetVal() []*wrapperspb.StringValue
- func (*PredefinedRepeatedWrappedStringRuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedStringRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedStringRuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedStringRuleEdition2023) SetVal(v []*wrapperspb.StringValue)
- func (x *PredefinedRepeatedWrappedStringRuleEdition2023) String() string
- type PredefinedRepeatedWrappedStringRuleEdition2023_builder
- type PredefinedRepeatedWrappedStringRuleProto2
- func (x *PredefinedRepeatedWrappedStringRuleProto2) GetVal() []*wrapperspb.StringValue
- func (*PredefinedRepeatedWrappedStringRuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedStringRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedStringRuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedStringRuleProto2) SetVal(v []*wrapperspb.StringValue)
- func (x *PredefinedRepeatedWrappedStringRuleProto2) String() string
- type PredefinedRepeatedWrappedStringRuleProto2_builder
- type PredefinedRepeatedWrappedStringRuleProto3
- func (x *PredefinedRepeatedWrappedStringRuleProto3) GetVal() []*wrapperspb.StringValue
- func (*PredefinedRepeatedWrappedStringRuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedStringRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedStringRuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedStringRuleProto3) SetVal(v []*wrapperspb.StringValue)
- func (x *PredefinedRepeatedWrappedStringRuleProto3) String() string
- type PredefinedRepeatedWrappedStringRuleProto3_builder
- type PredefinedRepeatedWrappedUInt32RuleEdition2023
- func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) GetVal() []*wrapperspb.UInt32Value
- func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) SetVal(v []*wrapperspb.UInt32Value)
- func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) String() string
- type PredefinedRepeatedWrappedUInt32RuleEdition2023_builder
- type PredefinedRepeatedWrappedUInt32RuleProto2
- func (x *PredefinedRepeatedWrappedUInt32RuleProto2) GetVal() []*wrapperspb.UInt32Value
- func (*PredefinedRepeatedWrappedUInt32RuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedUInt32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedUInt32RuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedUInt32RuleProto2) SetVal(v []*wrapperspb.UInt32Value)
- func (x *PredefinedRepeatedWrappedUInt32RuleProto2) String() string
- type PredefinedRepeatedWrappedUInt32RuleProto2_builder
- type PredefinedRepeatedWrappedUInt32RuleProto3
- func (x *PredefinedRepeatedWrappedUInt32RuleProto3) GetVal() []*wrapperspb.UInt32Value
- func (*PredefinedRepeatedWrappedUInt32RuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedUInt32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedUInt32RuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedUInt32RuleProto3) SetVal(v []*wrapperspb.UInt32Value)
- func (x *PredefinedRepeatedWrappedUInt32RuleProto3) String() string
- type PredefinedRepeatedWrappedUInt32RuleProto3_builder
- type PredefinedRepeatedWrappedUInt64RuleEdition2023
- func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) GetVal() []*wrapperspb.UInt64Value
- func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) ProtoMessage()
- func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) Reset()
- func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) SetVal(v []*wrapperspb.UInt64Value)
- func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) String() string
- type PredefinedRepeatedWrappedUInt64RuleEdition2023_builder
- type PredefinedRepeatedWrappedUInt64RuleProto2
- func (x *PredefinedRepeatedWrappedUInt64RuleProto2) GetVal() []*wrapperspb.UInt64Value
- func (*PredefinedRepeatedWrappedUInt64RuleProto2) ProtoMessage()
- func (x *PredefinedRepeatedWrappedUInt64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedUInt64RuleProto2) Reset()
- func (x *PredefinedRepeatedWrappedUInt64RuleProto2) SetVal(v []*wrapperspb.UInt64Value)
- func (x *PredefinedRepeatedWrappedUInt64RuleProto2) String() string
- type PredefinedRepeatedWrappedUInt64RuleProto2_builder
- type PredefinedRepeatedWrappedUInt64RuleProto3
- func (x *PredefinedRepeatedWrappedUInt64RuleProto3) GetVal() []*wrapperspb.UInt64Value
- func (*PredefinedRepeatedWrappedUInt64RuleProto3) ProtoMessage()
- func (x *PredefinedRepeatedWrappedUInt64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedRepeatedWrappedUInt64RuleProto3) Reset()
- func (x *PredefinedRepeatedWrappedUInt64RuleProto3) SetVal(v []*wrapperspb.UInt64Value)
- func (x *PredefinedRepeatedWrappedUInt64RuleProto3) String() string
- type PredefinedRepeatedWrappedUInt64RuleProto3_builder
- type PredefinedRulesProto3UnusedImportBugWorkaround
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) ClearDummy_1()
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) ClearDummy_2()
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) GetDummy_1() *StandardPredefinedAndCustomRuleProto2
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) GetDummy_2() *StandardPredefinedAndCustomRuleEdition2023
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) HasDummy_1() bool
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) HasDummy_2() bool
- func (*PredefinedRulesProto3UnusedImportBugWorkaround) ProtoMessage()
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) ProtoReflect() protoreflect.Message
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) Reset()
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) SetDummy_1(v *StandardPredefinedAndCustomRuleProto2)
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) SetDummy_2(v *StandardPredefinedAndCustomRuleEdition2023)
- func (x *PredefinedRulesProto3UnusedImportBugWorkaround) String() string
- type PredefinedRulesProto3UnusedImportBugWorkaround_builder
- type PredefinedSFixed32RuleEdition2023
- func (x *PredefinedSFixed32RuleEdition2023) ClearVal()
- func (x *PredefinedSFixed32RuleEdition2023) GetVal() int32
- func (x *PredefinedSFixed32RuleEdition2023) HasVal() bool
- func (*PredefinedSFixed32RuleEdition2023) ProtoMessage()
- func (x *PredefinedSFixed32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedSFixed32RuleEdition2023) Reset()
- func (x *PredefinedSFixed32RuleEdition2023) SetVal(v int32)
- func (x *PredefinedSFixed32RuleEdition2023) String() string
- type PredefinedSFixed32RuleEdition2023_builder
- type PredefinedSFixed32RuleProto2
- func (x *PredefinedSFixed32RuleProto2) ClearVal()
- func (x *PredefinedSFixed32RuleProto2) GetVal() int32
- func (x *PredefinedSFixed32RuleProto2) HasVal() bool
- func (*PredefinedSFixed32RuleProto2) ProtoMessage()
- func (x *PredefinedSFixed32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedSFixed32RuleProto2) Reset()
- func (x *PredefinedSFixed32RuleProto2) SetVal(v int32)
- func (x *PredefinedSFixed32RuleProto2) String() string
- type PredefinedSFixed32RuleProto2_builder
- type PredefinedSFixed32RuleProto3
- func (x *PredefinedSFixed32RuleProto3) GetVal() int32
- func (*PredefinedSFixed32RuleProto3) ProtoMessage()
- func (x *PredefinedSFixed32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedSFixed32RuleProto3) Reset()
- func (x *PredefinedSFixed32RuleProto3) SetVal(v int32)
- func (x *PredefinedSFixed32RuleProto3) String() string
- type PredefinedSFixed32RuleProto3_builder
- type PredefinedSFixed64RuleEdition2023
- func (x *PredefinedSFixed64RuleEdition2023) ClearVal()
- func (x *PredefinedSFixed64RuleEdition2023) GetVal() int64
- func (x *PredefinedSFixed64RuleEdition2023) HasVal() bool
- func (*PredefinedSFixed64RuleEdition2023) ProtoMessage()
- func (x *PredefinedSFixed64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedSFixed64RuleEdition2023) Reset()
- func (x *PredefinedSFixed64RuleEdition2023) SetVal(v int64)
- func (x *PredefinedSFixed64RuleEdition2023) String() string
- type PredefinedSFixed64RuleEdition2023_builder
- type PredefinedSFixed64RuleProto2
- func (x *PredefinedSFixed64RuleProto2) ClearVal()
- func (x *PredefinedSFixed64RuleProto2) GetVal() int64
- func (x *PredefinedSFixed64RuleProto2) HasVal() bool
- func (*PredefinedSFixed64RuleProto2) ProtoMessage()
- func (x *PredefinedSFixed64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedSFixed64RuleProto2) Reset()
- func (x *PredefinedSFixed64RuleProto2) SetVal(v int64)
- func (x *PredefinedSFixed64RuleProto2) String() string
- type PredefinedSFixed64RuleProto2_builder
- type PredefinedSFixed64RuleProto3
- func (x *PredefinedSFixed64RuleProto3) GetVal() int64
- func (*PredefinedSFixed64RuleProto3) ProtoMessage()
- func (x *PredefinedSFixed64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedSFixed64RuleProto3) Reset()
- func (x *PredefinedSFixed64RuleProto3) SetVal(v int64)
- func (x *PredefinedSFixed64RuleProto3) String() string
- type PredefinedSFixed64RuleProto3_builder
- type PredefinedSInt32RuleEdition2023
- func (x *PredefinedSInt32RuleEdition2023) ClearVal()
- func (x *PredefinedSInt32RuleEdition2023) GetVal() int32
- func (x *PredefinedSInt32RuleEdition2023) HasVal() bool
- func (*PredefinedSInt32RuleEdition2023) ProtoMessage()
- func (x *PredefinedSInt32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedSInt32RuleEdition2023) Reset()
- func (x *PredefinedSInt32RuleEdition2023) SetVal(v int32)
- func (x *PredefinedSInt32RuleEdition2023) String() string
- type PredefinedSInt32RuleEdition2023_builder
- type PredefinedSInt32RuleProto2
- func (x *PredefinedSInt32RuleProto2) ClearVal()
- func (x *PredefinedSInt32RuleProto2) GetVal() int32
- func (x *PredefinedSInt32RuleProto2) HasVal() bool
- func (*PredefinedSInt32RuleProto2) ProtoMessage()
- func (x *PredefinedSInt32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedSInt32RuleProto2) Reset()
- func (x *PredefinedSInt32RuleProto2) SetVal(v int32)
- func (x *PredefinedSInt32RuleProto2) String() string
- type PredefinedSInt32RuleProto2_builder
- type PredefinedSInt32RuleProto3
- func (x *PredefinedSInt32RuleProto3) GetVal() int32
- func (*PredefinedSInt32RuleProto3) ProtoMessage()
- func (x *PredefinedSInt32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedSInt32RuleProto3) Reset()
- func (x *PredefinedSInt32RuleProto3) SetVal(v int32)
- func (x *PredefinedSInt32RuleProto3) String() string
- type PredefinedSInt32RuleProto3_builder
- type PredefinedSInt64RuleEdition2023
- func (x *PredefinedSInt64RuleEdition2023) ClearVal()
- func (x *PredefinedSInt64RuleEdition2023) GetVal() int64
- func (x *PredefinedSInt64RuleEdition2023) HasVal() bool
- func (*PredefinedSInt64RuleEdition2023) ProtoMessage()
- func (x *PredefinedSInt64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedSInt64RuleEdition2023) Reset()
- func (x *PredefinedSInt64RuleEdition2023) SetVal(v int64)
- func (x *PredefinedSInt64RuleEdition2023) String() string
- type PredefinedSInt64RuleEdition2023_builder
- type PredefinedSInt64RuleProto2
- func (x *PredefinedSInt64RuleProto2) ClearVal()
- func (x *PredefinedSInt64RuleProto2) GetVal() int64
- func (x *PredefinedSInt64RuleProto2) HasVal() bool
- func (*PredefinedSInt64RuleProto2) ProtoMessage()
- func (x *PredefinedSInt64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedSInt64RuleProto2) Reset()
- func (x *PredefinedSInt64RuleProto2) SetVal(v int64)
- func (x *PredefinedSInt64RuleProto2) String() string
- type PredefinedSInt64RuleProto2_builder
- type PredefinedSInt64RuleProto3
- func (x *PredefinedSInt64RuleProto3) GetVal() int64
- func (*PredefinedSInt64RuleProto3) ProtoMessage()
- func (x *PredefinedSInt64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedSInt64RuleProto3) Reset()
- func (x *PredefinedSInt64RuleProto3) SetVal(v int64)
- func (x *PredefinedSInt64RuleProto3) String() string
- type PredefinedSInt64RuleProto3_builder
- type PredefinedStringRuleEdition2023
- func (x *PredefinedStringRuleEdition2023) ClearVal()
- func (x *PredefinedStringRuleEdition2023) GetVal() string
- func (x *PredefinedStringRuleEdition2023) HasVal() bool
- func (*PredefinedStringRuleEdition2023) ProtoMessage()
- func (x *PredefinedStringRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedStringRuleEdition2023) Reset()
- func (x *PredefinedStringRuleEdition2023) SetVal(v string)
- func (x *PredefinedStringRuleEdition2023) String() string
- type PredefinedStringRuleEdition2023_builder
- type PredefinedStringRuleProto2
- func (x *PredefinedStringRuleProto2) ClearVal()
- func (x *PredefinedStringRuleProto2) GetVal() string
- func (x *PredefinedStringRuleProto2) HasVal() bool
- func (*PredefinedStringRuleProto2) ProtoMessage()
- func (x *PredefinedStringRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedStringRuleProto2) Reset()
- func (x *PredefinedStringRuleProto2) SetVal(v string)
- func (x *PredefinedStringRuleProto2) String() string
- type PredefinedStringRuleProto2_builder
- type PredefinedStringRuleProto3
- func (x *PredefinedStringRuleProto3) GetVal() string
- func (*PredefinedStringRuleProto3) ProtoMessage()
- func (x *PredefinedStringRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedStringRuleProto3) Reset()
- func (x *PredefinedStringRuleProto3) SetVal(v string)
- func (x *PredefinedStringRuleProto3) String() string
- type PredefinedStringRuleProto3_builder
- type PredefinedTimestampRuleEdition2023
- func (x *PredefinedTimestampRuleEdition2023) ClearVal()
- func (x *PredefinedTimestampRuleEdition2023) GetVal() *timestamppb.Timestamp
- func (x *PredefinedTimestampRuleEdition2023) HasVal() bool
- func (*PredefinedTimestampRuleEdition2023) ProtoMessage()
- func (x *PredefinedTimestampRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedTimestampRuleEdition2023) Reset()
- func (x *PredefinedTimestampRuleEdition2023) SetVal(v *timestamppb.Timestamp)
- func (x *PredefinedTimestampRuleEdition2023) String() string
- type PredefinedTimestampRuleEdition2023_builder
- type PredefinedTimestampRuleProto2
- func (x *PredefinedTimestampRuleProto2) ClearVal()
- func (x *PredefinedTimestampRuleProto2) GetVal() *timestamppb.Timestamp
- func (x *PredefinedTimestampRuleProto2) HasVal() bool
- func (*PredefinedTimestampRuleProto2) ProtoMessage()
- func (x *PredefinedTimestampRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedTimestampRuleProto2) Reset()
- func (x *PredefinedTimestampRuleProto2) SetVal(v *timestamppb.Timestamp)
- func (x *PredefinedTimestampRuleProto2) String() string
- type PredefinedTimestampRuleProto2_builder
- type PredefinedTimestampRuleProto3
- func (x *PredefinedTimestampRuleProto3) ClearVal()
- func (x *PredefinedTimestampRuleProto3) GetVal() *timestamppb.Timestamp
- func (x *PredefinedTimestampRuleProto3) HasVal() bool
- func (*PredefinedTimestampRuleProto3) ProtoMessage()
- func (x *PredefinedTimestampRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedTimestampRuleProto3) Reset()
- func (x *PredefinedTimestampRuleProto3) SetVal(v *timestamppb.Timestamp)
- func (x *PredefinedTimestampRuleProto3) String() string
- type PredefinedTimestampRuleProto3_builder
- type PredefinedUInt32RuleEdition2023
- func (x *PredefinedUInt32RuleEdition2023) ClearVal()
- func (x *PredefinedUInt32RuleEdition2023) GetVal() uint32
- func (x *PredefinedUInt32RuleEdition2023) HasVal() bool
- func (*PredefinedUInt32RuleEdition2023) ProtoMessage()
- func (x *PredefinedUInt32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedUInt32RuleEdition2023) Reset()
- func (x *PredefinedUInt32RuleEdition2023) SetVal(v uint32)
- func (x *PredefinedUInt32RuleEdition2023) String() string
- type PredefinedUInt32RuleEdition2023_builder
- type PredefinedUInt32RuleProto2
- func (x *PredefinedUInt32RuleProto2) ClearVal()
- func (x *PredefinedUInt32RuleProto2) GetVal() uint32
- func (x *PredefinedUInt32RuleProto2) HasVal() bool
- func (*PredefinedUInt32RuleProto2) ProtoMessage()
- func (x *PredefinedUInt32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedUInt32RuleProto2) Reset()
- func (x *PredefinedUInt32RuleProto2) SetVal(v uint32)
- func (x *PredefinedUInt32RuleProto2) String() string
- type PredefinedUInt32RuleProto2_builder
- type PredefinedUInt32RuleProto3
- func (x *PredefinedUInt32RuleProto3) GetVal() uint32
- func (*PredefinedUInt32RuleProto3) ProtoMessage()
- func (x *PredefinedUInt32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedUInt32RuleProto3) Reset()
- func (x *PredefinedUInt32RuleProto3) SetVal(v uint32)
- func (x *PredefinedUInt32RuleProto3) String() string
- type PredefinedUInt32RuleProto3_builder
- type PredefinedUInt64RuleEdition2023
- func (x *PredefinedUInt64RuleEdition2023) ClearVal()
- func (x *PredefinedUInt64RuleEdition2023) GetVal() uint64
- func (x *PredefinedUInt64RuleEdition2023) HasVal() bool
- func (*PredefinedUInt64RuleEdition2023) ProtoMessage()
- func (x *PredefinedUInt64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedUInt64RuleEdition2023) Reset()
- func (x *PredefinedUInt64RuleEdition2023) SetVal(v uint64)
- func (x *PredefinedUInt64RuleEdition2023) String() string
- type PredefinedUInt64RuleEdition2023_builder
- type PredefinedUInt64RuleProto2
- func (x *PredefinedUInt64RuleProto2) ClearVal()
- func (x *PredefinedUInt64RuleProto2) GetVal() uint64
- func (x *PredefinedUInt64RuleProto2) HasVal() bool
- func (*PredefinedUInt64RuleProto2) ProtoMessage()
- func (x *PredefinedUInt64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedUInt64RuleProto2) Reset()
- func (x *PredefinedUInt64RuleProto2) SetVal(v uint64)
- func (x *PredefinedUInt64RuleProto2) String() string
- type PredefinedUInt64RuleProto2_builder
- type PredefinedUInt64RuleProto3
- func (x *PredefinedUInt64RuleProto3) GetVal() uint64
- func (*PredefinedUInt64RuleProto3) ProtoMessage()
- func (x *PredefinedUInt64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedUInt64RuleProto3) Reset()
- func (x *PredefinedUInt64RuleProto3) SetVal(v uint64)
- func (x *PredefinedUInt64RuleProto3) String() string
- type PredefinedUInt64RuleProto3_builder
- type PredefinedWrappedBoolRuleEdition2023
- func (x *PredefinedWrappedBoolRuleEdition2023) ClearVal()
- func (x *PredefinedWrappedBoolRuleEdition2023) GetVal() *wrapperspb.BoolValue
- func (x *PredefinedWrappedBoolRuleEdition2023) HasVal() bool
- func (*PredefinedWrappedBoolRuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedBoolRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedBoolRuleEdition2023) Reset()
- func (x *PredefinedWrappedBoolRuleEdition2023) SetVal(v *wrapperspb.BoolValue)
- func (x *PredefinedWrappedBoolRuleEdition2023) String() string
- type PredefinedWrappedBoolRuleEdition2023_builder
- type PredefinedWrappedBoolRuleProto2
- func (x *PredefinedWrappedBoolRuleProto2) ClearVal()
- func (x *PredefinedWrappedBoolRuleProto2) GetVal() *wrapperspb.BoolValue
- func (x *PredefinedWrappedBoolRuleProto2) HasVal() bool
- func (*PredefinedWrappedBoolRuleProto2) ProtoMessage()
- func (x *PredefinedWrappedBoolRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedBoolRuleProto2) Reset()
- func (x *PredefinedWrappedBoolRuleProto2) SetVal(v *wrapperspb.BoolValue)
- func (x *PredefinedWrappedBoolRuleProto2) String() string
- type PredefinedWrappedBoolRuleProto2_builder
- type PredefinedWrappedBoolRuleProto3
- func (x *PredefinedWrappedBoolRuleProto3) ClearVal()
- func (x *PredefinedWrappedBoolRuleProto3) GetVal() *wrapperspb.BoolValue
- func (x *PredefinedWrappedBoolRuleProto3) HasVal() bool
- func (*PredefinedWrappedBoolRuleProto3) ProtoMessage()
- func (x *PredefinedWrappedBoolRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedBoolRuleProto3) Reset()
- func (x *PredefinedWrappedBoolRuleProto3) SetVal(v *wrapperspb.BoolValue)
- func (x *PredefinedWrappedBoolRuleProto3) String() string
- type PredefinedWrappedBoolRuleProto3_builder
- type PredefinedWrappedBytesRuleEdition2023
- func (x *PredefinedWrappedBytesRuleEdition2023) ClearVal()
- func (x *PredefinedWrappedBytesRuleEdition2023) GetVal() *wrapperspb.BytesValue
- func (x *PredefinedWrappedBytesRuleEdition2023) HasVal() bool
- func (*PredefinedWrappedBytesRuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedBytesRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedBytesRuleEdition2023) Reset()
- func (x *PredefinedWrappedBytesRuleEdition2023) SetVal(v *wrapperspb.BytesValue)
- func (x *PredefinedWrappedBytesRuleEdition2023) String() string
- type PredefinedWrappedBytesRuleEdition2023_builder
- type PredefinedWrappedBytesRuleProto2
- func (x *PredefinedWrappedBytesRuleProto2) ClearVal()
- func (x *PredefinedWrappedBytesRuleProto2) GetVal() *wrapperspb.BytesValue
- func (x *PredefinedWrappedBytesRuleProto2) HasVal() bool
- func (*PredefinedWrappedBytesRuleProto2) ProtoMessage()
- func (x *PredefinedWrappedBytesRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedBytesRuleProto2) Reset()
- func (x *PredefinedWrappedBytesRuleProto2) SetVal(v *wrapperspb.BytesValue)
- func (x *PredefinedWrappedBytesRuleProto2) String() string
- type PredefinedWrappedBytesRuleProto2_builder
- type PredefinedWrappedBytesRuleProto3
- func (x *PredefinedWrappedBytesRuleProto3) ClearVal()
- func (x *PredefinedWrappedBytesRuleProto3) GetVal() *wrapperspb.BytesValue
- func (x *PredefinedWrappedBytesRuleProto3) HasVal() bool
- func (*PredefinedWrappedBytesRuleProto3) ProtoMessage()
- func (x *PredefinedWrappedBytesRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedBytesRuleProto3) Reset()
- func (x *PredefinedWrappedBytesRuleProto3) SetVal(v *wrapperspb.BytesValue)
- func (x *PredefinedWrappedBytesRuleProto3) String() string
- type PredefinedWrappedBytesRuleProto3_builder
- type PredefinedWrappedDoubleRuleEdition2023
- func (x *PredefinedWrappedDoubleRuleEdition2023) ClearVal()
- func (x *PredefinedWrappedDoubleRuleEdition2023) GetVal() *wrapperspb.DoubleValue
- func (x *PredefinedWrappedDoubleRuleEdition2023) HasVal() bool
- func (*PredefinedWrappedDoubleRuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedDoubleRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedDoubleRuleEdition2023) Reset()
- func (x *PredefinedWrappedDoubleRuleEdition2023) SetVal(v *wrapperspb.DoubleValue)
- func (x *PredefinedWrappedDoubleRuleEdition2023) String() string
- type PredefinedWrappedDoubleRuleEdition2023_builder
- type PredefinedWrappedDoubleRuleProto2
- func (x *PredefinedWrappedDoubleRuleProto2) ClearVal()
- func (x *PredefinedWrappedDoubleRuleProto2) GetVal() *wrapperspb.DoubleValue
- func (x *PredefinedWrappedDoubleRuleProto2) HasVal() bool
- func (*PredefinedWrappedDoubleRuleProto2) ProtoMessage()
- func (x *PredefinedWrappedDoubleRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedDoubleRuleProto2) Reset()
- func (x *PredefinedWrappedDoubleRuleProto2) SetVal(v *wrapperspb.DoubleValue)
- func (x *PredefinedWrappedDoubleRuleProto2) String() string
- type PredefinedWrappedDoubleRuleProto2_builder
- type PredefinedWrappedDoubleRuleProto3
- func (x *PredefinedWrappedDoubleRuleProto3) ClearVal()
- func (x *PredefinedWrappedDoubleRuleProto3) GetVal() *wrapperspb.DoubleValue
- func (x *PredefinedWrappedDoubleRuleProto3) HasVal() bool
- func (*PredefinedWrappedDoubleRuleProto3) ProtoMessage()
- func (x *PredefinedWrappedDoubleRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedDoubleRuleProto3) Reset()
- func (x *PredefinedWrappedDoubleRuleProto3) SetVal(v *wrapperspb.DoubleValue)
- func (x *PredefinedWrappedDoubleRuleProto3) String() string
- type PredefinedWrappedDoubleRuleProto3_builder
- type PredefinedWrappedFloatRuleEdition2023
- func (x *PredefinedWrappedFloatRuleEdition2023) ClearVal()
- func (x *PredefinedWrappedFloatRuleEdition2023) GetVal() *wrapperspb.FloatValue
- func (x *PredefinedWrappedFloatRuleEdition2023) HasVal() bool
- func (*PredefinedWrappedFloatRuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedFloatRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedFloatRuleEdition2023) Reset()
- func (x *PredefinedWrappedFloatRuleEdition2023) SetVal(v *wrapperspb.FloatValue)
- func (x *PredefinedWrappedFloatRuleEdition2023) String() string
- type PredefinedWrappedFloatRuleEdition2023_builder
- type PredefinedWrappedFloatRuleProto2
- func (x *PredefinedWrappedFloatRuleProto2) ClearVal()
- func (x *PredefinedWrappedFloatRuleProto2) GetVal() *wrapperspb.FloatValue
- func (x *PredefinedWrappedFloatRuleProto2) HasVal() bool
- func (*PredefinedWrappedFloatRuleProto2) ProtoMessage()
- func (x *PredefinedWrappedFloatRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedFloatRuleProto2) Reset()
- func (x *PredefinedWrappedFloatRuleProto2) SetVal(v *wrapperspb.FloatValue)
- func (x *PredefinedWrappedFloatRuleProto2) String() string
- type PredefinedWrappedFloatRuleProto2_builder
- type PredefinedWrappedFloatRuleProto3
- func (x *PredefinedWrappedFloatRuleProto3) ClearVal()
- func (x *PredefinedWrappedFloatRuleProto3) GetVal() *wrapperspb.FloatValue
- func (x *PredefinedWrappedFloatRuleProto3) HasVal() bool
- func (*PredefinedWrappedFloatRuleProto3) ProtoMessage()
- func (x *PredefinedWrappedFloatRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedFloatRuleProto3) Reset()
- func (x *PredefinedWrappedFloatRuleProto3) SetVal(v *wrapperspb.FloatValue)
- func (x *PredefinedWrappedFloatRuleProto3) String() string
- type PredefinedWrappedFloatRuleProto3_builder
- type PredefinedWrappedInt32RuleEdition2023
- func (x *PredefinedWrappedInt32RuleEdition2023) ClearVal()
- func (x *PredefinedWrappedInt32RuleEdition2023) GetVal() *wrapperspb.Int32Value
- func (x *PredefinedWrappedInt32RuleEdition2023) HasVal() bool
- func (*PredefinedWrappedInt32RuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedInt32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedInt32RuleEdition2023) Reset()
- func (x *PredefinedWrappedInt32RuleEdition2023) SetVal(v *wrapperspb.Int32Value)
- func (x *PredefinedWrappedInt32RuleEdition2023) String() string
- type PredefinedWrappedInt32RuleEdition2023_builder
- type PredefinedWrappedInt32RuleProto2
- func (x *PredefinedWrappedInt32RuleProto2) ClearVal()
- func (x *PredefinedWrappedInt32RuleProto2) GetVal() *wrapperspb.Int32Value
- func (x *PredefinedWrappedInt32RuleProto2) HasVal() bool
- func (*PredefinedWrappedInt32RuleProto2) ProtoMessage()
- func (x *PredefinedWrappedInt32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedInt32RuleProto2) Reset()
- func (x *PredefinedWrappedInt32RuleProto2) SetVal(v *wrapperspb.Int32Value)
- func (x *PredefinedWrappedInt32RuleProto2) String() string
- type PredefinedWrappedInt32RuleProto2_builder
- type PredefinedWrappedInt32RuleProto3
- func (x *PredefinedWrappedInt32RuleProto3) ClearVal()
- func (x *PredefinedWrappedInt32RuleProto3) GetVal() *wrapperspb.Int32Value
- func (x *PredefinedWrappedInt32RuleProto3) HasVal() bool
- func (*PredefinedWrappedInt32RuleProto3) ProtoMessage()
- func (x *PredefinedWrappedInt32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedInt32RuleProto3) Reset()
- func (x *PredefinedWrappedInt32RuleProto3) SetVal(v *wrapperspb.Int32Value)
- func (x *PredefinedWrappedInt32RuleProto3) String() string
- type PredefinedWrappedInt32RuleProto3_builder
- type PredefinedWrappedInt64RuleEdition2023
- func (x *PredefinedWrappedInt64RuleEdition2023) ClearVal()
- func (x *PredefinedWrappedInt64RuleEdition2023) GetVal() *wrapperspb.Int64Value
- func (x *PredefinedWrappedInt64RuleEdition2023) HasVal() bool
- func (*PredefinedWrappedInt64RuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedInt64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedInt64RuleEdition2023) Reset()
- func (x *PredefinedWrappedInt64RuleEdition2023) SetVal(v *wrapperspb.Int64Value)
- func (x *PredefinedWrappedInt64RuleEdition2023) String() string
- type PredefinedWrappedInt64RuleEdition2023_builder
- type PredefinedWrappedInt64RuleProto2
- func (x *PredefinedWrappedInt64RuleProto2) ClearVal()
- func (x *PredefinedWrappedInt64RuleProto2) GetVal() *wrapperspb.Int64Value
- func (x *PredefinedWrappedInt64RuleProto2) HasVal() bool
- func (*PredefinedWrappedInt64RuleProto2) ProtoMessage()
- func (x *PredefinedWrappedInt64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedInt64RuleProto2) Reset()
- func (x *PredefinedWrappedInt64RuleProto2) SetVal(v *wrapperspb.Int64Value)
- func (x *PredefinedWrappedInt64RuleProto2) String() string
- type PredefinedWrappedInt64RuleProto2_builder
- type PredefinedWrappedInt64RuleProto3
- func (x *PredefinedWrappedInt64RuleProto3) ClearVal()
- func (x *PredefinedWrappedInt64RuleProto3) GetVal() *wrapperspb.Int64Value
- func (x *PredefinedWrappedInt64RuleProto3) HasVal() bool
- func (*PredefinedWrappedInt64RuleProto3) ProtoMessage()
- func (x *PredefinedWrappedInt64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedInt64RuleProto3) Reset()
- func (x *PredefinedWrappedInt64RuleProto3) SetVal(v *wrapperspb.Int64Value)
- func (x *PredefinedWrappedInt64RuleProto3) String() string
- type PredefinedWrappedInt64RuleProto3_builder
- type PredefinedWrappedStringRuleEdition2023
- func (x *PredefinedWrappedStringRuleEdition2023) ClearVal()
- func (x *PredefinedWrappedStringRuleEdition2023) GetVal() *wrapperspb.StringValue
- func (x *PredefinedWrappedStringRuleEdition2023) HasVal() bool
- func (*PredefinedWrappedStringRuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedStringRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedStringRuleEdition2023) Reset()
- func (x *PredefinedWrappedStringRuleEdition2023) SetVal(v *wrapperspb.StringValue)
- func (x *PredefinedWrappedStringRuleEdition2023) String() string
- type PredefinedWrappedStringRuleEdition2023_builder
- type PredefinedWrappedStringRuleProto2
- func (x *PredefinedWrappedStringRuleProto2) ClearVal()
- func (x *PredefinedWrappedStringRuleProto2) GetVal() *wrapperspb.StringValue
- func (x *PredefinedWrappedStringRuleProto2) HasVal() bool
- func (*PredefinedWrappedStringRuleProto2) ProtoMessage()
- func (x *PredefinedWrappedStringRuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedStringRuleProto2) Reset()
- func (x *PredefinedWrappedStringRuleProto2) SetVal(v *wrapperspb.StringValue)
- func (x *PredefinedWrappedStringRuleProto2) String() string
- type PredefinedWrappedStringRuleProto2_builder
- type PredefinedWrappedStringRuleProto3
- func (x *PredefinedWrappedStringRuleProto3) ClearVal()
- func (x *PredefinedWrappedStringRuleProto3) GetVal() *wrapperspb.StringValue
- func (x *PredefinedWrappedStringRuleProto3) HasVal() bool
- func (*PredefinedWrappedStringRuleProto3) ProtoMessage()
- func (x *PredefinedWrappedStringRuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedStringRuleProto3) Reset()
- func (x *PredefinedWrappedStringRuleProto3) SetVal(v *wrapperspb.StringValue)
- func (x *PredefinedWrappedStringRuleProto3) String() string
- type PredefinedWrappedStringRuleProto3_builder
- type PredefinedWrappedUInt32RuleEdition2023
- func (x *PredefinedWrappedUInt32RuleEdition2023) ClearVal()
- func (x *PredefinedWrappedUInt32RuleEdition2023) GetVal() *wrapperspb.UInt32Value
- func (x *PredefinedWrappedUInt32RuleEdition2023) HasVal() bool
- func (*PredefinedWrappedUInt32RuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedUInt32RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedUInt32RuleEdition2023) Reset()
- func (x *PredefinedWrappedUInt32RuleEdition2023) SetVal(v *wrapperspb.UInt32Value)
- func (x *PredefinedWrappedUInt32RuleEdition2023) String() string
- type PredefinedWrappedUInt32RuleEdition2023_builder
- type PredefinedWrappedUInt32RuleProto2
- func (x *PredefinedWrappedUInt32RuleProto2) ClearVal()
- func (x *PredefinedWrappedUInt32RuleProto2) GetVal() *wrapperspb.UInt32Value
- func (x *PredefinedWrappedUInt32RuleProto2) HasVal() bool
- func (*PredefinedWrappedUInt32RuleProto2) ProtoMessage()
- func (x *PredefinedWrappedUInt32RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedUInt32RuleProto2) Reset()
- func (x *PredefinedWrappedUInt32RuleProto2) SetVal(v *wrapperspb.UInt32Value)
- func (x *PredefinedWrappedUInt32RuleProto2) String() string
- type PredefinedWrappedUInt32RuleProto2_builder
- type PredefinedWrappedUInt32RuleProto3
- func (x *PredefinedWrappedUInt32RuleProto3) ClearVal()
- func (x *PredefinedWrappedUInt32RuleProto3) GetVal() *wrapperspb.UInt32Value
- func (x *PredefinedWrappedUInt32RuleProto3) HasVal() bool
- func (*PredefinedWrappedUInt32RuleProto3) ProtoMessage()
- func (x *PredefinedWrappedUInt32RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedUInt32RuleProto3) Reset()
- func (x *PredefinedWrappedUInt32RuleProto3) SetVal(v *wrapperspb.UInt32Value)
- func (x *PredefinedWrappedUInt32RuleProto3) String() string
- type PredefinedWrappedUInt32RuleProto3_builder
- type PredefinedWrappedUInt64RuleEdition2023
- func (x *PredefinedWrappedUInt64RuleEdition2023) ClearVal()
- func (x *PredefinedWrappedUInt64RuleEdition2023) GetVal() *wrapperspb.UInt64Value
- func (x *PredefinedWrappedUInt64RuleEdition2023) HasVal() bool
- func (*PredefinedWrappedUInt64RuleEdition2023) ProtoMessage()
- func (x *PredefinedWrappedUInt64RuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedUInt64RuleEdition2023) Reset()
- func (x *PredefinedWrappedUInt64RuleEdition2023) SetVal(v *wrapperspb.UInt64Value)
- func (x *PredefinedWrappedUInt64RuleEdition2023) String() string
- type PredefinedWrappedUInt64RuleEdition2023_builder
- type PredefinedWrappedUInt64RuleProto2
- func (x *PredefinedWrappedUInt64RuleProto2) ClearVal()
- func (x *PredefinedWrappedUInt64RuleProto2) GetVal() *wrapperspb.UInt64Value
- func (x *PredefinedWrappedUInt64RuleProto2) HasVal() bool
- func (*PredefinedWrappedUInt64RuleProto2) ProtoMessage()
- func (x *PredefinedWrappedUInt64RuleProto2) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedUInt64RuleProto2) Reset()
- func (x *PredefinedWrappedUInt64RuleProto2) SetVal(v *wrapperspb.UInt64Value)
- func (x *PredefinedWrappedUInt64RuleProto2) String() string
- type PredefinedWrappedUInt64RuleProto2_builder
- type PredefinedWrappedUInt64RuleProto3
- func (x *PredefinedWrappedUInt64RuleProto3) ClearVal()
- func (x *PredefinedWrappedUInt64RuleProto3) GetVal() *wrapperspb.UInt64Value
- func (x *PredefinedWrappedUInt64RuleProto3) HasVal() bool
- func (*PredefinedWrappedUInt64RuleProto3) ProtoMessage()
- func (x *PredefinedWrappedUInt64RuleProto3) ProtoReflect() protoreflect.Message
- func (x *PredefinedWrappedUInt64RuleProto3) Reset()
- func (x *PredefinedWrappedUInt64RuleProto3) SetVal(v *wrapperspb.UInt64Value)
- func (x *PredefinedWrappedUInt64RuleProto3) String() string
- type PredefinedWrappedUInt64RuleProto3_builder
- type Proto2MapIgnoreDefault
- func (x *Proto2MapIgnoreDefault) GetVal() map[int32]int32
- func (*Proto2MapIgnoreDefault) ProtoMessage()
- func (x *Proto2MapIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2MapIgnoreDefault) Reset()
- func (x *Proto2MapIgnoreDefault) SetVal(v map[int32]int32)
- func (x *Proto2MapIgnoreDefault) String() string
- type Proto2MapIgnoreDefault_builder
- type Proto2MapIgnoreEmpty
- func (x *Proto2MapIgnoreEmpty) GetVal() map[int32]int32
- func (*Proto2MapIgnoreEmpty) ProtoMessage()
- func (x *Proto2MapIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2MapIgnoreEmpty) Reset()
- func (x *Proto2MapIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *Proto2MapIgnoreEmpty) String() string
- type Proto2MapIgnoreEmpty_builder
- type Proto2MapIgnoreUnspecified
- func (x *Proto2MapIgnoreUnspecified) GetVal() map[int32]int32
- func (*Proto2MapIgnoreUnspecified) ProtoMessage()
- func (x *Proto2MapIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2MapIgnoreUnspecified) Reset()
- func (x *Proto2MapIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *Proto2MapIgnoreUnspecified) String() string
- type Proto2MapIgnoreUnspecified_builder
- type Proto2MapKeyIgnoreDefault
- func (x *Proto2MapKeyIgnoreDefault) GetVal() map[int32]int32
- func (*Proto2MapKeyIgnoreDefault) ProtoMessage()
- func (x *Proto2MapKeyIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2MapKeyIgnoreDefault) Reset()
- func (x *Proto2MapKeyIgnoreDefault) SetVal(v map[int32]int32)
- func (x *Proto2MapKeyIgnoreDefault) String() string
- type Proto2MapKeyIgnoreDefault_builder
- type Proto2MapKeyIgnoreEmpty
- func (x *Proto2MapKeyIgnoreEmpty) GetVal() map[int32]int32
- func (*Proto2MapKeyIgnoreEmpty) ProtoMessage()
- func (x *Proto2MapKeyIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2MapKeyIgnoreEmpty) Reset()
- func (x *Proto2MapKeyIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *Proto2MapKeyIgnoreEmpty) String() string
- type Proto2MapKeyIgnoreEmpty_builder
- type Proto2MapKeyIgnoreUnspecified
- func (x *Proto2MapKeyIgnoreUnspecified) GetVal() map[int32]int32
- func (*Proto2MapKeyIgnoreUnspecified) ProtoMessage()
- func (x *Proto2MapKeyIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2MapKeyIgnoreUnspecified) Reset()
- func (x *Proto2MapKeyIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *Proto2MapKeyIgnoreUnspecified) String() string
- type Proto2MapKeyIgnoreUnspecified_builder
- type Proto2MapValueIgnoreDefault
- func (x *Proto2MapValueIgnoreDefault) GetVal() map[int32]int32
- func (*Proto2MapValueIgnoreDefault) ProtoMessage()
- func (x *Proto2MapValueIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2MapValueIgnoreDefault) Reset()
- func (x *Proto2MapValueIgnoreDefault) SetVal(v map[int32]int32)
- func (x *Proto2MapValueIgnoreDefault) String() string
- type Proto2MapValueIgnoreDefault_builder
- type Proto2MapValueIgnoreEmpty
- func (x *Proto2MapValueIgnoreEmpty) GetVal() map[int32]int32
- func (*Proto2MapValueIgnoreEmpty) ProtoMessage()
- func (x *Proto2MapValueIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2MapValueIgnoreEmpty) Reset()
- func (x *Proto2MapValueIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *Proto2MapValueIgnoreEmpty) String() string
- type Proto2MapValueIgnoreEmpty_builder
- type Proto2MapValueIgnoreUnspecified
- func (x *Proto2MapValueIgnoreUnspecified) GetVal() map[int32]int32
- func (*Proto2MapValueIgnoreUnspecified) ProtoMessage()
- func (x *Proto2MapValueIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2MapValueIgnoreUnspecified) Reset()
- func (x *Proto2MapValueIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *Proto2MapValueIgnoreUnspecified) String() string
- type Proto2MapValueIgnoreUnspecified_builder
- type Proto2MessageOptionalIgnoreDefault
- func (x *Proto2MessageOptionalIgnoreDefault) ClearVal()
- func (x *Proto2MessageOptionalIgnoreDefault) GetVal() *Proto2MessageOptionalIgnoreDefault_Msg
- func (x *Proto2MessageOptionalIgnoreDefault) HasVal() bool
- func (*Proto2MessageOptionalIgnoreDefault) ProtoMessage()
- func (x *Proto2MessageOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageOptionalIgnoreDefault) Reset()
- func (x *Proto2MessageOptionalIgnoreDefault) SetVal(v *Proto2MessageOptionalIgnoreDefault_Msg)
- func (x *Proto2MessageOptionalIgnoreDefault) String() string
- type Proto2MessageOptionalIgnoreDefault_Msg
- func (x *Proto2MessageOptionalIgnoreDefault_Msg) ClearVal()
- func (x *Proto2MessageOptionalIgnoreDefault_Msg) GetVal() string
- func (x *Proto2MessageOptionalIgnoreDefault_Msg) HasVal() bool
- func (*Proto2MessageOptionalIgnoreDefault_Msg) ProtoMessage()
- func (x *Proto2MessageOptionalIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageOptionalIgnoreDefault_Msg) Reset()
- func (x *Proto2MessageOptionalIgnoreDefault_Msg) SetVal(v string)
- func (x *Proto2MessageOptionalIgnoreDefault_Msg) String() string
- type Proto2MessageOptionalIgnoreDefault_Msg_builder
- type Proto2MessageOptionalIgnoreDefault_builder
- type Proto2MessageOptionalIgnoreEmpty
- func (x *Proto2MessageOptionalIgnoreEmpty) ClearVal()
- func (x *Proto2MessageOptionalIgnoreEmpty) GetVal() *Proto2MessageOptionalIgnoreEmpty_Msg
- func (x *Proto2MessageOptionalIgnoreEmpty) HasVal() bool
- func (*Proto2MessageOptionalIgnoreEmpty) ProtoMessage()
- func (x *Proto2MessageOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageOptionalIgnoreEmpty) Reset()
- func (x *Proto2MessageOptionalIgnoreEmpty) SetVal(v *Proto2MessageOptionalIgnoreEmpty_Msg)
- func (x *Proto2MessageOptionalIgnoreEmpty) String() string
- type Proto2MessageOptionalIgnoreEmpty_Msg
- func (x *Proto2MessageOptionalIgnoreEmpty_Msg) ClearVal()
- func (x *Proto2MessageOptionalIgnoreEmpty_Msg) GetVal() string
- func (x *Proto2MessageOptionalIgnoreEmpty_Msg) HasVal() bool
- func (*Proto2MessageOptionalIgnoreEmpty_Msg) ProtoMessage()
- func (x *Proto2MessageOptionalIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageOptionalIgnoreEmpty_Msg) Reset()
- func (x *Proto2MessageOptionalIgnoreEmpty_Msg) SetVal(v string)
- func (x *Proto2MessageOptionalIgnoreEmpty_Msg) String() string
- type Proto2MessageOptionalIgnoreEmpty_Msg_builder
- type Proto2MessageOptionalIgnoreEmpty_builder
- type Proto2MessageOptionalIgnoreUnspecified
- func (x *Proto2MessageOptionalIgnoreUnspecified) ClearVal()
- func (x *Proto2MessageOptionalIgnoreUnspecified) GetVal() *Proto2MessageOptionalIgnoreUnspecified_Msg
- func (x *Proto2MessageOptionalIgnoreUnspecified) HasVal() bool
- func (*Proto2MessageOptionalIgnoreUnspecified) ProtoMessage()
- func (x *Proto2MessageOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageOptionalIgnoreUnspecified) Reset()
- func (x *Proto2MessageOptionalIgnoreUnspecified) SetVal(v *Proto2MessageOptionalIgnoreUnspecified_Msg)
- func (x *Proto2MessageOptionalIgnoreUnspecified) String() string
- type Proto2MessageOptionalIgnoreUnspecified_Msg
- func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) ClearVal()
- func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) GetVal() string
- func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) HasVal() bool
- func (*Proto2MessageOptionalIgnoreUnspecified_Msg) ProtoMessage()
- func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) Reset()
- func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) SetVal(v string)
- func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) String() string
- type Proto2MessageOptionalIgnoreUnspecified_Msg_builder
- type Proto2MessageOptionalIgnoreUnspecified_builder
- type Proto2MessageRequiredIgnoreDefault
- func (x *Proto2MessageRequiredIgnoreDefault) ClearVal()
- func (x *Proto2MessageRequiredIgnoreDefault) GetVal() *Proto2MessageRequiredIgnoreDefault_Msg
- func (x *Proto2MessageRequiredIgnoreDefault) HasVal() bool
- func (*Proto2MessageRequiredIgnoreDefault) ProtoMessage()
- func (x *Proto2MessageRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageRequiredIgnoreDefault) Reset()
- func (x *Proto2MessageRequiredIgnoreDefault) SetVal(v *Proto2MessageRequiredIgnoreDefault_Msg)
- func (x *Proto2MessageRequiredIgnoreDefault) String() string
- type Proto2MessageRequiredIgnoreDefault_Msg
- func (x *Proto2MessageRequiredIgnoreDefault_Msg) ClearVal()
- func (x *Proto2MessageRequiredIgnoreDefault_Msg) GetVal() string
- func (x *Proto2MessageRequiredIgnoreDefault_Msg) HasVal() bool
- func (*Proto2MessageRequiredIgnoreDefault_Msg) ProtoMessage()
- func (x *Proto2MessageRequiredIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageRequiredIgnoreDefault_Msg) Reset()
- func (x *Proto2MessageRequiredIgnoreDefault_Msg) SetVal(v string)
- func (x *Proto2MessageRequiredIgnoreDefault_Msg) String() string
- type Proto2MessageRequiredIgnoreDefault_Msg_builder
- type Proto2MessageRequiredIgnoreDefault_builder
- type Proto2MessageRequiredIgnoreEmpty
- func (x *Proto2MessageRequiredIgnoreEmpty) ClearVal()
- func (x *Proto2MessageRequiredIgnoreEmpty) GetVal() *Proto2MessageRequiredIgnoreEmpty_Msg
- func (x *Proto2MessageRequiredIgnoreEmpty) HasVal() bool
- func (*Proto2MessageRequiredIgnoreEmpty) ProtoMessage()
- func (x *Proto2MessageRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageRequiredIgnoreEmpty) Reset()
- func (x *Proto2MessageRequiredIgnoreEmpty) SetVal(v *Proto2MessageRequiredIgnoreEmpty_Msg)
- func (x *Proto2MessageRequiredIgnoreEmpty) String() string
- type Proto2MessageRequiredIgnoreEmpty_Msg
- func (x *Proto2MessageRequiredIgnoreEmpty_Msg) ClearVal()
- func (x *Proto2MessageRequiredIgnoreEmpty_Msg) GetVal() string
- func (x *Proto2MessageRequiredIgnoreEmpty_Msg) HasVal() bool
- func (*Proto2MessageRequiredIgnoreEmpty_Msg) ProtoMessage()
- func (x *Proto2MessageRequiredIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageRequiredIgnoreEmpty_Msg) Reset()
- func (x *Proto2MessageRequiredIgnoreEmpty_Msg) SetVal(v string)
- func (x *Proto2MessageRequiredIgnoreEmpty_Msg) String() string
- type Proto2MessageRequiredIgnoreEmpty_Msg_builder
- type Proto2MessageRequiredIgnoreEmpty_builder
- type Proto2MessageRequiredIgnoreUnspecified
- func (x *Proto2MessageRequiredIgnoreUnspecified) ClearVal()
- func (x *Proto2MessageRequiredIgnoreUnspecified) GetVal() *Proto2MessageRequiredIgnoreUnspecified_Msg
- func (x *Proto2MessageRequiredIgnoreUnspecified) HasVal() bool
- func (*Proto2MessageRequiredIgnoreUnspecified) ProtoMessage()
- func (x *Proto2MessageRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageRequiredIgnoreUnspecified) Reset()
- func (x *Proto2MessageRequiredIgnoreUnspecified) SetVal(v *Proto2MessageRequiredIgnoreUnspecified_Msg)
- func (x *Proto2MessageRequiredIgnoreUnspecified) String() string
- type Proto2MessageRequiredIgnoreUnspecified_Msg
- func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) ClearVal()
- func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) GetVal() string
- func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) HasVal() bool
- func (*Proto2MessageRequiredIgnoreUnspecified_Msg) ProtoMessage()
- func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) Reset()
- func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) SetVal(v string)
- func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) String() string
- type Proto2MessageRequiredIgnoreUnspecified_Msg_builder
- type Proto2MessageRequiredIgnoreUnspecified_builder
- type Proto2OneofIgnoreDefault
- func (x *Proto2OneofIgnoreDefault) ClearO()
- func (x *Proto2OneofIgnoreDefault) ClearVal()
- func (x *Proto2OneofIgnoreDefault) GetO() isProto2OneofIgnoreDefault_O
- func (x *Proto2OneofIgnoreDefault) GetVal() int32
- func (x *Proto2OneofIgnoreDefault) HasO() bool
- func (x *Proto2OneofIgnoreDefault) HasVal() bool
- func (*Proto2OneofIgnoreDefault) ProtoMessage()
- func (x *Proto2OneofIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2OneofIgnoreDefault) Reset()
- func (x *Proto2OneofIgnoreDefault) SetVal(v int32)
- func (x *Proto2OneofIgnoreDefault) String() string
- func (x *Proto2OneofIgnoreDefault) WhichO() case_Proto2OneofIgnoreDefault_O
- type Proto2OneofIgnoreDefaultWithDefault
- func (x *Proto2OneofIgnoreDefaultWithDefault) ClearO()
- func (x *Proto2OneofIgnoreDefaultWithDefault) ClearVal()
- func (x *Proto2OneofIgnoreDefaultWithDefault) GetO() isProto2OneofIgnoreDefaultWithDefault_O
- func (x *Proto2OneofIgnoreDefaultWithDefault) GetVal() int32
- func (x *Proto2OneofIgnoreDefaultWithDefault) HasO() bool
- func (x *Proto2OneofIgnoreDefaultWithDefault) HasVal() bool
- func (*Proto2OneofIgnoreDefaultWithDefault) ProtoMessage()
- func (x *Proto2OneofIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2OneofIgnoreDefaultWithDefault) Reset()
- func (x *Proto2OneofIgnoreDefaultWithDefault) SetVal(v int32)
- func (x *Proto2OneofIgnoreDefaultWithDefault) String() string
- func (x *Proto2OneofIgnoreDefaultWithDefault) WhichO() case_Proto2OneofIgnoreDefaultWithDefault_O
- type Proto2OneofIgnoreDefaultWithDefault_Val
- type Proto2OneofIgnoreDefaultWithDefault_builder
- type Proto2OneofIgnoreDefault_Val
- type Proto2OneofIgnoreDefault_builder
- type Proto2OneofIgnoreEmpty
- func (x *Proto2OneofIgnoreEmpty) ClearO()
- func (x *Proto2OneofIgnoreEmpty) ClearVal()
- func (x *Proto2OneofIgnoreEmpty) GetO() isProto2OneofIgnoreEmpty_O
- func (x *Proto2OneofIgnoreEmpty) GetVal() int32
- func (x *Proto2OneofIgnoreEmpty) HasO() bool
- func (x *Proto2OneofIgnoreEmpty) HasVal() bool
- func (*Proto2OneofIgnoreEmpty) ProtoMessage()
- func (x *Proto2OneofIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2OneofIgnoreEmpty) Reset()
- func (x *Proto2OneofIgnoreEmpty) SetVal(v int32)
- func (x *Proto2OneofIgnoreEmpty) String() string
- func (x *Proto2OneofIgnoreEmpty) WhichO() case_Proto2OneofIgnoreEmpty_O
- type Proto2OneofIgnoreEmptyWithDefault
- func (x *Proto2OneofIgnoreEmptyWithDefault) ClearO()
- func (x *Proto2OneofIgnoreEmptyWithDefault) ClearVal()
- func (x *Proto2OneofIgnoreEmptyWithDefault) GetO() isProto2OneofIgnoreEmptyWithDefault_O
- func (x *Proto2OneofIgnoreEmptyWithDefault) GetVal() int32
- func (x *Proto2OneofIgnoreEmptyWithDefault) HasO() bool
- func (x *Proto2OneofIgnoreEmptyWithDefault) HasVal() bool
- func (*Proto2OneofIgnoreEmptyWithDefault) ProtoMessage()
- func (x *Proto2OneofIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2OneofIgnoreEmptyWithDefault) Reset()
- func (x *Proto2OneofIgnoreEmptyWithDefault) SetVal(v int32)
- func (x *Proto2OneofIgnoreEmptyWithDefault) String() string
- func (x *Proto2OneofIgnoreEmptyWithDefault) WhichO() case_Proto2OneofIgnoreEmptyWithDefault_O
- type Proto2OneofIgnoreEmptyWithDefault_Val
- type Proto2OneofIgnoreEmptyWithDefault_builder
- type Proto2OneofIgnoreEmpty_Val
- type Proto2OneofIgnoreEmpty_builder
- type Proto2OneofIgnoreUnspecified
- func (x *Proto2OneofIgnoreUnspecified) ClearO()
- func (x *Proto2OneofIgnoreUnspecified) ClearVal()
- func (x *Proto2OneofIgnoreUnspecified) GetO() isProto2OneofIgnoreUnspecified_O
- func (x *Proto2OneofIgnoreUnspecified) GetVal() int32
- func (x *Proto2OneofIgnoreUnspecified) HasO() bool
- func (x *Proto2OneofIgnoreUnspecified) HasVal() bool
- func (*Proto2OneofIgnoreUnspecified) ProtoMessage()
- func (x *Proto2OneofIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2OneofIgnoreUnspecified) Reset()
- func (x *Proto2OneofIgnoreUnspecified) SetVal(v int32)
- func (x *Proto2OneofIgnoreUnspecified) String() string
- func (x *Proto2OneofIgnoreUnspecified) WhichO() case_Proto2OneofIgnoreUnspecified_O
- type Proto2OneofIgnoreUnspecifiedWithDefault
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) ClearO()
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) ClearVal()
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) GetO() isProto2OneofIgnoreUnspecifiedWithDefault_O
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) GetVal() int32
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) HasO() bool
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) HasVal() bool
- func (*Proto2OneofIgnoreUnspecifiedWithDefault) ProtoMessage()
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) Reset()
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) SetVal(v int32)
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) String() string
- func (x *Proto2OneofIgnoreUnspecifiedWithDefault) WhichO() case_Proto2OneofIgnoreUnspecifiedWithDefault_O
- type Proto2OneofIgnoreUnspecifiedWithDefault_Val
- type Proto2OneofIgnoreUnspecifiedWithDefault_builder
- type Proto2OneofIgnoreUnspecified_Val
- type Proto2OneofIgnoreUnspecified_builder
- type Proto2RepeatedIgnoreDefault
- func (x *Proto2RepeatedIgnoreDefault) GetVal() []int32
- func (*Proto2RepeatedIgnoreDefault) ProtoMessage()
- func (x *Proto2RepeatedIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2RepeatedIgnoreDefault) Reset()
- func (x *Proto2RepeatedIgnoreDefault) SetVal(v []int32)
- func (x *Proto2RepeatedIgnoreDefault) String() string
- type Proto2RepeatedIgnoreDefault_builder
- type Proto2RepeatedIgnoreEmpty
- func (x *Proto2RepeatedIgnoreEmpty) GetVal() []int32
- func (*Proto2RepeatedIgnoreEmpty) ProtoMessage()
- func (x *Proto2RepeatedIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2RepeatedIgnoreEmpty) Reset()
- func (x *Proto2RepeatedIgnoreEmpty) SetVal(v []int32)
- func (x *Proto2RepeatedIgnoreEmpty) String() string
- type Proto2RepeatedIgnoreEmpty_builder
- type Proto2RepeatedIgnoreUnspecified
- func (x *Proto2RepeatedIgnoreUnspecified) GetVal() []int32
- func (*Proto2RepeatedIgnoreUnspecified) ProtoMessage()
- func (x *Proto2RepeatedIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2RepeatedIgnoreUnspecified) Reset()
- func (x *Proto2RepeatedIgnoreUnspecified) SetVal(v []int32)
- func (x *Proto2RepeatedIgnoreUnspecified) String() string
- type Proto2RepeatedIgnoreUnspecified_builder
- type Proto2RepeatedItemIgnoreDefault
- func (x *Proto2RepeatedItemIgnoreDefault) GetVal() []int32
- func (*Proto2RepeatedItemIgnoreDefault) ProtoMessage()
- func (x *Proto2RepeatedItemIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2RepeatedItemIgnoreDefault) Reset()
- func (x *Proto2RepeatedItemIgnoreDefault) SetVal(v []int32)
- func (x *Proto2RepeatedItemIgnoreDefault) String() string
- type Proto2RepeatedItemIgnoreDefault_builder
- type Proto2RepeatedItemIgnoreEmpty
- func (x *Proto2RepeatedItemIgnoreEmpty) GetVal() []int32
- func (*Proto2RepeatedItemIgnoreEmpty) ProtoMessage()
- func (x *Proto2RepeatedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2RepeatedItemIgnoreEmpty) Reset()
- func (x *Proto2RepeatedItemIgnoreEmpty) SetVal(v []int32)
- func (x *Proto2RepeatedItemIgnoreEmpty) String() string
- type Proto2RepeatedItemIgnoreEmpty_builder
- type Proto2RepeatedItemIgnoreUnspecified
- func (x *Proto2RepeatedItemIgnoreUnspecified) GetVal() []int32
- func (*Proto2RepeatedItemIgnoreUnspecified) ProtoMessage()
- func (x *Proto2RepeatedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2RepeatedItemIgnoreUnspecified) Reset()
- func (x *Proto2RepeatedItemIgnoreUnspecified) SetVal(v []int32)
- func (x *Proto2RepeatedItemIgnoreUnspecified) String() string
- type Proto2RepeatedItemIgnoreUnspecified_builder
- type Proto2ScalarOptionalIgnoreDefault
- func (x *Proto2ScalarOptionalIgnoreDefault) ClearVal()
- func (x *Proto2ScalarOptionalIgnoreDefault) GetVal() int32
- func (x *Proto2ScalarOptionalIgnoreDefault) HasVal() bool
- func (*Proto2ScalarOptionalIgnoreDefault) ProtoMessage()
- func (x *Proto2ScalarOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarOptionalIgnoreDefault) Reset()
- func (x *Proto2ScalarOptionalIgnoreDefault) SetVal(v int32)
- func (x *Proto2ScalarOptionalIgnoreDefault) String() string
- type Proto2ScalarOptionalIgnoreDefaultWithDefault
- func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) ClearVal()
- func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) GetVal() int32
- func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) HasVal() bool
- func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) ProtoMessage()
- func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) Reset()
- func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) SetVal(v int32)
- func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) String() string
- type Proto2ScalarOptionalIgnoreDefaultWithDefault_builder
- type Proto2ScalarOptionalIgnoreDefault_builder
- type Proto2ScalarOptionalIgnoreEmpty
- func (x *Proto2ScalarOptionalIgnoreEmpty) ClearVal()
- func (x *Proto2ScalarOptionalIgnoreEmpty) GetVal() int32
- func (x *Proto2ScalarOptionalIgnoreEmpty) HasVal() bool
- func (*Proto2ScalarOptionalIgnoreEmpty) ProtoMessage()
- func (x *Proto2ScalarOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarOptionalIgnoreEmpty) Reset()
- func (x *Proto2ScalarOptionalIgnoreEmpty) SetVal(v int32)
- func (x *Proto2ScalarOptionalIgnoreEmpty) String() string
- type Proto2ScalarOptionalIgnoreEmptyWithDefault
- func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) ClearVal()
- func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) GetVal() int32
- func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) HasVal() bool
- func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) ProtoMessage()
- func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) Reset()
- func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) SetVal(v int32)
- func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) String() string
- type Proto2ScalarOptionalIgnoreEmptyWithDefault_builder
- type Proto2ScalarOptionalIgnoreEmpty_builder
- type Proto2ScalarOptionalIgnoreUnspecified
- func (x *Proto2ScalarOptionalIgnoreUnspecified) ClearVal()
- func (x *Proto2ScalarOptionalIgnoreUnspecified) GetVal() int32
- func (x *Proto2ScalarOptionalIgnoreUnspecified) HasVal() bool
- func (*Proto2ScalarOptionalIgnoreUnspecified) ProtoMessage()
- func (x *Proto2ScalarOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarOptionalIgnoreUnspecified) Reset()
- func (x *Proto2ScalarOptionalIgnoreUnspecified) SetVal(v int32)
- func (x *Proto2ScalarOptionalIgnoreUnspecified) String() string
- type Proto2ScalarOptionalIgnoreUnspecifiedWithDefault
- func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ClearVal()
- func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) GetVal() int32
- func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) HasVal() bool
- func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ProtoMessage()
- func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) Reset()
- func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) SetVal(v int32)
- func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) String() string
- type Proto2ScalarOptionalIgnoreUnspecifiedWithDefault_builder
- type Proto2ScalarOptionalIgnoreUnspecified_builder
- type Proto2ScalarRequiredIgnoreDefault
- func (x *Proto2ScalarRequiredIgnoreDefault) ClearVal()
- func (x *Proto2ScalarRequiredIgnoreDefault) GetVal() int32
- func (x *Proto2ScalarRequiredIgnoreDefault) HasVal() bool
- func (*Proto2ScalarRequiredIgnoreDefault) ProtoMessage()
- func (x *Proto2ScalarRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarRequiredIgnoreDefault) Reset()
- func (x *Proto2ScalarRequiredIgnoreDefault) SetVal(v int32)
- func (x *Proto2ScalarRequiredIgnoreDefault) String() string
- type Proto2ScalarRequiredIgnoreDefaultWithDefault
- func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) ClearVal()
- func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) GetVal() int32
- func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) HasVal() bool
- func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) ProtoMessage()
- func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) Reset()
- func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) SetVal(v int32)
- func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) String() string
- type Proto2ScalarRequiredIgnoreDefaultWithDefault_builder
- type Proto2ScalarRequiredIgnoreDefault_builder
- type Proto2ScalarRequiredIgnoreEmpty
- func (x *Proto2ScalarRequiredIgnoreEmpty) ClearVal()
- func (x *Proto2ScalarRequiredIgnoreEmpty) GetVal() int32
- func (x *Proto2ScalarRequiredIgnoreEmpty) HasVal() bool
- func (*Proto2ScalarRequiredIgnoreEmpty) ProtoMessage()
- func (x *Proto2ScalarRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarRequiredIgnoreEmpty) Reset()
- func (x *Proto2ScalarRequiredIgnoreEmpty) SetVal(v int32)
- func (x *Proto2ScalarRequiredIgnoreEmpty) String() string
- type Proto2ScalarRequiredIgnoreEmptyWithDefault
- func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) ClearVal()
- func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) GetVal() int32
- func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) HasVal() bool
- func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) ProtoMessage()
- func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) Reset()
- func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) SetVal(v int32)
- func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) String() string
- type Proto2ScalarRequiredIgnoreEmptyWithDefault_builder
- type Proto2ScalarRequiredIgnoreEmpty_builder
- type Proto2ScalarRequiredIgnoreUnspecified
- func (x *Proto2ScalarRequiredIgnoreUnspecified) ClearVal()
- func (x *Proto2ScalarRequiredIgnoreUnspecified) GetVal() int32
- func (x *Proto2ScalarRequiredIgnoreUnspecified) HasVal() bool
- func (*Proto2ScalarRequiredIgnoreUnspecified) ProtoMessage()
- func (x *Proto2ScalarRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarRequiredIgnoreUnspecified) Reset()
- func (x *Proto2ScalarRequiredIgnoreUnspecified) SetVal(v int32)
- func (x *Proto2ScalarRequiredIgnoreUnspecified) String() string
- type Proto2ScalarRequiredIgnoreUnspecifiedWithDefault
- func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ClearVal()
- func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) GetVal() int32
- func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) HasVal() bool
- func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ProtoMessage()
- func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
- func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) Reset()
- func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) SetVal(v int32)
- func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) String() string
- type Proto2ScalarRequiredIgnoreUnspecifiedWithDefault_builder
- type Proto2ScalarRequiredIgnoreUnspecified_builder
- type Proto3MapIgnoreDefault
- func (x *Proto3MapIgnoreDefault) GetVal() map[int32]int32
- func (*Proto3MapIgnoreDefault) ProtoMessage()
- func (x *Proto3MapIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3MapIgnoreDefault) Reset()
- func (x *Proto3MapIgnoreDefault) SetVal(v map[int32]int32)
- func (x *Proto3MapIgnoreDefault) String() string
- type Proto3MapIgnoreDefault_builder
- type Proto3MapIgnoreEmpty
- func (x *Proto3MapIgnoreEmpty) GetVal() map[int32]int32
- func (*Proto3MapIgnoreEmpty) ProtoMessage()
- func (x *Proto3MapIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3MapIgnoreEmpty) Reset()
- func (x *Proto3MapIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *Proto3MapIgnoreEmpty) String() string
- type Proto3MapIgnoreEmpty_builder
- type Proto3MapIgnoreUnspecified
- func (x *Proto3MapIgnoreUnspecified) GetVal() map[int32]int32
- func (*Proto3MapIgnoreUnspecified) ProtoMessage()
- func (x *Proto3MapIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3MapIgnoreUnspecified) Reset()
- func (x *Proto3MapIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *Proto3MapIgnoreUnspecified) String() string
- type Proto3MapIgnoreUnspecified_builder
- type Proto3MapKeyIgnoreDefault
- func (x *Proto3MapKeyIgnoreDefault) GetVal() map[int32]int32
- func (*Proto3MapKeyIgnoreDefault) ProtoMessage()
- func (x *Proto3MapKeyIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3MapKeyIgnoreDefault) Reset()
- func (x *Proto3MapKeyIgnoreDefault) SetVal(v map[int32]int32)
- func (x *Proto3MapKeyIgnoreDefault) String() string
- type Proto3MapKeyIgnoreDefault_builder
- type Proto3MapKeyIgnoreEmpty
- func (x *Proto3MapKeyIgnoreEmpty) GetVal() map[int32]int32
- func (*Proto3MapKeyIgnoreEmpty) ProtoMessage()
- func (x *Proto3MapKeyIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3MapKeyIgnoreEmpty) Reset()
- func (x *Proto3MapKeyIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *Proto3MapKeyIgnoreEmpty) String() string
- type Proto3MapKeyIgnoreEmpty_builder
- type Proto3MapKeyIgnoreUnspecified
- func (x *Proto3MapKeyIgnoreUnspecified) GetVal() map[int32]int32
- func (*Proto3MapKeyIgnoreUnspecified) ProtoMessage()
- func (x *Proto3MapKeyIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3MapKeyIgnoreUnspecified) Reset()
- func (x *Proto3MapKeyIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *Proto3MapKeyIgnoreUnspecified) String() string
- type Proto3MapKeyIgnoreUnspecified_builder
- type Proto3MapValueIgnoreDefault
- func (x *Proto3MapValueIgnoreDefault) GetVal() map[int32]int32
- func (*Proto3MapValueIgnoreDefault) ProtoMessage()
- func (x *Proto3MapValueIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3MapValueIgnoreDefault) Reset()
- func (x *Proto3MapValueIgnoreDefault) SetVal(v map[int32]int32)
- func (x *Proto3MapValueIgnoreDefault) String() string
- type Proto3MapValueIgnoreDefault_builder
- type Proto3MapValueIgnoreEmpty
- func (x *Proto3MapValueIgnoreEmpty) GetVal() map[int32]int32
- func (*Proto3MapValueIgnoreEmpty) ProtoMessage()
- func (x *Proto3MapValueIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3MapValueIgnoreEmpty) Reset()
- func (x *Proto3MapValueIgnoreEmpty) SetVal(v map[int32]int32)
- func (x *Proto3MapValueIgnoreEmpty) String() string
- type Proto3MapValueIgnoreEmpty_builder
- type Proto3MapValueIgnoreUnspecified
- func (x *Proto3MapValueIgnoreUnspecified) GetVal() map[int32]int32
- func (*Proto3MapValueIgnoreUnspecified) ProtoMessage()
- func (x *Proto3MapValueIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3MapValueIgnoreUnspecified) Reset()
- func (x *Proto3MapValueIgnoreUnspecified) SetVal(v map[int32]int32)
- func (x *Proto3MapValueIgnoreUnspecified) String() string
- type Proto3MapValueIgnoreUnspecified_builder
- type Proto3MessageIgnoreDefault
- func (x *Proto3MessageIgnoreDefault) ClearVal()
- func (x *Proto3MessageIgnoreDefault) GetVal() *Proto3MessageIgnoreDefault_Msg
- func (x *Proto3MessageIgnoreDefault) HasVal() bool
- func (*Proto3MessageIgnoreDefault) ProtoMessage()
- func (x *Proto3MessageIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageIgnoreDefault) Reset()
- func (x *Proto3MessageIgnoreDefault) SetVal(v *Proto3MessageIgnoreDefault_Msg)
- func (x *Proto3MessageIgnoreDefault) String() string
- type Proto3MessageIgnoreDefault_Msg
- func (x *Proto3MessageIgnoreDefault_Msg) ClearVal()
- func (x *Proto3MessageIgnoreDefault_Msg) GetVal() string
- func (x *Proto3MessageIgnoreDefault_Msg) HasVal() bool
- func (*Proto3MessageIgnoreDefault_Msg) ProtoMessage()
- func (x *Proto3MessageIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageIgnoreDefault_Msg) Reset()
- func (x *Proto3MessageIgnoreDefault_Msg) SetVal(v string)
- func (x *Proto3MessageIgnoreDefault_Msg) String() string
- type Proto3MessageIgnoreDefault_Msg_builder
- type Proto3MessageIgnoreDefault_builder
- type Proto3MessageIgnoreEmpty
- func (x *Proto3MessageIgnoreEmpty) ClearVal()
- func (x *Proto3MessageIgnoreEmpty) GetVal() *Proto3MessageIgnoreEmpty_Msg
- func (x *Proto3MessageIgnoreEmpty) HasVal() bool
- func (*Proto3MessageIgnoreEmpty) ProtoMessage()
- func (x *Proto3MessageIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageIgnoreEmpty) Reset()
- func (x *Proto3MessageIgnoreEmpty) SetVal(v *Proto3MessageIgnoreEmpty_Msg)
- func (x *Proto3MessageIgnoreEmpty) String() string
- type Proto3MessageIgnoreEmpty_Msg
- func (x *Proto3MessageIgnoreEmpty_Msg) ClearVal()
- func (x *Proto3MessageIgnoreEmpty_Msg) GetVal() string
- func (x *Proto3MessageIgnoreEmpty_Msg) HasVal() bool
- func (*Proto3MessageIgnoreEmpty_Msg) ProtoMessage()
- func (x *Proto3MessageIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageIgnoreEmpty_Msg) Reset()
- func (x *Proto3MessageIgnoreEmpty_Msg) SetVal(v string)
- func (x *Proto3MessageIgnoreEmpty_Msg) String() string
- type Proto3MessageIgnoreEmpty_Msg_builder
- type Proto3MessageIgnoreEmpty_builder
- type Proto3MessageIgnoreUnspecified
- func (x *Proto3MessageIgnoreUnspecified) ClearVal()
- func (x *Proto3MessageIgnoreUnspecified) GetVal() *Proto3MessageIgnoreUnspecified_Msg
- func (x *Proto3MessageIgnoreUnspecified) HasVal() bool
- func (*Proto3MessageIgnoreUnspecified) ProtoMessage()
- func (x *Proto3MessageIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageIgnoreUnspecified) Reset()
- func (x *Proto3MessageIgnoreUnspecified) SetVal(v *Proto3MessageIgnoreUnspecified_Msg)
- func (x *Proto3MessageIgnoreUnspecified) String() string
- type Proto3MessageIgnoreUnspecified_Msg
- func (x *Proto3MessageIgnoreUnspecified_Msg) ClearVal()
- func (x *Proto3MessageIgnoreUnspecified_Msg) GetVal() string
- func (x *Proto3MessageIgnoreUnspecified_Msg) HasVal() bool
- func (*Proto3MessageIgnoreUnspecified_Msg) ProtoMessage()
- func (x *Proto3MessageIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageIgnoreUnspecified_Msg) Reset()
- func (x *Proto3MessageIgnoreUnspecified_Msg) SetVal(v string)
- func (x *Proto3MessageIgnoreUnspecified_Msg) String() string
- type Proto3MessageIgnoreUnspecified_Msg_builder
- type Proto3MessageIgnoreUnspecified_builder
- type Proto3MessageOptionalIgnoreDefault
- func (x *Proto3MessageOptionalIgnoreDefault) ClearVal()
- func (x *Proto3MessageOptionalIgnoreDefault) GetVal() *Proto3MessageOptionalIgnoreDefault_Msg
- func (x *Proto3MessageOptionalIgnoreDefault) HasVal() bool
- func (*Proto3MessageOptionalIgnoreDefault) ProtoMessage()
- func (x *Proto3MessageOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageOptionalIgnoreDefault) Reset()
- func (x *Proto3MessageOptionalIgnoreDefault) SetVal(v *Proto3MessageOptionalIgnoreDefault_Msg)
- func (x *Proto3MessageOptionalIgnoreDefault) String() string
- type Proto3MessageOptionalIgnoreDefault_Msg
- func (x *Proto3MessageOptionalIgnoreDefault_Msg) ClearVal()
- func (x *Proto3MessageOptionalIgnoreDefault_Msg) GetVal() string
- func (x *Proto3MessageOptionalIgnoreDefault_Msg) HasVal() bool
- func (*Proto3MessageOptionalIgnoreDefault_Msg) ProtoMessage()
- func (x *Proto3MessageOptionalIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageOptionalIgnoreDefault_Msg) Reset()
- func (x *Proto3MessageOptionalIgnoreDefault_Msg) SetVal(v string)
- func (x *Proto3MessageOptionalIgnoreDefault_Msg) String() string
- type Proto3MessageOptionalIgnoreDefault_Msg_builder
- type Proto3MessageOptionalIgnoreDefault_builder
- type Proto3MessageOptionalIgnoreEmpty
- func (x *Proto3MessageOptionalIgnoreEmpty) ClearVal()
- func (x *Proto3MessageOptionalIgnoreEmpty) GetVal() *Proto3MessageOptionalIgnoreEmpty_Msg
- func (x *Proto3MessageOptionalIgnoreEmpty) HasVal() bool
- func (*Proto3MessageOptionalIgnoreEmpty) ProtoMessage()
- func (x *Proto3MessageOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageOptionalIgnoreEmpty) Reset()
- func (x *Proto3MessageOptionalIgnoreEmpty) SetVal(v *Proto3MessageOptionalIgnoreEmpty_Msg)
- func (x *Proto3MessageOptionalIgnoreEmpty) String() string
- type Proto3MessageOptionalIgnoreEmpty_Msg
- func (x *Proto3MessageOptionalIgnoreEmpty_Msg) ClearVal()
- func (x *Proto3MessageOptionalIgnoreEmpty_Msg) GetVal() string
- func (x *Proto3MessageOptionalIgnoreEmpty_Msg) HasVal() bool
- func (*Proto3MessageOptionalIgnoreEmpty_Msg) ProtoMessage()
- func (x *Proto3MessageOptionalIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageOptionalIgnoreEmpty_Msg) Reset()
- func (x *Proto3MessageOptionalIgnoreEmpty_Msg) SetVal(v string)
- func (x *Proto3MessageOptionalIgnoreEmpty_Msg) String() string
- type Proto3MessageOptionalIgnoreEmpty_Msg_builder
- type Proto3MessageOptionalIgnoreEmpty_builder
- type Proto3MessageOptionalIgnoreUnspecified
- func (x *Proto3MessageOptionalIgnoreUnspecified) ClearVal()
- func (x *Proto3MessageOptionalIgnoreUnspecified) GetVal() *Proto3MessageOptionalIgnoreUnspecified_Msg
- func (x *Proto3MessageOptionalIgnoreUnspecified) HasVal() bool
- func (*Proto3MessageOptionalIgnoreUnspecified) ProtoMessage()
- func (x *Proto3MessageOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageOptionalIgnoreUnspecified) Reset()
- func (x *Proto3MessageOptionalIgnoreUnspecified) SetVal(v *Proto3MessageOptionalIgnoreUnspecified_Msg)
- func (x *Proto3MessageOptionalIgnoreUnspecified) String() string
- type Proto3MessageOptionalIgnoreUnspecified_Msg
- func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) ClearVal()
- func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) GetVal() string
- func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) HasVal() bool
- func (*Proto3MessageOptionalIgnoreUnspecified_Msg) ProtoMessage()
- func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
- func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) Reset()
- func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) SetVal(v string)
- func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) String() string
- type Proto3MessageOptionalIgnoreUnspecified_Msg_builder
- type Proto3MessageOptionalIgnoreUnspecified_builder
- type Proto3OneofIgnoreDefault
- func (x *Proto3OneofIgnoreDefault) ClearO()
- func (x *Proto3OneofIgnoreDefault) ClearVal()
- func (x *Proto3OneofIgnoreDefault) GetO() isProto3OneofIgnoreDefault_O
- func (x *Proto3OneofIgnoreDefault) GetVal() int32
- func (x *Proto3OneofIgnoreDefault) HasO() bool
- func (x *Proto3OneofIgnoreDefault) HasVal() bool
- func (*Proto3OneofIgnoreDefault) ProtoMessage()
- func (x *Proto3OneofIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3OneofIgnoreDefault) Reset()
- func (x *Proto3OneofIgnoreDefault) SetVal(v int32)
- func (x *Proto3OneofIgnoreDefault) String() string
- func (x *Proto3OneofIgnoreDefault) WhichO() case_Proto3OneofIgnoreDefault_O
- type Proto3OneofIgnoreDefault_Val
- type Proto3OneofIgnoreDefault_builder
- type Proto3OneofIgnoreEmpty
- func (x *Proto3OneofIgnoreEmpty) ClearO()
- func (x *Proto3OneofIgnoreEmpty) ClearVal()
- func (x *Proto3OneofIgnoreEmpty) GetO() isProto3OneofIgnoreEmpty_O
- func (x *Proto3OneofIgnoreEmpty) GetVal() int32
- func (x *Proto3OneofIgnoreEmpty) HasO() bool
- func (x *Proto3OneofIgnoreEmpty) HasVal() bool
- func (*Proto3OneofIgnoreEmpty) ProtoMessage()
- func (x *Proto3OneofIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3OneofIgnoreEmpty) Reset()
- func (x *Proto3OneofIgnoreEmpty) SetVal(v int32)
- func (x *Proto3OneofIgnoreEmpty) String() string
- func (x *Proto3OneofIgnoreEmpty) WhichO() case_Proto3OneofIgnoreEmpty_O
- type Proto3OneofIgnoreEmpty_Val
- type Proto3OneofIgnoreEmpty_builder
- type Proto3OneofIgnoreUnspecified
- func (x *Proto3OneofIgnoreUnspecified) ClearO()
- func (x *Proto3OneofIgnoreUnspecified) ClearVal()
- func (x *Proto3OneofIgnoreUnspecified) GetO() isProto3OneofIgnoreUnspecified_O
- func (x *Proto3OneofIgnoreUnspecified) GetVal() int32
- func (x *Proto3OneofIgnoreUnspecified) HasO() bool
- func (x *Proto3OneofIgnoreUnspecified) HasVal() bool
- func (*Proto3OneofIgnoreUnspecified) ProtoMessage()
- func (x *Proto3OneofIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3OneofIgnoreUnspecified) Reset()
- func (x *Proto3OneofIgnoreUnspecified) SetVal(v int32)
- func (x *Proto3OneofIgnoreUnspecified) String() string
- func (x *Proto3OneofIgnoreUnspecified) WhichO() case_Proto3OneofIgnoreUnspecified_O
- type Proto3OneofIgnoreUnspecified_Val
- type Proto3OneofIgnoreUnspecified_builder
- type Proto3RepeatedIgnoreDefault
- func (x *Proto3RepeatedIgnoreDefault) GetVal() []int32
- func (*Proto3RepeatedIgnoreDefault) ProtoMessage()
- func (x *Proto3RepeatedIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3RepeatedIgnoreDefault) Reset()
- func (x *Proto3RepeatedIgnoreDefault) SetVal(v []int32)
- func (x *Proto3RepeatedIgnoreDefault) String() string
- type Proto3RepeatedIgnoreDefault_builder
- type Proto3RepeatedIgnoreEmpty
- func (x *Proto3RepeatedIgnoreEmpty) GetVal() []int32
- func (*Proto3RepeatedIgnoreEmpty) ProtoMessage()
- func (x *Proto3RepeatedIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3RepeatedIgnoreEmpty) Reset()
- func (x *Proto3RepeatedIgnoreEmpty) SetVal(v []int32)
- func (x *Proto3RepeatedIgnoreEmpty) String() string
- type Proto3RepeatedIgnoreEmpty_builder
- type Proto3RepeatedIgnoreUnspecified
- func (x *Proto3RepeatedIgnoreUnspecified) GetVal() []int32
- func (*Proto3RepeatedIgnoreUnspecified) ProtoMessage()
- func (x *Proto3RepeatedIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3RepeatedIgnoreUnspecified) Reset()
- func (x *Proto3RepeatedIgnoreUnspecified) SetVal(v []int32)
- func (x *Proto3RepeatedIgnoreUnspecified) String() string
- type Proto3RepeatedIgnoreUnspecified_builder
- type Proto3RepeatedItemIgnoreDefault
- func (x *Proto3RepeatedItemIgnoreDefault) GetVal() []int32
- func (*Proto3RepeatedItemIgnoreDefault) ProtoMessage()
- func (x *Proto3RepeatedItemIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3RepeatedItemIgnoreDefault) Reset()
- func (x *Proto3RepeatedItemIgnoreDefault) SetVal(v []int32)
- func (x *Proto3RepeatedItemIgnoreDefault) String() string
- type Proto3RepeatedItemIgnoreDefault_builder
- type Proto3RepeatedItemIgnoreEmpty
- func (x *Proto3RepeatedItemIgnoreEmpty) GetVal() []int32
- func (*Proto3RepeatedItemIgnoreEmpty) ProtoMessage()
- func (x *Proto3RepeatedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3RepeatedItemIgnoreEmpty) Reset()
- func (x *Proto3RepeatedItemIgnoreEmpty) SetVal(v []int32)
- func (x *Proto3RepeatedItemIgnoreEmpty) String() string
- type Proto3RepeatedItemIgnoreEmpty_builder
- type Proto3RepeatedItemIgnoreUnspecified
- func (x *Proto3RepeatedItemIgnoreUnspecified) GetVal() []int32
- func (*Proto3RepeatedItemIgnoreUnspecified) ProtoMessage()
- func (x *Proto3RepeatedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3RepeatedItemIgnoreUnspecified) Reset()
- func (x *Proto3RepeatedItemIgnoreUnspecified) SetVal(v []int32)
- func (x *Proto3RepeatedItemIgnoreUnspecified) String() string
- type Proto3RepeatedItemIgnoreUnspecified_builder
- type Proto3ScalarIgnoreDefault
- func (x *Proto3ScalarIgnoreDefault) GetVal() int32
- func (*Proto3ScalarIgnoreDefault) ProtoMessage()
- func (x *Proto3ScalarIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3ScalarIgnoreDefault) Reset()
- func (x *Proto3ScalarIgnoreDefault) SetVal(v int32)
- func (x *Proto3ScalarIgnoreDefault) String() string
- type Proto3ScalarIgnoreDefault_builder
- type Proto3ScalarIgnoreEmpty
- func (x *Proto3ScalarIgnoreEmpty) GetVal() int32
- func (*Proto3ScalarIgnoreEmpty) ProtoMessage()
- func (x *Proto3ScalarIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3ScalarIgnoreEmpty) Reset()
- func (x *Proto3ScalarIgnoreEmpty) SetVal(v int32)
- func (x *Proto3ScalarIgnoreEmpty) String() string
- type Proto3ScalarIgnoreEmpty_builder
- type Proto3ScalarIgnoreUnspecified
- func (x *Proto3ScalarIgnoreUnspecified) GetVal() int32
- func (*Proto3ScalarIgnoreUnspecified) ProtoMessage()
- func (x *Proto3ScalarIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3ScalarIgnoreUnspecified) Reset()
- func (x *Proto3ScalarIgnoreUnspecified) SetVal(v int32)
- func (x *Proto3ScalarIgnoreUnspecified) String() string
- type Proto3ScalarIgnoreUnspecified_builder
- type Proto3ScalarOptionalIgnoreDefault
- func (x *Proto3ScalarOptionalIgnoreDefault) ClearVal()
- func (x *Proto3ScalarOptionalIgnoreDefault) GetVal() int32
- func (x *Proto3ScalarOptionalIgnoreDefault) HasVal() bool
- func (*Proto3ScalarOptionalIgnoreDefault) ProtoMessage()
- func (x *Proto3ScalarOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
- func (x *Proto3ScalarOptionalIgnoreDefault) Reset()
- func (x *Proto3ScalarOptionalIgnoreDefault) SetVal(v int32)
- func (x *Proto3ScalarOptionalIgnoreDefault) String() string
- type Proto3ScalarOptionalIgnoreDefault_builder
- type Proto3ScalarOptionalIgnoreEmpty
- func (x *Proto3ScalarOptionalIgnoreEmpty) ClearVal()
- func (x *Proto3ScalarOptionalIgnoreEmpty) GetVal() int32
- func (x *Proto3ScalarOptionalIgnoreEmpty) HasVal() bool
- func (*Proto3ScalarOptionalIgnoreEmpty) ProtoMessage()
- func (x *Proto3ScalarOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
- func (x *Proto3ScalarOptionalIgnoreEmpty) Reset()
- func (x *Proto3ScalarOptionalIgnoreEmpty) SetVal(v int32)
- func (x *Proto3ScalarOptionalIgnoreEmpty) String() string
- type Proto3ScalarOptionalIgnoreEmpty_builder
- type Proto3ScalarOptionalIgnoreUnspecified
- func (x *Proto3ScalarOptionalIgnoreUnspecified) ClearVal()
- func (x *Proto3ScalarOptionalIgnoreUnspecified) GetVal() int32
- func (x *Proto3ScalarOptionalIgnoreUnspecified) HasVal() bool
- func (*Proto3ScalarOptionalIgnoreUnspecified) ProtoMessage()
- func (x *Proto3ScalarOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
- func (x *Proto3ScalarOptionalIgnoreUnspecified) Reset()
- func (x *Proto3ScalarOptionalIgnoreUnspecified) SetVal(v int32)
- func (x *Proto3ScalarOptionalIgnoreUnspecified) String() string
- type Proto3ScalarOptionalIgnoreUnspecified_builder
- type RepeatedAnyIn
- type RepeatedAnyIn_builder
- type RepeatedAnyNotIn
- type RepeatedAnyNotIn_builder
- type RepeatedDuration
- type RepeatedDuration_builder
- type RepeatedEmbedCrossPackageNone
- func (x *RepeatedEmbedCrossPackageNone) GetVal() []*other_package.Embed
- func (*RepeatedEmbedCrossPackageNone) ProtoMessage()
- func (x *RepeatedEmbedCrossPackageNone) ProtoReflect() protoreflect.Message
- func (x *RepeatedEmbedCrossPackageNone) Reset()
- func (x *RepeatedEmbedCrossPackageNone) SetVal(v []*other_package.Embed)
- func (x *RepeatedEmbedCrossPackageNone) String() string
- type RepeatedEmbedCrossPackageNone_builder
- type RepeatedEmbedNone
- type RepeatedEmbedNone_builder
- type RepeatedEmbedSkip
- type RepeatedEmbedSkip_builder
- type RepeatedEmbeddedEnumIn
- func (x *RepeatedEmbeddedEnumIn) GetVal() []RepeatedEmbeddedEnumIn_AnotherInEnum
- func (*RepeatedEmbeddedEnumIn) ProtoMessage()
- func (x *RepeatedEmbeddedEnumIn) ProtoReflect() protoreflect.Message
- func (x *RepeatedEmbeddedEnumIn) Reset()
- func (x *RepeatedEmbeddedEnumIn) SetVal(v []RepeatedEmbeddedEnumIn_AnotherInEnum)
- func (x *RepeatedEmbeddedEnumIn) String() string
- type RepeatedEmbeddedEnumIn_AnotherInEnum
- func (RepeatedEmbeddedEnumIn_AnotherInEnum) Descriptor() protoreflect.EnumDescriptor
- func (x RepeatedEmbeddedEnumIn_AnotherInEnum) Enum() *RepeatedEmbeddedEnumIn_AnotherInEnum
- func (x RepeatedEmbeddedEnumIn_AnotherInEnum) Number() protoreflect.EnumNumber
- func (x RepeatedEmbeddedEnumIn_AnotherInEnum) String() string
- func (RepeatedEmbeddedEnumIn_AnotherInEnum) Type() protoreflect.EnumType
- type RepeatedEmbeddedEnumIn_builder
- type RepeatedEmbeddedEnumNotIn
- func (x *RepeatedEmbeddedEnumNotIn) GetVal() []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum
- func (*RepeatedEmbeddedEnumNotIn) ProtoMessage()
- func (x *RepeatedEmbeddedEnumNotIn) ProtoReflect() protoreflect.Message
- func (x *RepeatedEmbeddedEnumNotIn) Reset()
- func (x *RepeatedEmbeddedEnumNotIn) SetVal(v []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum)
- func (x *RepeatedEmbeddedEnumNotIn) String() string
- type RepeatedEmbeddedEnumNotIn_AnotherNotInEnum
- func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Descriptor() protoreflect.EnumDescriptor
- func (x RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Enum() *RepeatedEmbeddedEnumNotIn_AnotherNotInEnum
- func (x RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Number() protoreflect.EnumNumber
- func (x RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) String() string
- func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Type() protoreflect.EnumType
- type RepeatedEmbeddedEnumNotIn_builder
- type RepeatedEnumDefined
- type RepeatedEnumDefined_builder
- type RepeatedEnumIn
- type RepeatedEnumIn_builder
- type RepeatedEnumNotIn
- type RepeatedEnumNotIn_builder
- type RepeatedExact
- type RepeatedExactIgnore
- type RepeatedExactIgnore_builder
- type RepeatedExact_builder
- type RepeatedExternalEnumDefined
- func (x *RepeatedExternalEnumDefined) GetVal() []other_package.Embed_Enumerated
- func (*RepeatedExternalEnumDefined) ProtoMessage()
- func (x *RepeatedExternalEnumDefined) ProtoReflect() protoreflect.Message
- func (x *RepeatedExternalEnumDefined) Reset()
- func (x *RepeatedExternalEnumDefined) SetVal(v []other_package.Embed_Enumerated)
- func (x *RepeatedExternalEnumDefined) String() string
- type RepeatedExternalEnumDefined_builder
- type RepeatedItemIn
- type RepeatedItemIn_builder
- type RepeatedItemNotIn
- type RepeatedItemNotIn_builder
- type RepeatedItemPattern
- type RepeatedItemPattern_builder
- type RepeatedItemRule
- type RepeatedItemRule_builder
- type RepeatedMax
- type RepeatedMax_builder
- type RepeatedMin
- type RepeatedMinAndItemLen
- func (x *RepeatedMinAndItemLen) GetVal() []string
- func (*RepeatedMinAndItemLen) ProtoMessage()
- func (x *RepeatedMinAndItemLen) ProtoReflect() protoreflect.Message
- func (x *RepeatedMinAndItemLen) Reset()
- func (x *RepeatedMinAndItemLen) SetVal(v []string)
- func (x *RepeatedMinAndItemLen) String() string
- type RepeatedMinAndItemLen_builder
- type RepeatedMinAndMaxItemLen
- func (x *RepeatedMinAndMaxItemLen) GetVal() []string
- func (*RepeatedMinAndMaxItemLen) ProtoMessage()
- func (x *RepeatedMinAndMaxItemLen) ProtoReflect() protoreflect.Message
- func (x *RepeatedMinAndMaxItemLen) Reset()
- func (x *RepeatedMinAndMaxItemLen) SetVal(v []string)
- func (x *RepeatedMinAndMaxItemLen) String() string
- type RepeatedMinAndMaxItemLen_builder
- type RepeatedMinMax
- type RepeatedMinMax_builder
- type RepeatedMin_builder
- type RepeatedMultipleUnique
- func (x *RepeatedMultipleUnique) GetA() []string
- func (x *RepeatedMultipleUnique) GetB() []int32
- func (*RepeatedMultipleUnique) ProtoMessage()
- func (x *RepeatedMultipleUnique) ProtoReflect() protoreflect.Message
- func (x *RepeatedMultipleUnique) Reset()
- func (x *RepeatedMultipleUnique) SetA(v []string)
- func (x *RepeatedMultipleUnique) SetB(v []int32)
- func (x *RepeatedMultipleUnique) String() string
- type RepeatedMultipleUnique_builder
- type RepeatedNone
- type RepeatedNone_builder
- type RepeatedNotUnique
- type RepeatedNotUnique_builder
- type RepeatedUnique
- type RepeatedUnique_builder
- type RepeatedYetAnotherExternalEnumDefined
- func (x *RepeatedYetAnotherExternalEnumDefined) GetVal() []yet_another_package.Embed_Enumerated
- func (*RepeatedYetAnotherExternalEnumDefined) ProtoMessage()
- func (x *RepeatedYetAnotherExternalEnumDefined) ProtoReflect() protoreflect.Message
- func (x *RepeatedYetAnotherExternalEnumDefined) Reset()
- func (x *RepeatedYetAnotherExternalEnumDefined) SetVal(v []yet_another_package.Embed_Enumerated)
- func (x *RepeatedYetAnotherExternalEnumDefined) String() string
- type RepeatedYetAnotherExternalEnumDefined_builder
- type RequiredEditionsMap
- func (x *RequiredEditionsMap) GetVal() map[string]string
- func (*RequiredEditionsMap) ProtoMessage()
- func (x *RequiredEditionsMap) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMap) Reset()
- func (x *RequiredEditionsMap) SetVal(v map[string]string)
- func (x *RequiredEditionsMap) String() string
- type RequiredEditionsMap_builder
- type RequiredEditionsMessageExplicitPresence
- func (x *RequiredEditionsMessageExplicitPresence) ClearVal()
- func (x *RequiredEditionsMessageExplicitPresence) GetVal() *RequiredEditionsMessageExplicitPresence_Msg
- func (x *RequiredEditionsMessageExplicitPresence) HasVal() bool
- func (*RequiredEditionsMessageExplicitPresence) ProtoMessage()
- func (x *RequiredEditionsMessageExplicitPresence) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageExplicitPresence) Reset()
- func (x *RequiredEditionsMessageExplicitPresence) SetVal(v *RequiredEditionsMessageExplicitPresence_Msg)
- func (x *RequiredEditionsMessageExplicitPresence) String() string
- type RequiredEditionsMessageExplicitPresenceDelimited
- func (x *RequiredEditionsMessageExplicitPresenceDelimited) ClearVal()
- func (x *RequiredEditionsMessageExplicitPresenceDelimited) GetVal() *RequiredEditionsMessageExplicitPresenceDelimited_Msg
- func (x *RequiredEditionsMessageExplicitPresenceDelimited) HasVal() bool
- func (*RequiredEditionsMessageExplicitPresenceDelimited) ProtoMessage()
- func (x *RequiredEditionsMessageExplicitPresenceDelimited) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageExplicitPresenceDelimited) Reset()
- func (x *RequiredEditionsMessageExplicitPresenceDelimited) SetVal(v *RequiredEditionsMessageExplicitPresenceDelimited_Msg)
- func (x *RequiredEditionsMessageExplicitPresenceDelimited) String() string
- type RequiredEditionsMessageExplicitPresenceDelimited_Msg
- func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) ClearVal()
- func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) GetVal() string
- func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) HasVal() bool
- func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) ProtoMessage()
- func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) Reset()
- func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) SetVal(v string)
- func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) String() string
- type RequiredEditionsMessageExplicitPresenceDelimited_Msg_builder
- type RequiredEditionsMessageExplicitPresenceDelimited_builder
- type RequiredEditionsMessageExplicitPresence_Msg
- func (x *RequiredEditionsMessageExplicitPresence_Msg) ClearVal()
- func (x *RequiredEditionsMessageExplicitPresence_Msg) GetVal() string
- func (x *RequiredEditionsMessageExplicitPresence_Msg) HasVal() bool
- func (*RequiredEditionsMessageExplicitPresence_Msg) ProtoMessage()
- func (x *RequiredEditionsMessageExplicitPresence_Msg) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageExplicitPresence_Msg) Reset()
- func (x *RequiredEditionsMessageExplicitPresence_Msg) SetVal(v string)
- func (x *RequiredEditionsMessageExplicitPresence_Msg) String() string
- type RequiredEditionsMessageExplicitPresence_Msg_builder
- type RequiredEditionsMessageExplicitPresence_builder
- type RequiredEditionsMessageLegacyRequired
- func (x *RequiredEditionsMessageLegacyRequired) ClearVal()
- func (x *RequiredEditionsMessageLegacyRequired) GetVal() *RequiredEditionsMessageLegacyRequired_Msg
- func (x *RequiredEditionsMessageLegacyRequired) HasVal() bool
- func (*RequiredEditionsMessageLegacyRequired) ProtoMessage()
- func (x *RequiredEditionsMessageLegacyRequired) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageLegacyRequired) Reset()
- func (x *RequiredEditionsMessageLegacyRequired) SetVal(v *RequiredEditionsMessageLegacyRequired_Msg)
- func (x *RequiredEditionsMessageLegacyRequired) String() string
- type RequiredEditionsMessageLegacyRequiredDelimited
- func (x *RequiredEditionsMessageLegacyRequiredDelimited) ClearVal()
- func (x *RequiredEditionsMessageLegacyRequiredDelimited) GetVal() *RequiredEditionsMessageLegacyRequiredDelimited_Msg
- func (x *RequiredEditionsMessageLegacyRequiredDelimited) HasVal() bool
- func (*RequiredEditionsMessageLegacyRequiredDelimited) ProtoMessage()
- func (x *RequiredEditionsMessageLegacyRequiredDelimited) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageLegacyRequiredDelimited) Reset()
- func (x *RequiredEditionsMessageLegacyRequiredDelimited) SetVal(v *RequiredEditionsMessageLegacyRequiredDelimited_Msg)
- func (x *RequiredEditionsMessageLegacyRequiredDelimited) String() string
- type RequiredEditionsMessageLegacyRequiredDelimited_Msg
- func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) ClearVal()
- func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) GetVal() string
- func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) HasVal() bool
- func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) ProtoMessage()
- func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) Reset()
- func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) SetVal(v string)
- func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) String() string
- type RequiredEditionsMessageLegacyRequiredDelimited_Msg_builder
- type RequiredEditionsMessageLegacyRequiredDelimited_builder
- type RequiredEditionsMessageLegacyRequired_Msg
- func (x *RequiredEditionsMessageLegacyRequired_Msg) ClearVal()
- func (x *RequiredEditionsMessageLegacyRequired_Msg) GetVal() string
- func (x *RequiredEditionsMessageLegacyRequired_Msg) HasVal() bool
- func (*RequiredEditionsMessageLegacyRequired_Msg) ProtoMessage()
- func (x *RequiredEditionsMessageLegacyRequired_Msg) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsMessageLegacyRequired_Msg) Reset()
- func (x *RequiredEditionsMessageLegacyRequired_Msg) SetVal(v string)
- func (x *RequiredEditionsMessageLegacyRequired_Msg) String() string
- type RequiredEditionsMessageLegacyRequired_Msg_builder
- type RequiredEditionsMessageLegacyRequired_builder
- type RequiredEditionsOneof
- func (x *RequiredEditionsOneof) ClearA()
- func (x *RequiredEditionsOneof) ClearB()
- func (x *RequiredEditionsOneof) ClearVal()
- func (x *RequiredEditionsOneof) GetA() string
- func (x *RequiredEditionsOneof) GetB() string
- func (x *RequiredEditionsOneof) GetVal() isRequiredEditionsOneof_Val
- func (x *RequiredEditionsOneof) HasA() bool
- func (x *RequiredEditionsOneof) HasB() bool
- func (x *RequiredEditionsOneof) HasVal() bool
- func (*RequiredEditionsOneof) ProtoMessage()
- func (x *RequiredEditionsOneof) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsOneof) Reset()
- func (x *RequiredEditionsOneof) SetA(v string)
- func (x *RequiredEditionsOneof) SetB(v string)
- func (x *RequiredEditionsOneof) String() string
- func (x *RequiredEditionsOneof) WhichVal() case_RequiredEditionsOneof_Val
- type RequiredEditionsOneof_A
- type RequiredEditionsOneof_B
- type RequiredEditionsOneof_builder
- type RequiredEditionsRepeated
- func (x *RequiredEditionsRepeated) GetVal() []string
- func (*RequiredEditionsRepeated) ProtoMessage()
- func (x *RequiredEditionsRepeated) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsRepeated) Reset()
- func (x *RequiredEditionsRepeated) SetVal(v []string)
- func (x *RequiredEditionsRepeated) String() string
- type RequiredEditionsRepeatedExpanded
- func (x *RequiredEditionsRepeatedExpanded) GetVal() []string
- func (*RequiredEditionsRepeatedExpanded) ProtoMessage()
- func (x *RequiredEditionsRepeatedExpanded) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsRepeatedExpanded) Reset()
- func (x *RequiredEditionsRepeatedExpanded) SetVal(v []string)
- func (x *RequiredEditionsRepeatedExpanded) String() string
- type RequiredEditionsRepeatedExpanded_builder
- type RequiredEditionsRepeated_builder
- type RequiredEditionsScalarExplicitPresence
- func (x *RequiredEditionsScalarExplicitPresence) ClearVal()
- func (x *RequiredEditionsScalarExplicitPresence) GetVal() string
- func (x *RequiredEditionsScalarExplicitPresence) HasVal() bool
- func (*RequiredEditionsScalarExplicitPresence) ProtoMessage()
- func (x *RequiredEditionsScalarExplicitPresence) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsScalarExplicitPresence) Reset()
- func (x *RequiredEditionsScalarExplicitPresence) SetVal(v string)
- func (x *RequiredEditionsScalarExplicitPresence) String() string
- type RequiredEditionsScalarExplicitPresenceDefault
- func (x *RequiredEditionsScalarExplicitPresenceDefault) ClearVal()
- func (x *RequiredEditionsScalarExplicitPresenceDefault) GetVal() string
- func (x *RequiredEditionsScalarExplicitPresenceDefault) HasVal() bool
- func (*RequiredEditionsScalarExplicitPresenceDefault) ProtoMessage()
- func (x *RequiredEditionsScalarExplicitPresenceDefault) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsScalarExplicitPresenceDefault) Reset()
- func (x *RequiredEditionsScalarExplicitPresenceDefault) SetVal(v string)
- func (x *RequiredEditionsScalarExplicitPresenceDefault) String() string
- type RequiredEditionsScalarExplicitPresenceDefault_builder
- type RequiredEditionsScalarExplicitPresence_builder
- type RequiredEditionsScalarImplicitPresence
- func (x *RequiredEditionsScalarImplicitPresence) GetVal() string
- func (*RequiredEditionsScalarImplicitPresence) ProtoMessage()
- func (x *RequiredEditionsScalarImplicitPresence) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsScalarImplicitPresence) Reset()
- func (x *RequiredEditionsScalarImplicitPresence) SetVal(v string)
- func (x *RequiredEditionsScalarImplicitPresence) String() string
- type RequiredEditionsScalarImplicitPresence_builder
- type RequiredEditionsScalarLegacyRequired
- func (x *RequiredEditionsScalarLegacyRequired) ClearVal()
- func (x *RequiredEditionsScalarLegacyRequired) GetVal() string
- func (x *RequiredEditionsScalarLegacyRequired) HasVal() bool
- func (*RequiredEditionsScalarLegacyRequired) ProtoMessage()
- func (x *RequiredEditionsScalarLegacyRequired) ProtoReflect() protoreflect.Message
- func (x *RequiredEditionsScalarLegacyRequired) Reset()
- func (x *RequiredEditionsScalarLegacyRequired) SetVal(v string)
- func (x *RequiredEditionsScalarLegacyRequired) String() string
- type RequiredEditionsScalarLegacyRequired_builder
- type RequiredProto2Map
- type RequiredProto2Map_builder
- type RequiredProto2Message
- func (x *RequiredProto2Message) ClearVal()
- func (x *RequiredProto2Message) GetVal() *RequiredProto2Message_Msg
- func (x *RequiredProto2Message) HasVal() bool
- func (*RequiredProto2Message) ProtoMessage()
- func (x *RequiredProto2Message) ProtoReflect() protoreflect.Message
- func (x *RequiredProto2Message) Reset()
- func (x *RequiredProto2Message) SetVal(v *RequiredProto2Message_Msg)
- func (x *RequiredProto2Message) String() string
- type RequiredProto2Message_Msg
- func (x *RequiredProto2Message_Msg) ClearVal()
- func (x *RequiredProto2Message_Msg) GetVal() string
- func (x *RequiredProto2Message_Msg) HasVal() bool
- func (*RequiredProto2Message_Msg) ProtoMessage()
- func (x *RequiredProto2Message_Msg) ProtoReflect() protoreflect.Message
- func (x *RequiredProto2Message_Msg) Reset()
- func (x *RequiredProto2Message_Msg) SetVal(v string)
- func (x *RequiredProto2Message_Msg) String() string
- type RequiredProto2Message_Msg_builder
- type RequiredProto2Message_builder
- type RequiredProto2Oneof
- func (x *RequiredProto2Oneof) ClearA()
- func (x *RequiredProto2Oneof) ClearB()
- func (x *RequiredProto2Oneof) ClearVal()
- func (x *RequiredProto2Oneof) GetA() string
- func (x *RequiredProto2Oneof) GetB() string
- func (x *RequiredProto2Oneof) GetVal() isRequiredProto2Oneof_Val
- func (x *RequiredProto2Oneof) HasA() bool
- func (x *RequiredProto2Oneof) HasB() bool
- func (x *RequiredProto2Oneof) HasVal() bool
- func (*RequiredProto2Oneof) ProtoMessage()
- func (x *RequiredProto2Oneof) ProtoReflect() protoreflect.Message
- func (x *RequiredProto2Oneof) Reset()
- func (x *RequiredProto2Oneof) SetA(v string)
- func (x *RequiredProto2Oneof) SetB(v string)
- func (x *RequiredProto2Oneof) String() string
- func (x *RequiredProto2Oneof) WhichVal() case_RequiredProto2Oneof_Val
- type RequiredProto2Oneof_A
- type RequiredProto2Oneof_B
- type RequiredProto2Oneof_builder
- type RequiredProto2Repeated
- func (x *RequiredProto2Repeated) GetVal() []string
- func (*RequiredProto2Repeated) ProtoMessage()
- func (x *RequiredProto2Repeated) ProtoReflect() protoreflect.Message
- func (x *RequiredProto2Repeated) Reset()
- func (x *RequiredProto2Repeated) SetVal(v []string)
- func (x *RequiredProto2Repeated) String() string
- type RequiredProto2Repeated_builder
- type RequiredProto2ScalarOptional
- func (x *RequiredProto2ScalarOptional) ClearVal()
- func (x *RequiredProto2ScalarOptional) GetVal() string
- func (x *RequiredProto2ScalarOptional) HasVal() bool
- func (*RequiredProto2ScalarOptional) ProtoMessage()
- func (x *RequiredProto2ScalarOptional) ProtoReflect() protoreflect.Message
- func (x *RequiredProto2ScalarOptional) Reset()
- func (x *RequiredProto2ScalarOptional) SetVal(v string)
- func (x *RequiredProto2ScalarOptional) String() string
- type RequiredProto2ScalarOptionalDefault
- func (x *RequiredProto2ScalarOptionalDefault) ClearVal()
- func (x *RequiredProto2ScalarOptionalDefault) GetVal() string
- func (x *RequiredProto2ScalarOptionalDefault) HasVal() bool
- func (*RequiredProto2ScalarOptionalDefault) ProtoMessage()
- func (x *RequiredProto2ScalarOptionalDefault) ProtoReflect() protoreflect.Message
- func (x *RequiredProto2ScalarOptionalDefault) Reset()
- func (x *RequiredProto2ScalarOptionalDefault) SetVal(v string)
- func (x *RequiredProto2ScalarOptionalDefault) String() string
- type RequiredProto2ScalarOptionalDefault_builder
- type RequiredProto2ScalarOptional_builder
- type RequiredProto2ScalarRequired
- func (x *RequiredProto2ScalarRequired) ClearVal()
- func (x *RequiredProto2ScalarRequired) GetVal() string
- func (x *RequiredProto2ScalarRequired) HasVal() bool
- func (*RequiredProto2ScalarRequired) ProtoMessage()
- func (x *RequiredProto2ScalarRequired) ProtoReflect() protoreflect.Message
- func (x *RequiredProto2ScalarRequired) Reset()
- func (x *RequiredProto2ScalarRequired) SetVal(v string)
- func (x *RequiredProto2ScalarRequired) String() string
- type RequiredProto2ScalarRequired_builder
- type RequiredProto3Map
- type RequiredProto3Map_builder
- type RequiredProto3Message
- func (x *RequiredProto3Message) ClearVal()
- func (x *RequiredProto3Message) GetVal() *RequiredProto3Message_Msg
- func (x *RequiredProto3Message) HasVal() bool
- func (*RequiredProto3Message) ProtoMessage()
- func (x *RequiredProto3Message) ProtoReflect() protoreflect.Message
- func (x *RequiredProto3Message) Reset()
- func (x *RequiredProto3Message) SetVal(v *RequiredProto3Message_Msg)
- func (x *RequiredProto3Message) String() string
- type RequiredProto3Message_Msg
- func (x *RequiredProto3Message_Msg) GetVal() string
- func (*RequiredProto3Message_Msg) ProtoMessage()
- func (x *RequiredProto3Message_Msg) ProtoReflect() protoreflect.Message
- func (x *RequiredProto3Message_Msg) Reset()
- func (x *RequiredProto3Message_Msg) SetVal(v string)
- func (x *RequiredProto3Message_Msg) String() string
- type RequiredProto3Message_Msg_builder
- type RequiredProto3Message_builder
- type RequiredProto3OneOf
- func (x *RequiredProto3OneOf) ClearA()
- func (x *RequiredProto3OneOf) ClearB()
- func (x *RequiredProto3OneOf) ClearVal()
- func (x *RequiredProto3OneOf) GetA() string
- func (x *RequiredProto3OneOf) GetB() string
- func (x *RequiredProto3OneOf) GetVal() isRequiredProto3OneOf_Val
- func (x *RequiredProto3OneOf) HasA() bool
- func (x *RequiredProto3OneOf) HasB() bool
- func (x *RequiredProto3OneOf) HasVal() bool
- func (*RequiredProto3OneOf) ProtoMessage()
- func (x *RequiredProto3OneOf) ProtoReflect() protoreflect.Message
- func (x *RequiredProto3OneOf) Reset()
- func (x *RequiredProto3OneOf) SetA(v string)
- func (x *RequiredProto3OneOf) SetB(v string)
- func (x *RequiredProto3OneOf) String() string
- func (x *RequiredProto3OneOf) WhichVal() case_RequiredProto3OneOf_Val
- type RequiredProto3OneOf_A
- type RequiredProto3OneOf_B
- type RequiredProto3OneOf_builder
- type RequiredProto3OptionalScalar
- func (x *RequiredProto3OptionalScalar) ClearVal()
- func (x *RequiredProto3OptionalScalar) GetVal() string
- func (x *RequiredProto3OptionalScalar) HasVal() bool
- func (*RequiredProto3OptionalScalar) ProtoMessage()
- func (x *RequiredProto3OptionalScalar) ProtoReflect() protoreflect.Message
- func (x *RequiredProto3OptionalScalar) Reset()
- func (x *RequiredProto3OptionalScalar) SetVal(v string)
- func (x *RequiredProto3OptionalScalar) String() string
- type RequiredProto3OptionalScalar_builder
- type RequiredProto3Repeated
- func (x *RequiredProto3Repeated) GetVal() []string
- func (*RequiredProto3Repeated) ProtoMessage()
- func (x *RequiredProto3Repeated) ProtoReflect() protoreflect.Message
- func (x *RequiredProto3Repeated) Reset()
- func (x *RequiredProto3Repeated) SetVal(v []string)
- func (x *RequiredProto3Repeated) String() string
- type RequiredProto3Repeated_builder
- type RequiredProto3Scalar
- type RequiredProto3Scalar_builder
- type SFixed32Const
- type SFixed32Const_builder
- type SFixed32ExGTELTE
- type SFixed32ExGTELTE_builder
- type SFixed32ExLTGT
- type SFixed32ExLTGT_builder
- type SFixed32Example
- type SFixed32Example_builder
- type SFixed32GT
- type SFixed32GTE
- type SFixed32GTELTE
- type SFixed32GTELTE_builder
- type SFixed32GTE_builder
- type SFixed32GTLT
- type SFixed32GTLT_builder
- type SFixed32GT_builder
- type SFixed32Ignore
- type SFixed32Ignore_builder
- type SFixed32In
- type SFixed32In_builder
- type SFixed32IncorrectType
- type SFixed32IncorrectType_builder
- type SFixed32LT
- type SFixed32LTE
- type SFixed32LTE_builder
- type SFixed32LT_builder
- type SFixed32None
- type SFixed32None_builder
- type SFixed32NotIn
- type SFixed32NotIn_builder
- type SFixed64Const
- type SFixed64Const_builder
- type SFixed64ExGTELTE
- type SFixed64ExGTELTE_builder
- type SFixed64ExLTGT
- type SFixed64ExLTGT_builder
- type SFixed64Example
- type SFixed64Example_builder
- type SFixed64GT
- type SFixed64GTE
- type SFixed64GTELTE
- type SFixed64GTELTE_builder
- type SFixed64GTE_builder
- type SFixed64GTLT
- type SFixed64GTLT_builder
- type SFixed64GT_builder
- type SFixed64Ignore
- type SFixed64Ignore_builder
- type SFixed64In
- type SFixed64In_builder
- type SFixed64IncorrectType
- type SFixed64IncorrectType_builder
- type SFixed64LT
- type SFixed64LTE
- type SFixed64LTE_builder
- type SFixed64LT_builder
- type SFixed64None
- type SFixed64None_builder
- type SFixed64NotIn
- type SFixed64NotIn_builder
- type SInt32Const
- type SInt32Const_builder
- type SInt32ExGTELTE
- type SInt32ExGTELTE_builder
- type SInt32ExLTGT
- type SInt32ExLTGT_builder
- type SInt32Example
- type SInt32Example_builder
- type SInt32GT
- type SInt32GTE
- type SInt32GTELTE
- type SInt32GTELTE_builder
- type SInt32GTE_builder
- type SInt32GTLT
- type SInt32GTLT_builder
- type SInt32GT_builder
- type SInt32Ignore
- type SInt32Ignore_builder
- type SInt32In
- type SInt32In_builder
- type SInt32IncorrectType
- type SInt32IncorrectType_builder
- type SInt32LT
- type SInt32LTE
- type SInt32LTE_builder
- type SInt32LT_builder
- type SInt32None
- type SInt32None_builder
- type SInt32NotIn
- type SInt32NotIn_builder
- type SInt64Const
- type SInt64Const_builder
- type SInt64ExGTELTE
- type SInt64ExGTELTE_builder
- type SInt64ExLTGT
- type SInt64ExLTGT_builder
- type SInt64Example
- type SInt64Example_builder
- type SInt64GT
- type SInt64GTE
- type SInt64GTELTE
- type SInt64GTELTE_builder
- type SInt64GTE_builder
- type SInt64GTLT
- type SInt64GTLT_builder
- type SInt64GT_builder
- type SInt64Ignore
- type SInt64Ignore_builder
- type SInt64In
- type SInt64In_builder
- type SInt64IncorrectType
- type SInt64IncorrectType_builder
- type SInt64LT
- type SInt64LTE
- type SInt64LTE_builder
- type SInt64LT_builder
- type SInt64None
- type SInt64None_builder
- type SInt64NotIn
- type SInt64NotIn_builder
- type StandardPredefinedAndCustomRuleEdition2023
- func (x *StandardPredefinedAndCustomRuleEdition2023) ClearA()
- func (x *StandardPredefinedAndCustomRuleEdition2023) GetA() int32
- func (x *StandardPredefinedAndCustomRuleEdition2023) HasA() bool
- func (*StandardPredefinedAndCustomRuleEdition2023) ProtoMessage()
- func (x *StandardPredefinedAndCustomRuleEdition2023) ProtoReflect() protoreflect.Message
- func (x *StandardPredefinedAndCustomRuleEdition2023) Reset()
- func (x *StandardPredefinedAndCustomRuleEdition2023) SetA(v int32)
- func (x *StandardPredefinedAndCustomRuleEdition2023) String() string
- type StandardPredefinedAndCustomRuleEdition2023_builder
- type StandardPredefinedAndCustomRuleProto2
- func (x *StandardPredefinedAndCustomRuleProto2) ClearA()
- func (x *StandardPredefinedAndCustomRuleProto2) GetA() int32
- func (x *StandardPredefinedAndCustomRuleProto2) HasA() bool
- func (*StandardPredefinedAndCustomRuleProto2) ProtoMessage()
- func (x *StandardPredefinedAndCustomRuleProto2) ProtoReflect() protoreflect.Message
- func (x *StandardPredefinedAndCustomRuleProto2) Reset()
- func (x *StandardPredefinedAndCustomRuleProto2) SetA(v int32)
- func (x *StandardPredefinedAndCustomRuleProto2) String() string
- type StandardPredefinedAndCustomRuleProto2_builder
- type StandardPredefinedAndCustomRuleProto3
- func (x *StandardPredefinedAndCustomRuleProto3) GetA() int32
- func (*StandardPredefinedAndCustomRuleProto3) ProtoMessage()
- func (x *StandardPredefinedAndCustomRuleProto3) ProtoReflect() protoreflect.Message
- func (x *StandardPredefinedAndCustomRuleProto3) Reset()
- func (x *StandardPredefinedAndCustomRuleProto3) SetA(v int32)
- func (x *StandardPredefinedAndCustomRuleProto3) String() string
- type StandardPredefinedAndCustomRuleProto3_builder
- type StringAddress
- type StringAddress_builder
- type StringConst
- type StringConst_builder
- type StringContains
- type StringContains_builder
- type StringEmail
- type StringEmail_builder
- type StringEqualMinMaxBytes
- func (x *StringEqualMinMaxBytes) GetVal() string
- func (*StringEqualMinMaxBytes) ProtoMessage()
- func (x *StringEqualMinMaxBytes) ProtoReflect() protoreflect.Message
- func (x *StringEqualMinMaxBytes) Reset()
- func (x *StringEqualMinMaxBytes) SetVal(v string)
- func (x *StringEqualMinMaxBytes) String() string
- type StringEqualMinMaxBytes_builder
- type StringEqualMinMaxLen
- type StringEqualMinMaxLen_builder
- type StringExample
- type StringExample_builder
- type StringHostAndOptionalPort
- func (x *StringHostAndOptionalPort) GetVal() string
- func (*StringHostAndOptionalPort) ProtoMessage()
- func (x *StringHostAndOptionalPort) ProtoReflect() protoreflect.Message
- func (x *StringHostAndOptionalPort) Reset()
- func (x *StringHostAndOptionalPort) SetVal(v string)
- func (x *StringHostAndOptionalPort) String() string
- type StringHostAndOptionalPort_builder
- type StringHostAndPort
- type StringHostAndPort_builder
- type StringHostname
- type StringHostname_builder
- type StringHttpHeaderName
- type StringHttpHeaderNameLoose
- func (x *StringHttpHeaderNameLoose) GetVal() string
- func (*StringHttpHeaderNameLoose) ProtoMessage()
- func (x *StringHttpHeaderNameLoose) ProtoReflect() protoreflect.Message
- func (x *StringHttpHeaderNameLoose) Reset()
- func (x *StringHttpHeaderNameLoose) SetVal(v string)
- func (x *StringHttpHeaderNameLoose) String() string
- type StringHttpHeaderNameLoose_builder
- type StringHttpHeaderName_builder
- type StringHttpHeaderValue
- type StringHttpHeaderValueLoose
- func (x *StringHttpHeaderValueLoose) GetVal() string
- func (*StringHttpHeaderValueLoose) ProtoMessage()
- func (x *StringHttpHeaderValueLoose) ProtoReflect() protoreflect.Message
- func (x *StringHttpHeaderValueLoose) Reset()
- func (x *StringHttpHeaderValueLoose) SetVal(v string)
- func (x *StringHttpHeaderValueLoose) String() string
- type StringHttpHeaderValueLoose_builder
- type StringHttpHeaderValue_builder
- type StringIP
- type StringIPPrefix
- type StringIPPrefix_builder
- type StringIPWithPrefixLen
- type StringIPWithPrefixLen_builder
- type StringIP_builder
- type StringIPv4
- type StringIPv4Prefix
- type StringIPv4Prefix_builder
- type StringIPv4WithPrefixLen
- func (x *StringIPv4WithPrefixLen) GetVal() string
- func (*StringIPv4WithPrefixLen) ProtoMessage()
- func (x *StringIPv4WithPrefixLen) ProtoReflect() protoreflect.Message
- func (x *StringIPv4WithPrefixLen) Reset()
- func (x *StringIPv4WithPrefixLen) SetVal(v string)
- func (x *StringIPv4WithPrefixLen) String() string
- type StringIPv4WithPrefixLen_builder
- type StringIPv4_builder
- type StringIPv6
- type StringIPv6Prefix
- type StringIPv6Prefix_builder
- type StringIPv6WithPrefixLen
- func (x *StringIPv6WithPrefixLen) GetVal() string
- func (*StringIPv6WithPrefixLen) ProtoMessage()
- func (x *StringIPv6WithPrefixLen) ProtoReflect() protoreflect.Message
- func (x *StringIPv6WithPrefixLen) Reset()
- func (x *StringIPv6WithPrefixLen) SetVal(v string)
- func (x *StringIPv6WithPrefixLen) String() string
- type StringIPv6WithPrefixLen_builder
- type StringIPv6_builder
- type StringIn
- type StringInOneof
- func (x *StringInOneof) ClearBar()
- func (x *StringInOneof) ClearFoo()
- func (x *StringInOneof) GetBar() string
- func (x *StringInOneof) GetFoo() isStringInOneof_Foo
- func (x *StringInOneof) HasBar() bool
- func (x *StringInOneof) HasFoo() bool
- func (*StringInOneof) ProtoMessage()
- func (x *StringInOneof) ProtoReflect() protoreflect.Message
- func (x *StringInOneof) Reset()
- func (x *StringInOneof) SetBar(v string)
- func (x *StringInOneof) String() string
- func (x *StringInOneof) WhichFoo() case_StringInOneof_Foo
- type StringInOneof_Bar
- type StringInOneof_builder
- type StringIn_builder
- type StringLen
- type StringLenBytes
- type StringLenBytes_builder
- type StringLen_builder
- type StringMaxBytes
- type StringMaxBytes_builder
- type StringMaxLen
- type StringMaxLen_builder
- type StringMinBytes
- type StringMinBytes_builder
- type StringMinLen
- type StringMinLen_builder
- type StringMinMaxBytes
- type StringMinMaxBytes_builder
- type StringMinMaxLen
- type StringMinMaxLen_builder
- type StringNone
- type StringNone_builder
- type StringNotAddress
- type StringNotAddress_builder
- type StringNotContains
- type StringNotContains_builder
- type StringNotEmail
- type StringNotEmail_builder
- type StringNotHostname
- type StringNotHostname_builder
- type StringNotIP
- type StringNotIPPrefix
- type StringNotIPPrefix_builder
- type StringNotIPWithPrefixLen
- func (x *StringNotIPWithPrefixLen) GetVal() string
- func (*StringNotIPWithPrefixLen) ProtoMessage()
- func (x *StringNotIPWithPrefixLen) ProtoReflect() protoreflect.Message
- func (x *StringNotIPWithPrefixLen) Reset()
- func (x *StringNotIPWithPrefixLen) SetVal(v string)
- func (x *StringNotIPWithPrefixLen) String() string
- type StringNotIPWithPrefixLen_builder
- type StringNotIP_builder
- type StringNotIPv4
- type StringNotIPv4Prefix
- type StringNotIPv4Prefix_builder
- type StringNotIPv4WithPrefixLen
- func (x *StringNotIPv4WithPrefixLen) GetVal() string
- func (*StringNotIPv4WithPrefixLen) ProtoMessage()
- func (x *StringNotIPv4WithPrefixLen) ProtoReflect() protoreflect.Message
- func (x *StringNotIPv4WithPrefixLen) Reset()
- func (x *StringNotIPv4WithPrefixLen) SetVal(v string)
- func (x *StringNotIPv4WithPrefixLen) String() string
- type StringNotIPv4WithPrefixLen_builder
- type StringNotIPv4_builder
- type StringNotIPv6
- type StringNotIPv6Prefix
- type StringNotIPv6Prefix_builder
- type StringNotIPv6WithPrefixLen
- func (x *StringNotIPv6WithPrefixLen) GetVal() string
- func (*StringNotIPv6WithPrefixLen) ProtoMessage()
- func (x *StringNotIPv6WithPrefixLen) ProtoReflect() protoreflect.Message
- func (x *StringNotIPv6WithPrefixLen) Reset()
- func (x *StringNotIPv6WithPrefixLen) SetVal(v string)
- func (x *StringNotIPv6WithPrefixLen) String() string
- type StringNotIPv6WithPrefixLen_builder
- type StringNotIPv6_builder
- type StringNotIn
- type StringNotIn_builder
- type StringNotTUUID
- type StringNotTUUID_builder
- type StringNotURI
- type StringNotURIRef
- type StringNotURIRef_builder
- type StringNotURI_builder
- type StringNotUUID
- type StringNotUUID_builder
- type StringPattern
- type StringPatternEscapes
- type StringPatternEscapes_builder
- type StringPattern_builder
- type StringPrefix
- type StringPrefix_builder
- type StringSuffix
- type StringSuffix_builder
- type StringTUUID
- type StringTUUID_builder
- type StringURI
- type StringURIRef
- type StringURIRef_builder
- type StringURI_builder
- type StringUUID
- type StringUUIDIgnore
- type StringUUIDIgnore_builder
- type StringUUID_builder
- type TestEnum
- type TestEnumAlias
- type TestMsg
- func (x *TestMsg) ClearNested()
- func (x *TestMsg) GetConst() string
- func (x *TestMsg) GetNested() *TestMsg
- func (x *TestMsg) HasNested() bool
- func (*TestMsg) ProtoMessage()
- func (x *TestMsg) ProtoReflect() protoreflect.Message
- func (x *TestMsg) Reset()
- func (x *TestMsg) SetConst(v string)
- func (x *TestMsg) SetNested(v *TestMsg)
- func (x *TestMsg) String() string
- type TestMsg_builder
- type TestOneofMsg
- type TestOneofMsg_builder
- type TimestampConst
- func (x *TimestampConst) ClearVal()
- func (x *TimestampConst) GetVal() *timestamppb.Timestamp
- func (x *TimestampConst) HasVal() bool
- func (*TimestampConst) ProtoMessage()
- func (x *TimestampConst) ProtoReflect() protoreflect.Message
- func (x *TimestampConst) Reset()
- func (x *TimestampConst) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampConst) String() string
- type TimestampConst_builder
- type TimestampExGTELTE
- func (x *TimestampExGTELTE) ClearVal()
- func (x *TimestampExGTELTE) GetVal() *timestamppb.Timestamp
- func (x *TimestampExGTELTE) HasVal() bool
- func (*TimestampExGTELTE) ProtoMessage()
- func (x *TimestampExGTELTE) ProtoReflect() protoreflect.Message
- func (x *TimestampExGTELTE) Reset()
- func (x *TimestampExGTELTE) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampExGTELTE) String() string
- type TimestampExGTELTE_builder
- type TimestampExLTGT
- func (x *TimestampExLTGT) ClearVal()
- func (x *TimestampExLTGT) GetVal() *timestamppb.Timestamp
- func (x *TimestampExLTGT) HasVal() bool
- func (*TimestampExLTGT) ProtoMessage()
- func (x *TimestampExLTGT) ProtoReflect() protoreflect.Message
- func (x *TimestampExLTGT) Reset()
- func (x *TimestampExLTGT) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampExLTGT) String() string
- type TimestampExLTGT_builder
- type TimestampExample
- func (x *TimestampExample) ClearVal()
- func (x *TimestampExample) GetVal() *timestamppb.Timestamp
- func (x *TimestampExample) HasVal() bool
- func (*TimestampExample) ProtoMessage()
- func (x *TimestampExample) ProtoReflect() protoreflect.Message
- func (x *TimestampExample) Reset()
- func (x *TimestampExample) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampExample) String() string
- type TimestampExample_builder
- type TimestampGT
- func (x *TimestampGT) ClearVal()
- func (x *TimestampGT) GetVal() *timestamppb.Timestamp
- func (x *TimestampGT) HasVal() bool
- func (*TimestampGT) ProtoMessage()
- func (x *TimestampGT) ProtoReflect() protoreflect.Message
- func (x *TimestampGT) Reset()
- func (x *TimestampGT) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampGT) String() string
- type TimestampGTE
- func (x *TimestampGTE) ClearVal()
- func (x *TimestampGTE) GetVal() *timestamppb.Timestamp
- func (x *TimestampGTE) HasVal() bool
- func (*TimestampGTE) ProtoMessage()
- func (x *TimestampGTE) ProtoReflect() protoreflect.Message
- func (x *TimestampGTE) Reset()
- func (x *TimestampGTE) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampGTE) String() string
- type TimestampGTELTE
- func (x *TimestampGTELTE) ClearVal()
- func (x *TimestampGTELTE) GetVal() *timestamppb.Timestamp
- func (x *TimestampGTELTE) HasVal() bool
- func (*TimestampGTELTE) ProtoMessage()
- func (x *TimestampGTELTE) ProtoReflect() protoreflect.Message
- func (x *TimestampGTELTE) Reset()
- func (x *TimestampGTELTE) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampGTELTE) String() string
- type TimestampGTELTE_builder
- type TimestampGTE_builder
- type TimestampGTLT
- func (x *TimestampGTLT) ClearVal()
- func (x *TimestampGTLT) GetVal() *timestamppb.Timestamp
- func (x *TimestampGTLT) HasVal() bool
- func (*TimestampGTLT) ProtoMessage()
- func (x *TimestampGTLT) ProtoReflect() protoreflect.Message
- func (x *TimestampGTLT) Reset()
- func (x *TimestampGTLT) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampGTLT) String() string
- type TimestampGTLT_builder
- type TimestampGTNow
- func (x *TimestampGTNow) ClearVal()
- func (x *TimestampGTNow) GetVal() *timestamppb.Timestamp
- func (x *TimestampGTNow) HasVal() bool
- func (*TimestampGTNow) ProtoMessage()
- func (x *TimestampGTNow) ProtoReflect() protoreflect.Message
- func (x *TimestampGTNow) Reset()
- func (x *TimestampGTNow) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampGTNow) String() string
- type TimestampGTNowWithin
- func (x *TimestampGTNowWithin) ClearVal()
- func (x *TimestampGTNowWithin) GetVal() *timestamppb.Timestamp
- func (x *TimestampGTNowWithin) HasVal() bool
- func (*TimestampGTNowWithin) ProtoMessage()
- func (x *TimestampGTNowWithin) ProtoReflect() protoreflect.Message
- func (x *TimestampGTNowWithin) Reset()
- func (x *TimestampGTNowWithin) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampGTNowWithin) String() string
- type TimestampGTNowWithin_builder
- type TimestampGTNow_builder
- type TimestampGT_builder
- type TimestampLT
- func (x *TimestampLT) ClearVal()
- func (x *TimestampLT) GetVal() *timestamppb.Timestamp
- func (x *TimestampLT) HasVal() bool
- func (*TimestampLT) ProtoMessage()
- func (x *TimestampLT) ProtoReflect() protoreflect.Message
- func (x *TimestampLT) Reset()
- func (x *TimestampLT) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampLT) String() string
- type TimestampLTE
- func (x *TimestampLTE) ClearVal()
- func (x *TimestampLTE) GetVal() *timestamppb.Timestamp
- func (x *TimestampLTE) HasVal() bool
- func (*TimestampLTE) ProtoMessage()
- func (x *TimestampLTE) ProtoReflect() protoreflect.Message
- func (x *TimestampLTE) Reset()
- func (x *TimestampLTE) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampLTE) String() string
- type TimestampLTE_builder
- type TimestampLTNow
- func (x *TimestampLTNow) ClearVal()
- func (x *TimestampLTNow) GetVal() *timestamppb.Timestamp
- func (x *TimestampLTNow) HasVal() bool
- func (*TimestampLTNow) ProtoMessage()
- func (x *TimestampLTNow) ProtoReflect() protoreflect.Message
- func (x *TimestampLTNow) Reset()
- func (x *TimestampLTNow) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampLTNow) String() string
- type TimestampLTNowWithin
- func (x *TimestampLTNowWithin) ClearVal()
- func (x *TimestampLTNowWithin) GetVal() *timestamppb.Timestamp
- func (x *TimestampLTNowWithin) HasVal() bool
- func (*TimestampLTNowWithin) ProtoMessage()
- func (x *TimestampLTNowWithin) ProtoReflect() protoreflect.Message
- func (x *TimestampLTNowWithin) Reset()
- func (x *TimestampLTNowWithin) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampLTNowWithin) String() string
- type TimestampLTNowWithin_builder
- type TimestampLTNow_builder
- type TimestampLT_builder
- type TimestampNone
- func (x *TimestampNone) ClearVal()
- func (x *TimestampNone) GetVal() *timestamppb.Timestamp
- func (x *TimestampNone) HasVal() bool
- func (*TimestampNone) ProtoMessage()
- func (x *TimestampNone) ProtoReflect() protoreflect.Message
- func (x *TimestampNone) Reset()
- func (x *TimestampNone) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampNone) String() string
- type TimestampNone_builder
- type TimestampNotGTNow
- func (x *TimestampNotGTNow) ClearVal()
- func (x *TimestampNotGTNow) GetVal() *timestamppb.Timestamp
- func (x *TimestampNotGTNow) HasVal() bool
- func (*TimestampNotGTNow) ProtoMessage()
- func (x *TimestampNotGTNow) ProtoReflect() protoreflect.Message
- func (x *TimestampNotGTNow) Reset()
- func (x *TimestampNotGTNow) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampNotGTNow) String() string
- type TimestampNotGTNow_builder
- type TimestampNotLTNow
- func (x *TimestampNotLTNow) ClearVal()
- func (x *TimestampNotLTNow) GetVal() *timestamppb.Timestamp
- func (x *TimestampNotLTNow) HasVal() bool
- func (*TimestampNotLTNow) ProtoMessage()
- func (x *TimestampNotLTNow) ProtoReflect() protoreflect.Message
- func (x *TimestampNotLTNow) Reset()
- func (x *TimestampNotLTNow) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampNotLTNow) String() string
- type TimestampNotLTNow_builder
- type TimestampRequired
- func (x *TimestampRequired) ClearVal()
- func (x *TimestampRequired) GetVal() *timestamppb.Timestamp
- func (x *TimestampRequired) HasVal() bool
- func (*TimestampRequired) ProtoMessage()
- func (x *TimestampRequired) ProtoReflect() protoreflect.Message
- func (x *TimestampRequired) Reset()
- func (x *TimestampRequired) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampRequired) String() string
- type TimestampRequired_builder
- type TimestampWithin
- func (x *TimestampWithin) ClearVal()
- func (x *TimestampWithin) GetVal() *timestamppb.Timestamp
- func (x *TimestampWithin) HasVal() bool
- func (*TimestampWithin) ProtoMessage()
- func (x *TimestampWithin) ProtoReflect() protoreflect.Message
- func (x *TimestampWithin) Reset()
- func (x *TimestampWithin) SetVal(v *timestamppb.Timestamp)
- func (x *TimestampWithin) String() string
- type TimestampWithin_builder
- type UInt32Const
- type UInt32Const_builder
- type UInt32ExGTELTE
- type UInt32ExGTELTE_builder
- type UInt32ExLTGT
- type UInt32ExLTGT_builder
- type UInt32Example
- type UInt32Example_builder
- type UInt32GT
- type UInt32GTE
- type UInt32GTELTE
- type UInt32GTELTE_builder
- type UInt32GTE_builder
- type UInt32GTLT
- type UInt32GTLT_builder
- type UInt32GT_builder
- type UInt32Ignore
- type UInt32Ignore_builder
- type UInt32In
- type UInt32In_builder
- type UInt32IncorrectType
- type UInt32IncorrectType_builder
- type UInt32LT
- type UInt32LTE
- type UInt32LTE_builder
- type UInt32LT_builder
- type UInt32None
- type UInt32None_builder
- type UInt32NotIn
- type UInt32NotIn_builder
- type UInt64Const
- type UInt64Const_builder
- type UInt64ExGTELTE
- type UInt64ExGTELTE_builder
- type UInt64ExLTGT
- type UInt64ExLTGT_builder
- type UInt64Example
- type UInt64Example_builder
- type UInt64GT
- type UInt64GTE
- type UInt64GTELTE
- type UInt64GTELTE_builder
- type UInt64GTE_builder
- type UInt64GTLT
- type UInt64GTLT_builder
- type UInt64GT_builder
- type UInt64Ignore
- type UInt64Ignore_builder
- type UInt64In
- type UInt64In_builder
- type UInt64IncorrectType
- type UInt64IncorrectType_builder
- type UInt64LT
- type UInt64LTE
- type UInt64LTE_builder
- type UInt64LT_builder
- type UInt64None
- type UInt64None_builder
- type UInt64NotIn
- type UInt64NotIn_builder
- type WktLevelOne
- func (x *WktLevelOne) ClearTwo()
- func (x *WktLevelOne) GetTwo() *WktLevelOne_WktLevelTwo
- func (x *WktLevelOne) HasTwo() bool
- func (*WktLevelOne) ProtoMessage()
- func (x *WktLevelOne) ProtoReflect() protoreflect.Message
- func (x *WktLevelOne) Reset()
- func (x *WktLevelOne) SetTwo(v *WktLevelOne_WktLevelTwo)
- func (x *WktLevelOne) String() string
- type WktLevelOne_WktLevelTwo
- func (x *WktLevelOne_WktLevelTwo) ClearThree()
- func (x *WktLevelOne_WktLevelTwo) GetThree() *WktLevelOne_WktLevelTwo_WktLevelThree
- func (x *WktLevelOne_WktLevelTwo) HasThree() bool
- func (*WktLevelOne_WktLevelTwo) ProtoMessage()
- func (x *WktLevelOne_WktLevelTwo) ProtoReflect() protoreflect.Message
- func (x *WktLevelOne_WktLevelTwo) Reset()
- func (x *WktLevelOne_WktLevelTwo) SetThree(v *WktLevelOne_WktLevelTwo_WktLevelThree)
- func (x *WktLevelOne_WktLevelTwo) String() string
- type WktLevelOne_WktLevelTwo_WktLevelThree
- func (x *WktLevelOne_WktLevelTwo_WktLevelThree) GetUuid() string
- func (*WktLevelOne_WktLevelTwo_WktLevelThree) ProtoMessage()
- func (x *WktLevelOne_WktLevelTwo_WktLevelThree) ProtoReflect() protoreflect.Message
- func (x *WktLevelOne_WktLevelTwo_WktLevelThree) Reset()
- func (x *WktLevelOne_WktLevelTwo_WktLevelThree) SetUuid(v string)
- func (x *WktLevelOne_WktLevelTwo_WktLevelThree) String() string
- type WktLevelOne_WktLevelTwo_WktLevelThree_builder
- type WktLevelOne_WktLevelTwo_builder
- type WktLevelOne_builder
- type WrapperBool
- func (x *WrapperBool) ClearVal()
- func (x *WrapperBool) GetVal() *wrapperspb.BoolValue
- func (x *WrapperBool) HasVal() bool
- func (*WrapperBool) ProtoMessage()
- func (x *WrapperBool) ProtoReflect() protoreflect.Message
- func (x *WrapperBool) Reset()
- func (x *WrapperBool) SetVal(v *wrapperspb.BoolValue)
- func (x *WrapperBool) String() string
- type WrapperBool_builder
- type WrapperBytes
- func (x *WrapperBytes) ClearVal()
- func (x *WrapperBytes) GetVal() *wrapperspb.BytesValue
- func (x *WrapperBytes) HasVal() bool
- func (*WrapperBytes) ProtoMessage()
- func (x *WrapperBytes) ProtoReflect() protoreflect.Message
- func (x *WrapperBytes) Reset()
- func (x *WrapperBytes) SetVal(v *wrapperspb.BytesValue)
- func (x *WrapperBytes) String() string
- type WrapperBytes_builder
- type WrapperDouble
- func (x *WrapperDouble) ClearVal()
- func (x *WrapperDouble) GetVal() *wrapperspb.DoubleValue
- func (x *WrapperDouble) HasVal() bool
- func (*WrapperDouble) ProtoMessage()
- func (x *WrapperDouble) ProtoReflect() protoreflect.Message
- func (x *WrapperDouble) Reset()
- func (x *WrapperDouble) SetVal(v *wrapperspb.DoubleValue)
- func (x *WrapperDouble) String() string
- type WrapperDouble_builder
- type WrapperFloat
- func (x *WrapperFloat) ClearVal()
- func (x *WrapperFloat) GetVal() *wrapperspb.FloatValue
- func (x *WrapperFloat) HasVal() bool
- func (*WrapperFloat) ProtoMessage()
- func (x *WrapperFloat) ProtoReflect() protoreflect.Message
- func (x *WrapperFloat) Reset()
- func (x *WrapperFloat) SetVal(v *wrapperspb.FloatValue)
- func (x *WrapperFloat) String() string
- type WrapperFloat_builder
- type WrapperInt32
- func (x *WrapperInt32) ClearVal()
- func (x *WrapperInt32) GetVal() *wrapperspb.Int32Value
- func (x *WrapperInt32) HasVal() bool
- func (*WrapperInt32) ProtoMessage()
- func (x *WrapperInt32) ProtoReflect() protoreflect.Message
- func (x *WrapperInt32) Reset()
- func (x *WrapperInt32) SetVal(v *wrapperspb.Int32Value)
- func (x *WrapperInt32) String() string
- type WrapperInt32_builder
- type WrapperInt64
- func (x *WrapperInt64) ClearVal()
- func (x *WrapperInt64) GetVal() *wrapperspb.Int64Value
- func (x *WrapperInt64) HasVal() bool
- func (*WrapperInt64) ProtoMessage()
- func (x *WrapperInt64) ProtoReflect() protoreflect.Message
- func (x *WrapperInt64) Reset()
- func (x *WrapperInt64) SetVal(v *wrapperspb.Int64Value)
- func (x *WrapperInt64) String() string
- type WrapperInt64_builder
- type WrapperNone
- func (x *WrapperNone) ClearVal()
- func (x *WrapperNone) GetVal() *wrapperspb.Int32Value
- func (x *WrapperNone) HasVal() bool
- func (*WrapperNone) ProtoMessage()
- func (x *WrapperNone) ProtoReflect() protoreflect.Message
- func (x *WrapperNone) Reset()
- func (x *WrapperNone) SetVal(v *wrapperspb.Int32Value)
- func (x *WrapperNone) String() string
- type WrapperNone_builder
- type WrapperOptionalUuidString
- func (x *WrapperOptionalUuidString) ClearVal()
- func (x *WrapperOptionalUuidString) GetVal() *wrapperspb.StringValue
- func (x *WrapperOptionalUuidString) HasVal() bool
- func (*WrapperOptionalUuidString) ProtoMessage()
- func (x *WrapperOptionalUuidString) ProtoReflect() protoreflect.Message
- func (x *WrapperOptionalUuidString) Reset()
- func (x *WrapperOptionalUuidString) SetVal(v *wrapperspb.StringValue)
- func (x *WrapperOptionalUuidString) String() string
- type WrapperOptionalUuidString_builder
- type WrapperRequiredEmptyString
- func (x *WrapperRequiredEmptyString) ClearVal()
- func (x *WrapperRequiredEmptyString) GetVal() *wrapperspb.StringValue
- func (x *WrapperRequiredEmptyString) HasVal() bool
- func (*WrapperRequiredEmptyString) ProtoMessage()
- func (x *WrapperRequiredEmptyString) ProtoReflect() protoreflect.Message
- func (x *WrapperRequiredEmptyString) Reset()
- func (x *WrapperRequiredEmptyString) SetVal(v *wrapperspb.StringValue)
- func (x *WrapperRequiredEmptyString) String() string
- type WrapperRequiredEmptyString_builder
- type WrapperRequiredFloat
- func (x *WrapperRequiredFloat) ClearVal()
- func (x *WrapperRequiredFloat) GetVal() *wrapperspb.FloatValue
- func (x *WrapperRequiredFloat) HasVal() bool
- func (*WrapperRequiredFloat) ProtoMessage()
- func (x *WrapperRequiredFloat) ProtoReflect() protoreflect.Message
- func (x *WrapperRequiredFloat) Reset()
- func (x *WrapperRequiredFloat) SetVal(v *wrapperspb.FloatValue)
- func (x *WrapperRequiredFloat) String() string
- type WrapperRequiredFloat_builder
- type WrapperRequiredString
- func (x *WrapperRequiredString) ClearVal()
- func (x *WrapperRequiredString) GetVal() *wrapperspb.StringValue
- func (x *WrapperRequiredString) HasVal() bool
- func (*WrapperRequiredString) ProtoMessage()
- func (x *WrapperRequiredString) ProtoReflect() protoreflect.Message
- func (x *WrapperRequiredString) Reset()
- func (x *WrapperRequiredString) SetVal(v *wrapperspb.StringValue)
- func (x *WrapperRequiredString) String() string
- type WrapperRequiredString_builder
- type WrapperString
- func (x *WrapperString) ClearVal()
- func (x *WrapperString) GetVal() *wrapperspb.StringValue
- func (x *WrapperString) HasVal() bool
- func (*WrapperString) ProtoMessage()
- func (x *WrapperString) ProtoReflect() protoreflect.Message
- func (x *WrapperString) Reset()
- func (x *WrapperString) SetVal(v *wrapperspb.StringValue)
- func (x *WrapperString) String() string
- type WrapperString_builder
- type WrapperUInt32
- func (x *WrapperUInt32) ClearVal()
- func (x *WrapperUInt32) GetVal() *wrapperspb.UInt32Value
- func (x *WrapperUInt32) HasVal() bool
- func (*WrapperUInt32) ProtoMessage()
- func (x *WrapperUInt32) ProtoReflect() protoreflect.Message
- func (x *WrapperUInt32) Reset()
- func (x *WrapperUInt32) SetVal(v *wrapperspb.UInt32Value)
- func (x *WrapperUInt32) String() string
- type WrapperUInt32_builder
- type WrapperUInt64
- func (x *WrapperUInt64) ClearVal()
- func (x *WrapperUInt64) GetVal() *wrapperspb.UInt64Value
- func (x *WrapperUInt64) HasVal() bool
- func (*WrapperUInt64) ProtoMessage()
- func (x *WrapperUInt64) ProtoReflect() protoreflect.Message
- func (x *WrapperUInt64) Reset()
- func (x *WrapperUInt64) SetVal(v *wrapperspb.UInt64Value)
- func (x *WrapperUInt64) String() string
- type WrapperUInt64_builder
Constants ¶
const ComplexTestMsg_O_not_set_case case_ComplexTestMsg_O = 0
const ComplexTestMsg_X_case case_ComplexTestMsg_O = 16
const ComplexTestMsg_Y_case case_ComplexTestMsg_O = 17
const (
Default_EditionsOneofIgnoreDefaultWithDefault_Val = int32(-42)
)
Default values for EditionsOneofIgnoreDefaultWithDefault fields.
const (
Default_EditionsOneofIgnoreEmptyWithDefault_Val = int32(-42)
)
Default values for EditionsOneofIgnoreEmptyWithDefault fields.
const (
Default_EditionsOneofIgnoreUnspecifiedWithDefault_Val = int32(-42)
)
Default values for EditionsOneofIgnoreUnspecifiedWithDefault fields.
const (
Default_EditionsScalarExplicitPresenceIgnoreDefaultWithDefault_Val = int32(-42)
)
Default values for EditionsScalarExplicitPresenceIgnoreDefaultWithDefault fields.
const (
Default_EditionsScalarExplicitPresenceIgnoreEmptyWithDefault_Val = int32(-42)
)
Default values for EditionsScalarExplicitPresenceIgnoreEmptyWithDefault fields.
const (
Default_EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault_Val = int32(-42)
)
Default values for EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault fields.
const (
Default_EditionsScalarLegacyRequiredIgnoreDefaultWithDefault_Val = int32(-42)
)
Default values for EditionsScalarLegacyRequiredIgnoreDefaultWithDefault fields.
const (
Default_EditionsScalarLegacyRequiredIgnoreEmptyWithDefault_Val = int32(-42)
)
Default values for EditionsScalarLegacyRequiredIgnoreEmptyWithDefault fields.
const (
Default_EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault_Val = int32(-42)
)
Default values for EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault fields.
const (
Default_IgnoreEmptyEditionsScalarExplicitPresenceWithDefault_Val = int32(42)
)
Default values for IgnoreEmptyEditionsScalarExplicitPresenceWithDefault fields.
const (
Default_IgnoreEmptyEditionsScalarLegacyRequiredWithDefault_Val = int32(42)
)
Default values for IgnoreEmptyEditionsScalarLegacyRequiredWithDefault fields.
const (
Default_IgnoreEmptyProto2ScalarOptionalWithDefault_Val = int32(42)
)
Default values for IgnoreEmptyProto2ScalarOptionalWithDefault fields.
const (
Default_Proto2OneofIgnoreDefaultWithDefault_Val = int32(-42)
)
Default values for Proto2OneofIgnoreDefaultWithDefault fields.
const (
Default_Proto2OneofIgnoreEmptyWithDefault_Val = int32(-42)
)
Default values for Proto2OneofIgnoreEmptyWithDefault fields.
const (
Default_Proto2OneofIgnoreUnspecifiedWithDefault_Val = int32(-42)
)
Default values for Proto2OneofIgnoreUnspecifiedWithDefault fields.
const (
Default_Proto2ScalarOptionalIgnoreDefaultWithDefault_Val = int32(-42)
)
Default values for Proto2ScalarOptionalIgnoreDefaultWithDefault fields.
const (
Default_Proto2ScalarOptionalIgnoreEmptyWithDefault_Val = int32(-42)
)
Default values for Proto2ScalarOptionalIgnoreEmptyWithDefault fields.
const (
Default_Proto2ScalarOptionalIgnoreUnspecifiedWithDefault_Val = int32(-42)
)
Default values for Proto2ScalarOptionalIgnoreUnspecifiedWithDefault fields.
const (
Default_Proto2ScalarRequiredIgnoreDefaultWithDefault_Val = int32(-42)
)
Default values for Proto2ScalarRequiredIgnoreDefaultWithDefault fields.
const (
Default_Proto2ScalarRequiredIgnoreEmptyWithDefault_Val = int32(-42)
)
Default values for Proto2ScalarRequiredIgnoreEmptyWithDefault fields.
const (
Default_Proto2ScalarRequiredIgnoreUnspecifiedWithDefault_Val = int32(-42)
)
Default values for Proto2ScalarRequiredIgnoreUnspecifiedWithDefault fields.
const (
Default_RequiredEditionsScalarExplicitPresenceDefault_Val = string("foo")
)
Default values for RequiredEditionsScalarExplicitPresenceDefault fields.
const (
Default_RequiredProto2ScalarOptionalDefault_Val = string("foo")
)
Default values for RequiredProto2ScalarOptionalDefault fields.
const EditionsOneofIgnoreDefaultWithDefault_O_not_set_case case_EditionsOneofIgnoreDefaultWithDefault_O = 0
const EditionsOneofIgnoreDefaultWithDefault_Val_case case_EditionsOneofIgnoreDefaultWithDefault_O = 1
const EditionsOneofIgnoreDefault_O_not_set_case case_EditionsOneofIgnoreDefault_O = 0
const EditionsOneofIgnoreDefault_Val_case case_EditionsOneofIgnoreDefault_O = 1
const EditionsOneofIgnoreEmptyWithDefault_O_not_set_case case_EditionsOneofIgnoreEmptyWithDefault_O = 0
const EditionsOneofIgnoreEmptyWithDefault_Val_case case_EditionsOneofIgnoreEmptyWithDefault_O = 1
const EditionsOneofIgnoreEmpty_O_not_set_case case_EditionsOneofIgnoreEmpty_O = 0
const EditionsOneofIgnoreEmpty_Val_case case_EditionsOneofIgnoreEmpty_O = 1
const EditionsOneofIgnoreUnspecifiedWithDefault_O_not_set_case case_EditionsOneofIgnoreUnspecifiedWithDefault_O = 0
const EditionsOneofIgnoreUnspecifiedWithDefault_Val_case case_EditionsOneofIgnoreUnspecifiedWithDefault_O = 1
const EditionsOneofIgnoreUnspecified_O_not_set_case case_EditionsOneofIgnoreUnspecified_O = 0
const EditionsOneofIgnoreUnspecified_Val_case case_EditionsOneofIgnoreUnspecified_O = 1
const EnumInsideOneof_Bar_not_set_case case_EnumInsideOneof_Bar = 0
const EnumInsideOneof_Foo_not_set_case case_EnumInsideOneof_Foo = 0
const EnumInsideOneof_Val2_case case_EnumInsideOneof_Bar = 2
const EnumInsideOneof_Val_case case_EnumInsideOneof_Foo = 1
const IgnoreEmptyEditionsOneof_O_not_set_case case_IgnoreEmptyEditionsOneof_O = 0
const IgnoreEmptyEditionsOneof_Val_case case_IgnoreEmptyEditionsOneof_O = 1
const IgnoreEmptyProto2Oneof_O_not_set_case case_IgnoreEmptyProto2Oneof_O = 0
const IgnoreEmptyProto2Oneof_Val_case case_IgnoreEmptyProto2Oneof_O = 1
const IgnoreEmptyProto3Oneof_O_not_set_case case_IgnoreEmptyProto3Oneof_O = 0
const IgnoreEmptyProto3Oneof_Val_case case_IgnoreEmptyProto3Oneof_O = 1
const MessageRequiredOneof_One_not_set_case case_MessageRequiredOneof_One = 0
const MessageRequiredOneof_Val_case case_MessageRequiredOneof_One = 1
const OneofNone_O_not_set_case case_OneofNone_O = 0
const OneofNone_X_case case_OneofNone_O = 1
const OneofNone_Y_case case_OneofNone_O = 2
const OneofRequiredWithRequiredField_A_case case_OneofRequiredWithRequiredField_O = 1
const OneofRequiredWithRequiredField_B_case case_OneofRequiredWithRequiredField_O = 2
const OneofRequiredWithRequiredField_O_not_set_case case_OneofRequiredWithRequiredField_O = 0
const OneofRequired_NameWithUnderscores_case case_OneofRequired_O = 3
const OneofRequired_O_not_set_case case_OneofRequired_O = 0
const OneofRequired_UnderAnd_1Number_case case_OneofRequired_O = 4
const OneofRequired_X_case case_OneofRequired_O = 1
const OneofRequired_Y_case case_OneofRequired_O = 2
const Oneof_O_not_set_case case_Oneof_O = 0
const Oneof_X_case case_Oneof_O = 1
const Oneof_Y_case case_Oneof_O = 2
const Oneof_Z_case case_Oneof_O = 3
const Proto2OneofIgnoreDefaultWithDefault_O_not_set_case case_Proto2OneofIgnoreDefaultWithDefault_O = 0
const Proto2OneofIgnoreDefaultWithDefault_Val_case case_Proto2OneofIgnoreDefaultWithDefault_O = 1
const Proto2OneofIgnoreDefault_O_not_set_case case_Proto2OneofIgnoreDefault_O = 0
const Proto2OneofIgnoreDefault_Val_case case_Proto2OneofIgnoreDefault_O = 1
const Proto2OneofIgnoreEmptyWithDefault_O_not_set_case case_Proto2OneofIgnoreEmptyWithDefault_O = 0
const Proto2OneofIgnoreEmptyWithDefault_Val_case case_Proto2OneofIgnoreEmptyWithDefault_O = 1
const Proto2OneofIgnoreEmpty_O_not_set_case case_Proto2OneofIgnoreEmpty_O = 0
const Proto2OneofIgnoreEmpty_Val_case case_Proto2OneofIgnoreEmpty_O = 1
const Proto2OneofIgnoreUnspecifiedWithDefault_O_not_set_case case_Proto2OneofIgnoreUnspecifiedWithDefault_O = 0
const Proto2OneofIgnoreUnspecifiedWithDefault_Val_case case_Proto2OneofIgnoreUnspecifiedWithDefault_O = 1
const Proto2OneofIgnoreUnspecified_O_not_set_case case_Proto2OneofIgnoreUnspecified_O = 0
const Proto2OneofIgnoreUnspecified_Val_case case_Proto2OneofIgnoreUnspecified_O = 1
const Proto3OneofIgnoreDefault_O_not_set_case case_Proto3OneofIgnoreDefault_O = 0
const Proto3OneofIgnoreDefault_Val_case case_Proto3OneofIgnoreDefault_O = 1
const Proto3OneofIgnoreEmpty_O_not_set_case case_Proto3OneofIgnoreEmpty_O = 0
const Proto3OneofIgnoreEmpty_Val_case case_Proto3OneofIgnoreEmpty_O = 1
const Proto3OneofIgnoreUnspecified_O_not_set_case case_Proto3OneofIgnoreUnspecified_O = 0
const Proto3OneofIgnoreUnspecified_Val_case case_Proto3OneofIgnoreUnspecified_O = 1
const RequiredEditionsOneof_A_case case_RequiredEditionsOneof_Val = 1
const RequiredEditionsOneof_B_case case_RequiredEditionsOneof_Val = 2
const RequiredEditionsOneof_Val_not_set_case case_RequiredEditionsOneof_Val = 0
const RequiredProto2Oneof_A_case case_RequiredProto2Oneof_Val = 1
const RequiredProto2Oneof_B_case case_RequiredProto2Oneof_Val = 2
const RequiredProto2Oneof_Val_not_set_case case_RequiredProto2Oneof_Val = 0
const RequiredProto3OneOf_A_case case_RequiredProto3OneOf_Val = 1
const RequiredProto3OneOf_B_case case_RequiredProto3OneOf_Val = 2
const RequiredProto3OneOf_Val_not_set_case case_RequiredProto3OneOf_Val = 0
const StringInOneof_Bar_case case_StringInOneof_Foo = 1
const StringInOneof_Foo_not_set_case case_StringInOneof_Foo = 0
Variables ¶
var ( TestEnum_name = map[int32]string{ 0: "TEST_ENUM_UNSPECIFIED", 1: "TEST_ENUM_ONE", 2: "TEST_ENUM_TWO", } TestEnum_value = map[string]int32{ "TEST_ENUM_UNSPECIFIED": 0, "TEST_ENUM_ONE": 1, "TEST_ENUM_TWO": 2, } )
Enum value maps for TestEnum.
var ( TestEnumAlias_name = map[int32]string{ 0: "TEST_ENUM_ALIAS_UNSPECIFIED", 1: "TEST_ENUM_ALIAS_A", 2: "TEST_ENUM_ALIAS_B", 3: "TEST_ENUM_ALIAS_C", } TestEnumAlias_value = map[string]int32{ "TEST_ENUM_ALIAS_UNSPECIFIED": 0, "TEST_ENUM_ALIAS_A": 1, "TEST_ENUM_ALIAS_B": 2, "TEST_ENUM_ALIAS_C": 3, "TEST_ENUM_ALIAS_ALPHA": 1, "TEST_ENUM_ALIAS_BETA": 2, "TEST_ENUM_ALIAS_GAMMA": 3, } )
Enum value maps for TestEnumAlias.
var ( ComplexTestEnum_name = map[int32]string{ 0: "COMPLEX_TEST_ENUM_UNSPECIFIED", 1: "COMPLEX_TEST_ENUM_ONE", 2: "COMPLEX_TEST_ENUM_TWO", } ComplexTestEnum_value = map[string]int32{ "COMPLEX_TEST_ENUM_UNSPECIFIED": 0, "COMPLEX_TEST_ENUM_ONE": 1, "COMPLEX_TEST_ENUM_TWO": 2, } )
Enum value maps for ComplexTestEnum.
var ( PredefinedEnumRuleProto2_EnumProto2_name = map[int32]string{ 0: "ENUM_PROTO2_ZERO_UNSPECIFIED", 1: "ENUM_PROTO2_ONE", } PredefinedEnumRuleProto2_EnumProto2_value = map[string]int32{ "ENUM_PROTO2_ZERO_UNSPECIFIED": 0, "ENUM_PROTO2_ONE": 1, } )
Enum value maps for PredefinedEnumRuleProto2_EnumProto2.
var ( PredefinedEnumRuleProto3_EnumProto3_name = map[int32]string{ 0: "ENUM_PROTO3_ZERO_UNSPECIFIED", 1: "ENUM_PROTO3_ONE", } PredefinedEnumRuleProto3_EnumProto3_value = map[string]int32{ "ENUM_PROTO3_ZERO_UNSPECIFIED": 0, "ENUM_PROTO3_ONE": 1, } )
Enum value maps for PredefinedEnumRuleProto3_EnumProto3.
var ( PredefinedEnumRuleEdition2023_EnumEdition2023_name = map[int32]string{ 0: "ENUM_EDITION2023_ZERO_UNSPECIFIED", 1: "ENUM_EDITION2023_ONE", } PredefinedEnumRuleEdition2023_EnumEdition2023_value = map[string]int32{ "ENUM_EDITION2023_ZERO_UNSPECIFIED": 0, "ENUM_EDITION2023_ONE": 1, } )
Enum value maps for PredefinedEnumRuleEdition2023_EnumEdition2023.
var ( AnEnum_name = map[int32]string{ 0: "AN_ENUM_UNSPECIFIED", 1: "AN_ENUM_X", 2: "AN_ENUM_Y", } AnEnum_value = map[string]int32{ "AN_ENUM_UNSPECIFIED": 0, "AN_ENUM_X": 1, "AN_ENUM_Y": 2, } )
Enum value maps for AnEnum.
var ( RepeatedEmbeddedEnumIn_AnotherInEnum_name = map[int32]string{ 0: "ANOTHER_IN_ENUM_UNSPECIFIED", 1: "ANOTHER_IN_ENUM_A", 2: "ANOTHER_IN_ENUM_B", } RepeatedEmbeddedEnumIn_AnotherInEnum_value = map[string]int32{ "ANOTHER_IN_ENUM_UNSPECIFIED": 0, "ANOTHER_IN_ENUM_A": 1, "ANOTHER_IN_ENUM_B": 2, } )
Enum value maps for RepeatedEmbeddedEnumIn_AnotherInEnum.
var ( RepeatedEmbeddedEnumNotIn_AnotherNotInEnum_name = map[int32]string{ 0: "ANOTHER_NOT_IN_ENUM_UNSPECIFIED", 1: "ANOTHER_NOT_IN_ENUM_A", 2: "ANOTHER_NOT_IN_ENUM_B", } RepeatedEmbeddedEnumNotIn_AnotherNotInEnum_value = map[string]int32{ "ANOTHER_NOT_IN_ENUM_UNSPECIFIED": 0, "ANOTHER_NOT_IN_ENUM_A": 1, "ANOTHER_NOT_IN_ENUM_B": 2, } )
Enum value maps for RepeatedEmbeddedEnumNotIn_AnotherNotInEnum.
var (
// optional bool bool_false_edition_2023 = 1162;
E_BoolFalseEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[12]
)
Extension fields to validate.BoolRules.
var (
// optional bool bool_false_proto2 = 1161;
E_BoolFalseProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[12]
)
Extension fields to validate.BoolRules.
var (
// optional bool bytes_valid_path_edition_2023 = 1162;
E_BytesValidPathEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[14]
)
Extension fields to validate.BytesRules.
var (
// optional bool bytes_valid_path_proto2 = 1161;
E_BytesValidPathProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[14]
)
Extension fields to validate.BytesRules.
var (
// optional double double_abs_range_edition_2023 = 1162;
E_DoubleAbsRangeEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[1]
)
Extension fields to validate.DoubleRules.
var (
// optional double double_abs_range_proto2 = 1161;
E_DoubleAbsRangeProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[1]
)
Extension fields to validate.DoubleRules.
var (
// optional bool duration_too_long_edition_2023 = 1162;
E_DurationTooLongEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[18]
)
Extension fields to validate.DurationRules.
var (
// optional bool duration_too_long_proto2 = 1161;
E_DurationTooLongProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[17]
)
Extension fields to validate.DurationRules.
var (
// optional bool enum_non_zero_edition_2023 = 1162;
E_EnumNonZeroEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[15]
)
Extension fields to validate.EnumRules.
var (
// optional bool enum_non_zero_proto2 = 1161;
E_EnumNonZeroProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[15]
)
Extension fields to validate.EnumRules.
var (
// optional bool fixed32_even_edition_2023 = 1162;
E_Fixed32EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[8]
)
Extension fields to validate.Fixed32Rules.
var (
// optional bool fixed32_even_proto2 = 1161;
E_Fixed32EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[8]
)
Extension fields to validate.Fixed32Rules.
var (
// optional bool fixed64_even_edition_2023 = 1162;
E_Fixed64EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[9]
)
Extension fields to validate.Fixed64Rules.
var (
// optional bool fixed64_even_proto2 = 1161;
E_Fixed64EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[9]
)
Extension fields to validate.Fixed64Rules.
var (
// optional float float_abs_range_edition_2023 = 1162;
E_FloatAbsRangeEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[0]
)
Extension fields to validate.FloatRules.
var (
// optional float float_abs_range_proto2 = 1161;
E_FloatAbsRangeProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[0]
)
Extension fields to validate.FloatRules.
var (
// repeated int32 int32_abs_in_edition_2023 = 1162;
E_Int32AbsInEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[2]
)
Extension fields to validate.Int32Rules.
var (
// repeated int32 int32_abs_in_proto2 = 1161;
E_Int32AbsInProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[2]
)
Extension fields to validate.Int32Rules.
var (
// repeated google.protobuf.Int64Value int64_abs_in_edition_2023 = 1162;
E_Int64AbsInEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[3]
)
Extension fields to validate.Int64Rules.
var (
// repeated google.protobuf.Int64Value int64_abs_in_proto2 = 1161;
E_Int64AbsInProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[3]
)
Extension fields to validate.Int64Rules.
var (
// optional bool map_at_least_five_edition_2023 = 1162;
E_MapAtLeastFiveEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[17]
)
Extension fields to validate.MapRules.
var (
// optional bool repeated_at_least_five_edition_2023 = 1162;
E_RepeatedAtLeastFiveEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[16]
)
Extension fields to validate.RepeatedRules.
var (
// optional bool repeated_at_least_five_proto2 = 1161;
E_RepeatedAtLeastFiveProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[16]
)
Extension fields to validate.RepeatedRules.
var (
// optional bool sfixed32_even_edition_2023 = 1162;
E_Sfixed32EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[10]
)
Extension fields to validate.SFixed32Rules.
var (
// optional bool sfixed32_even_proto2 = 1161;
E_Sfixed32EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[10]
)
Extension fields to validate.SFixed32Rules.
var (
// optional bool sfixed64_even_edition_2023 = 1162;
E_Sfixed64EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[11]
)
Extension fields to validate.SFixed64Rules.
var (
// optional bool sfixed64_even_proto2 = 1161;
E_Sfixed64EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[11]
)
Extension fields to validate.SFixed64Rules.
var (
// optional bool sint32_even_edition_2023 = 1162;
E_Sint32EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[6]
)
Extension fields to validate.SInt32Rules.
var (
// optional bool sint32_even_proto2 = 1161;
E_Sint32EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[6]
)
Extension fields to validate.SInt32Rules.
var (
// optional bool sint64_even_edition_2023 = 1162;
E_Sint64EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[7]
)
Extension fields to validate.SInt64Rules.
var (
// optional bool sint64_even_proto2 = 1161;
E_Sint64EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[7]
)
Extension fields to validate.SInt64Rules.
var (
// optional bool string_valid_path_edition_2023 = 1162;
E_StringValidPathEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[13]
)
Extension fields to validate.StringRules.
var (
// optional bool string_valid_path_proto2 = 1161;
E_StringValidPathProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[13]
)
Extension fields to validate.StringRules.
var (
// optional bool timestamp_in_range_edition_2023 = 1162;
E_TimestampInRangeEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[19]
)
Extension fields to validate.TimestampRules.
var (
// optional bool timestamp_in_range_proto2 = 1161;
E_TimestampInRangeProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[18]
)
Extension fields to validate.TimestampRules.
var (
// optional bool uint32_even_edition_2023 = 1162;
E_Uint32EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[4]
)
Extension fields to validate.UInt32Rules.
var (
// optional bool uint32_even_proto2 = 1161;
E_Uint32EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[4]
)
Extension fields to validate.UInt32Rules.
var (
// optional bool uint64_even_edition_2023 = 1162;
E_Uint64EvenEdition_2023 = &file_buf_validate_conformance_cases_predefined_rules_proto_editions_proto_extTypes[5]
)
Extension fields to validate.UInt64Rules.
var (
// optional bool uint64_even_proto2 = 1161;
E_Uint64EvenProto2 = &file_buf_validate_conformance_cases_predefined_rules_proto2_proto_extTypes[5]
)
Extension fields to validate.UInt64Rules.
var File_buf_validate_conformance_cases_bool_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_bytes_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_enums_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_filename_with_dash_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_ignore_empty_proto2_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_ignore_empty_proto3_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_ignore_empty_proto_editions_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_ignore_proto2_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_ignore_proto3_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_ignore_proto_editions_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_kitchen_sink_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_maps_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_messages_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_numbers_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_oneofs_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_predefined_rules_proto2_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_predefined_rules_proto3_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_predefined_rules_proto_editions_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_repeated_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_required_field_proto2_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_required_field_proto3_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_required_field_proto_editions_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_strings_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_wkt_any_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_wkt_duration_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_wkt_nested_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_wkt_timestamp_proto protoreflect.FileDescriptor
var File_buf_validate_conformance_cases_wkt_wrappers_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AnEnum ¶
type AnEnum int32
func (AnEnum) Descriptor ¶
func (AnEnum) Descriptor() protoreflect.EnumDescriptor
func (AnEnum) Number ¶
func (x AnEnum) Number() protoreflect.EnumNumber
func (AnEnum) Type ¶
func (AnEnum) Type() protoreflect.EnumType
type AnyIn ¶
type AnyIn struct {
Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*AnyIn) ProtoMessage ¶
func (*AnyIn) ProtoMessage()
func (*AnyIn) ProtoReflect ¶
func (x *AnyIn) ProtoReflect() protoreflect.Message
type AnyIn_builder ¶ added in v0.8.1
func (AnyIn_builder) Build ¶ added in v0.8.1
func (b0 AnyIn_builder) Build() *AnyIn
type AnyNone ¶
type AnyNone struct {
Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*AnyNone) ProtoMessage ¶
func (*AnyNone) ProtoMessage()
func (*AnyNone) ProtoReflect ¶
func (x *AnyNone) ProtoReflect() protoreflect.Message
type AnyNone_builder ¶ added in v0.8.1
func (AnyNone_builder) Build ¶ added in v0.8.1
func (b0 AnyNone_builder) Build() *AnyNone
type AnyNotIn ¶
type AnyNotIn struct {
Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*AnyNotIn) ProtoMessage ¶
func (*AnyNotIn) ProtoMessage()
func (*AnyNotIn) ProtoReflect ¶
func (x *AnyNotIn) ProtoReflect() protoreflect.Message
type AnyNotIn_builder ¶ added in v0.8.1
func (AnyNotIn_builder) Build ¶ added in v0.8.1
func (b0 AnyNotIn_builder) Build() *AnyNotIn
type AnyRequired ¶
type AnyRequired struct {
Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*AnyRequired) ClearVal ¶ added in v0.8.1
func (x *AnyRequired) ClearVal()
func (*AnyRequired) GetVal ¶
func (x *AnyRequired) GetVal() *anypb.Any
func (*AnyRequired) HasVal ¶ added in v0.8.1
func (x *AnyRequired) HasVal() bool
func (*AnyRequired) ProtoMessage ¶
func (*AnyRequired) ProtoMessage()
func (*AnyRequired) ProtoReflect ¶
func (x *AnyRequired) ProtoReflect() protoreflect.Message
func (*AnyRequired) Reset ¶
func (x *AnyRequired) Reset()
func (*AnyRequired) SetVal ¶ added in v0.8.1
func (x *AnyRequired) SetVal(v *anypb.Any)
func (*AnyRequired) String ¶
func (x *AnyRequired) String() string
type AnyRequired_builder ¶ added in v0.8.1
func (AnyRequired_builder) Build ¶ added in v0.8.1
func (b0 AnyRequired_builder) Build() *AnyRequired
type BoolConstFalse ¶
type BoolConstFalse struct {
Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BoolConstFalse) GetVal ¶
func (x *BoolConstFalse) GetVal() bool
func (*BoolConstFalse) ProtoMessage ¶
func (*BoolConstFalse) ProtoMessage()
func (*BoolConstFalse) ProtoReflect ¶
func (x *BoolConstFalse) ProtoReflect() protoreflect.Message
func (*BoolConstFalse) Reset ¶
func (x *BoolConstFalse) Reset()
func (*BoolConstFalse) SetVal ¶ added in v0.8.1
func (x *BoolConstFalse) SetVal(v bool)
func (*BoolConstFalse) String ¶
func (x *BoolConstFalse) String() string
type BoolConstFalse_builder ¶ added in v0.8.1
type BoolConstFalse_builder struct {
Val bool
// contains filtered or unexported fields
}
func (BoolConstFalse_builder) Build ¶ added in v0.8.1
func (b0 BoolConstFalse_builder) Build() *BoolConstFalse
type BoolConstTrue ¶
type BoolConstTrue struct {
Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BoolConstTrue) GetVal ¶
func (x *BoolConstTrue) GetVal() bool
func (*BoolConstTrue) ProtoMessage ¶
func (*BoolConstTrue) ProtoMessage()
func (*BoolConstTrue) ProtoReflect ¶
func (x *BoolConstTrue) ProtoReflect() protoreflect.Message
func (*BoolConstTrue) Reset ¶
func (x *BoolConstTrue) Reset()
func (*BoolConstTrue) SetVal ¶ added in v0.8.1
func (x *BoolConstTrue) SetVal(v bool)
func (*BoolConstTrue) String ¶
func (x *BoolConstTrue) String() string
type BoolConstTrue_builder ¶ added in v0.8.1
type BoolConstTrue_builder struct {
Val bool
// contains filtered or unexported fields
}
func (BoolConstTrue_builder) Build ¶ added in v0.8.1
func (b0 BoolConstTrue_builder) Build() *BoolConstTrue
type BoolExample ¶ added in v0.7.0
type BoolExample struct {
Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BoolExample) GetVal ¶ added in v0.7.0
func (x *BoolExample) GetVal() bool
func (*BoolExample) ProtoMessage ¶ added in v0.7.0
func (*BoolExample) ProtoMessage()
func (*BoolExample) ProtoReflect ¶ added in v0.7.0
func (x *BoolExample) ProtoReflect() protoreflect.Message
func (*BoolExample) Reset ¶ added in v0.7.0
func (x *BoolExample) Reset()
func (*BoolExample) SetVal ¶ added in v0.8.1
func (x *BoolExample) SetVal(v bool)
func (*BoolExample) String ¶ added in v0.7.0
func (x *BoolExample) String() string
type BoolExample_builder ¶ added in v0.8.1
type BoolExample_builder struct {
Val bool
// contains filtered or unexported fields
}
func (BoolExample_builder) Build ¶ added in v0.8.1
func (b0 BoolExample_builder) Build() *BoolExample
type BoolNone ¶
type BoolNone struct {
Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BoolNone) ProtoMessage ¶
func (*BoolNone) ProtoMessage()
func (*BoolNone) ProtoReflect ¶
func (x *BoolNone) ProtoReflect() protoreflect.Message
type BoolNone_builder ¶ added in v0.8.1
type BoolNone_builder struct {
Val bool
// contains filtered or unexported fields
}
func (BoolNone_builder) Build ¶ added in v0.8.1
func (b0 BoolNone_builder) Build() *BoolNone
type BytesConst ¶
type BytesConst struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesConst) GetVal ¶
func (x *BytesConst) GetVal() []byte
func (*BytesConst) ProtoMessage ¶
func (*BytesConst) ProtoMessage()
func (*BytesConst) ProtoReflect ¶
func (x *BytesConst) ProtoReflect() protoreflect.Message
func (*BytesConst) Reset ¶
func (x *BytesConst) Reset()
func (*BytesConst) SetVal ¶ added in v0.8.1
func (x *BytesConst) SetVal(v []byte)
func (*BytesConst) String ¶
func (x *BytesConst) String() string
type BytesConst_builder ¶ added in v0.8.1
type BytesConst_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesConst_builder) Build ¶ added in v0.8.1
func (b0 BytesConst_builder) Build() *BytesConst
type BytesContains ¶
type BytesContains struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesContains) GetVal ¶
func (x *BytesContains) GetVal() []byte
func (*BytesContains) ProtoMessage ¶
func (*BytesContains) ProtoMessage()
func (*BytesContains) ProtoReflect ¶
func (x *BytesContains) ProtoReflect() protoreflect.Message
func (*BytesContains) Reset ¶
func (x *BytesContains) Reset()
func (*BytesContains) SetVal ¶ added in v0.8.1
func (x *BytesContains) SetVal(v []byte)
func (*BytesContains) String ¶
func (x *BytesContains) String() string
type BytesContains_builder ¶ added in v0.8.1
type BytesContains_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesContains_builder) Build ¶ added in v0.8.1
func (b0 BytesContains_builder) Build() *BytesContains
type BytesEqualMinMaxLen ¶
type BytesEqualMinMaxLen struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesEqualMinMaxLen) GetVal ¶
func (x *BytesEqualMinMaxLen) GetVal() []byte
func (*BytesEqualMinMaxLen) ProtoMessage ¶
func (*BytesEqualMinMaxLen) ProtoMessage()
func (*BytesEqualMinMaxLen) ProtoReflect ¶
func (x *BytesEqualMinMaxLen) ProtoReflect() protoreflect.Message
func (*BytesEqualMinMaxLen) Reset ¶
func (x *BytesEqualMinMaxLen) Reset()
func (*BytesEqualMinMaxLen) SetVal ¶ added in v0.8.1
func (x *BytesEqualMinMaxLen) SetVal(v []byte)
func (*BytesEqualMinMaxLen) String ¶
func (x *BytesEqualMinMaxLen) String() string
type BytesEqualMinMaxLen_builder ¶ added in v0.8.1
type BytesEqualMinMaxLen_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesEqualMinMaxLen_builder) Build ¶ added in v0.8.1
func (b0 BytesEqualMinMaxLen_builder) Build() *BytesEqualMinMaxLen
type BytesExample ¶ added in v0.7.0
type BytesExample struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesExample) GetVal ¶ added in v0.7.0
func (x *BytesExample) GetVal() []byte
func (*BytesExample) ProtoMessage ¶ added in v0.7.0
func (*BytesExample) ProtoMessage()
func (*BytesExample) ProtoReflect ¶ added in v0.7.0
func (x *BytesExample) ProtoReflect() protoreflect.Message
func (*BytesExample) Reset ¶ added in v0.7.0
func (x *BytesExample) Reset()
func (*BytesExample) SetVal ¶ added in v0.8.1
func (x *BytesExample) SetVal(v []byte)
func (*BytesExample) String ¶ added in v0.7.0
func (x *BytesExample) String() string
type BytesExample_builder ¶ added in v0.8.1
type BytesExample_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesExample_builder) Build ¶ added in v0.8.1
func (b0 BytesExample_builder) Build() *BytesExample
type BytesIP ¶
type BytesIP struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesIP) ProtoMessage ¶
func (*BytesIP) ProtoMessage()
func (*BytesIP) ProtoReflect ¶
func (x *BytesIP) ProtoReflect() protoreflect.Message
type BytesIP_builder ¶ added in v0.8.1
type BytesIP_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesIP_builder) Build ¶ added in v0.8.1
func (b0 BytesIP_builder) Build() *BytesIP
type BytesIPv4 ¶
type BytesIPv4 struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesIPv4) ProtoMessage ¶
func (*BytesIPv4) ProtoMessage()
func (*BytesIPv4) ProtoReflect ¶
func (x *BytesIPv4) ProtoReflect() protoreflect.Message
type BytesIPv4_builder ¶ added in v0.8.1
type BytesIPv4_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesIPv4_builder) Build ¶ added in v0.8.1
func (b0 BytesIPv4_builder) Build() *BytesIPv4
type BytesIPv6 ¶
type BytesIPv6 struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesIPv6) ProtoMessage ¶
func (*BytesIPv6) ProtoMessage()
func (*BytesIPv6) ProtoReflect ¶
func (x *BytesIPv6) ProtoReflect() protoreflect.Message
type BytesIPv6Ignore ¶
type BytesIPv6Ignore struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesIPv6Ignore) GetVal ¶
func (x *BytesIPv6Ignore) GetVal() []byte
func (*BytesIPv6Ignore) ProtoMessage ¶
func (*BytesIPv6Ignore) ProtoMessage()
func (*BytesIPv6Ignore) ProtoReflect ¶
func (x *BytesIPv6Ignore) ProtoReflect() protoreflect.Message
func (*BytesIPv6Ignore) Reset ¶
func (x *BytesIPv6Ignore) Reset()
func (*BytesIPv6Ignore) SetVal ¶ added in v0.8.1
func (x *BytesIPv6Ignore) SetVal(v []byte)
func (*BytesIPv6Ignore) String ¶
func (x *BytesIPv6Ignore) String() string
type BytesIPv6Ignore_builder ¶ added in v0.8.1
type BytesIPv6Ignore_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesIPv6Ignore_builder) Build ¶ added in v0.8.1
func (b0 BytesIPv6Ignore_builder) Build() *BytesIPv6Ignore
type BytesIPv6_builder ¶ added in v0.8.1
type BytesIPv6_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesIPv6_builder) Build ¶ added in v0.8.1
func (b0 BytesIPv6_builder) Build() *BytesIPv6
type BytesIn ¶
type BytesIn struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesIn) ProtoMessage ¶
func (*BytesIn) ProtoMessage()
func (*BytesIn) ProtoReflect ¶
func (x *BytesIn) ProtoReflect() protoreflect.Message
type BytesIn_builder ¶ added in v0.8.1
type BytesIn_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesIn_builder) Build ¶ added in v0.8.1
func (b0 BytesIn_builder) Build() *BytesIn
type BytesLen ¶
type BytesLen struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesLen) ProtoMessage ¶
func (*BytesLen) ProtoMessage()
func (*BytesLen) ProtoReflect ¶
func (x *BytesLen) ProtoReflect() protoreflect.Message
type BytesLen_builder ¶ added in v0.8.1
type BytesLen_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesLen_builder) Build ¶ added in v0.8.1
func (b0 BytesLen_builder) Build() *BytesLen
type BytesMaxLen ¶
type BytesMaxLen struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesMaxLen) GetVal ¶
func (x *BytesMaxLen) GetVal() []byte
func (*BytesMaxLen) ProtoMessage ¶
func (*BytesMaxLen) ProtoMessage()
func (*BytesMaxLen) ProtoReflect ¶
func (x *BytesMaxLen) ProtoReflect() protoreflect.Message
func (*BytesMaxLen) Reset ¶
func (x *BytesMaxLen) Reset()
func (*BytesMaxLen) SetVal ¶ added in v0.8.1
func (x *BytesMaxLen) SetVal(v []byte)
func (*BytesMaxLen) String ¶
func (x *BytesMaxLen) String() string
type BytesMaxLen_builder ¶ added in v0.8.1
type BytesMaxLen_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesMaxLen_builder) Build ¶ added in v0.8.1
func (b0 BytesMaxLen_builder) Build() *BytesMaxLen
type BytesMinLen ¶
type BytesMinLen struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesMinLen) GetVal ¶
func (x *BytesMinLen) GetVal() []byte
func (*BytesMinLen) ProtoMessage ¶
func (*BytesMinLen) ProtoMessage()
func (*BytesMinLen) ProtoReflect ¶
func (x *BytesMinLen) ProtoReflect() protoreflect.Message
func (*BytesMinLen) Reset ¶
func (x *BytesMinLen) Reset()
func (*BytesMinLen) SetVal ¶ added in v0.8.1
func (x *BytesMinLen) SetVal(v []byte)
func (*BytesMinLen) String ¶
func (x *BytesMinLen) String() string
type BytesMinLen_builder ¶ added in v0.8.1
type BytesMinLen_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesMinLen_builder) Build ¶ added in v0.8.1
func (b0 BytesMinLen_builder) Build() *BytesMinLen
type BytesMinMaxLen ¶
type BytesMinMaxLen struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesMinMaxLen) GetVal ¶
func (x *BytesMinMaxLen) GetVal() []byte
func (*BytesMinMaxLen) ProtoMessage ¶
func (*BytesMinMaxLen) ProtoMessage()
func (*BytesMinMaxLen) ProtoReflect ¶
func (x *BytesMinMaxLen) ProtoReflect() protoreflect.Message
func (*BytesMinMaxLen) Reset ¶
func (x *BytesMinMaxLen) Reset()
func (*BytesMinMaxLen) SetVal ¶ added in v0.8.1
func (x *BytesMinMaxLen) SetVal(v []byte)
func (*BytesMinMaxLen) String ¶
func (x *BytesMinMaxLen) String() string
type BytesMinMaxLen_builder ¶ added in v0.8.1
type BytesMinMaxLen_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesMinMaxLen_builder) Build ¶ added in v0.8.1
func (b0 BytesMinMaxLen_builder) Build() *BytesMinMaxLen
type BytesNone ¶
type BytesNone struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesNone) ProtoMessage ¶
func (*BytesNone) ProtoMessage()
func (*BytesNone) ProtoReflect ¶
func (x *BytesNone) ProtoReflect() protoreflect.Message
type BytesNone_builder ¶ added in v0.8.1
type BytesNone_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesNone_builder) Build ¶ added in v0.8.1
func (b0 BytesNone_builder) Build() *BytesNone
type BytesNotIP ¶ added in v0.7.0
type BytesNotIP struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesNotIP) GetVal ¶ added in v0.7.0
func (x *BytesNotIP) GetVal() []byte
func (*BytesNotIP) ProtoMessage ¶ added in v0.7.0
func (*BytesNotIP) ProtoMessage()
func (*BytesNotIP) ProtoReflect ¶ added in v0.7.0
func (x *BytesNotIP) ProtoReflect() protoreflect.Message
func (*BytesNotIP) Reset ¶ added in v0.7.0
func (x *BytesNotIP) Reset()
func (*BytesNotIP) SetVal ¶ added in v0.8.1
func (x *BytesNotIP) SetVal(v []byte)
func (*BytesNotIP) String ¶ added in v0.7.0
func (x *BytesNotIP) String() string
type BytesNotIP_builder ¶ added in v0.8.1
type BytesNotIP_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesNotIP_builder) Build ¶ added in v0.8.1
func (b0 BytesNotIP_builder) Build() *BytesNotIP
type BytesNotIPv4 ¶ added in v0.7.0
type BytesNotIPv4 struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesNotIPv4) GetVal ¶ added in v0.7.0
func (x *BytesNotIPv4) GetVal() []byte
func (*BytesNotIPv4) ProtoMessage ¶ added in v0.7.0
func (*BytesNotIPv4) ProtoMessage()
func (*BytesNotIPv4) ProtoReflect ¶ added in v0.7.0
func (x *BytesNotIPv4) ProtoReflect() protoreflect.Message
func (*BytesNotIPv4) Reset ¶ added in v0.7.0
func (x *BytesNotIPv4) Reset()
func (*BytesNotIPv4) SetVal ¶ added in v0.8.1
func (x *BytesNotIPv4) SetVal(v []byte)
func (*BytesNotIPv4) String ¶ added in v0.7.0
func (x *BytesNotIPv4) String() string
type BytesNotIPv4_builder ¶ added in v0.8.1
type BytesNotIPv4_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesNotIPv4_builder) Build ¶ added in v0.8.1
func (b0 BytesNotIPv4_builder) Build() *BytesNotIPv4
type BytesNotIPv6 ¶ added in v0.7.0
type BytesNotIPv6 struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesNotIPv6) GetVal ¶ added in v0.7.0
func (x *BytesNotIPv6) GetVal() []byte
func (*BytesNotIPv6) ProtoMessage ¶ added in v0.7.0
func (*BytesNotIPv6) ProtoMessage()
func (*BytesNotIPv6) ProtoReflect ¶ added in v0.7.0
func (x *BytesNotIPv6) ProtoReflect() protoreflect.Message
func (*BytesNotIPv6) Reset ¶ added in v0.7.0
func (x *BytesNotIPv6) Reset()
func (*BytesNotIPv6) SetVal ¶ added in v0.8.1
func (x *BytesNotIPv6) SetVal(v []byte)
func (*BytesNotIPv6) String ¶ added in v0.7.0
func (x *BytesNotIPv6) String() string
type BytesNotIPv6_builder ¶ added in v0.8.1
type BytesNotIPv6_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesNotIPv6_builder) Build ¶ added in v0.8.1
func (b0 BytesNotIPv6_builder) Build() *BytesNotIPv6
type BytesNotIn ¶
type BytesNotIn struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesNotIn) GetVal ¶
func (x *BytesNotIn) GetVal() []byte
func (*BytesNotIn) ProtoMessage ¶
func (*BytesNotIn) ProtoMessage()
func (*BytesNotIn) ProtoReflect ¶
func (x *BytesNotIn) ProtoReflect() protoreflect.Message
func (*BytesNotIn) Reset ¶
func (x *BytesNotIn) Reset()
func (*BytesNotIn) SetVal ¶ added in v0.8.1
func (x *BytesNotIn) SetVal(v []byte)
func (*BytesNotIn) String ¶
func (x *BytesNotIn) String() string
type BytesNotIn_builder ¶ added in v0.8.1
type BytesNotIn_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesNotIn_builder) Build ¶ added in v0.8.1
func (b0 BytesNotIn_builder) Build() *BytesNotIn
type BytesPattern ¶
type BytesPattern struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesPattern) GetVal ¶
func (x *BytesPattern) GetVal() []byte
func (*BytesPattern) ProtoMessage ¶
func (*BytesPattern) ProtoMessage()
func (*BytesPattern) ProtoReflect ¶
func (x *BytesPattern) ProtoReflect() protoreflect.Message
func (*BytesPattern) Reset ¶
func (x *BytesPattern) Reset()
func (*BytesPattern) SetVal ¶ added in v0.8.1
func (x *BytesPattern) SetVal(v []byte)
func (*BytesPattern) String ¶
func (x *BytesPattern) String() string
type BytesPattern_builder ¶ added in v0.8.1
type BytesPattern_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesPattern_builder) Build ¶ added in v0.8.1
func (b0 BytesPattern_builder) Build() *BytesPattern
type BytesPrefix ¶
type BytesPrefix struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesPrefix) GetVal ¶
func (x *BytesPrefix) GetVal() []byte
func (*BytesPrefix) ProtoMessage ¶
func (*BytesPrefix) ProtoMessage()
func (*BytesPrefix) ProtoReflect ¶
func (x *BytesPrefix) ProtoReflect() protoreflect.Message
func (*BytesPrefix) Reset ¶
func (x *BytesPrefix) Reset()
func (*BytesPrefix) SetVal ¶ added in v0.8.1
func (x *BytesPrefix) SetVal(v []byte)
func (*BytesPrefix) String ¶
func (x *BytesPrefix) String() string
type BytesPrefix_builder ¶ added in v0.8.1
type BytesPrefix_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesPrefix_builder) Build ¶ added in v0.8.1
func (b0 BytesPrefix_builder) Build() *BytesPrefix
type BytesSuffix ¶
type BytesSuffix struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*BytesSuffix) GetVal ¶
func (x *BytesSuffix) GetVal() []byte
func (*BytesSuffix) ProtoMessage ¶
func (*BytesSuffix) ProtoMessage()
func (*BytesSuffix) ProtoReflect ¶
func (x *BytesSuffix) ProtoReflect() protoreflect.Message
func (*BytesSuffix) Reset ¶
func (x *BytesSuffix) Reset()
func (*BytesSuffix) SetVal ¶ added in v0.8.1
func (x *BytesSuffix) SetVal(v []byte)
func (*BytesSuffix) String ¶
func (x *BytesSuffix) String() string
type BytesSuffix_builder ¶ added in v0.8.1
type BytesSuffix_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (BytesSuffix_builder) Build ¶ added in v0.8.1
func (b0 BytesSuffix_builder) Build() *BytesSuffix
type ComplexTestEnum ¶
type ComplexTestEnum int32
const ( ComplexTestEnum_COMPLEX_TEST_ENUM_UNSPECIFIED ComplexTestEnum = 0 ComplexTestEnum_COMPLEX_TEST_ENUM_ONE ComplexTestEnum = 1 ComplexTestEnum_COMPLEX_TEST_ENUM_TWO ComplexTestEnum = 2 )
func (ComplexTestEnum) Descriptor ¶
func (ComplexTestEnum) Descriptor() protoreflect.EnumDescriptor
func (ComplexTestEnum) Enum ¶
func (x ComplexTestEnum) Enum() *ComplexTestEnum
func (ComplexTestEnum) Number ¶
func (x ComplexTestEnum) Number() protoreflect.EnumNumber
func (ComplexTestEnum) String ¶
func (x ComplexTestEnum) String() string
func (ComplexTestEnum) Type ¶
func (ComplexTestEnum) Type() protoreflect.EnumType
type ComplexTestMsg ¶
type ComplexTestMsg struct {
Const string `protobuf:"bytes,1,opt,name=const,proto3" json:"const,omitempty"`
Nested *ComplexTestMsg `protobuf:"bytes,2,opt,name=nested,proto3" json:"nested,omitempty"`
IntConst int32 `protobuf:"varint,3,opt,name=int_const,json=intConst,proto3" json:"int_const,omitempty"`
BoolConst bool `protobuf:"varint,4,opt,name=bool_const,json=boolConst,proto3" json:"bool_const,omitempty"`
FloatVal *wrapperspb.FloatValue `protobuf:"bytes,5,opt,name=float_val,json=floatVal,proto3" json:"float_val,omitempty"`
DurVal *durationpb.Duration `protobuf:"bytes,6,opt,name=dur_val,json=durVal,proto3" json:"dur_val,omitempty"`
TsVal *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=ts_val,json=tsVal,proto3" json:"ts_val,omitempty"`
Another *ComplexTestMsg `protobuf:"bytes,8,opt,name=another,proto3" json:"another,omitempty"`
FloatConst float32 `protobuf:"fixed32,9,opt,name=float_const,json=floatConst,proto3" json:"float_const,omitempty"`
DoubleIn float64 `protobuf:"fixed64,10,opt,name=double_in,json=doubleIn,proto3" json:"double_in,omitempty"`
EnumConst ComplexTestEnum `` /* 142-byte string literal not displayed */
AnyVal *anypb.Any `protobuf:"bytes,12,opt,name=any_val,json=anyVal,proto3" json:"any_val,omitempty"`
RepTsVal []*timestamppb.Timestamp `protobuf:"bytes,13,rep,name=rep_ts_val,json=repTsVal,proto3" json:"rep_ts_val,omitempty"`
MapVal map[int32]string `` /* 157-byte string literal not displayed */
BytesVal []byte `protobuf:"bytes,15,opt,name=bytes_val,json=bytesVal,proto3" json:"bytes_val,omitempty"`
// Types that are valid to be assigned to O:
//
// *ComplexTestMsg_X
// *ComplexTestMsg_Y
O isComplexTestMsg_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*ComplexTestMsg) ClearAnother ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearAnother()
func (*ComplexTestMsg) ClearAnyVal ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearAnyVal()
func (*ComplexTestMsg) ClearDurVal ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearDurVal()
func (*ComplexTestMsg) ClearFloatVal ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearFloatVal()
func (*ComplexTestMsg) ClearNested ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearNested()
func (*ComplexTestMsg) ClearO ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearO()
func (*ComplexTestMsg) ClearTsVal ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearTsVal()
func (*ComplexTestMsg) ClearX ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearX()
func (*ComplexTestMsg) ClearY ¶ added in v0.8.1
func (x *ComplexTestMsg) ClearY()
func (*ComplexTestMsg) GetAnother ¶
func (x *ComplexTestMsg) GetAnother() *ComplexTestMsg
func (*ComplexTestMsg) GetAnyVal ¶
func (x *ComplexTestMsg) GetAnyVal() *anypb.Any
func (*ComplexTestMsg) GetBoolConst ¶
func (x *ComplexTestMsg) GetBoolConst() bool
func (*ComplexTestMsg) GetBytesVal ¶
func (x *ComplexTestMsg) GetBytesVal() []byte
func (*ComplexTestMsg) GetConst ¶
func (x *ComplexTestMsg) GetConst() string
func (*ComplexTestMsg) GetDoubleIn ¶
func (x *ComplexTestMsg) GetDoubleIn() float64
func (*ComplexTestMsg) GetDurVal ¶
func (x *ComplexTestMsg) GetDurVal() *durationpb.Duration
func (*ComplexTestMsg) GetEnumConst ¶
func (x *ComplexTestMsg) GetEnumConst() ComplexTestEnum
func (*ComplexTestMsg) GetFloatConst ¶
func (x *ComplexTestMsg) GetFloatConst() float32
func (*ComplexTestMsg) GetFloatVal ¶
func (x *ComplexTestMsg) GetFloatVal() *wrapperspb.FloatValue
func (*ComplexTestMsg) GetIntConst ¶
func (x *ComplexTestMsg) GetIntConst() int32
func (*ComplexTestMsg) GetMapVal ¶
func (x *ComplexTestMsg) GetMapVal() map[int32]string
func (*ComplexTestMsg) GetNested ¶
func (x *ComplexTestMsg) GetNested() *ComplexTestMsg
func (*ComplexTestMsg) GetO ¶
func (x *ComplexTestMsg) GetO() isComplexTestMsg_O
func (*ComplexTestMsg) GetRepTsVal ¶
func (x *ComplexTestMsg) GetRepTsVal() []*timestamppb.Timestamp
func (*ComplexTestMsg) GetTsVal ¶
func (x *ComplexTestMsg) GetTsVal() *timestamppb.Timestamp
func (*ComplexTestMsg) GetX ¶
func (x *ComplexTestMsg) GetX() string
func (*ComplexTestMsg) GetY ¶
func (x *ComplexTestMsg) GetY() int32
func (*ComplexTestMsg) HasAnother ¶ added in v0.8.1
func (x *ComplexTestMsg) HasAnother() bool
func (*ComplexTestMsg) HasAnyVal ¶ added in v0.8.1
func (x *ComplexTestMsg) HasAnyVal() bool
func (*ComplexTestMsg) HasDurVal ¶ added in v0.8.1
func (x *ComplexTestMsg) HasDurVal() bool
func (*ComplexTestMsg) HasFloatVal ¶ added in v0.8.1
func (x *ComplexTestMsg) HasFloatVal() bool
func (*ComplexTestMsg) HasNested ¶ added in v0.8.1
func (x *ComplexTestMsg) HasNested() bool
func (*ComplexTestMsg) HasO ¶ added in v0.8.1
func (x *ComplexTestMsg) HasO() bool
func (*ComplexTestMsg) HasTsVal ¶ added in v0.8.1
func (x *ComplexTestMsg) HasTsVal() bool
func (*ComplexTestMsg) HasX ¶ added in v0.8.1
func (x *ComplexTestMsg) HasX() bool
func (*ComplexTestMsg) HasY ¶ added in v0.8.1
func (x *ComplexTestMsg) HasY() bool
func (*ComplexTestMsg) ProtoMessage ¶
func (*ComplexTestMsg) ProtoMessage()
func (*ComplexTestMsg) ProtoReflect ¶
func (x *ComplexTestMsg) ProtoReflect() protoreflect.Message
func (*ComplexTestMsg) Reset ¶
func (x *ComplexTestMsg) Reset()
func (*ComplexTestMsg) SetAnother ¶ added in v0.8.1
func (x *ComplexTestMsg) SetAnother(v *ComplexTestMsg)
func (*ComplexTestMsg) SetAnyVal ¶ added in v0.8.1
func (x *ComplexTestMsg) SetAnyVal(v *anypb.Any)
func (*ComplexTestMsg) SetBoolConst ¶ added in v0.8.1
func (x *ComplexTestMsg) SetBoolConst(v bool)
func (*ComplexTestMsg) SetBytesVal ¶ added in v0.8.1
func (x *ComplexTestMsg) SetBytesVal(v []byte)
func (*ComplexTestMsg) SetConst ¶ added in v0.8.1
func (x *ComplexTestMsg) SetConst(v string)
func (*ComplexTestMsg) SetDoubleIn ¶ added in v0.8.1
func (x *ComplexTestMsg) SetDoubleIn(v float64)
func (*ComplexTestMsg) SetDurVal ¶ added in v0.8.1
func (x *ComplexTestMsg) SetDurVal(v *durationpb.Duration)
func (*ComplexTestMsg) SetEnumConst ¶ added in v0.8.1
func (x *ComplexTestMsg) SetEnumConst(v ComplexTestEnum)
func (*ComplexTestMsg) SetFloatConst ¶ added in v0.8.1
func (x *ComplexTestMsg) SetFloatConst(v float32)
func (*ComplexTestMsg) SetFloatVal ¶ added in v0.8.1
func (x *ComplexTestMsg) SetFloatVal(v *wrapperspb.FloatValue)
func (*ComplexTestMsg) SetIntConst ¶ added in v0.8.1
func (x *ComplexTestMsg) SetIntConst(v int32)
func (*ComplexTestMsg) SetMapVal ¶ added in v0.8.1
func (x *ComplexTestMsg) SetMapVal(v map[int32]string)
func (*ComplexTestMsg) SetNested ¶ added in v0.8.1
func (x *ComplexTestMsg) SetNested(v *ComplexTestMsg)
func (*ComplexTestMsg) SetRepTsVal ¶ added in v0.8.1
func (x *ComplexTestMsg) SetRepTsVal(v []*timestamppb.Timestamp)
func (*ComplexTestMsg) SetTsVal ¶ added in v0.8.1
func (x *ComplexTestMsg) SetTsVal(v *timestamppb.Timestamp)
func (*ComplexTestMsg) SetX ¶ added in v0.8.1
func (x *ComplexTestMsg) SetX(v string)
func (*ComplexTestMsg) SetY ¶ added in v0.8.1
func (x *ComplexTestMsg) SetY(v int32)
func (*ComplexTestMsg) String ¶
func (x *ComplexTestMsg) String() string
func (*ComplexTestMsg) WhichO ¶ added in v0.8.1
func (x *ComplexTestMsg) WhichO() case_ComplexTestMsg_O
type ComplexTestMsg_X ¶
type ComplexTestMsg_X struct {
X string `protobuf:"bytes,16,opt,name=x,proto3,oneof"`
}
type ComplexTestMsg_Y ¶
type ComplexTestMsg_Y struct {
Y int32 `protobuf:"varint,17,opt,name=y,proto3,oneof"`
}
type ComplexTestMsg_builder ¶ added in v0.8.1
type ComplexTestMsg_builder struct {
Const string
Nested *ComplexTestMsg
IntConst int32
BoolConst bool
FloatVal *wrapperspb.FloatValue
DurVal *durationpb.Duration
TsVal *timestamppb.Timestamp
Another *ComplexTestMsg
FloatConst float32
DoubleIn float64
EnumConst ComplexTestEnum
AnyVal *anypb.Any
RepTsVal []*timestamppb.Timestamp
MapVal map[int32]string
BytesVal []byte
// Fields of oneof O:
X *string
Y *int32
// contains filtered or unexported fields
}
func (ComplexTestMsg_builder) Build ¶ added in v0.8.1
func (b0 ComplexTestMsg_builder) Build() *ComplexTestMsg
type DoubleConst ¶
type DoubleConst struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleConst) GetVal ¶
func (x *DoubleConst) GetVal() float64
func (*DoubleConst) ProtoMessage ¶
func (*DoubleConst) ProtoMessage()
func (*DoubleConst) ProtoReflect ¶
func (x *DoubleConst) ProtoReflect() protoreflect.Message
func (*DoubleConst) Reset ¶
func (x *DoubleConst) Reset()
func (*DoubleConst) SetVal ¶ added in v0.8.1
func (x *DoubleConst) SetVal(v float64)
func (*DoubleConst) String ¶
func (x *DoubleConst) String() string
type DoubleConst_builder ¶ added in v0.8.1
type DoubleConst_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleConst_builder) Build ¶ added in v0.8.1
func (b0 DoubleConst_builder) Build() *DoubleConst
type DoubleExGTELTE ¶
type DoubleExGTELTE struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleExGTELTE) GetVal ¶
func (x *DoubleExGTELTE) GetVal() float64
func (*DoubleExGTELTE) ProtoMessage ¶
func (*DoubleExGTELTE) ProtoMessage()
func (*DoubleExGTELTE) ProtoReflect ¶
func (x *DoubleExGTELTE) ProtoReflect() protoreflect.Message
func (*DoubleExGTELTE) Reset ¶
func (x *DoubleExGTELTE) Reset()
func (*DoubleExGTELTE) SetVal ¶ added in v0.8.1
func (x *DoubleExGTELTE) SetVal(v float64)
func (*DoubleExGTELTE) String ¶
func (x *DoubleExGTELTE) String() string
type DoubleExGTELTE_builder ¶ added in v0.8.1
type DoubleExGTELTE_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 DoubleExGTELTE_builder) Build() *DoubleExGTELTE
type DoubleExLTGT ¶
type DoubleExLTGT struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleExLTGT) GetVal ¶
func (x *DoubleExLTGT) GetVal() float64
func (*DoubleExLTGT) ProtoMessage ¶
func (*DoubleExLTGT) ProtoMessage()
func (*DoubleExLTGT) ProtoReflect ¶
func (x *DoubleExLTGT) ProtoReflect() protoreflect.Message
func (*DoubleExLTGT) Reset ¶
func (x *DoubleExLTGT) Reset()
func (*DoubleExLTGT) SetVal ¶ added in v0.8.1
func (x *DoubleExLTGT) SetVal(v float64)
func (*DoubleExLTGT) String ¶
func (x *DoubleExLTGT) String() string
type DoubleExLTGT_builder ¶ added in v0.8.1
type DoubleExLTGT_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleExLTGT_builder) Build ¶ added in v0.8.1
func (b0 DoubleExLTGT_builder) Build() *DoubleExLTGT
type DoubleExample ¶ added in v0.7.0
type DoubleExample struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleExample) GetVal ¶ added in v0.7.0
func (x *DoubleExample) GetVal() float64
func (*DoubleExample) ProtoMessage ¶ added in v0.7.0
func (*DoubleExample) ProtoMessage()
func (*DoubleExample) ProtoReflect ¶ added in v0.7.0
func (x *DoubleExample) ProtoReflect() protoreflect.Message
func (*DoubleExample) Reset ¶ added in v0.7.0
func (x *DoubleExample) Reset()
func (*DoubleExample) SetVal ¶ added in v0.8.1
func (x *DoubleExample) SetVal(v float64)
func (*DoubleExample) String ¶ added in v0.7.0
func (x *DoubleExample) String() string
type DoubleExample_builder ¶ added in v0.8.1
type DoubleExample_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleExample_builder) Build ¶ added in v0.8.1
func (b0 DoubleExample_builder) Build() *DoubleExample
type DoubleFinite ¶ added in v0.2.1
type DoubleFinite struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleFinite) GetVal ¶ added in v0.2.1
func (x *DoubleFinite) GetVal() float64
func (*DoubleFinite) ProtoMessage ¶ added in v0.2.1
func (*DoubleFinite) ProtoMessage()
func (*DoubleFinite) ProtoReflect ¶ added in v0.2.1
func (x *DoubleFinite) ProtoReflect() protoreflect.Message
func (*DoubleFinite) Reset ¶ added in v0.2.1
func (x *DoubleFinite) Reset()
func (*DoubleFinite) SetVal ¶ added in v0.8.1
func (x *DoubleFinite) SetVal(v float64)
func (*DoubleFinite) String ¶ added in v0.2.1
func (x *DoubleFinite) String() string
type DoubleFinite_builder ¶ added in v0.8.1
type DoubleFinite_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleFinite_builder) Build ¶ added in v0.8.1
func (b0 DoubleFinite_builder) Build() *DoubleFinite
type DoubleGT ¶
type DoubleGT struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleGT) ProtoMessage ¶
func (*DoubleGT) ProtoMessage()
func (*DoubleGT) ProtoReflect ¶
func (x *DoubleGT) ProtoReflect() protoreflect.Message
type DoubleGTE ¶
type DoubleGTE struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleGTE) ProtoMessage ¶
func (*DoubleGTE) ProtoMessage()
func (*DoubleGTE) ProtoReflect ¶
func (x *DoubleGTE) ProtoReflect() protoreflect.Message
type DoubleGTELTE ¶
type DoubleGTELTE struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleGTELTE) GetVal ¶
func (x *DoubleGTELTE) GetVal() float64
func (*DoubleGTELTE) ProtoMessage ¶
func (*DoubleGTELTE) ProtoMessage()
func (*DoubleGTELTE) ProtoReflect ¶
func (x *DoubleGTELTE) ProtoReflect() protoreflect.Message
func (*DoubleGTELTE) Reset ¶
func (x *DoubleGTELTE) Reset()
func (*DoubleGTELTE) SetVal ¶ added in v0.8.1
func (x *DoubleGTELTE) SetVal(v float64)
func (*DoubleGTELTE) String ¶
func (x *DoubleGTELTE) String() string
type DoubleGTELTE_builder ¶ added in v0.8.1
type DoubleGTELTE_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleGTELTE_builder) Build ¶ added in v0.8.1
func (b0 DoubleGTELTE_builder) Build() *DoubleGTELTE
type DoubleGTE_builder ¶ added in v0.8.1
type DoubleGTE_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleGTE_builder) Build ¶ added in v0.8.1
func (b0 DoubleGTE_builder) Build() *DoubleGTE
type DoubleGTLT ¶
type DoubleGTLT struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleGTLT) GetVal ¶
func (x *DoubleGTLT) GetVal() float64
func (*DoubleGTLT) ProtoMessage ¶
func (*DoubleGTLT) ProtoMessage()
func (*DoubleGTLT) ProtoReflect ¶
func (x *DoubleGTLT) ProtoReflect() protoreflect.Message
func (*DoubleGTLT) Reset ¶
func (x *DoubleGTLT) Reset()
func (*DoubleGTLT) SetVal ¶ added in v0.8.1
func (x *DoubleGTLT) SetVal(v float64)
func (*DoubleGTLT) String ¶
func (x *DoubleGTLT) String() string
type DoubleGTLT_builder ¶ added in v0.8.1
type DoubleGTLT_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleGTLT_builder) Build ¶ added in v0.8.1
func (b0 DoubleGTLT_builder) Build() *DoubleGTLT
type DoubleGT_builder ¶ added in v0.8.1
type DoubleGT_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleGT_builder) Build ¶ added in v0.8.1
func (b0 DoubleGT_builder) Build() *DoubleGT
type DoubleIgnore ¶
type DoubleIgnore struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleIgnore) GetVal ¶
func (x *DoubleIgnore) GetVal() float64
func (*DoubleIgnore) ProtoMessage ¶
func (*DoubleIgnore) ProtoMessage()
func (*DoubleIgnore) ProtoReflect ¶
func (x *DoubleIgnore) ProtoReflect() protoreflect.Message
func (*DoubleIgnore) Reset ¶
func (x *DoubleIgnore) Reset()
func (*DoubleIgnore) SetVal ¶ added in v0.8.1
func (x *DoubleIgnore) SetVal(v float64)
func (*DoubleIgnore) String ¶
func (x *DoubleIgnore) String() string
type DoubleIgnore_builder ¶ added in v0.8.1
type DoubleIgnore_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleIgnore_builder) Build ¶ added in v0.8.1
func (b0 DoubleIgnore_builder) Build() *DoubleIgnore
type DoubleIn ¶
type DoubleIn struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleIn) ProtoMessage ¶
func (*DoubleIn) ProtoMessage()
func (*DoubleIn) ProtoReflect ¶
func (x *DoubleIn) ProtoReflect() protoreflect.Message
type DoubleIn_builder ¶ added in v0.8.1
type DoubleIn_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleIn_builder) Build ¶ added in v0.8.1
func (b0 DoubleIn_builder) Build() *DoubleIn
type DoubleIncorrectType ¶
type DoubleIncorrectType struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleIncorrectType) GetVal ¶
func (x *DoubleIncorrectType) GetVal() float64
func (*DoubleIncorrectType) ProtoMessage ¶
func (*DoubleIncorrectType) ProtoMessage()
func (*DoubleIncorrectType) ProtoReflect ¶
func (x *DoubleIncorrectType) ProtoReflect() protoreflect.Message
func (*DoubleIncorrectType) Reset ¶
func (x *DoubleIncorrectType) Reset()
func (*DoubleIncorrectType) SetVal ¶ added in v0.8.1
func (x *DoubleIncorrectType) SetVal(v float64)
func (*DoubleIncorrectType) String ¶
func (x *DoubleIncorrectType) String() string
type DoubleIncorrectType_builder ¶ added in v0.8.1
type DoubleIncorrectType_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleIncorrectType_builder) Build ¶ added in v0.8.1
func (b0 DoubleIncorrectType_builder) Build() *DoubleIncorrectType
type DoubleLT ¶
type DoubleLT struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleLT) ProtoMessage ¶
func (*DoubleLT) ProtoMessage()
func (*DoubleLT) ProtoReflect ¶
func (x *DoubleLT) ProtoReflect() protoreflect.Message
type DoubleLTE ¶
type DoubleLTE struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleLTE) ProtoMessage ¶
func (*DoubleLTE) ProtoMessage()
func (*DoubleLTE) ProtoReflect ¶
func (x *DoubleLTE) ProtoReflect() protoreflect.Message
type DoubleLTE_builder ¶ added in v0.8.1
type DoubleLTE_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleLTE_builder) Build ¶ added in v0.8.1
func (b0 DoubleLTE_builder) Build() *DoubleLTE
type DoubleLT_builder ¶ added in v0.8.1
type DoubleLT_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleLT_builder) Build ¶ added in v0.8.1
func (b0 DoubleLT_builder) Build() *DoubleLT
type DoubleNone ¶
type DoubleNone struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleNone) GetVal ¶
func (x *DoubleNone) GetVal() float64
func (*DoubleNone) ProtoMessage ¶
func (*DoubleNone) ProtoMessage()
func (*DoubleNone) ProtoReflect ¶
func (x *DoubleNone) ProtoReflect() protoreflect.Message
func (*DoubleNone) Reset ¶
func (x *DoubleNone) Reset()
func (*DoubleNone) SetVal ¶ added in v0.8.1
func (x *DoubleNone) SetVal(v float64)
func (*DoubleNone) String ¶
func (x *DoubleNone) String() string
type DoubleNone_builder ¶ added in v0.8.1
type DoubleNone_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleNone_builder) Build ¶ added in v0.8.1
func (b0 DoubleNone_builder) Build() *DoubleNone
type DoubleNotFinite ¶ added in v0.7.0
type DoubleNotFinite struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleNotFinite) GetVal ¶ added in v0.7.0
func (x *DoubleNotFinite) GetVal() float64
func (*DoubleNotFinite) ProtoMessage ¶ added in v0.7.0
func (*DoubleNotFinite) ProtoMessage()
func (*DoubleNotFinite) ProtoReflect ¶ added in v0.7.0
func (x *DoubleNotFinite) ProtoReflect() protoreflect.Message
func (*DoubleNotFinite) Reset ¶ added in v0.7.0
func (x *DoubleNotFinite) Reset()
func (*DoubleNotFinite) SetVal ¶ added in v0.8.1
func (x *DoubleNotFinite) SetVal(v float64)
func (*DoubleNotFinite) String ¶ added in v0.7.0
func (x *DoubleNotFinite) String() string
type DoubleNotFinite_builder ¶ added in v0.8.1
type DoubleNotFinite_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleNotFinite_builder) Build ¶ added in v0.8.1
func (b0 DoubleNotFinite_builder) Build() *DoubleNotFinite
type DoubleNotIn ¶
type DoubleNotIn struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DoubleNotIn) GetVal ¶
func (x *DoubleNotIn) GetVal() float64
func (*DoubleNotIn) ProtoMessage ¶
func (*DoubleNotIn) ProtoMessage()
func (*DoubleNotIn) ProtoReflect ¶
func (x *DoubleNotIn) ProtoReflect() protoreflect.Message
func (*DoubleNotIn) Reset ¶
func (x *DoubleNotIn) Reset()
func (*DoubleNotIn) SetVal ¶ added in v0.8.1
func (x *DoubleNotIn) SetVal(v float64)
func (*DoubleNotIn) String ¶
func (x *DoubleNotIn) String() string
type DoubleNotIn_builder ¶ added in v0.8.1
type DoubleNotIn_builder struct {
Val float64
// contains filtered or unexported fields
}
func (DoubleNotIn_builder) Build ¶ added in v0.8.1
func (b0 DoubleNotIn_builder) Build() *DoubleNotIn
type DurationConst ¶
type DurationConst struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationConst) ClearVal ¶ added in v0.8.1
func (x *DurationConst) ClearVal()
func (*DurationConst) GetVal ¶
func (x *DurationConst) GetVal() *durationpb.Duration
func (*DurationConst) HasVal ¶ added in v0.8.1
func (x *DurationConst) HasVal() bool
func (*DurationConst) ProtoMessage ¶
func (*DurationConst) ProtoMessage()
func (*DurationConst) ProtoReflect ¶
func (x *DurationConst) ProtoReflect() protoreflect.Message
func (*DurationConst) Reset ¶
func (x *DurationConst) Reset()
func (*DurationConst) SetVal ¶ added in v0.8.1
func (x *DurationConst) SetVal(v *durationpb.Duration)
func (*DurationConst) String ¶
func (x *DurationConst) String() string
type DurationConst_builder ¶ added in v0.8.1
type DurationConst_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationConst_builder) Build ¶ added in v0.8.1
func (b0 DurationConst_builder) Build() *DurationConst
type DurationExGTELTE ¶
type DurationExGTELTE struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationExGTELTE) ClearVal ¶ added in v0.8.1
func (x *DurationExGTELTE) ClearVal()
func (*DurationExGTELTE) GetVal ¶
func (x *DurationExGTELTE) GetVal() *durationpb.Duration
func (*DurationExGTELTE) HasVal ¶ added in v0.8.1
func (x *DurationExGTELTE) HasVal() bool
func (*DurationExGTELTE) ProtoMessage ¶
func (*DurationExGTELTE) ProtoMessage()
func (*DurationExGTELTE) ProtoReflect ¶
func (x *DurationExGTELTE) ProtoReflect() protoreflect.Message
func (*DurationExGTELTE) Reset ¶
func (x *DurationExGTELTE) Reset()
func (*DurationExGTELTE) SetVal ¶ added in v0.8.1
func (x *DurationExGTELTE) SetVal(v *durationpb.Duration)
func (*DurationExGTELTE) String ¶
func (x *DurationExGTELTE) String() string
type DurationExGTELTE_builder ¶ added in v0.8.1
type DurationExGTELTE_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 DurationExGTELTE_builder) Build() *DurationExGTELTE
type DurationExLTGT ¶
type DurationExLTGT struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationExLTGT) ClearVal ¶ added in v0.8.1
func (x *DurationExLTGT) ClearVal()
func (*DurationExLTGT) GetVal ¶
func (x *DurationExLTGT) GetVal() *durationpb.Duration
func (*DurationExLTGT) HasVal ¶ added in v0.8.1
func (x *DurationExLTGT) HasVal() bool
func (*DurationExLTGT) ProtoMessage ¶
func (*DurationExLTGT) ProtoMessage()
func (*DurationExLTGT) ProtoReflect ¶
func (x *DurationExLTGT) ProtoReflect() protoreflect.Message
func (*DurationExLTGT) Reset ¶
func (x *DurationExLTGT) Reset()
func (*DurationExLTGT) SetVal ¶ added in v0.8.1
func (x *DurationExLTGT) SetVal(v *durationpb.Duration)
func (*DurationExLTGT) String ¶
func (x *DurationExLTGT) String() string
type DurationExLTGT_builder ¶ added in v0.8.1
type DurationExLTGT_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationExLTGT_builder) Build ¶ added in v0.8.1
func (b0 DurationExLTGT_builder) Build() *DurationExLTGT
type DurationExample ¶ added in v0.7.0
type DurationExample struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationExample) ClearVal ¶ added in v0.8.1
func (x *DurationExample) ClearVal()
func (*DurationExample) GetVal ¶ added in v0.7.0
func (x *DurationExample) GetVal() *durationpb.Duration
func (*DurationExample) HasVal ¶ added in v0.8.1
func (x *DurationExample) HasVal() bool
func (*DurationExample) ProtoMessage ¶ added in v0.7.0
func (*DurationExample) ProtoMessage()
func (*DurationExample) ProtoReflect ¶ added in v0.7.0
func (x *DurationExample) ProtoReflect() protoreflect.Message
func (*DurationExample) Reset ¶ added in v0.7.0
func (x *DurationExample) Reset()
func (*DurationExample) SetVal ¶ added in v0.8.1
func (x *DurationExample) SetVal(v *durationpb.Duration)
func (*DurationExample) String ¶ added in v0.7.0
func (x *DurationExample) String() string
type DurationExample_builder ¶ added in v0.8.1
type DurationExample_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationExample_builder) Build ¶ added in v0.8.1
func (b0 DurationExample_builder) Build() *DurationExample
type DurationFieldWithOtherFields ¶
type DurationFieldWithOtherFields struct {
DurationVal *durationpb.Duration `protobuf:"bytes,1,opt,name=duration_val,json=durationVal,proto3" json:"duration_val,omitempty"`
IntVal int32 `protobuf:"varint,2,opt,name=int_val,json=intVal,proto3" json:"int_val,omitempty"`
// contains filtered or unexported fields
}
Regression for earlier bug where missing Duration field would short circuit evaluation in C++.
func (*DurationFieldWithOtherFields) ClearDurationVal ¶ added in v0.8.1
func (x *DurationFieldWithOtherFields) ClearDurationVal()
func (*DurationFieldWithOtherFields) GetDurationVal ¶
func (x *DurationFieldWithOtherFields) GetDurationVal() *durationpb.Duration
func (*DurationFieldWithOtherFields) GetIntVal ¶
func (x *DurationFieldWithOtherFields) GetIntVal() int32
func (*DurationFieldWithOtherFields) HasDurationVal ¶ added in v0.8.1
func (x *DurationFieldWithOtherFields) HasDurationVal() bool
func (*DurationFieldWithOtherFields) ProtoMessage ¶
func (*DurationFieldWithOtherFields) ProtoMessage()
func (*DurationFieldWithOtherFields) ProtoReflect ¶
func (x *DurationFieldWithOtherFields) ProtoReflect() protoreflect.Message
func (*DurationFieldWithOtherFields) Reset ¶
func (x *DurationFieldWithOtherFields) Reset()
func (*DurationFieldWithOtherFields) SetDurationVal ¶ added in v0.8.1
func (x *DurationFieldWithOtherFields) SetDurationVal(v *durationpb.Duration)
func (*DurationFieldWithOtherFields) SetIntVal ¶ added in v0.8.1
func (x *DurationFieldWithOtherFields) SetIntVal(v int32)
func (*DurationFieldWithOtherFields) String ¶
func (x *DurationFieldWithOtherFields) String() string
type DurationFieldWithOtherFields_builder ¶ added in v0.8.1
type DurationFieldWithOtherFields_builder struct {
DurationVal *durationpb.Duration
IntVal int32
// contains filtered or unexported fields
}
func (DurationFieldWithOtherFields_builder) Build ¶ added in v0.8.1
func (b0 DurationFieldWithOtherFields_builder) Build() *DurationFieldWithOtherFields
type DurationGT ¶
type DurationGT struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationGT) ClearVal ¶ added in v0.8.1
func (x *DurationGT) ClearVal()
func (*DurationGT) GetVal ¶
func (x *DurationGT) GetVal() *durationpb.Duration
func (*DurationGT) HasVal ¶ added in v0.8.1
func (x *DurationGT) HasVal() bool
func (*DurationGT) ProtoMessage ¶
func (*DurationGT) ProtoMessage()
func (*DurationGT) ProtoReflect ¶
func (x *DurationGT) ProtoReflect() protoreflect.Message
func (*DurationGT) Reset ¶
func (x *DurationGT) Reset()
func (*DurationGT) SetVal ¶ added in v0.8.1
func (x *DurationGT) SetVal(v *durationpb.Duration)
func (*DurationGT) String ¶
func (x *DurationGT) String() string
type DurationGTE ¶
type DurationGTE struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationGTE) ClearVal ¶ added in v0.8.1
func (x *DurationGTE) ClearVal()
func (*DurationGTE) GetVal ¶
func (x *DurationGTE) GetVal() *durationpb.Duration
func (*DurationGTE) HasVal ¶ added in v0.8.1
func (x *DurationGTE) HasVal() bool
func (*DurationGTE) ProtoMessage ¶
func (*DurationGTE) ProtoMessage()
func (*DurationGTE) ProtoReflect ¶
func (x *DurationGTE) ProtoReflect() protoreflect.Message
func (*DurationGTE) Reset ¶
func (x *DurationGTE) Reset()
func (*DurationGTE) SetVal ¶ added in v0.8.1
func (x *DurationGTE) SetVal(v *durationpb.Duration)
func (*DurationGTE) String ¶
func (x *DurationGTE) String() string
type DurationGTELTE ¶
type DurationGTELTE struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationGTELTE) ClearVal ¶ added in v0.8.1
func (x *DurationGTELTE) ClearVal()
func (*DurationGTELTE) GetVal ¶
func (x *DurationGTELTE) GetVal() *durationpb.Duration
func (*DurationGTELTE) HasVal ¶ added in v0.8.1
func (x *DurationGTELTE) HasVal() bool
func (*DurationGTELTE) ProtoMessage ¶
func (*DurationGTELTE) ProtoMessage()
func (*DurationGTELTE) ProtoReflect ¶
func (x *DurationGTELTE) ProtoReflect() protoreflect.Message
func (*DurationGTELTE) Reset ¶
func (x *DurationGTELTE) Reset()
func (*DurationGTELTE) SetVal ¶ added in v0.8.1
func (x *DurationGTELTE) SetVal(v *durationpb.Duration)
func (*DurationGTELTE) String ¶
func (x *DurationGTELTE) String() string
type DurationGTELTE_builder ¶ added in v0.8.1
type DurationGTELTE_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationGTELTE_builder) Build ¶ added in v0.8.1
func (b0 DurationGTELTE_builder) Build() *DurationGTELTE
type DurationGTE_builder ¶ added in v0.8.1
type DurationGTE_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationGTE_builder) Build ¶ added in v0.8.1
func (b0 DurationGTE_builder) Build() *DurationGTE
type DurationGTLT ¶
type DurationGTLT struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationGTLT) ClearVal ¶ added in v0.8.1
func (x *DurationGTLT) ClearVal()
func (*DurationGTLT) GetVal ¶
func (x *DurationGTLT) GetVal() *durationpb.Duration
func (*DurationGTLT) HasVal ¶ added in v0.8.1
func (x *DurationGTLT) HasVal() bool
func (*DurationGTLT) ProtoMessage ¶
func (*DurationGTLT) ProtoMessage()
func (*DurationGTLT) ProtoReflect ¶
func (x *DurationGTLT) ProtoReflect() protoreflect.Message
func (*DurationGTLT) Reset ¶
func (x *DurationGTLT) Reset()
func (*DurationGTLT) SetVal ¶ added in v0.8.1
func (x *DurationGTLT) SetVal(v *durationpb.Duration)
func (*DurationGTLT) String ¶
func (x *DurationGTLT) String() string
type DurationGTLT_builder ¶ added in v0.8.1
type DurationGTLT_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationGTLT_builder) Build ¶ added in v0.8.1
func (b0 DurationGTLT_builder) Build() *DurationGTLT
type DurationGT_builder ¶ added in v0.8.1
type DurationGT_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationGT_builder) Build ¶ added in v0.8.1
func (b0 DurationGT_builder) Build() *DurationGT
type DurationIn ¶
type DurationIn struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationIn) ClearVal ¶ added in v0.8.1
func (x *DurationIn) ClearVal()
func (*DurationIn) GetVal ¶
func (x *DurationIn) GetVal() *durationpb.Duration
func (*DurationIn) HasVal ¶ added in v0.8.1
func (x *DurationIn) HasVal() bool
func (*DurationIn) ProtoMessage ¶
func (*DurationIn) ProtoMessage()
func (*DurationIn) ProtoReflect ¶
func (x *DurationIn) ProtoReflect() protoreflect.Message
func (*DurationIn) Reset ¶
func (x *DurationIn) Reset()
func (*DurationIn) SetVal ¶ added in v0.8.1
func (x *DurationIn) SetVal(v *durationpb.Duration)
func (*DurationIn) String ¶
func (x *DurationIn) String() string
type DurationIn_builder ¶ added in v0.8.1
type DurationIn_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationIn_builder) Build ¶ added in v0.8.1
func (b0 DurationIn_builder) Build() *DurationIn
type DurationLT ¶
type DurationLT struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationLT) ClearVal ¶ added in v0.8.1
func (x *DurationLT) ClearVal()
func (*DurationLT) GetVal ¶
func (x *DurationLT) GetVal() *durationpb.Duration
func (*DurationLT) HasVal ¶ added in v0.8.1
func (x *DurationLT) HasVal() bool
func (*DurationLT) ProtoMessage ¶
func (*DurationLT) ProtoMessage()
func (*DurationLT) ProtoReflect ¶
func (x *DurationLT) ProtoReflect() protoreflect.Message
func (*DurationLT) Reset ¶
func (x *DurationLT) Reset()
func (*DurationLT) SetVal ¶ added in v0.8.1
func (x *DurationLT) SetVal(v *durationpb.Duration)
func (*DurationLT) String ¶
func (x *DurationLT) String() string
type DurationLTE ¶
type DurationLTE struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationLTE) ClearVal ¶ added in v0.8.1
func (x *DurationLTE) ClearVal()
func (*DurationLTE) GetVal ¶
func (x *DurationLTE) GetVal() *durationpb.Duration
func (*DurationLTE) HasVal ¶ added in v0.8.1
func (x *DurationLTE) HasVal() bool
func (*DurationLTE) ProtoMessage ¶
func (*DurationLTE) ProtoMessage()
func (*DurationLTE) ProtoReflect ¶
func (x *DurationLTE) ProtoReflect() protoreflect.Message
func (*DurationLTE) Reset ¶
func (x *DurationLTE) Reset()
func (*DurationLTE) SetVal ¶ added in v0.8.1
func (x *DurationLTE) SetVal(v *durationpb.Duration)
func (*DurationLTE) String ¶
func (x *DurationLTE) String() string
type DurationLTE_builder ¶ added in v0.8.1
type DurationLTE_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationLTE_builder) Build ¶ added in v0.8.1
func (b0 DurationLTE_builder) Build() *DurationLTE
type DurationLT_builder ¶ added in v0.8.1
type DurationLT_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationLT_builder) Build ¶ added in v0.8.1
func (b0 DurationLT_builder) Build() *DurationLT
type DurationNone ¶
type DurationNone struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationNone) ClearVal ¶ added in v0.8.1
func (x *DurationNone) ClearVal()
func (*DurationNone) GetVal ¶
func (x *DurationNone) GetVal() *durationpb.Duration
func (*DurationNone) HasVal ¶ added in v0.8.1
func (x *DurationNone) HasVal() bool
func (*DurationNone) ProtoMessage ¶
func (*DurationNone) ProtoMessage()
func (*DurationNone) ProtoReflect ¶
func (x *DurationNone) ProtoReflect() protoreflect.Message
func (*DurationNone) Reset ¶
func (x *DurationNone) Reset()
func (*DurationNone) SetVal ¶ added in v0.8.1
func (x *DurationNone) SetVal(v *durationpb.Duration)
func (*DurationNone) String ¶
func (x *DurationNone) String() string
type DurationNone_builder ¶ added in v0.8.1
type DurationNone_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationNone_builder) Build ¶ added in v0.8.1
func (b0 DurationNone_builder) Build() *DurationNone
type DurationNotIn ¶
type DurationNotIn struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationNotIn) ClearVal ¶ added in v0.8.1
func (x *DurationNotIn) ClearVal()
func (*DurationNotIn) GetVal ¶
func (x *DurationNotIn) GetVal() *durationpb.Duration
func (*DurationNotIn) HasVal ¶ added in v0.8.1
func (x *DurationNotIn) HasVal() bool
func (*DurationNotIn) ProtoMessage ¶
func (*DurationNotIn) ProtoMessage()
func (*DurationNotIn) ProtoReflect ¶
func (x *DurationNotIn) ProtoReflect() protoreflect.Message
func (*DurationNotIn) Reset ¶
func (x *DurationNotIn) Reset()
func (*DurationNotIn) SetVal ¶ added in v0.8.1
func (x *DurationNotIn) SetVal(v *durationpb.Duration)
func (*DurationNotIn) String ¶
func (x *DurationNotIn) String() string
type DurationNotIn_builder ¶ added in v0.8.1
type DurationNotIn_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationNotIn_builder) Build ¶ added in v0.8.1
func (b0 DurationNotIn_builder) Build() *DurationNotIn
type DurationRequired ¶
type DurationRequired struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*DurationRequired) ClearVal ¶ added in v0.8.1
func (x *DurationRequired) ClearVal()
func (*DurationRequired) GetVal ¶
func (x *DurationRequired) GetVal() *durationpb.Duration
func (*DurationRequired) HasVal ¶ added in v0.8.1
func (x *DurationRequired) HasVal() bool
func (*DurationRequired) ProtoMessage ¶
func (*DurationRequired) ProtoMessage()
func (*DurationRequired) ProtoReflect ¶
func (x *DurationRequired) ProtoReflect() protoreflect.Message
func (*DurationRequired) Reset ¶
func (x *DurationRequired) Reset()
func (*DurationRequired) SetVal ¶ added in v0.8.1
func (x *DurationRequired) SetVal(v *durationpb.Duration)
func (*DurationRequired) String ¶
func (x *DurationRequired) String() string
type DurationRequired_builder ¶ added in v0.8.1
type DurationRequired_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (DurationRequired_builder) Build ¶ added in v0.8.1
func (b0 DurationRequired_builder) Build() *DurationRequired
type EditionsMapIgnoreDefault ¶ added in v0.6.4
type EditionsMapIgnoreDefault struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsMapIgnoreDefault) GetVal() map[int32]int32
func (*EditionsMapIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapIgnoreDefault) ProtoMessage()
func (*EditionsMapIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsMapIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsMapIgnoreDefault) Reset()
func (*EditionsMapIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsMapIgnoreDefault) SetVal(v map[int32]int32)
func (*EditionsMapIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsMapIgnoreDefault) String() string
type EditionsMapIgnoreDefault_builder ¶ added in v0.8.1
type EditionsMapIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapIgnoreDefault_builder) Build() *EditionsMapIgnoreDefault
type EditionsMapIgnoreEmpty ¶ added in v0.6.4
type EditionsMapIgnoreEmpty struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsMapIgnoreEmpty) GetVal() map[int32]int32
func (*EditionsMapIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapIgnoreEmpty) ProtoMessage()
func (*EditionsMapIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsMapIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsMapIgnoreEmpty) Reset()
func (*EditionsMapIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsMapIgnoreEmpty) SetVal(v map[int32]int32)
func (*EditionsMapIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsMapIgnoreEmpty) String() string
type EditionsMapIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsMapIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapIgnoreEmpty_builder) Build() *EditionsMapIgnoreEmpty
type EditionsMapIgnoreUnspecified ¶ added in v0.6.4
type EditionsMapIgnoreUnspecified struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsMapIgnoreUnspecified) GetVal() map[int32]int32
func (*EditionsMapIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapIgnoreUnspecified) ProtoMessage()
func (*EditionsMapIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsMapIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsMapIgnoreUnspecified) Reset()
func (*EditionsMapIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsMapIgnoreUnspecified) SetVal(v map[int32]int32)
func (*EditionsMapIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsMapIgnoreUnspecified) String() string
type EditionsMapIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsMapIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapIgnoreUnspecified_builder) Build() *EditionsMapIgnoreUnspecified
type EditionsMapKeyIgnoreDefault ¶ added in v0.6.4
type EditionsMapKeyIgnoreDefault struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapKeyIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreDefault) GetVal() map[int32]int32
func (*EditionsMapKeyIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapKeyIgnoreDefault) ProtoMessage()
func (*EditionsMapKeyIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsMapKeyIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreDefault) Reset()
func (*EditionsMapKeyIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsMapKeyIgnoreDefault) SetVal(v map[int32]int32)
func (*EditionsMapKeyIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreDefault) String() string
type EditionsMapKeyIgnoreDefault_builder ¶ added in v0.8.1
type EditionsMapKeyIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapKeyIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapKeyIgnoreDefault_builder) Build() *EditionsMapKeyIgnoreDefault
type EditionsMapKeyIgnoreEmpty ¶ added in v0.6.4
type EditionsMapKeyIgnoreEmpty struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapKeyIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreEmpty) GetVal() map[int32]int32
func (*EditionsMapKeyIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapKeyIgnoreEmpty) ProtoMessage()
func (*EditionsMapKeyIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsMapKeyIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreEmpty) Reset()
func (*EditionsMapKeyIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsMapKeyIgnoreEmpty) SetVal(v map[int32]int32)
func (*EditionsMapKeyIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreEmpty) String() string
type EditionsMapKeyIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsMapKeyIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapKeyIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapKeyIgnoreEmpty_builder) Build() *EditionsMapKeyIgnoreEmpty
type EditionsMapKeyIgnoreUnspecified ¶ added in v0.6.4
type EditionsMapKeyIgnoreUnspecified struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapKeyIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreUnspecified) GetVal() map[int32]int32
func (*EditionsMapKeyIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapKeyIgnoreUnspecified) ProtoMessage()
func (*EditionsMapKeyIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsMapKeyIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreUnspecified) Reset()
func (*EditionsMapKeyIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsMapKeyIgnoreUnspecified) SetVal(v map[int32]int32)
func (*EditionsMapKeyIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsMapKeyIgnoreUnspecified) String() string
type EditionsMapKeyIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsMapKeyIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapKeyIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapKeyIgnoreUnspecified_builder) Build() *EditionsMapKeyIgnoreUnspecified
type EditionsMapValueIgnoreDefault ¶ added in v0.6.4
type EditionsMapValueIgnoreDefault struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapValueIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreDefault) GetVal() map[int32]int32
func (*EditionsMapValueIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapValueIgnoreDefault) ProtoMessage()
func (*EditionsMapValueIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsMapValueIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreDefault) Reset()
func (*EditionsMapValueIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsMapValueIgnoreDefault) SetVal(v map[int32]int32)
func (*EditionsMapValueIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreDefault) String() string
type EditionsMapValueIgnoreDefault_builder ¶ added in v0.8.1
type EditionsMapValueIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapValueIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapValueIgnoreDefault_builder) Build() *EditionsMapValueIgnoreDefault
type EditionsMapValueIgnoreEmpty ¶ added in v0.6.4
type EditionsMapValueIgnoreEmpty struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapValueIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreEmpty) GetVal() map[int32]int32
func (*EditionsMapValueIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapValueIgnoreEmpty) ProtoMessage()
func (*EditionsMapValueIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsMapValueIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreEmpty) Reset()
func (*EditionsMapValueIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsMapValueIgnoreEmpty) SetVal(v map[int32]int32)
func (*EditionsMapValueIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreEmpty) String() string
type EditionsMapValueIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsMapValueIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapValueIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapValueIgnoreEmpty_builder) Build() *EditionsMapValueIgnoreEmpty
type EditionsMapValueIgnoreUnspecified ¶ added in v0.6.4
type EditionsMapValueIgnoreUnspecified struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EditionsMapValueIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreUnspecified) GetVal() map[int32]int32
func (*EditionsMapValueIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsMapValueIgnoreUnspecified) ProtoMessage()
func (*EditionsMapValueIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsMapValueIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreUnspecified) Reset()
func (*EditionsMapValueIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsMapValueIgnoreUnspecified) SetVal(v map[int32]int32)
func (*EditionsMapValueIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsMapValueIgnoreUnspecified) String() string
type EditionsMapValueIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsMapValueIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (EditionsMapValueIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 EditionsMapValueIgnoreUnspecified_builder) Build() *EditionsMapValueIgnoreUnspecified
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault ¶ added in v0.6.4
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault struct {
Val *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg `protobuf:"group,1,opt,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ClearVal()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) HasVal() bool
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ProtoMessage()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) Reset()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault) String() string
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg ¶ added in v0.6.4
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ClearVal()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) GetVal() string
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) HasVal() bool
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ProtoMessage()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) Reset()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) SetVal(v string)
func (*EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg) String() string
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceDelimitedIgnoreDefault_builder struct {
Val *EditionsMessageExplicitPresenceDelimitedIgnoreDefault_Msg
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty ¶ added in v0.6.4
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty struct {
Val *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg `protobuf:"group,1,opt,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ClearVal()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) HasVal() bool
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ProtoMessage()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) Reset()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty) String() string
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg ¶ added in v0.6.4
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ClearVal()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) GetVal() string
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) HasVal() bool
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ProtoMessage()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) Reset()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) SetVal(v string)
func (*EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg) String() string
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_builder struct {
Val *EditionsMessageExplicitPresenceDelimitedIgnoreEmpty_Msg
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified ¶ added in v0.6.4
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified struct {
Val *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg `protobuf:"group,1,opt,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ClearVal()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) HasVal() bool
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ProtoMessage()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) Reset()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified) String() string
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg ¶ added in v0.6.4
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ClearVal()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) GetVal() string
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) HasVal() bool
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ProtoMessage()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) Reset()
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) SetVal(v string)
func (*EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg) String() string
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_builder struct {
Val *EditionsMessageExplicitPresenceDelimitedIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceIgnoreDefault ¶ added in v0.6.4
type EditionsMessageExplicitPresenceIgnoreDefault struct {
Val *EditionsMessageExplicitPresenceIgnoreDefault_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreDefault) ClearVal()
func (*EditionsMessageExplicitPresenceIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreDefault) HasVal() bool
func (*EditionsMessageExplicitPresenceIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceIgnoreDefault) ProtoMessage()
func (*EditionsMessageExplicitPresenceIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreDefault) Reset()
func (*EditionsMessageExplicitPresenceIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreDefault) String() string
type EditionsMessageExplicitPresenceIgnoreDefault_Msg ¶ added in v0.6.4
type EditionsMessageExplicitPresenceIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) ClearVal()
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) GetVal() string
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) HasVal() bool
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) ProtoMessage()
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) Reset()
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) SetVal(v string)
func (*EditionsMessageExplicitPresenceIgnoreDefault_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreDefault_Msg) String() string
type EditionsMessageExplicitPresenceIgnoreDefault_Msg_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceIgnoreDefault_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceIgnoreDefault_builder struct {
Val *EditionsMessageExplicitPresenceIgnoreDefault_Msg
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceIgnoreEmpty ¶ added in v0.6.4
type EditionsMessageExplicitPresenceIgnoreEmpty struct {
Val *EditionsMessageExplicitPresenceIgnoreEmpty_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreEmpty) ClearVal()
func (*EditionsMessageExplicitPresenceIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreEmpty) HasVal() bool
func (*EditionsMessageExplicitPresenceIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceIgnoreEmpty) ProtoMessage()
func (*EditionsMessageExplicitPresenceIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreEmpty) Reset()
func (*EditionsMessageExplicitPresenceIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreEmpty) SetVal(v *EditionsMessageExplicitPresenceIgnoreEmpty_Msg)
func (*EditionsMessageExplicitPresenceIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreEmpty) String() string
type EditionsMessageExplicitPresenceIgnoreEmpty_Msg ¶ added in v0.6.4
type EditionsMessageExplicitPresenceIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ClearVal()
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) GetVal() string
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) HasVal() bool
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ProtoMessage()
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) Reset()
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) SetVal(v string)
func (*EditionsMessageExplicitPresenceIgnoreEmpty_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreEmpty_Msg) String() string
type EditionsMessageExplicitPresenceIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceIgnoreEmpty_builder struct {
Val *EditionsMessageExplicitPresenceIgnoreEmpty_Msg
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceIgnoreUnspecified ¶ added in v0.6.4
type EditionsMessageExplicitPresenceIgnoreUnspecified struct {
Val *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) ClearVal()
func (*EditionsMessageExplicitPresenceIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) HasVal() bool
func (*EditionsMessageExplicitPresenceIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceIgnoreUnspecified) ProtoMessage()
func (*EditionsMessageExplicitPresenceIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) Reset()
func (*EditionsMessageExplicitPresenceIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified) String() string
type EditionsMessageExplicitPresenceIgnoreUnspecified_Msg ¶ added in v0.6.4
type EditionsMessageExplicitPresenceIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ClearVal()
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) GetVal() string
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) HasVal() bool
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ProtoMessage()
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) Reset()
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) SetVal(v string)
func (*EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg) String() string
type EditionsMessageExplicitPresenceIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageExplicitPresenceIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsMessageExplicitPresenceIgnoreUnspecified_builder struct {
Val *EditionsMessageExplicitPresenceIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault ¶ added in v0.6.4
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault struct {
Val *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg `protobuf:"group,1,req,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ClearVal()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) HasVal() bool
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ProtoMessage()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) Reset()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault) String() string
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg ¶ added in v0.6.4
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ClearVal()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) GetVal() string
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) HasVal() bool
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ProtoMessage()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) Reset()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) SetVal(v string)
func (*EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg) String() string
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredDelimitedIgnoreDefault_builder struct {
Val *EditionsMessageLegacyRequiredDelimitedIgnoreDefault_Msg
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty ¶ added in v0.6.4
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty struct {
Val *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg `protobuf:"group,1,req,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ClearVal()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) HasVal() bool
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ProtoMessage()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) Reset()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty) String() string
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg ¶ added in v0.6.4
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ClearVal()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) GetVal() string
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) HasVal() bool
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ProtoMessage()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) Reset()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) SetVal(v string)
func (*EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg) String() string
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_builder struct {
Val *EditionsMessageLegacyRequiredDelimitedIgnoreEmpty_Msg
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified ¶ added in v0.6.4
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified struct {
Val *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg `protobuf:"group,1,req,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ClearVal()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) HasVal() bool
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ProtoMessage()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) Reset()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified) String() string
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg ¶ added in v0.6.4
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ClearVal()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) GetVal() string
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) HasVal() bool
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ProtoMessage()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) Reset()
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) SetVal(v string)
func (*EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg) String() string
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_builder struct {
Val *EditionsMessageLegacyRequiredDelimitedIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredIgnoreDefault ¶ added in v0.6.4
type EditionsMessageLegacyRequiredIgnoreDefault struct {
Val *EditionsMessageLegacyRequiredIgnoreDefault_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreDefault) ClearVal()
func (*EditionsMessageLegacyRequiredIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreDefault) HasVal() bool
func (*EditionsMessageLegacyRequiredIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredIgnoreDefault) ProtoMessage()
func (*EditionsMessageLegacyRequiredIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreDefault) Reset()
func (*EditionsMessageLegacyRequiredIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreDefault) SetVal(v *EditionsMessageLegacyRequiredIgnoreDefault_Msg)
func (*EditionsMessageLegacyRequiredIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreDefault) String() string
type EditionsMessageLegacyRequiredIgnoreDefault_Msg ¶ added in v0.6.4
type EditionsMessageLegacyRequiredIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) ClearVal()
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) GetVal() string
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) HasVal() bool
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) ProtoMessage()
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) Reset()
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) SetVal(v string)
func (*EditionsMessageLegacyRequiredIgnoreDefault_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreDefault_Msg) String() string
type EditionsMessageLegacyRequiredIgnoreDefault_Msg_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredIgnoreDefault_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredIgnoreDefault_builder struct {
Val *EditionsMessageLegacyRequiredIgnoreDefault_Msg
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredIgnoreEmpty ¶ added in v0.6.4
type EditionsMessageLegacyRequiredIgnoreEmpty struct {
Val *EditionsMessageLegacyRequiredIgnoreEmpty_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreEmpty) ClearVal()
func (*EditionsMessageLegacyRequiredIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty) GetVal() *EditionsMessageLegacyRequiredIgnoreEmpty_Msg
func (*EditionsMessageLegacyRequiredIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreEmpty) HasVal() bool
func (*EditionsMessageLegacyRequiredIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredIgnoreEmpty) ProtoMessage()
func (*EditionsMessageLegacyRequiredIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty) Reset()
func (*EditionsMessageLegacyRequiredIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreEmpty) SetVal(v *EditionsMessageLegacyRequiredIgnoreEmpty_Msg)
func (*EditionsMessageLegacyRequiredIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty) String() string
type EditionsMessageLegacyRequiredIgnoreEmpty_Msg ¶ added in v0.6.4
type EditionsMessageLegacyRequiredIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ClearVal()
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) GetVal() string
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) HasVal() bool
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ProtoMessage()
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) Reset()
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) SetVal(v string)
func (*EditionsMessageLegacyRequiredIgnoreEmpty_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreEmpty_Msg) String() string
type EditionsMessageLegacyRequiredIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredIgnoreEmpty_builder struct {
Val *EditionsMessageLegacyRequiredIgnoreEmpty_Msg
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredIgnoreUnspecified ¶ added in v0.6.4
type EditionsMessageLegacyRequiredIgnoreUnspecified struct {
Val *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) ClearVal()
func (*EditionsMessageLegacyRequiredIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) HasVal() bool
func (*EditionsMessageLegacyRequiredIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredIgnoreUnspecified) ProtoMessage()
func (*EditionsMessageLegacyRequiredIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) Reset()
func (*EditionsMessageLegacyRequiredIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified) String() string
type EditionsMessageLegacyRequiredIgnoreUnspecified_Msg ¶ added in v0.6.4
type EditionsMessageLegacyRequiredIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ClearVal()
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) GetVal() string
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) HasVal() bool
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.4
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ProtoMessage()
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) Reset ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) Reset()
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) SetVal(v string)
func (*EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) String ¶ added in v0.6.4
func (x *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg) String() string
type EditionsMessageLegacyRequiredIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type EditionsMessageLegacyRequiredIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsMessageLegacyRequiredIgnoreUnspecified_builder struct {
Val *EditionsMessageLegacyRequiredIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
type EditionsOneofIgnoreDefault ¶ added in v0.6.4
type EditionsOneofIgnoreDefault struct {
// Types that are valid to be assigned to O:
//
// *EditionsOneofIgnoreDefault_Val
O isEditionsOneofIgnoreDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*EditionsOneofIgnoreDefault) ClearO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefault) ClearO()
func (*EditionsOneofIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefault) ClearVal()
func (*EditionsOneofIgnoreDefault) GetO ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefault) GetO() isEditionsOneofIgnoreDefault_O
func (*EditionsOneofIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefault) GetVal() int32
func (*EditionsOneofIgnoreDefault) HasO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefault) HasO() bool
func (*EditionsOneofIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefault) HasVal() bool
func (*EditionsOneofIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsOneofIgnoreDefault) ProtoMessage()
func (*EditionsOneofIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsOneofIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefault) Reset()
func (*EditionsOneofIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefault) SetVal(v int32)
func (*EditionsOneofIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefault) String() string
func (*EditionsOneofIgnoreDefault) WhichO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefault) WhichO() case_EditionsOneofIgnoreDefault_O
type EditionsOneofIgnoreDefaultWithDefault ¶ added in v0.6.4
type EditionsOneofIgnoreDefaultWithDefault struct {
// Types that are valid to be assigned to O:
//
// *EditionsOneofIgnoreDefaultWithDefault_Val
O isEditionsOneofIgnoreDefaultWithDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*EditionsOneofIgnoreDefaultWithDefault) ClearO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefaultWithDefault) ClearO()
func (*EditionsOneofIgnoreDefaultWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefaultWithDefault) ClearVal()
func (*EditionsOneofIgnoreDefaultWithDefault) GetO ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefaultWithDefault) GetO() isEditionsOneofIgnoreDefaultWithDefault_O
func (*EditionsOneofIgnoreDefaultWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefaultWithDefault) GetVal() int32
func (*EditionsOneofIgnoreDefaultWithDefault) HasO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefaultWithDefault) HasO() bool
func (*EditionsOneofIgnoreDefaultWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefaultWithDefault) HasVal() bool
func (*EditionsOneofIgnoreDefaultWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsOneofIgnoreDefaultWithDefault) ProtoMessage()
func (*EditionsOneofIgnoreDefaultWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsOneofIgnoreDefaultWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefaultWithDefault) Reset()
func (*EditionsOneofIgnoreDefaultWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefaultWithDefault) SetVal(v int32)
func (*EditionsOneofIgnoreDefaultWithDefault) String ¶ added in v0.6.4
func (x *EditionsOneofIgnoreDefaultWithDefault) String() string
func (*EditionsOneofIgnoreDefaultWithDefault) WhichO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreDefaultWithDefault) WhichO() case_EditionsOneofIgnoreDefaultWithDefault_O
type EditionsOneofIgnoreDefaultWithDefault_Val ¶ added in v0.6.4
type EditionsOneofIgnoreDefaultWithDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof,def=-42"`
}
type EditionsOneofIgnoreDefaultWithDefault_builder ¶ added in v0.8.1
type EditionsOneofIgnoreDefaultWithDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
type EditionsOneofIgnoreDefault_Val ¶ added in v0.6.4
type EditionsOneofIgnoreDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type EditionsOneofIgnoreDefault_builder ¶ added in v0.8.1
type EditionsOneofIgnoreDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (EditionsOneofIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 EditionsOneofIgnoreDefault_builder) Build() *EditionsOneofIgnoreDefault
type EditionsOneofIgnoreEmpty ¶ added in v0.6.4
type EditionsOneofIgnoreEmpty struct {
// Types that are valid to be assigned to O:
//
// *EditionsOneofIgnoreEmpty_Val
O isEditionsOneofIgnoreEmpty_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*EditionsOneofIgnoreEmpty) ClearO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmpty) ClearO()
func (*EditionsOneofIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmpty) ClearVal()
func (*EditionsOneofIgnoreEmpty) GetO ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmpty) GetO() isEditionsOneofIgnoreEmpty_O
func (*EditionsOneofIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmpty) GetVal() int32
func (*EditionsOneofIgnoreEmpty) HasO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmpty) HasO() bool
func (*EditionsOneofIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmpty) HasVal() bool
func (*EditionsOneofIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsOneofIgnoreEmpty) ProtoMessage()
func (*EditionsOneofIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsOneofIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmpty) Reset()
func (*EditionsOneofIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmpty) SetVal(v int32)
func (*EditionsOneofIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmpty) String() string
func (*EditionsOneofIgnoreEmpty) WhichO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmpty) WhichO() case_EditionsOneofIgnoreEmpty_O
type EditionsOneofIgnoreEmptyWithDefault ¶ added in v0.6.4
type EditionsOneofIgnoreEmptyWithDefault struct {
// Types that are valid to be assigned to O:
//
// *EditionsOneofIgnoreEmptyWithDefault_Val
O isEditionsOneofIgnoreEmptyWithDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*EditionsOneofIgnoreEmptyWithDefault) ClearO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmptyWithDefault) ClearO()
func (*EditionsOneofIgnoreEmptyWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmptyWithDefault) ClearVal()
func (*EditionsOneofIgnoreEmptyWithDefault) GetO ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmptyWithDefault) GetO() isEditionsOneofIgnoreEmptyWithDefault_O
func (*EditionsOneofIgnoreEmptyWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmptyWithDefault) GetVal() int32
func (*EditionsOneofIgnoreEmptyWithDefault) HasO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmptyWithDefault) HasO() bool
func (*EditionsOneofIgnoreEmptyWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmptyWithDefault) HasVal() bool
func (*EditionsOneofIgnoreEmptyWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsOneofIgnoreEmptyWithDefault) ProtoMessage()
func (*EditionsOneofIgnoreEmptyWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsOneofIgnoreEmptyWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmptyWithDefault) Reset()
func (*EditionsOneofIgnoreEmptyWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmptyWithDefault) SetVal(v int32)
func (*EditionsOneofIgnoreEmptyWithDefault) String ¶ added in v0.6.4
func (x *EditionsOneofIgnoreEmptyWithDefault) String() string
func (*EditionsOneofIgnoreEmptyWithDefault) WhichO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreEmptyWithDefault) WhichO() case_EditionsOneofIgnoreEmptyWithDefault_O
type EditionsOneofIgnoreEmptyWithDefault_Val ¶ added in v0.6.4
type EditionsOneofIgnoreEmptyWithDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof,def=-42"`
}
type EditionsOneofIgnoreEmptyWithDefault_builder ¶ added in v0.8.1
type EditionsOneofIgnoreEmptyWithDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (EditionsOneofIgnoreEmptyWithDefault_builder) Build ¶ added in v0.8.1
func (b0 EditionsOneofIgnoreEmptyWithDefault_builder) Build() *EditionsOneofIgnoreEmptyWithDefault
type EditionsOneofIgnoreEmpty_Val ¶ added in v0.6.4
type EditionsOneofIgnoreEmpty_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type EditionsOneofIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsOneofIgnoreEmpty_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (EditionsOneofIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 EditionsOneofIgnoreEmpty_builder) Build() *EditionsOneofIgnoreEmpty
type EditionsOneofIgnoreUnspecified ¶ added in v0.6.4
type EditionsOneofIgnoreUnspecified struct {
// Types that are valid to be assigned to O:
//
// *EditionsOneofIgnoreUnspecified_Val
O isEditionsOneofIgnoreUnspecified_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*EditionsOneofIgnoreUnspecified) ClearO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecified) ClearO()
func (*EditionsOneofIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecified) ClearVal()
func (*EditionsOneofIgnoreUnspecified) GetO ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecified) GetO() isEditionsOneofIgnoreUnspecified_O
func (*EditionsOneofIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecified) GetVal() int32
func (*EditionsOneofIgnoreUnspecified) HasO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecified) HasO() bool
func (*EditionsOneofIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecified) HasVal() bool
func (*EditionsOneofIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsOneofIgnoreUnspecified) ProtoMessage()
func (*EditionsOneofIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsOneofIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecified) Reset()
func (*EditionsOneofIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecified) SetVal(v int32)
func (*EditionsOneofIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecified) String() string
func (*EditionsOneofIgnoreUnspecified) WhichO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecified) WhichO() case_EditionsOneofIgnoreUnspecified_O
type EditionsOneofIgnoreUnspecifiedWithDefault ¶ added in v0.6.4
type EditionsOneofIgnoreUnspecifiedWithDefault struct {
// Types that are valid to be assigned to O:
//
// *EditionsOneofIgnoreUnspecifiedWithDefault_Val
O isEditionsOneofIgnoreUnspecifiedWithDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*EditionsOneofIgnoreUnspecifiedWithDefault) ClearO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) ClearO()
func (*EditionsOneofIgnoreUnspecifiedWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) ClearVal()
func (*EditionsOneofIgnoreUnspecifiedWithDefault) GetO ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) GetO() isEditionsOneofIgnoreUnspecifiedWithDefault_O
func (*EditionsOneofIgnoreUnspecifiedWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) GetVal() int32
func (*EditionsOneofIgnoreUnspecifiedWithDefault) HasO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) HasO() bool
func (*EditionsOneofIgnoreUnspecifiedWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) HasVal() bool
func (*EditionsOneofIgnoreUnspecifiedWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsOneofIgnoreUnspecifiedWithDefault) ProtoMessage()
func (*EditionsOneofIgnoreUnspecifiedWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsOneofIgnoreUnspecifiedWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) Reset()
func (*EditionsOneofIgnoreUnspecifiedWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) SetVal(v int32)
func (*EditionsOneofIgnoreUnspecifiedWithDefault) String ¶ added in v0.6.4
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) String() string
func (*EditionsOneofIgnoreUnspecifiedWithDefault) WhichO ¶ added in v0.8.1
func (x *EditionsOneofIgnoreUnspecifiedWithDefault) WhichO() case_EditionsOneofIgnoreUnspecifiedWithDefault_O
type EditionsOneofIgnoreUnspecifiedWithDefault_Val ¶ added in v0.6.4
type EditionsOneofIgnoreUnspecifiedWithDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof,def=-42"`
}
type EditionsOneofIgnoreUnspecifiedWithDefault_builder ¶ added in v0.8.1
type EditionsOneofIgnoreUnspecifiedWithDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
type EditionsOneofIgnoreUnspecified_Val ¶ added in v0.6.4
type EditionsOneofIgnoreUnspecified_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type EditionsOneofIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsOneofIgnoreUnspecified_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (EditionsOneofIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 EditionsOneofIgnoreUnspecified_builder) Build() *EditionsOneofIgnoreUnspecified
type EditionsRepeatedExpandedIgnoreDefault ¶ added in v0.6.4
type EditionsRepeatedExpandedIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedExpandedIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreDefault) GetVal() []int32
func (*EditionsRepeatedExpandedIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedExpandedIgnoreDefault) ProtoMessage()
func (*EditionsRepeatedExpandedIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedExpandedIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreDefault) Reset()
func (*EditionsRepeatedExpandedIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedExpandedIgnoreDefault) SetVal(v []int32)
func (*EditionsRepeatedExpandedIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreDefault) String() string
type EditionsRepeatedExpandedIgnoreDefault_builder ¶ added in v0.8.1
type EditionsRepeatedExpandedIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
type EditionsRepeatedExpandedIgnoreEmpty ¶ added in v0.6.4
type EditionsRepeatedExpandedIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedExpandedIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreEmpty) GetVal() []int32
func (*EditionsRepeatedExpandedIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedExpandedIgnoreEmpty) ProtoMessage()
func (*EditionsRepeatedExpandedIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedExpandedIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreEmpty) Reset()
func (*EditionsRepeatedExpandedIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedExpandedIgnoreEmpty) SetVal(v []int32)
func (*EditionsRepeatedExpandedIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreEmpty) String() string
type EditionsRepeatedExpandedIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsRepeatedExpandedIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (EditionsRepeatedExpandedIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 EditionsRepeatedExpandedIgnoreEmpty_builder) Build() *EditionsRepeatedExpandedIgnoreEmpty
type EditionsRepeatedExpandedIgnoreUnspecified ¶ added in v0.6.4
type EditionsRepeatedExpandedIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedExpandedIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreUnspecified) GetVal() []int32
func (*EditionsRepeatedExpandedIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedExpandedIgnoreUnspecified) ProtoMessage()
func (*EditionsRepeatedExpandedIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedExpandedIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreUnspecified) Reset()
func (*EditionsRepeatedExpandedIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedExpandedIgnoreUnspecified) SetVal(v []int32)
func (*EditionsRepeatedExpandedIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedIgnoreUnspecified) String() string
type EditionsRepeatedExpandedIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsRepeatedExpandedIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
type EditionsRepeatedExpandedItemIgnoreDefault ¶ added in v0.6.4
type EditionsRepeatedExpandedItemIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedExpandedItemIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreDefault) GetVal() []int32
func (*EditionsRepeatedExpandedItemIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedExpandedItemIgnoreDefault) ProtoMessage()
func (*EditionsRepeatedExpandedItemIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedExpandedItemIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreDefault) Reset()
func (*EditionsRepeatedExpandedItemIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedExpandedItemIgnoreDefault) SetVal(v []int32)
func (*EditionsRepeatedExpandedItemIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreDefault) String() string
type EditionsRepeatedExpandedItemIgnoreDefault_builder ¶ added in v0.8.1
type EditionsRepeatedExpandedItemIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
type EditionsRepeatedExpandedItemIgnoreEmpty ¶ added in v0.6.4
type EditionsRepeatedExpandedItemIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedExpandedItemIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreEmpty) GetVal() []int32
func (*EditionsRepeatedExpandedItemIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedExpandedItemIgnoreEmpty) ProtoMessage()
func (*EditionsRepeatedExpandedItemIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedExpandedItemIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreEmpty) Reset()
func (*EditionsRepeatedExpandedItemIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedExpandedItemIgnoreEmpty) SetVal(v []int32)
func (*EditionsRepeatedExpandedItemIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreEmpty) String() string
type EditionsRepeatedExpandedItemIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsRepeatedExpandedItemIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
type EditionsRepeatedExpandedItemIgnoreUnspecified ¶ added in v0.6.4
type EditionsRepeatedExpandedItemIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedExpandedItemIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) GetVal() []int32
func (*EditionsRepeatedExpandedItemIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedExpandedItemIgnoreUnspecified) ProtoMessage()
func (*EditionsRepeatedExpandedItemIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedExpandedItemIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) Reset()
func (*EditionsRepeatedExpandedItemIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) SetVal(v []int32)
func (*EditionsRepeatedExpandedItemIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsRepeatedExpandedItemIgnoreUnspecified) String() string
type EditionsRepeatedExpandedItemIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsRepeatedExpandedItemIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
type EditionsRepeatedIgnoreDefault ¶ added in v0.6.4
type EditionsRepeatedIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreDefault) GetVal() []int32
func (*EditionsRepeatedIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedIgnoreDefault) ProtoMessage()
func (*EditionsRepeatedIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreDefault) Reset()
func (*EditionsRepeatedIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedIgnoreDefault) SetVal(v []int32)
func (*EditionsRepeatedIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreDefault) String() string
type EditionsRepeatedIgnoreDefault_builder ¶ added in v0.8.1
type EditionsRepeatedIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (EditionsRepeatedIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 EditionsRepeatedIgnoreDefault_builder) Build() *EditionsRepeatedIgnoreDefault
type EditionsRepeatedIgnoreEmpty ¶ added in v0.6.4
type EditionsRepeatedIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreEmpty) GetVal() []int32
func (*EditionsRepeatedIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedIgnoreEmpty) ProtoMessage()
func (*EditionsRepeatedIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreEmpty) Reset()
func (*EditionsRepeatedIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedIgnoreEmpty) SetVal(v []int32)
func (*EditionsRepeatedIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreEmpty) String() string
type EditionsRepeatedIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsRepeatedIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (EditionsRepeatedIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 EditionsRepeatedIgnoreEmpty_builder) Build() *EditionsRepeatedIgnoreEmpty
type EditionsRepeatedIgnoreUnspecified ¶ added in v0.6.4
type EditionsRepeatedIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreUnspecified) GetVal() []int32
func (*EditionsRepeatedIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedIgnoreUnspecified) ProtoMessage()
func (*EditionsRepeatedIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreUnspecified) Reset()
func (*EditionsRepeatedIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedIgnoreUnspecified) SetVal(v []int32)
func (*EditionsRepeatedIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsRepeatedIgnoreUnspecified) String() string
type EditionsRepeatedIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsRepeatedIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (EditionsRepeatedIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 EditionsRepeatedIgnoreUnspecified_builder) Build() *EditionsRepeatedIgnoreUnspecified
type EditionsRepeatedItemIgnoreDefault ¶ added in v0.6.4
type EditionsRepeatedItemIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedItemIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreDefault) GetVal() []int32
func (*EditionsRepeatedItemIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedItemIgnoreDefault) ProtoMessage()
func (*EditionsRepeatedItemIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedItemIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreDefault) Reset()
func (*EditionsRepeatedItemIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedItemIgnoreDefault) SetVal(v []int32)
func (*EditionsRepeatedItemIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreDefault) String() string
type EditionsRepeatedItemIgnoreDefault_builder ¶ added in v0.8.1
type EditionsRepeatedItemIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (EditionsRepeatedItemIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 EditionsRepeatedItemIgnoreDefault_builder) Build() *EditionsRepeatedItemIgnoreDefault
type EditionsRepeatedItemIgnoreEmpty ¶ added in v0.6.4
type EditionsRepeatedItemIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedItemIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreEmpty) GetVal() []int32
func (*EditionsRepeatedItemIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedItemIgnoreEmpty) ProtoMessage()
func (*EditionsRepeatedItemIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedItemIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreEmpty) Reset()
func (*EditionsRepeatedItemIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedItemIgnoreEmpty) SetVal(v []int32)
func (*EditionsRepeatedItemIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreEmpty) String() string
type EditionsRepeatedItemIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsRepeatedItemIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (EditionsRepeatedItemIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 EditionsRepeatedItemIgnoreEmpty_builder) Build() *EditionsRepeatedItemIgnoreEmpty
type EditionsRepeatedItemIgnoreUnspecified ¶ added in v0.6.4
type EditionsRepeatedItemIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsRepeatedItemIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreUnspecified) GetVal() []int32
func (*EditionsRepeatedItemIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsRepeatedItemIgnoreUnspecified) ProtoMessage()
func (*EditionsRepeatedItemIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsRepeatedItemIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreUnspecified) Reset()
func (*EditionsRepeatedItemIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsRepeatedItemIgnoreUnspecified) SetVal(v []int32)
func (*EditionsRepeatedItemIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsRepeatedItemIgnoreUnspecified) String() string
type EditionsRepeatedItemIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsRepeatedItemIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
type EditionsScalarExplicitPresenceIgnoreDefault ¶ added in v0.6.4
type EditionsScalarExplicitPresenceIgnoreDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarExplicitPresenceIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreDefault) ClearVal()
func (*EditionsScalarExplicitPresenceIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefault) GetVal() int32
func (*EditionsScalarExplicitPresenceIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreDefault) HasVal() bool
func (*EditionsScalarExplicitPresenceIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarExplicitPresenceIgnoreDefault) ProtoMessage()
func (*EditionsScalarExplicitPresenceIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarExplicitPresenceIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefault) Reset()
func (*EditionsScalarExplicitPresenceIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreDefault) SetVal(v int32)
func (*EditionsScalarExplicitPresenceIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefault) String() string
type EditionsScalarExplicitPresenceIgnoreDefaultWithDefault ¶ added in v0.6.4
type EditionsScalarExplicitPresenceIgnoreDefaultWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ClearVal()
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) GetVal() int32
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) HasVal() bool
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ProtoMessage()
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) Reset()
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) SetVal(v int32)
func (*EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) String ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreDefaultWithDefault) String() string
type EditionsScalarExplicitPresenceIgnoreDefaultWithDefault_builder ¶ added in v0.8.1
type EditionsScalarExplicitPresenceIgnoreDefaultWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarExplicitPresenceIgnoreDefault_builder ¶ added in v0.8.1
type EditionsScalarExplicitPresenceIgnoreDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarExplicitPresenceIgnoreEmpty ¶ added in v0.6.4
type EditionsScalarExplicitPresenceIgnoreEmpty struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarExplicitPresenceIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreEmpty) ClearVal()
func (*EditionsScalarExplicitPresenceIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmpty) GetVal() int32
func (*EditionsScalarExplicitPresenceIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreEmpty) HasVal() bool
func (*EditionsScalarExplicitPresenceIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarExplicitPresenceIgnoreEmpty) ProtoMessage()
func (*EditionsScalarExplicitPresenceIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsScalarExplicitPresenceIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmpty) Reset()
func (*EditionsScalarExplicitPresenceIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreEmpty) SetVal(v int32)
func (*EditionsScalarExplicitPresenceIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmpty) String() string
type EditionsScalarExplicitPresenceIgnoreEmptyWithDefault ¶ added in v0.6.4
type EditionsScalarExplicitPresenceIgnoreEmptyWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ClearVal()
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) GetVal() int32
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) HasVal() bool
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ProtoMessage()
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) Reset()
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) SetVal(v int32)
func (*EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) String ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreEmptyWithDefault) String() string
type EditionsScalarExplicitPresenceIgnoreEmptyWithDefault_builder ¶ added in v0.8.1
type EditionsScalarExplicitPresenceIgnoreEmptyWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarExplicitPresenceIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsScalarExplicitPresenceIgnoreEmpty_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarExplicitPresenceIgnoreUnspecified ¶ added in v0.6.4
type EditionsScalarExplicitPresenceIgnoreUnspecified struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) ClearVal()
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) GetVal() int32
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) HasVal() bool
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) ProtoMessage()
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) Reset()
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) SetVal(v int32)
func (*EditionsScalarExplicitPresenceIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecified) String() string
type EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault ¶ added in v0.6.4
type EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ClearVal()
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) GetVal() int32
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) HasVal() bool
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ProtoMessage()
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) Reset()
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) SetVal(v int32)
func (*EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) String ¶ added in v0.6.4
func (x *EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault) String() string
type EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault_builder ¶ added in v0.8.1
type EditionsScalarExplicitPresenceIgnoreUnspecifiedWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarExplicitPresenceIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsScalarExplicitPresenceIgnoreUnspecified_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarImplicitPresenceIgnoreDefault ¶ added in v0.6.4
type EditionsScalarImplicitPresenceIgnoreDefault struct {
Val int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarImplicitPresenceIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreDefault) GetVal() int32
func (*EditionsScalarImplicitPresenceIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarImplicitPresenceIgnoreDefault) ProtoMessage()
func (*EditionsScalarImplicitPresenceIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarImplicitPresenceIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreDefault) Reset()
func (*EditionsScalarImplicitPresenceIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarImplicitPresenceIgnoreDefault) SetVal(v int32)
func (*EditionsScalarImplicitPresenceIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreDefault) String() string
type EditionsScalarImplicitPresenceIgnoreDefault_builder ¶ added in v0.8.1
type EditionsScalarImplicitPresenceIgnoreDefault_builder struct {
Val int32
// contains filtered or unexported fields
}
type EditionsScalarImplicitPresenceIgnoreEmpty ¶ added in v0.6.4
type EditionsScalarImplicitPresenceIgnoreEmpty struct {
Val int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarImplicitPresenceIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreEmpty) GetVal() int32
func (*EditionsScalarImplicitPresenceIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarImplicitPresenceIgnoreEmpty) ProtoMessage()
func (*EditionsScalarImplicitPresenceIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsScalarImplicitPresenceIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreEmpty) Reset()
func (*EditionsScalarImplicitPresenceIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsScalarImplicitPresenceIgnoreEmpty) SetVal(v int32)
func (*EditionsScalarImplicitPresenceIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreEmpty) String() string
type EditionsScalarImplicitPresenceIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsScalarImplicitPresenceIgnoreEmpty_builder struct {
Val int32
// contains filtered or unexported fields
}
type EditionsScalarImplicitPresenceIgnoreUnspecified ¶ added in v0.6.4
type EditionsScalarImplicitPresenceIgnoreUnspecified struct {
Val int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarImplicitPresenceIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) GetVal() int32
func (*EditionsScalarImplicitPresenceIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarImplicitPresenceIgnoreUnspecified) ProtoMessage()
func (*EditionsScalarImplicitPresenceIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsScalarImplicitPresenceIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) Reset()
func (*EditionsScalarImplicitPresenceIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) SetVal(v int32)
func (*EditionsScalarImplicitPresenceIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsScalarImplicitPresenceIgnoreUnspecified) String() string
type EditionsScalarImplicitPresenceIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsScalarImplicitPresenceIgnoreUnspecified_builder struct {
Val int32
// contains filtered or unexported fields
}
type EditionsScalarLegacyRequiredIgnoreDefault ¶ added in v0.6.4
type EditionsScalarLegacyRequiredIgnoreDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarLegacyRequiredIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreDefault) ClearVal()
func (*EditionsScalarLegacyRequiredIgnoreDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefault) GetVal() int32
func (*EditionsScalarLegacyRequiredIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreDefault) HasVal() bool
func (*EditionsScalarLegacyRequiredIgnoreDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarLegacyRequiredIgnoreDefault) ProtoMessage()
func (*EditionsScalarLegacyRequiredIgnoreDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarLegacyRequiredIgnoreDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefault) Reset()
func (*EditionsScalarLegacyRequiredIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreDefault) SetVal(v int32)
func (*EditionsScalarLegacyRequiredIgnoreDefault) String ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefault) String() string
type EditionsScalarLegacyRequiredIgnoreDefaultWithDefault ¶ added in v0.6.4
type EditionsScalarLegacyRequiredIgnoreDefaultWithDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ClearVal()
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) GetVal() int32
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) HasVal() bool
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ProtoMessage()
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) Reset()
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) SetVal(v int32)
func (*EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) String ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreDefaultWithDefault) String() string
type EditionsScalarLegacyRequiredIgnoreDefaultWithDefault_builder ¶ added in v0.8.1
type EditionsScalarLegacyRequiredIgnoreDefaultWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarLegacyRequiredIgnoreDefault_builder ¶ added in v0.8.1
type EditionsScalarLegacyRequiredIgnoreDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarLegacyRequiredIgnoreEmpty ¶ added in v0.6.4
type EditionsScalarLegacyRequiredIgnoreEmpty struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarLegacyRequiredIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreEmpty) ClearVal()
func (*EditionsScalarLegacyRequiredIgnoreEmpty) GetVal ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmpty) GetVal() int32
func (*EditionsScalarLegacyRequiredIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreEmpty) HasVal() bool
func (*EditionsScalarLegacyRequiredIgnoreEmpty) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarLegacyRequiredIgnoreEmpty) ProtoMessage()
func (*EditionsScalarLegacyRequiredIgnoreEmpty) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*EditionsScalarLegacyRequiredIgnoreEmpty) Reset ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmpty) Reset()
func (*EditionsScalarLegacyRequiredIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreEmpty) SetVal(v int32)
func (*EditionsScalarLegacyRequiredIgnoreEmpty) String ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmpty) String() string
type EditionsScalarLegacyRequiredIgnoreEmptyWithDefault ¶ added in v0.6.4
type EditionsScalarLegacyRequiredIgnoreEmptyWithDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ClearVal()
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) GetVal() int32
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) HasVal() bool
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ProtoMessage()
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) Reset()
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) SetVal(v int32)
func (*EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) String ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreEmptyWithDefault) String() string
type EditionsScalarLegacyRequiredIgnoreEmptyWithDefault_builder ¶ added in v0.8.1
type EditionsScalarLegacyRequiredIgnoreEmptyWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarLegacyRequiredIgnoreEmpty_builder ¶ added in v0.8.1
type EditionsScalarLegacyRequiredIgnoreEmpty_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarLegacyRequiredIgnoreUnspecified ¶ added in v0.6.4
type EditionsScalarLegacyRequiredIgnoreUnspecified struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) ClearVal()
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) GetVal ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) GetVal() int32
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) HasVal() bool
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) ProtoMessage()
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) Reset ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) Reset()
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) SetVal(v int32)
func (*EditionsScalarLegacyRequiredIgnoreUnspecified) String ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecified) String() string
type EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault ¶ added in v0.6.4
type EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ClearVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ClearVal()
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) GetVal ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) GetVal() int32
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) HasVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) HasVal() bool
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ProtoMessage ¶ added in v0.6.4
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ProtoMessage()
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) Reset ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) Reset()
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) SetVal ¶ added in v0.8.1
func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) SetVal(v int32)
func (*EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) String ¶ added in v0.6.4
func (x *EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault) String() string
type EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault_builder ¶ added in v0.8.1
type EditionsScalarLegacyRequiredIgnoreUnspecifiedWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type EditionsScalarLegacyRequiredIgnoreUnspecified_builder ¶ added in v0.8.1
type EditionsScalarLegacyRequiredIgnoreUnspecified_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Embed ¶
type Embed struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Embed) ProtoMessage ¶
func (*Embed) ProtoMessage()
func (*Embed) ProtoReflect ¶
func (x *Embed) ProtoReflect() protoreflect.Message
type Embed_builder ¶ added in v0.8.1
type Embed_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Embed_builder) Build ¶ added in v0.8.1
func (b0 Embed_builder) Build() *Embed
type EnumAliasConst ¶
type EnumAliasConst struct {
Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnumAlias" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumAliasConst) GetVal ¶
func (x *EnumAliasConst) GetVal() TestEnumAlias
func (*EnumAliasConst) ProtoMessage ¶
func (*EnumAliasConst) ProtoMessage()
func (*EnumAliasConst) ProtoReflect ¶
func (x *EnumAliasConst) ProtoReflect() protoreflect.Message
func (*EnumAliasConst) Reset ¶
func (x *EnumAliasConst) Reset()
func (*EnumAliasConst) SetVal ¶ added in v0.8.1
func (x *EnumAliasConst) SetVal(v TestEnumAlias)
func (*EnumAliasConst) String ¶
func (x *EnumAliasConst) String() string
type EnumAliasConst_builder ¶ added in v0.8.1
type EnumAliasConst_builder struct {
Val TestEnumAlias
// contains filtered or unexported fields
}
func (EnumAliasConst_builder) Build ¶ added in v0.8.1
func (b0 EnumAliasConst_builder) Build() *EnumAliasConst
type EnumAliasDefined ¶
type EnumAliasDefined struct {
Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnumAlias" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumAliasDefined) GetVal ¶
func (x *EnumAliasDefined) GetVal() TestEnumAlias
func (*EnumAliasDefined) ProtoMessage ¶
func (*EnumAliasDefined) ProtoMessage()
func (*EnumAliasDefined) ProtoReflect ¶
func (x *EnumAliasDefined) ProtoReflect() protoreflect.Message
func (*EnumAliasDefined) Reset ¶
func (x *EnumAliasDefined) Reset()
func (*EnumAliasDefined) SetVal ¶ added in v0.8.1
func (x *EnumAliasDefined) SetVal(v TestEnumAlias)
func (*EnumAliasDefined) String ¶
func (x *EnumAliasDefined) String() string
type EnumAliasDefined_builder ¶ added in v0.8.1
type EnumAliasDefined_builder struct {
Val TestEnumAlias
// contains filtered or unexported fields
}
func (EnumAliasDefined_builder) Build ¶ added in v0.8.1
func (b0 EnumAliasDefined_builder) Build() *EnumAliasDefined
type EnumAliasIn ¶
type EnumAliasIn struct {
Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnumAlias" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumAliasIn) GetVal ¶
func (x *EnumAliasIn) GetVal() TestEnumAlias
func (*EnumAliasIn) ProtoMessage ¶
func (*EnumAliasIn) ProtoMessage()
func (*EnumAliasIn) ProtoReflect ¶
func (x *EnumAliasIn) ProtoReflect() protoreflect.Message
func (*EnumAliasIn) Reset ¶
func (x *EnumAliasIn) Reset()
func (*EnumAliasIn) SetVal ¶ added in v0.8.1
func (x *EnumAliasIn) SetVal(v TestEnumAlias)
func (*EnumAliasIn) String ¶
func (x *EnumAliasIn) String() string
type EnumAliasIn_builder ¶ added in v0.8.1
type EnumAliasIn_builder struct {
Val TestEnumAlias
// contains filtered or unexported fields
}
func (EnumAliasIn_builder) Build ¶ added in v0.8.1
func (b0 EnumAliasIn_builder) Build() *EnumAliasIn
type EnumAliasNotIn ¶
type EnumAliasNotIn struct {
Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnumAlias" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumAliasNotIn) GetVal ¶
func (x *EnumAliasNotIn) GetVal() TestEnumAlias
func (*EnumAliasNotIn) ProtoMessage ¶
func (*EnumAliasNotIn) ProtoMessage()
func (*EnumAliasNotIn) ProtoReflect ¶
func (x *EnumAliasNotIn) ProtoReflect() protoreflect.Message
func (*EnumAliasNotIn) Reset ¶
func (x *EnumAliasNotIn) Reset()
func (*EnumAliasNotIn) SetVal ¶ added in v0.8.1
func (x *EnumAliasNotIn) SetVal(v TestEnumAlias)
func (*EnumAliasNotIn) String ¶
func (x *EnumAliasNotIn) String() string
type EnumAliasNotIn_builder ¶ added in v0.8.1
type EnumAliasNotIn_builder struct {
Val TestEnumAlias
// contains filtered or unexported fields
}
func (EnumAliasNotIn_builder) Build ¶ added in v0.8.1
func (b0 EnumAliasNotIn_builder) Build() *EnumAliasNotIn
type EnumConst ¶
type EnumConst struct {
Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumConst) ProtoMessage ¶
func (*EnumConst) ProtoMessage()
func (*EnumConst) ProtoReflect ¶
func (x *EnumConst) ProtoReflect() protoreflect.Message
type EnumConst_builder ¶ added in v0.8.1
type EnumConst_builder struct {
Val TestEnum
// contains filtered or unexported fields
}
func (EnumConst_builder) Build ¶ added in v0.8.1
func (b0 EnumConst_builder) Build() *EnumConst
type EnumDefined ¶
type EnumDefined struct {
Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumDefined) GetVal ¶
func (x *EnumDefined) GetVal() TestEnum
func (*EnumDefined) ProtoMessage ¶
func (*EnumDefined) ProtoMessage()
func (*EnumDefined) ProtoReflect ¶
func (x *EnumDefined) ProtoReflect() protoreflect.Message
func (*EnumDefined) Reset ¶
func (x *EnumDefined) Reset()
func (*EnumDefined) SetVal ¶ added in v0.8.1
func (x *EnumDefined) SetVal(v TestEnum)
func (*EnumDefined) String ¶
func (x *EnumDefined) String() string
type EnumDefined_builder ¶ added in v0.8.1
type EnumDefined_builder struct {
Val TestEnum
// contains filtered or unexported fields
}
func (EnumDefined_builder) Build ¶ added in v0.8.1
func (b0 EnumDefined_builder) Build() *EnumDefined
type EnumExample ¶ added in v0.7.0
type EnumExample struct {
Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumExample) GetVal ¶ added in v0.7.0
func (x *EnumExample) GetVal() TestEnum
func (*EnumExample) ProtoMessage ¶ added in v0.7.0
func (*EnumExample) ProtoMessage()
func (*EnumExample) ProtoReflect ¶ added in v0.7.0
func (x *EnumExample) ProtoReflect() protoreflect.Message
func (*EnumExample) Reset ¶ added in v0.7.0
func (x *EnumExample) Reset()
func (*EnumExample) SetVal ¶ added in v0.8.1
func (x *EnumExample) SetVal(v TestEnum)
func (*EnumExample) String ¶ added in v0.7.0
func (x *EnumExample) String() string
type EnumExample_builder ¶ added in v0.8.1
type EnumExample_builder struct {
Val TestEnum
// contains filtered or unexported fields
}
func (EnumExample_builder) Build ¶ added in v0.8.1
func (b0 EnumExample_builder) Build() *EnumExample
type EnumExternal ¶
type EnumExternal struct {
Val other_package.Embed_Enumerated `` /* 127-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EnumExternal) GetVal ¶
func (x *EnumExternal) GetVal() other_package.Embed_Enumerated
func (*EnumExternal) ProtoMessage ¶
func (*EnumExternal) ProtoMessage()
func (*EnumExternal) ProtoReflect ¶
func (x *EnumExternal) ProtoReflect() protoreflect.Message
func (*EnumExternal) Reset ¶
func (x *EnumExternal) Reset()
func (*EnumExternal) SetVal ¶ added in v0.8.1
func (x *EnumExternal) SetVal(v other_package.Embed_Enumerated)
func (*EnumExternal) String ¶
func (x *EnumExternal) String() string
type EnumExternal2 ¶
type EnumExternal2 struct {
Val other_package.Embed_DoubleEmbed_DoubleEnumerated `` /* 145-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EnumExternal2) GetVal ¶
func (x *EnumExternal2) GetVal() other_package.Embed_DoubleEmbed_DoubleEnumerated
func (*EnumExternal2) ProtoMessage ¶
func (*EnumExternal2) ProtoMessage()
func (*EnumExternal2) ProtoReflect ¶
func (x *EnumExternal2) ProtoReflect() protoreflect.Message
func (*EnumExternal2) Reset ¶
func (x *EnumExternal2) Reset()
func (*EnumExternal2) SetVal ¶ added in v0.8.1
func (x *EnumExternal2) SetVal(v other_package.Embed_DoubleEmbed_DoubleEnumerated)
func (*EnumExternal2) String ¶
func (x *EnumExternal2) String() string
type EnumExternal2_builder ¶ added in v0.8.1
type EnumExternal2_builder struct {
Val other_package.Embed_DoubleEmbed_DoubleEnumerated
// contains filtered or unexported fields
}
func (EnumExternal2_builder) Build ¶ added in v0.8.1
func (b0 EnumExternal2_builder) Build() *EnumExternal2
type EnumExternal_builder ¶ added in v0.8.1
type EnumExternal_builder struct {
Val other_package.Embed_Enumerated
// contains filtered or unexported fields
}
func (EnumExternal_builder) Build ¶ added in v0.8.1
func (b0 EnumExternal_builder) Build() *EnumExternal
type EnumIn ¶
type EnumIn struct {
Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumIn) ProtoMessage ¶
func (*EnumIn) ProtoMessage()
func (*EnumIn) ProtoReflect ¶
func (x *EnumIn) ProtoReflect() protoreflect.Message
type EnumIn_builder ¶ added in v0.8.1
type EnumIn_builder struct {
Val TestEnum
// contains filtered or unexported fields
}
func (EnumIn_builder) Build ¶ added in v0.8.1
func (b0 EnumIn_builder) Build() *EnumIn
type EnumInsideOneof ¶
type EnumInsideOneof struct {
// Types that are valid to be assigned to Foo:
//
// *EnumInsideOneof_Val
Foo isEnumInsideOneof_Foo `protobuf_oneof:"foo"`
// Types that are valid to be assigned to Bar:
//
// *EnumInsideOneof_Val2
Bar isEnumInsideOneof_Bar `protobuf_oneof:"bar"`
// contains filtered or unexported fields
}
func (*EnumInsideOneof) ClearBar ¶ added in v0.8.1
func (x *EnumInsideOneof) ClearBar()
func (*EnumInsideOneof) ClearFoo ¶ added in v0.8.1
func (x *EnumInsideOneof) ClearFoo()
func (*EnumInsideOneof) ClearVal ¶ added in v0.8.1
func (x *EnumInsideOneof) ClearVal()
func (*EnumInsideOneof) ClearVal2 ¶ added in v0.8.1
func (x *EnumInsideOneof) ClearVal2()
func (*EnumInsideOneof) GetBar ¶
func (x *EnumInsideOneof) GetBar() isEnumInsideOneof_Bar
func (*EnumInsideOneof) GetFoo ¶
func (x *EnumInsideOneof) GetFoo() isEnumInsideOneof_Foo
func (*EnumInsideOneof) GetVal ¶
func (x *EnumInsideOneof) GetVal() TestEnum
func (*EnumInsideOneof) GetVal2 ¶
func (x *EnumInsideOneof) GetVal2() TestEnum
func (*EnumInsideOneof) HasBar ¶ added in v0.8.1
func (x *EnumInsideOneof) HasBar() bool
func (*EnumInsideOneof) HasFoo ¶ added in v0.8.1
func (x *EnumInsideOneof) HasFoo() bool
func (*EnumInsideOneof) HasVal ¶ added in v0.8.1
func (x *EnumInsideOneof) HasVal() bool
func (*EnumInsideOneof) HasVal2 ¶ added in v0.8.1
func (x *EnumInsideOneof) HasVal2() bool
func (*EnumInsideOneof) ProtoMessage ¶
func (*EnumInsideOneof) ProtoMessage()
func (*EnumInsideOneof) ProtoReflect ¶
func (x *EnumInsideOneof) ProtoReflect() protoreflect.Message
func (*EnumInsideOneof) Reset ¶
func (x *EnumInsideOneof) Reset()
func (*EnumInsideOneof) SetVal ¶ added in v0.8.1
func (x *EnumInsideOneof) SetVal(v TestEnum)
func (*EnumInsideOneof) SetVal2 ¶ added in v0.8.1
func (x *EnumInsideOneof) SetVal2(v TestEnum)
func (*EnumInsideOneof) String ¶
func (x *EnumInsideOneof) String() string
func (*EnumInsideOneof) WhichBar ¶ added in v0.8.1
func (x *EnumInsideOneof) WhichBar() case_EnumInsideOneof_Bar
func (*EnumInsideOneof) WhichFoo ¶ added in v0.8.1
func (x *EnumInsideOneof) WhichFoo() case_EnumInsideOneof_Foo
type EnumInsideOneof_Val ¶
type EnumInsideOneof_Val struct {
Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum,oneof"`
}
type EnumInsideOneof_Val2 ¶
type EnumInsideOneof_Val2 struct {
Val2 TestEnum `protobuf:"varint,2,opt,name=val2,proto3,enum=buf.validate.conformance.cases.TestEnum,oneof"`
}
type EnumInsideOneof_builder ¶ added in v0.8.1
type EnumInsideOneof_builder struct {
// Fields of oneof Foo:
Val *TestEnum
// -- end of Foo
// Fields of oneof Bar:
Val2 *TestEnum
// contains filtered or unexported fields
}
func (EnumInsideOneof_builder) Build ¶ added in v0.8.1
func (b0 EnumInsideOneof_builder) Build() *EnumInsideOneof
type EnumNone ¶
type EnumNone struct {
Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumNone) ProtoMessage ¶
func (*EnumNone) ProtoMessage()
func (*EnumNone) ProtoReflect ¶
func (x *EnumNone) ProtoReflect() protoreflect.Message
type EnumNone_builder ¶ added in v0.8.1
type EnumNone_builder struct {
Val TestEnum
// contains filtered or unexported fields
}
func (EnumNone_builder) Build ¶ added in v0.8.1
func (b0 EnumNone_builder) Build() *EnumNone
type EnumNotIn ¶
type EnumNotIn struct {
Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*EnumNotIn) ProtoMessage ¶
func (*EnumNotIn) ProtoMessage()
func (*EnumNotIn) ProtoReflect ¶
func (x *EnumNotIn) ProtoReflect() protoreflect.Message
type EnumNotIn_builder ¶ added in v0.8.1
type EnumNotIn_builder struct {
Val TestEnum
// contains filtered or unexported fields
}
func (EnumNotIn_builder) Build ¶ added in v0.8.1
func (b0 EnumNotIn_builder) Build() *EnumNotIn
type Fixed32Const ¶
type Fixed32Const struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32Const) GetVal ¶
func (x *Fixed32Const) GetVal() uint32
func (*Fixed32Const) ProtoMessage ¶
func (*Fixed32Const) ProtoMessage()
func (*Fixed32Const) ProtoReflect ¶
func (x *Fixed32Const) ProtoReflect() protoreflect.Message
func (*Fixed32Const) Reset ¶
func (x *Fixed32Const) Reset()
func (*Fixed32Const) SetVal ¶ added in v0.8.1
func (x *Fixed32Const) SetVal(v uint32)
func (*Fixed32Const) String ¶
func (x *Fixed32Const) String() string
type Fixed32Const_builder ¶ added in v0.8.1
type Fixed32Const_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32Const_builder) Build ¶ added in v0.8.1
func (b0 Fixed32Const_builder) Build() *Fixed32Const
type Fixed32ExGTELTE ¶
type Fixed32ExGTELTE struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32ExGTELTE) GetVal ¶
func (x *Fixed32ExGTELTE) GetVal() uint32
func (*Fixed32ExGTELTE) ProtoMessage ¶
func (*Fixed32ExGTELTE) ProtoMessage()
func (*Fixed32ExGTELTE) ProtoReflect ¶
func (x *Fixed32ExGTELTE) ProtoReflect() protoreflect.Message
func (*Fixed32ExGTELTE) Reset ¶
func (x *Fixed32ExGTELTE) Reset()
func (*Fixed32ExGTELTE) SetVal ¶ added in v0.8.1
func (x *Fixed32ExGTELTE) SetVal(v uint32)
func (*Fixed32ExGTELTE) String ¶
func (x *Fixed32ExGTELTE) String() string
type Fixed32ExGTELTE_builder ¶ added in v0.8.1
type Fixed32ExGTELTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed32ExGTELTE_builder) Build() *Fixed32ExGTELTE
type Fixed32ExLTGT ¶
type Fixed32ExLTGT struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32ExLTGT) GetVal ¶
func (x *Fixed32ExLTGT) GetVal() uint32
func (*Fixed32ExLTGT) ProtoMessage ¶
func (*Fixed32ExLTGT) ProtoMessage()
func (*Fixed32ExLTGT) ProtoReflect ¶
func (x *Fixed32ExLTGT) ProtoReflect() protoreflect.Message
func (*Fixed32ExLTGT) Reset ¶
func (x *Fixed32ExLTGT) Reset()
func (*Fixed32ExLTGT) SetVal ¶ added in v0.8.1
func (x *Fixed32ExLTGT) SetVal(v uint32)
func (*Fixed32ExLTGT) String ¶
func (x *Fixed32ExLTGT) String() string
type Fixed32ExLTGT_builder ¶ added in v0.8.1
type Fixed32ExLTGT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 Fixed32ExLTGT_builder) Build() *Fixed32ExLTGT
type Fixed32Example ¶ added in v0.7.0
type Fixed32Example struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32Example) GetVal ¶ added in v0.7.0
func (x *Fixed32Example) GetVal() uint32
func (*Fixed32Example) ProtoMessage ¶ added in v0.7.0
func (*Fixed32Example) ProtoMessage()
func (*Fixed32Example) ProtoReflect ¶ added in v0.7.0
func (x *Fixed32Example) ProtoReflect() protoreflect.Message
func (*Fixed32Example) Reset ¶ added in v0.7.0
func (x *Fixed32Example) Reset()
func (*Fixed32Example) SetVal ¶ added in v0.8.1
func (x *Fixed32Example) SetVal(v uint32)
func (*Fixed32Example) String ¶ added in v0.7.0
func (x *Fixed32Example) String() string
type Fixed32Example_builder ¶ added in v0.8.1
type Fixed32Example_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32Example_builder) Build ¶ added in v0.8.1
func (b0 Fixed32Example_builder) Build() *Fixed32Example
type Fixed32GT ¶
type Fixed32GT struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32GT) ProtoMessage ¶
func (*Fixed32GT) ProtoMessage()
func (*Fixed32GT) ProtoReflect ¶
func (x *Fixed32GT) ProtoReflect() protoreflect.Message
type Fixed32GTE ¶
type Fixed32GTE struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32GTE) GetVal ¶
func (x *Fixed32GTE) GetVal() uint32
func (*Fixed32GTE) ProtoMessage ¶
func (*Fixed32GTE) ProtoMessage()
func (*Fixed32GTE) ProtoReflect ¶
func (x *Fixed32GTE) ProtoReflect() protoreflect.Message
func (*Fixed32GTE) Reset ¶
func (x *Fixed32GTE) Reset()
func (*Fixed32GTE) SetVal ¶ added in v0.8.1
func (x *Fixed32GTE) SetVal(v uint32)
func (*Fixed32GTE) String ¶
func (x *Fixed32GTE) String() string
type Fixed32GTELTE ¶
type Fixed32GTELTE struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32GTELTE) GetVal ¶
func (x *Fixed32GTELTE) GetVal() uint32
func (*Fixed32GTELTE) ProtoMessage ¶
func (*Fixed32GTELTE) ProtoMessage()
func (*Fixed32GTELTE) ProtoReflect ¶
func (x *Fixed32GTELTE) ProtoReflect() protoreflect.Message
func (*Fixed32GTELTE) Reset ¶
func (x *Fixed32GTELTE) Reset()
func (*Fixed32GTELTE) SetVal ¶ added in v0.8.1
func (x *Fixed32GTELTE) SetVal(v uint32)
func (*Fixed32GTELTE) String ¶
func (x *Fixed32GTELTE) String() string
type Fixed32GTELTE_builder ¶ added in v0.8.1
type Fixed32GTELTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32GTELTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed32GTELTE_builder) Build() *Fixed32GTELTE
type Fixed32GTE_builder ¶ added in v0.8.1
type Fixed32GTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32GTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed32GTE_builder) Build() *Fixed32GTE
type Fixed32GTLT ¶
type Fixed32GTLT struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32GTLT) GetVal ¶
func (x *Fixed32GTLT) GetVal() uint32
func (*Fixed32GTLT) ProtoMessage ¶
func (*Fixed32GTLT) ProtoMessage()
func (*Fixed32GTLT) ProtoReflect ¶
func (x *Fixed32GTLT) ProtoReflect() protoreflect.Message
func (*Fixed32GTLT) Reset ¶
func (x *Fixed32GTLT) Reset()
func (*Fixed32GTLT) SetVal ¶ added in v0.8.1
func (x *Fixed32GTLT) SetVal(v uint32)
func (*Fixed32GTLT) String ¶
func (x *Fixed32GTLT) String() string
type Fixed32GTLT_builder ¶ added in v0.8.1
type Fixed32GTLT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32GTLT_builder) Build ¶ added in v0.8.1
func (b0 Fixed32GTLT_builder) Build() *Fixed32GTLT
type Fixed32GT_builder ¶ added in v0.8.1
type Fixed32GT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32GT_builder) Build ¶ added in v0.8.1
func (b0 Fixed32GT_builder) Build() *Fixed32GT
type Fixed32Ignore ¶
type Fixed32Ignore struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32Ignore) GetVal ¶
func (x *Fixed32Ignore) GetVal() uint32
func (*Fixed32Ignore) ProtoMessage ¶
func (*Fixed32Ignore) ProtoMessage()
func (*Fixed32Ignore) ProtoReflect ¶
func (x *Fixed32Ignore) ProtoReflect() protoreflect.Message
func (*Fixed32Ignore) Reset ¶
func (x *Fixed32Ignore) Reset()
func (*Fixed32Ignore) SetVal ¶ added in v0.8.1
func (x *Fixed32Ignore) SetVal(v uint32)
func (*Fixed32Ignore) String ¶
func (x *Fixed32Ignore) String() string
type Fixed32Ignore_builder ¶ added in v0.8.1
type Fixed32Ignore_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32Ignore_builder) Build ¶ added in v0.8.1
func (b0 Fixed32Ignore_builder) Build() *Fixed32Ignore
type Fixed32In ¶
type Fixed32In struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32In) ProtoMessage ¶
func (*Fixed32In) ProtoMessage()
func (*Fixed32In) ProtoReflect ¶
func (x *Fixed32In) ProtoReflect() protoreflect.Message
type Fixed32In_builder ¶ added in v0.8.1
type Fixed32In_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32In_builder) Build ¶ added in v0.8.1
func (b0 Fixed32In_builder) Build() *Fixed32In
type Fixed32IncorrectType ¶
type Fixed32IncorrectType struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32IncorrectType) GetVal ¶
func (x *Fixed32IncorrectType) GetVal() uint32
func (*Fixed32IncorrectType) ProtoMessage ¶
func (*Fixed32IncorrectType) ProtoMessage()
func (*Fixed32IncorrectType) ProtoReflect ¶
func (x *Fixed32IncorrectType) ProtoReflect() protoreflect.Message
func (*Fixed32IncorrectType) Reset ¶
func (x *Fixed32IncorrectType) Reset()
func (*Fixed32IncorrectType) SetVal ¶ added in v0.8.1
func (x *Fixed32IncorrectType) SetVal(v uint32)
func (*Fixed32IncorrectType) String ¶
func (x *Fixed32IncorrectType) String() string
type Fixed32IncorrectType_builder ¶ added in v0.8.1
type Fixed32IncorrectType_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 Fixed32IncorrectType_builder) Build() *Fixed32IncorrectType
type Fixed32LT ¶
type Fixed32LT struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32LT) ProtoMessage ¶
func (*Fixed32LT) ProtoMessage()
func (*Fixed32LT) ProtoReflect ¶
func (x *Fixed32LT) ProtoReflect() protoreflect.Message
type Fixed32LTE ¶
type Fixed32LTE struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32LTE) GetVal ¶
func (x *Fixed32LTE) GetVal() uint32
func (*Fixed32LTE) ProtoMessage ¶
func (*Fixed32LTE) ProtoMessage()
func (*Fixed32LTE) ProtoReflect ¶
func (x *Fixed32LTE) ProtoReflect() protoreflect.Message
func (*Fixed32LTE) Reset ¶
func (x *Fixed32LTE) Reset()
func (*Fixed32LTE) SetVal ¶ added in v0.8.1
func (x *Fixed32LTE) SetVal(v uint32)
func (*Fixed32LTE) String ¶
func (x *Fixed32LTE) String() string
type Fixed32LTE_builder ¶ added in v0.8.1
type Fixed32LTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32LTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed32LTE_builder) Build() *Fixed32LTE
type Fixed32LT_builder ¶ added in v0.8.1
type Fixed32LT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32LT_builder) Build ¶ added in v0.8.1
func (b0 Fixed32LT_builder) Build() *Fixed32LT
type Fixed32None ¶
type Fixed32None struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32None) GetVal ¶
func (x *Fixed32None) GetVal() uint32
func (*Fixed32None) ProtoMessage ¶
func (*Fixed32None) ProtoMessage()
func (*Fixed32None) ProtoReflect ¶
func (x *Fixed32None) ProtoReflect() protoreflect.Message
func (*Fixed32None) Reset ¶
func (x *Fixed32None) Reset()
func (*Fixed32None) SetVal ¶ added in v0.8.1
func (x *Fixed32None) SetVal(v uint32)
func (*Fixed32None) String ¶
func (x *Fixed32None) String() string
type Fixed32None_builder ¶ added in v0.8.1
type Fixed32None_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32None_builder) Build ¶ added in v0.8.1
func (b0 Fixed32None_builder) Build() *Fixed32None
type Fixed32NotIn ¶
type Fixed32NotIn struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed32NotIn) GetVal ¶
func (x *Fixed32NotIn) GetVal() uint32
func (*Fixed32NotIn) ProtoMessage ¶
func (*Fixed32NotIn) ProtoMessage()
func (*Fixed32NotIn) ProtoReflect ¶
func (x *Fixed32NotIn) ProtoReflect() protoreflect.Message
func (*Fixed32NotIn) Reset ¶
func (x *Fixed32NotIn) Reset()
func (*Fixed32NotIn) SetVal ¶ added in v0.8.1
func (x *Fixed32NotIn) SetVal(v uint32)
func (*Fixed32NotIn) String ¶
func (x *Fixed32NotIn) String() string
type Fixed32NotIn_builder ¶ added in v0.8.1
type Fixed32NotIn_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (Fixed32NotIn_builder) Build ¶ added in v0.8.1
func (b0 Fixed32NotIn_builder) Build() *Fixed32NotIn
type Fixed64Const ¶
type Fixed64Const struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64Const) GetVal ¶
func (x *Fixed64Const) GetVal() uint64
func (*Fixed64Const) ProtoMessage ¶
func (*Fixed64Const) ProtoMessage()
func (*Fixed64Const) ProtoReflect ¶
func (x *Fixed64Const) ProtoReflect() protoreflect.Message
func (*Fixed64Const) Reset ¶
func (x *Fixed64Const) Reset()
func (*Fixed64Const) SetVal ¶ added in v0.8.1
func (x *Fixed64Const) SetVal(v uint64)
func (*Fixed64Const) String ¶
func (x *Fixed64Const) String() string
type Fixed64Const_builder ¶ added in v0.8.1
type Fixed64Const_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64Const_builder) Build ¶ added in v0.8.1
func (b0 Fixed64Const_builder) Build() *Fixed64Const
type Fixed64ExGTELTE ¶
type Fixed64ExGTELTE struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64ExGTELTE) GetVal ¶
func (x *Fixed64ExGTELTE) GetVal() uint64
func (*Fixed64ExGTELTE) ProtoMessage ¶
func (*Fixed64ExGTELTE) ProtoMessage()
func (*Fixed64ExGTELTE) ProtoReflect ¶
func (x *Fixed64ExGTELTE) ProtoReflect() protoreflect.Message
func (*Fixed64ExGTELTE) Reset ¶
func (x *Fixed64ExGTELTE) Reset()
func (*Fixed64ExGTELTE) SetVal ¶ added in v0.8.1
func (x *Fixed64ExGTELTE) SetVal(v uint64)
func (*Fixed64ExGTELTE) String ¶
func (x *Fixed64ExGTELTE) String() string
type Fixed64ExGTELTE_builder ¶ added in v0.8.1
type Fixed64ExGTELTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed64ExGTELTE_builder) Build() *Fixed64ExGTELTE
type Fixed64ExLTGT ¶
type Fixed64ExLTGT struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64ExLTGT) GetVal ¶
func (x *Fixed64ExLTGT) GetVal() uint64
func (*Fixed64ExLTGT) ProtoMessage ¶
func (*Fixed64ExLTGT) ProtoMessage()
func (*Fixed64ExLTGT) ProtoReflect ¶
func (x *Fixed64ExLTGT) ProtoReflect() protoreflect.Message
func (*Fixed64ExLTGT) Reset ¶
func (x *Fixed64ExLTGT) Reset()
func (*Fixed64ExLTGT) SetVal ¶ added in v0.8.1
func (x *Fixed64ExLTGT) SetVal(v uint64)
func (*Fixed64ExLTGT) String ¶
func (x *Fixed64ExLTGT) String() string
type Fixed64ExLTGT_builder ¶ added in v0.8.1
type Fixed64ExLTGT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 Fixed64ExLTGT_builder) Build() *Fixed64ExLTGT
type Fixed64Example ¶ added in v0.7.0
type Fixed64Example struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64Example) GetVal ¶ added in v0.7.0
func (x *Fixed64Example) GetVal() uint64
func (*Fixed64Example) ProtoMessage ¶ added in v0.7.0
func (*Fixed64Example) ProtoMessage()
func (*Fixed64Example) ProtoReflect ¶ added in v0.7.0
func (x *Fixed64Example) ProtoReflect() protoreflect.Message
func (*Fixed64Example) Reset ¶ added in v0.7.0
func (x *Fixed64Example) Reset()
func (*Fixed64Example) SetVal ¶ added in v0.8.1
func (x *Fixed64Example) SetVal(v uint64)
func (*Fixed64Example) String ¶ added in v0.7.0
func (x *Fixed64Example) String() string
type Fixed64Example_builder ¶ added in v0.8.1
type Fixed64Example_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64Example_builder) Build ¶ added in v0.8.1
func (b0 Fixed64Example_builder) Build() *Fixed64Example
type Fixed64GT ¶
type Fixed64GT struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64GT) ProtoMessage ¶
func (*Fixed64GT) ProtoMessage()
func (*Fixed64GT) ProtoReflect ¶
func (x *Fixed64GT) ProtoReflect() protoreflect.Message
type Fixed64GTE ¶
type Fixed64GTE struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64GTE) GetVal ¶
func (x *Fixed64GTE) GetVal() uint64
func (*Fixed64GTE) ProtoMessage ¶
func (*Fixed64GTE) ProtoMessage()
func (*Fixed64GTE) ProtoReflect ¶
func (x *Fixed64GTE) ProtoReflect() protoreflect.Message
func (*Fixed64GTE) Reset ¶
func (x *Fixed64GTE) Reset()
func (*Fixed64GTE) SetVal ¶ added in v0.8.1
func (x *Fixed64GTE) SetVal(v uint64)
func (*Fixed64GTE) String ¶
func (x *Fixed64GTE) String() string
type Fixed64GTELTE ¶
type Fixed64GTELTE struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64GTELTE) GetVal ¶
func (x *Fixed64GTELTE) GetVal() uint64
func (*Fixed64GTELTE) ProtoMessage ¶
func (*Fixed64GTELTE) ProtoMessage()
func (*Fixed64GTELTE) ProtoReflect ¶
func (x *Fixed64GTELTE) ProtoReflect() protoreflect.Message
func (*Fixed64GTELTE) Reset ¶
func (x *Fixed64GTELTE) Reset()
func (*Fixed64GTELTE) SetVal ¶ added in v0.8.1
func (x *Fixed64GTELTE) SetVal(v uint64)
func (*Fixed64GTELTE) String ¶
func (x *Fixed64GTELTE) String() string
type Fixed64GTELTE_builder ¶ added in v0.8.1
type Fixed64GTELTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64GTELTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed64GTELTE_builder) Build() *Fixed64GTELTE
type Fixed64GTE_builder ¶ added in v0.8.1
type Fixed64GTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64GTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed64GTE_builder) Build() *Fixed64GTE
type Fixed64GTLT ¶
type Fixed64GTLT struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64GTLT) GetVal ¶
func (x *Fixed64GTLT) GetVal() uint64
func (*Fixed64GTLT) ProtoMessage ¶
func (*Fixed64GTLT) ProtoMessage()
func (*Fixed64GTLT) ProtoReflect ¶
func (x *Fixed64GTLT) ProtoReflect() protoreflect.Message
func (*Fixed64GTLT) Reset ¶
func (x *Fixed64GTLT) Reset()
func (*Fixed64GTLT) SetVal ¶ added in v0.8.1
func (x *Fixed64GTLT) SetVal(v uint64)
func (*Fixed64GTLT) String ¶
func (x *Fixed64GTLT) String() string
type Fixed64GTLT_builder ¶ added in v0.8.1
type Fixed64GTLT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64GTLT_builder) Build ¶ added in v0.8.1
func (b0 Fixed64GTLT_builder) Build() *Fixed64GTLT
type Fixed64GT_builder ¶ added in v0.8.1
type Fixed64GT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64GT_builder) Build ¶ added in v0.8.1
func (b0 Fixed64GT_builder) Build() *Fixed64GT
type Fixed64Ignore ¶
type Fixed64Ignore struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64Ignore) GetVal ¶
func (x *Fixed64Ignore) GetVal() uint64
func (*Fixed64Ignore) ProtoMessage ¶
func (*Fixed64Ignore) ProtoMessage()
func (*Fixed64Ignore) ProtoReflect ¶
func (x *Fixed64Ignore) ProtoReflect() protoreflect.Message
func (*Fixed64Ignore) Reset ¶
func (x *Fixed64Ignore) Reset()
func (*Fixed64Ignore) SetVal ¶ added in v0.8.1
func (x *Fixed64Ignore) SetVal(v uint64)
func (*Fixed64Ignore) String ¶
func (x *Fixed64Ignore) String() string
type Fixed64Ignore_builder ¶ added in v0.8.1
type Fixed64Ignore_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64Ignore_builder) Build ¶ added in v0.8.1
func (b0 Fixed64Ignore_builder) Build() *Fixed64Ignore
type Fixed64In ¶
type Fixed64In struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64In) ProtoMessage ¶
func (*Fixed64In) ProtoMessage()
func (*Fixed64In) ProtoReflect ¶
func (x *Fixed64In) ProtoReflect() protoreflect.Message
type Fixed64In_builder ¶ added in v0.8.1
type Fixed64In_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64In_builder) Build ¶ added in v0.8.1
func (b0 Fixed64In_builder) Build() *Fixed64In
type Fixed64IncorrectType ¶
type Fixed64IncorrectType struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64IncorrectType) GetVal ¶
func (x *Fixed64IncorrectType) GetVal() uint64
func (*Fixed64IncorrectType) ProtoMessage ¶
func (*Fixed64IncorrectType) ProtoMessage()
func (*Fixed64IncorrectType) ProtoReflect ¶
func (x *Fixed64IncorrectType) ProtoReflect() protoreflect.Message
func (*Fixed64IncorrectType) Reset ¶
func (x *Fixed64IncorrectType) Reset()
func (*Fixed64IncorrectType) SetVal ¶ added in v0.8.1
func (x *Fixed64IncorrectType) SetVal(v uint64)
func (*Fixed64IncorrectType) String ¶
func (x *Fixed64IncorrectType) String() string
type Fixed64IncorrectType_builder ¶ added in v0.8.1
type Fixed64IncorrectType_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 Fixed64IncorrectType_builder) Build() *Fixed64IncorrectType
type Fixed64LT ¶
type Fixed64LT struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64LT) ProtoMessage ¶
func (*Fixed64LT) ProtoMessage()
func (*Fixed64LT) ProtoReflect ¶
func (x *Fixed64LT) ProtoReflect() protoreflect.Message
type Fixed64LTE ¶
type Fixed64LTE struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64LTE) GetVal ¶
func (x *Fixed64LTE) GetVal() uint64
func (*Fixed64LTE) ProtoMessage ¶
func (*Fixed64LTE) ProtoMessage()
func (*Fixed64LTE) ProtoReflect ¶
func (x *Fixed64LTE) ProtoReflect() protoreflect.Message
func (*Fixed64LTE) Reset ¶
func (x *Fixed64LTE) Reset()
func (*Fixed64LTE) SetVal ¶ added in v0.8.1
func (x *Fixed64LTE) SetVal(v uint64)
func (*Fixed64LTE) String ¶
func (x *Fixed64LTE) String() string
type Fixed64LTE_builder ¶ added in v0.8.1
type Fixed64LTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64LTE_builder) Build ¶ added in v0.8.1
func (b0 Fixed64LTE_builder) Build() *Fixed64LTE
type Fixed64LT_builder ¶ added in v0.8.1
type Fixed64LT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64LT_builder) Build ¶ added in v0.8.1
func (b0 Fixed64LT_builder) Build() *Fixed64LT
type Fixed64None ¶
type Fixed64None struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64None) GetVal ¶
func (x *Fixed64None) GetVal() uint64
func (*Fixed64None) ProtoMessage ¶
func (*Fixed64None) ProtoMessage()
func (*Fixed64None) ProtoReflect ¶
func (x *Fixed64None) ProtoReflect() protoreflect.Message
func (*Fixed64None) Reset ¶
func (x *Fixed64None) Reset()
func (*Fixed64None) SetVal ¶ added in v0.8.1
func (x *Fixed64None) SetVal(v uint64)
func (*Fixed64None) String ¶
func (x *Fixed64None) String() string
type Fixed64None_builder ¶ added in v0.8.1
type Fixed64None_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64None_builder) Build ¶ added in v0.8.1
func (b0 Fixed64None_builder) Build() *Fixed64None
type Fixed64NotIn ¶
type Fixed64NotIn struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Fixed64NotIn) GetVal ¶
func (x *Fixed64NotIn) GetVal() uint64
func (*Fixed64NotIn) ProtoMessage ¶
func (*Fixed64NotIn) ProtoMessage()
func (*Fixed64NotIn) ProtoReflect ¶
func (x *Fixed64NotIn) ProtoReflect() protoreflect.Message
func (*Fixed64NotIn) Reset ¶
func (x *Fixed64NotIn) Reset()
func (*Fixed64NotIn) SetVal ¶ added in v0.8.1
func (x *Fixed64NotIn) SetVal(v uint64)
func (*Fixed64NotIn) String ¶
func (x *Fixed64NotIn) String() string
type Fixed64NotIn_builder ¶ added in v0.8.1
type Fixed64NotIn_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (Fixed64NotIn_builder) Build ¶ added in v0.8.1
func (b0 Fixed64NotIn_builder) Build() *Fixed64NotIn
type FloatConst ¶
type FloatConst struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatConst) GetVal ¶
func (x *FloatConst) GetVal() float32
func (*FloatConst) ProtoMessage ¶
func (*FloatConst) ProtoMessage()
func (*FloatConst) ProtoReflect ¶
func (x *FloatConst) ProtoReflect() protoreflect.Message
func (*FloatConst) Reset ¶
func (x *FloatConst) Reset()
func (*FloatConst) SetVal ¶ added in v0.8.1
func (x *FloatConst) SetVal(v float32)
func (*FloatConst) String ¶
func (x *FloatConst) String() string
type FloatConst_builder ¶ added in v0.8.1
type FloatConst_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatConst_builder) Build ¶ added in v0.8.1
func (b0 FloatConst_builder) Build() *FloatConst
type FloatExGTELTE ¶
type FloatExGTELTE struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatExGTELTE) GetVal ¶
func (x *FloatExGTELTE) GetVal() float32
func (*FloatExGTELTE) ProtoMessage ¶
func (*FloatExGTELTE) ProtoMessage()
func (*FloatExGTELTE) ProtoReflect ¶
func (x *FloatExGTELTE) ProtoReflect() protoreflect.Message
func (*FloatExGTELTE) Reset ¶
func (x *FloatExGTELTE) Reset()
func (*FloatExGTELTE) SetVal ¶ added in v0.8.1
func (x *FloatExGTELTE) SetVal(v float32)
func (*FloatExGTELTE) String ¶
func (x *FloatExGTELTE) String() string
type FloatExGTELTE_builder ¶ added in v0.8.1
type FloatExGTELTE_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 FloatExGTELTE_builder) Build() *FloatExGTELTE
type FloatExLTGT ¶
type FloatExLTGT struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatExLTGT) GetVal ¶
func (x *FloatExLTGT) GetVal() float32
func (*FloatExLTGT) ProtoMessage ¶
func (*FloatExLTGT) ProtoMessage()
func (*FloatExLTGT) ProtoReflect ¶
func (x *FloatExLTGT) ProtoReflect() protoreflect.Message
func (*FloatExLTGT) Reset ¶
func (x *FloatExLTGT) Reset()
func (*FloatExLTGT) SetVal ¶ added in v0.8.1
func (x *FloatExLTGT) SetVal(v float32)
func (*FloatExLTGT) String ¶
func (x *FloatExLTGT) String() string
type FloatExLTGT_builder ¶ added in v0.8.1
type FloatExLTGT_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatExLTGT_builder) Build ¶ added in v0.8.1
func (b0 FloatExLTGT_builder) Build() *FloatExLTGT
type FloatExample ¶ added in v0.7.0
type FloatExample struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatExample) GetVal ¶ added in v0.7.0
func (x *FloatExample) GetVal() float32
func (*FloatExample) ProtoMessage ¶ added in v0.7.0
func (*FloatExample) ProtoMessage()
func (*FloatExample) ProtoReflect ¶ added in v0.7.0
func (x *FloatExample) ProtoReflect() protoreflect.Message
func (*FloatExample) Reset ¶ added in v0.7.0
func (x *FloatExample) Reset()
func (*FloatExample) SetVal ¶ added in v0.8.1
func (x *FloatExample) SetVal(v float32)
func (*FloatExample) String ¶ added in v0.7.0
func (x *FloatExample) String() string
type FloatExample_builder ¶ added in v0.8.1
type FloatExample_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatExample_builder) Build ¶ added in v0.8.1
func (b0 FloatExample_builder) Build() *FloatExample
type FloatFinite ¶ added in v0.2.1
type FloatFinite struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatFinite) GetVal ¶ added in v0.2.1
func (x *FloatFinite) GetVal() float32
func (*FloatFinite) ProtoMessage ¶ added in v0.2.1
func (*FloatFinite) ProtoMessage()
func (*FloatFinite) ProtoReflect ¶ added in v0.2.1
func (x *FloatFinite) ProtoReflect() protoreflect.Message
func (*FloatFinite) Reset ¶ added in v0.2.1
func (x *FloatFinite) Reset()
func (*FloatFinite) SetVal ¶ added in v0.8.1
func (x *FloatFinite) SetVal(v float32)
func (*FloatFinite) String ¶ added in v0.2.1
func (x *FloatFinite) String() string
type FloatFinite_builder ¶ added in v0.8.1
type FloatFinite_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatFinite_builder) Build ¶ added in v0.8.1
func (b0 FloatFinite_builder) Build() *FloatFinite
type FloatGT ¶
type FloatGT struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatGT) ProtoMessage ¶
func (*FloatGT) ProtoMessage()
func (*FloatGT) ProtoReflect ¶
func (x *FloatGT) ProtoReflect() protoreflect.Message
type FloatGTE ¶
type FloatGTE struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatGTE) ProtoMessage ¶
func (*FloatGTE) ProtoMessage()
func (*FloatGTE) ProtoReflect ¶
func (x *FloatGTE) ProtoReflect() protoreflect.Message
type FloatGTELTE ¶
type FloatGTELTE struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatGTELTE) GetVal ¶
func (x *FloatGTELTE) GetVal() float32
func (*FloatGTELTE) ProtoMessage ¶
func (*FloatGTELTE) ProtoMessage()
func (*FloatGTELTE) ProtoReflect ¶
func (x *FloatGTELTE) ProtoReflect() protoreflect.Message
func (*FloatGTELTE) Reset ¶
func (x *FloatGTELTE) Reset()
func (*FloatGTELTE) SetVal ¶ added in v0.8.1
func (x *FloatGTELTE) SetVal(v float32)
func (*FloatGTELTE) String ¶
func (x *FloatGTELTE) String() string
type FloatGTELTE_builder ¶ added in v0.8.1
type FloatGTELTE_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatGTELTE_builder) Build ¶ added in v0.8.1
func (b0 FloatGTELTE_builder) Build() *FloatGTELTE
type FloatGTE_builder ¶ added in v0.8.1
type FloatGTE_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatGTE_builder) Build ¶ added in v0.8.1
func (b0 FloatGTE_builder) Build() *FloatGTE
type FloatGTLT ¶
type FloatGTLT struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatGTLT) ProtoMessage ¶
func (*FloatGTLT) ProtoMessage()
func (*FloatGTLT) ProtoReflect ¶
func (x *FloatGTLT) ProtoReflect() protoreflect.Message
type FloatGTLT_builder ¶ added in v0.8.1
type FloatGTLT_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatGTLT_builder) Build ¶ added in v0.8.1
func (b0 FloatGTLT_builder) Build() *FloatGTLT
type FloatGT_builder ¶ added in v0.8.1
type FloatGT_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatGT_builder) Build ¶ added in v0.8.1
func (b0 FloatGT_builder) Build() *FloatGT
type FloatIgnore ¶
type FloatIgnore struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatIgnore) GetVal ¶
func (x *FloatIgnore) GetVal() float32
func (*FloatIgnore) ProtoMessage ¶
func (*FloatIgnore) ProtoMessage()
func (*FloatIgnore) ProtoReflect ¶
func (x *FloatIgnore) ProtoReflect() protoreflect.Message
func (*FloatIgnore) Reset ¶
func (x *FloatIgnore) Reset()
func (*FloatIgnore) SetVal ¶ added in v0.8.1
func (x *FloatIgnore) SetVal(v float32)
func (*FloatIgnore) String ¶
func (x *FloatIgnore) String() string
type FloatIgnore_builder ¶ added in v0.8.1
type FloatIgnore_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatIgnore_builder) Build ¶ added in v0.8.1
func (b0 FloatIgnore_builder) Build() *FloatIgnore
type FloatIn ¶
type FloatIn struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatIn) ProtoMessage ¶
func (*FloatIn) ProtoMessage()
func (*FloatIn) ProtoReflect ¶
func (x *FloatIn) ProtoReflect() protoreflect.Message
type FloatIn_builder ¶ added in v0.8.1
type FloatIn_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatIn_builder) Build ¶ added in v0.8.1
func (b0 FloatIn_builder) Build() *FloatIn
type FloatIncorrectType ¶
type FloatIncorrectType struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatIncorrectType) GetVal ¶
func (x *FloatIncorrectType) GetVal() float32
func (*FloatIncorrectType) ProtoMessage ¶
func (*FloatIncorrectType) ProtoMessage()
func (*FloatIncorrectType) ProtoReflect ¶
func (x *FloatIncorrectType) ProtoReflect() protoreflect.Message
func (*FloatIncorrectType) Reset ¶
func (x *FloatIncorrectType) Reset()
func (*FloatIncorrectType) SetVal ¶ added in v0.8.1
func (x *FloatIncorrectType) SetVal(v float32)
func (*FloatIncorrectType) String ¶
func (x *FloatIncorrectType) String() string
type FloatIncorrectType_builder ¶ added in v0.8.1
type FloatIncorrectType_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatIncorrectType_builder) Build ¶ added in v0.8.1
func (b0 FloatIncorrectType_builder) Build() *FloatIncorrectType
type FloatLT ¶
type FloatLT struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatLT) ProtoMessage ¶
func (*FloatLT) ProtoMessage()
func (*FloatLT) ProtoReflect ¶
func (x *FloatLT) ProtoReflect() protoreflect.Message
type FloatLTE ¶
type FloatLTE struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatLTE) ProtoMessage ¶
func (*FloatLTE) ProtoMessage()
func (*FloatLTE) ProtoReflect ¶
func (x *FloatLTE) ProtoReflect() protoreflect.Message
type FloatLTE_builder ¶ added in v0.8.1
type FloatLTE_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatLTE_builder) Build ¶ added in v0.8.1
func (b0 FloatLTE_builder) Build() *FloatLTE
type FloatLT_builder ¶ added in v0.8.1
type FloatLT_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatLT_builder) Build ¶ added in v0.8.1
func (b0 FloatLT_builder) Build() *FloatLT
type FloatNone ¶
type FloatNone struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatNone) ProtoMessage ¶
func (*FloatNone) ProtoMessage()
func (*FloatNone) ProtoReflect ¶
func (x *FloatNone) ProtoReflect() protoreflect.Message
type FloatNone_builder ¶ added in v0.8.1
type FloatNone_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatNone_builder) Build ¶ added in v0.8.1
func (b0 FloatNone_builder) Build() *FloatNone
type FloatNotFinite ¶ added in v0.7.0
type FloatNotFinite struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatNotFinite) GetVal ¶ added in v0.7.0
func (x *FloatNotFinite) GetVal() float32
func (*FloatNotFinite) ProtoMessage ¶ added in v0.7.0
func (*FloatNotFinite) ProtoMessage()
func (*FloatNotFinite) ProtoReflect ¶ added in v0.7.0
func (x *FloatNotFinite) ProtoReflect() protoreflect.Message
func (*FloatNotFinite) Reset ¶ added in v0.7.0
func (x *FloatNotFinite) Reset()
func (*FloatNotFinite) SetVal ¶ added in v0.8.1
func (x *FloatNotFinite) SetVal(v float32)
func (*FloatNotFinite) String ¶ added in v0.7.0
func (x *FloatNotFinite) String() string
type FloatNotFinite_builder ¶ added in v0.8.1
type FloatNotFinite_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatNotFinite_builder) Build ¶ added in v0.8.1
func (b0 FloatNotFinite_builder) Build() *FloatNotFinite
type FloatNotIn ¶
type FloatNotIn struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*FloatNotIn) GetVal ¶
func (x *FloatNotIn) GetVal() float32
func (*FloatNotIn) ProtoMessage ¶
func (*FloatNotIn) ProtoMessage()
func (*FloatNotIn) ProtoReflect ¶
func (x *FloatNotIn) ProtoReflect() protoreflect.Message
func (*FloatNotIn) Reset ¶
func (x *FloatNotIn) Reset()
func (*FloatNotIn) SetVal ¶ added in v0.8.1
func (x *FloatNotIn) SetVal(v float32)
func (*FloatNotIn) String ¶
func (x *FloatNotIn) String() string
type FloatNotIn_builder ¶ added in v0.8.1
type FloatNotIn_builder struct {
Val float32
// contains filtered or unexported fields
}
func (FloatNotIn_builder) Build ¶ added in v0.8.1
func (b0 FloatNotIn_builder) Build() *FloatNotIn
type IgnoreEmptyEditionsMap ¶ added in v0.6.4
type IgnoreEmptyEditionsMap struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMap) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMap) GetVal() map[int32]int32
func (*IgnoreEmptyEditionsMap) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMap) ProtoMessage()
func (*IgnoreEmptyEditionsMap) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMap) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMap) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMap) Reset()
func (*IgnoreEmptyEditionsMap) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMap) SetVal(v map[int32]int32)
func (*IgnoreEmptyEditionsMap) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMap) String() string
type IgnoreEmptyEditionsMap_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMap_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (IgnoreEmptyEditionsMap_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyEditionsMap_builder) Build() *IgnoreEmptyEditionsMap
type IgnoreEmptyEditionsMessageExplicitPresence ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageExplicitPresence struct {
Val *IgnoreEmptyEditionsMessageExplicitPresence_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageExplicitPresence) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresence) ClearVal()
func (*IgnoreEmptyEditionsMessageExplicitPresence) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresence) HasVal() bool
func (*IgnoreEmptyEditionsMessageExplicitPresence) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageExplicitPresence) ProtoMessage()
func (*IgnoreEmptyEditionsMessageExplicitPresence) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresence) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageExplicitPresence) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresence) Reset()
func (*IgnoreEmptyEditionsMessageExplicitPresence) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresence) SetVal(v *IgnoreEmptyEditionsMessageExplicitPresence_Msg)
func (*IgnoreEmptyEditionsMessageExplicitPresence) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresence) String() string
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited struct {
Val *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg `protobuf:"group,1,opt,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ClearVal()
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) HasVal() bool
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ProtoMessage()
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) Reset()
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited) String() string
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ClearVal()
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) GetVal() string
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) HasVal() bool
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ProtoMessage()
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) Reset()
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) SetVal(v string)
func (*IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg) String() string
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageExplicitPresenceDelimited_builder struct {
Val *IgnoreEmptyEditionsMessageExplicitPresenceDelimited_Msg
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsMessageExplicitPresence_Msg ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageExplicitPresence_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) ClearVal()
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) GetVal() string
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) HasVal() bool
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) ProtoMessage()
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) Reset()
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) SetVal(v string)
func (*IgnoreEmptyEditionsMessageExplicitPresence_Msg) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageExplicitPresence_Msg) String() string
type IgnoreEmptyEditionsMessageExplicitPresence_Msg_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageExplicitPresence_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsMessageExplicitPresence_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageExplicitPresence_builder struct {
Val *IgnoreEmptyEditionsMessageExplicitPresence_Msg
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsMessageLegacyRequired ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageLegacyRequired struct {
Val *IgnoreEmptyEditionsMessageLegacyRequired_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageLegacyRequired) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequired) ClearVal()
func (*IgnoreEmptyEditionsMessageLegacyRequired) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired) GetVal() *IgnoreEmptyEditionsMessageLegacyRequired_Msg
func (*IgnoreEmptyEditionsMessageLegacyRequired) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequired) HasVal() bool
func (*IgnoreEmptyEditionsMessageLegacyRequired) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageLegacyRequired) ProtoMessage()
func (*IgnoreEmptyEditionsMessageLegacyRequired) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageLegacyRequired) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired) Reset()
func (*IgnoreEmptyEditionsMessageLegacyRequired) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequired) SetVal(v *IgnoreEmptyEditionsMessageLegacyRequired_Msg)
func (*IgnoreEmptyEditionsMessageLegacyRequired) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired) String() string
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited struct {
Val *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg `protobuf:"group,1,req,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ClearVal()
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) HasVal() bool
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ProtoMessage()
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) Reset()
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited) String() string
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ClearVal()
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) GetVal() string
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) HasVal() bool
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ProtoMessage()
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) Reset()
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) SetVal(v string)
func (*IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg) String() string
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageLegacyRequiredDelimited_builder struct {
Val *IgnoreEmptyEditionsMessageLegacyRequiredDelimited_Msg
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsMessageLegacyRequired_Msg ¶ added in v0.6.4
type IgnoreEmptyEditionsMessageLegacyRequired_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) ClearVal()
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) GetVal() string
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) HasVal() bool
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) ProtoMessage()
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) Reset()
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) SetVal(v string)
func (*IgnoreEmptyEditionsMessageLegacyRequired_Msg) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsMessageLegacyRequired_Msg) String() string
type IgnoreEmptyEditionsMessageLegacyRequired_Msg_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageLegacyRequired_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsMessageLegacyRequired_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsMessageLegacyRequired_builder struct {
Val *IgnoreEmptyEditionsMessageLegacyRequired_Msg
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsOneof ¶ added in v0.6.4
type IgnoreEmptyEditionsOneof struct {
// Types that are valid to be assigned to O:
//
// *IgnoreEmptyEditionsOneof_Val
O isIgnoreEmptyEditionsOneof_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsOneof) ClearO ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsOneof) ClearO()
func (*IgnoreEmptyEditionsOneof) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsOneof) ClearVal()
func (*IgnoreEmptyEditionsOneof) GetO ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsOneof) GetO() isIgnoreEmptyEditionsOneof_O
func (*IgnoreEmptyEditionsOneof) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsOneof) GetVal() int32
func (*IgnoreEmptyEditionsOneof) HasO ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsOneof) HasO() bool
func (*IgnoreEmptyEditionsOneof) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsOneof) HasVal() bool
func (*IgnoreEmptyEditionsOneof) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsOneof) ProtoMessage()
func (*IgnoreEmptyEditionsOneof) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsOneof) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsOneof) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsOneof) Reset()
func (*IgnoreEmptyEditionsOneof) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsOneof) SetVal(v int32)
func (*IgnoreEmptyEditionsOneof) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsOneof) String() string
func (*IgnoreEmptyEditionsOneof) WhichO ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsOneof) WhichO() case_IgnoreEmptyEditionsOneof_O
type IgnoreEmptyEditionsOneof_Val ¶ added in v0.6.4
type IgnoreEmptyEditionsOneof_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type IgnoreEmptyEditionsOneof_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsOneof_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (IgnoreEmptyEditionsOneof_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyEditionsOneof_builder) Build() *IgnoreEmptyEditionsOneof
type IgnoreEmptyEditionsRepeated ¶ added in v0.6.4
type IgnoreEmptyEditionsRepeated struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsRepeated) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeated) GetVal() []int32
func (*IgnoreEmptyEditionsRepeated) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsRepeated) ProtoMessage()
func (*IgnoreEmptyEditionsRepeated) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeated) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsRepeated) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeated) Reset()
func (*IgnoreEmptyEditionsRepeated) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsRepeated) SetVal(v []int32)
func (*IgnoreEmptyEditionsRepeated) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeated) String() string
type IgnoreEmptyEditionsRepeatedExpanded ¶ added in v0.6.4
type IgnoreEmptyEditionsRepeatedExpanded struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsRepeatedExpanded) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeatedExpanded) GetVal() []int32
func (*IgnoreEmptyEditionsRepeatedExpanded) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsRepeatedExpanded) ProtoMessage()
func (*IgnoreEmptyEditionsRepeatedExpanded) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeatedExpanded) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsRepeatedExpanded) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeatedExpanded) Reset()
func (*IgnoreEmptyEditionsRepeatedExpanded) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsRepeatedExpanded) SetVal(v []int32)
func (*IgnoreEmptyEditionsRepeatedExpanded) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsRepeatedExpanded) String() string
type IgnoreEmptyEditionsRepeatedExpanded_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsRepeatedExpanded_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (IgnoreEmptyEditionsRepeatedExpanded_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyEditionsRepeatedExpanded_builder) Build() *IgnoreEmptyEditionsRepeatedExpanded
type IgnoreEmptyEditionsRepeated_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsRepeated_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (IgnoreEmptyEditionsRepeated_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyEditionsRepeated_builder) Build() *IgnoreEmptyEditionsRepeated
type IgnoreEmptyEditionsScalarExplicitPresence ¶ added in v0.6.4
type IgnoreEmptyEditionsScalarExplicitPresence struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsScalarExplicitPresence) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarExplicitPresence) ClearVal()
func (*IgnoreEmptyEditionsScalarExplicitPresence) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresence) GetVal() int32
func (*IgnoreEmptyEditionsScalarExplicitPresence) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarExplicitPresence) HasVal() bool
func (*IgnoreEmptyEditionsScalarExplicitPresence) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsScalarExplicitPresence) ProtoMessage()
func (*IgnoreEmptyEditionsScalarExplicitPresence) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresence) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsScalarExplicitPresence) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresence) Reset()
func (*IgnoreEmptyEditionsScalarExplicitPresence) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarExplicitPresence) SetVal(v int32)
func (*IgnoreEmptyEditionsScalarExplicitPresence) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresence) String() string
type IgnoreEmptyEditionsScalarExplicitPresenceWithDefault ¶ added in v0.6.4
type IgnoreEmptyEditionsScalarExplicitPresenceWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ClearVal()
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) GetVal() int32
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) HasVal() bool
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ProtoMessage()
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) Reset()
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) SetVal(v int32)
func (*IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarExplicitPresenceWithDefault) String() string
type IgnoreEmptyEditionsScalarExplicitPresenceWithDefault_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsScalarExplicitPresenceWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsScalarExplicitPresence_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsScalarExplicitPresence_builder struct {
Val *int32
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsScalarImplicitPresence ¶ added in v0.6.4
type IgnoreEmptyEditionsScalarImplicitPresence struct {
Val int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsScalarImplicitPresence) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarImplicitPresence) GetVal() int32
func (*IgnoreEmptyEditionsScalarImplicitPresence) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsScalarImplicitPresence) ProtoMessage()
func (*IgnoreEmptyEditionsScalarImplicitPresence) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarImplicitPresence) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsScalarImplicitPresence) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarImplicitPresence) Reset()
func (*IgnoreEmptyEditionsScalarImplicitPresence) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarImplicitPresence) SetVal(v int32)
func (*IgnoreEmptyEditionsScalarImplicitPresence) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarImplicitPresence) String() string
type IgnoreEmptyEditionsScalarImplicitPresence_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsScalarImplicitPresence_builder struct {
Val int32
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsScalarLegacyRequired ¶ added in v0.6.4
type IgnoreEmptyEditionsScalarLegacyRequired struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsScalarLegacyRequired) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarLegacyRequired) ClearVal()
func (*IgnoreEmptyEditionsScalarLegacyRequired) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequired) GetVal() int32
func (*IgnoreEmptyEditionsScalarLegacyRequired) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarLegacyRequired) HasVal() bool
func (*IgnoreEmptyEditionsScalarLegacyRequired) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsScalarLegacyRequired) ProtoMessage()
func (*IgnoreEmptyEditionsScalarLegacyRequired) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequired) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsScalarLegacyRequired) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequired) Reset()
func (*IgnoreEmptyEditionsScalarLegacyRequired) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarLegacyRequired) SetVal(v int32)
func (*IgnoreEmptyEditionsScalarLegacyRequired) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequired) String() string
type IgnoreEmptyEditionsScalarLegacyRequiredWithDefault ¶ added in v0.6.4
type IgnoreEmptyEditionsScalarLegacyRequiredWithDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val,def=42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ClearVal()
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) GetVal ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) GetVal() int32
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) HasVal() bool
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ProtoMessage ¶ added in v0.6.4
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ProtoMessage()
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ProtoReflect ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) Reset ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) Reset()
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) SetVal(v int32)
func (*IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) String ¶ added in v0.6.4
func (x *IgnoreEmptyEditionsScalarLegacyRequiredWithDefault) String() string
type IgnoreEmptyEditionsScalarLegacyRequiredWithDefault_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsScalarLegacyRequiredWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type IgnoreEmptyEditionsScalarLegacyRequired_builder ¶ added in v0.8.1
type IgnoreEmptyEditionsScalarLegacyRequired_builder struct {
Val *int32
// contains filtered or unexported fields
}
type IgnoreEmptyMapPairs ¶ added in v0.4.1
type IgnoreEmptyMapPairs struct {
Val map[string]int32 `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*IgnoreEmptyMapPairs) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyMapPairs) GetVal() map[string]int32
func (*IgnoreEmptyMapPairs) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyMapPairs) ProtoMessage()
func (*IgnoreEmptyMapPairs) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyMapPairs) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyMapPairs) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyMapPairs) Reset()
func (*IgnoreEmptyMapPairs) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyMapPairs) SetVal(v map[string]int32)
func (*IgnoreEmptyMapPairs) String ¶ added in v0.4.1
func (x *IgnoreEmptyMapPairs) String() string
type IgnoreEmptyMapPairs_builder ¶ added in v0.8.1
type IgnoreEmptyMapPairs_builder struct {
Val map[string]int32
// contains filtered or unexported fields
}
func (IgnoreEmptyMapPairs_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyMapPairs_builder) Build() *IgnoreEmptyMapPairs
type IgnoreEmptyProto2Map ¶ added in v0.4.1
type IgnoreEmptyProto2Map struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2Map) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Map) GetVal() map[int32]int32
func (*IgnoreEmptyProto2Map) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2Map) ProtoMessage()
func (*IgnoreEmptyProto2Map) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Map) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2Map) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Map) Reset()
func (*IgnoreEmptyProto2Map) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Map) SetVal(v map[int32]int32)
func (*IgnoreEmptyProto2Map) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Map) String() string
type IgnoreEmptyProto2Map_builder ¶ added in v0.8.1
type IgnoreEmptyProto2Map_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto2Map_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto2Map_builder) Build() *IgnoreEmptyProto2Map
type IgnoreEmptyProto2Message ¶ added in v0.4.1
type IgnoreEmptyProto2Message struct {
Val *IgnoreEmptyProto2Message_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2Message) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Message) ClearVal()
func (*IgnoreEmptyProto2Message) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message) GetVal() *IgnoreEmptyProto2Message_Msg
func (*IgnoreEmptyProto2Message) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Message) HasVal() bool
func (*IgnoreEmptyProto2Message) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2Message) ProtoMessage()
func (*IgnoreEmptyProto2Message) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2Message) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message) Reset()
func (*IgnoreEmptyProto2Message) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Message) SetVal(v *IgnoreEmptyProto2Message_Msg)
func (*IgnoreEmptyProto2Message) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message) String() string
type IgnoreEmptyProto2Message_Msg ¶ added in v0.4.1
type IgnoreEmptyProto2Message_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2Message_Msg) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Message_Msg) ClearVal()
func (*IgnoreEmptyProto2Message_Msg) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message_Msg) GetVal() string
func (*IgnoreEmptyProto2Message_Msg) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Message_Msg) HasVal() bool
func (*IgnoreEmptyProto2Message_Msg) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2Message_Msg) ProtoMessage()
func (*IgnoreEmptyProto2Message_Msg) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message_Msg) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2Message_Msg) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message_Msg) Reset()
func (*IgnoreEmptyProto2Message_Msg) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Message_Msg) SetVal(v string)
func (*IgnoreEmptyProto2Message_Msg) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Message_Msg) String() string
type IgnoreEmptyProto2Message_Msg_builder ¶ added in v0.8.1
type IgnoreEmptyProto2Message_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (IgnoreEmptyProto2Message_Msg_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto2Message_Msg_builder) Build() *IgnoreEmptyProto2Message_Msg
type IgnoreEmptyProto2Message_builder ¶ added in v0.8.1
type IgnoreEmptyProto2Message_builder struct {
Val *IgnoreEmptyProto2Message_Msg
// contains filtered or unexported fields
}
func (IgnoreEmptyProto2Message_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto2Message_builder) Build() *IgnoreEmptyProto2Message
type IgnoreEmptyProto2Oneof ¶ added in v0.4.1
type IgnoreEmptyProto2Oneof struct {
// Types that are valid to be assigned to O:
//
// *IgnoreEmptyProto2Oneof_Val
O isIgnoreEmptyProto2Oneof_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2Oneof) ClearO ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Oneof) ClearO()
func (*IgnoreEmptyProto2Oneof) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Oneof) ClearVal()
func (*IgnoreEmptyProto2Oneof) GetO ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Oneof) GetO() isIgnoreEmptyProto2Oneof_O
func (*IgnoreEmptyProto2Oneof) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Oneof) GetVal() int32
func (*IgnoreEmptyProto2Oneof) HasO ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Oneof) HasO() bool
func (*IgnoreEmptyProto2Oneof) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Oneof) HasVal() bool
func (*IgnoreEmptyProto2Oneof) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2Oneof) ProtoMessage()
func (*IgnoreEmptyProto2Oneof) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Oneof) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2Oneof) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Oneof) Reset()
func (*IgnoreEmptyProto2Oneof) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Oneof) SetVal(v int32)
func (*IgnoreEmptyProto2Oneof) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Oneof) String() string
func (*IgnoreEmptyProto2Oneof) WhichO ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Oneof) WhichO() case_IgnoreEmptyProto2Oneof_O
type IgnoreEmptyProto2Oneof_Val ¶ added in v0.4.1
type IgnoreEmptyProto2Oneof_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type IgnoreEmptyProto2Oneof_builder ¶ added in v0.8.1
type IgnoreEmptyProto2Oneof_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto2Oneof_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto2Oneof_builder) Build() *IgnoreEmptyProto2Oneof
type IgnoreEmptyProto2Repeated ¶ added in v0.4.1
type IgnoreEmptyProto2Repeated struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2Repeated) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Repeated) GetVal() []int32
func (*IgnoreEmptyProto2Repeated) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2Repeated) ProtoMessage()
func (*IgnoreEmptyProto2Repeated) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Repeated) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2Repeated) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Repeated) Reset()
func (*IgnoreEmptyProto2Repeated) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2Repeated) SetVal(v []int32)
func (*IgnoreEmptyProto2Repeated) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2Repeated) String() string
type IgnoreEmptyProto2Repeated_builder ¶ added in v0.8.1
type IgnoreEmptyProto2Repeated_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto2Repeated_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto2Repeated_builder) Build() *IgnoreEmptyProto2Repeated
type IgnoreEmptyProto2ScalarOptional ¶ added in v0.4.1
type IgnoreEmptyProto2ScalarOptional struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2ScalarOptional) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarOptional) ClearVal()
func (*IgnoreEmptyProto2ScalarOptional) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptional) GetVal() int32
func (*IgnoreEmptyProto2ScalarOptional) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarOptional) HasVal() bool
func (*IgnoreEmptyProto2ScalarOptional) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2ScalarOptional) ProtoMessage()
func (*IgnoreEmptyProto2ScalarOptional) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptional) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2ScalarOptional) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptional) Reset()
func (*IgnoreEmptyProto2ScalarOptional) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarOptional) SetVal(v int32)
func (*IgnoreEmptyProto2ScalarOptional) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptional) String() string
type IgnoreEmptyProto2ScalarOptionalWithDefault ¶ added in v0.4.1
type IgnoreEmptyProto2ScalarOptionalWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) ClearVal()
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) GetVal() int32
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) HasVal() bool
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) ProtoMessage()
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) Reset()
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) SetVal(v int32)
func (*IgnoreEmptyProto2ScalarOptionalWithDefault) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarOptionalWithDefault) String() string
type IgnoreEmptyProto2ScalarOptionalWithDefault_builder ¶ added in v0.8.1
type IgnoreEmptyProto2ScalarOptionalWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type IgnoreEmptyProto2ScalarOptional_builder ¶ added in v0.8.1
type IgnoreEmptyProto2ScalarOptional_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto2ScalarOptional_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto2ScalarOptional_builder) Build() *IgnoreEmptyProto2ScalarOptional
type IgnoreEmptyProto2ScalarRequired ¶ added in v0.4.1
type IgnoreEmptyProto2ScalarRequired struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto2ScalarRequired) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarRequired) ClearVal()
func (*IgnoreEmptyProto2ScalarRequired) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarRequired) GetVal() int32
func (*IgnoreEmptyProto2ScalarRequired) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarRequired) HasVal() bool
func (*IgnoreEmptyProto2ScalarRequired) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto2ScalarRequired) ProtoMessage()
func (*IgnoreEmptyProto2ScalarRequired) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarRequired) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto2ScalarRequired) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarRequired) Reset()
func (*IgnoreEmptyProto2ScalarRequired) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto2ScalarRequired) SetVal(v int32)
func (*IgnoreEmptyProto2ScalarRequired) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto2ScalarRequired) String() string
type IgnoreEmptyProto2ScalarRequired_builder ¶ added in v0.8.1
type IgnoreEmptyProto2ScalarRequired_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto2ScalarRequired_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto2ScalarRequired_builder) Build() *IgnoreEmptyProto2ScalarRequired
type IgnoreEmptyProto3Map ¶ added in v0.4.1
type IgnoreEmptyProto3Map struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto3Map) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Map) GetVal() map[int32]int32
func (*IgnoreEmptyProto3Map) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto3Map) ProtoMessage()
func (*IgnoreEmptyProto3Map) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Map) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto3Map) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Map) Reset()
func (*IgnoreEmptyProto3Map) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Map) SetVal(v map[int32]int32)
func (*IgnoreEmptyProto3Map) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Map) String() string
type IgnoreEmptyProto3Map_builder ¶ added in v0.8.1
type IgnoreEmptyProto3Map_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto3Map_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto3Map_builder) Build() *IgnoreEmptyProto3Map
type IgnoreEmptyProto3Message ¶ added in v0.4.1
type IgnoreEmptyProto3Message struct {
Val *IgnoreEmptyProto3Message_Msg `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto3Message) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Message) ClearVal()
func (*IgnoreEmptyProto3Message) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message) GetVal() *IgnoreEmptyProto3Message_Msg
func (*IgnoreEmptyProto3Message) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Message) HasVal() bool
func (*IgnoreEmptyProto3Message) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto3Message) ProtoMessage()
func (*IgnoreEmptyProto3Message) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto3Message) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message) Reset()
func (*IgnoreEmptyProto3Message) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Message) SetVal(v *IgnoreEmptyProto3Message_Msg)
func (*IgnoreEmptyProto3Message) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message) String() string
type IgnoreEmptyProto3Message_Msg ¶ added in v0.4.1
type IgnoreEmptyProto3Message_Msg struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto3Message_Msg) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message_Msg) GetVal() string
func (*IgnoreEmptyProto3Message_Msg) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto3Message_Msg) ProtoMessage()
func (*IgnoreEmptyProto3Message_Msg) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message_Msg) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto3Message_Msg) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message_Msg) Reset()
func (*IgnoreEmptyProto3Message_Msg) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Message_Msg) SetVal(v string)
func (*IgnoreEmptyProto3Message_Msg) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Message_Msg) String() string
type IgnoreEmptyProto3Message_Msg_builder ¶ added in v0.8.1
type IgnoreEmptyProto3Message_Msg_builder struct {
Val string
// contains filtered or unexported fields
}
func (IgnoreEmptyProto3Message_Msg_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto3Message_Msg_builder) Build() *IgnoreEmptyProto3Message_Msg
type IgnoreEmptyProto3Message_builder ¶ added in v0.8.1
type IgnoreEmptyProto3Message_builder struct {
Val *IgnoreEmptyProto3Message_Msg
// contains filtered or unexported fields
}
func (IgnoreEmptyProto3Message_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto3Message_builder) Build() *IgnoreEmptyProto3Message
type IgnoreEmptyProto3Oneof ¶ added in v0.4.1
type IgnoreEmptyProto3Oneof struct {
// Types that are valid to be assigned to O:
//
// *IgnoreEmptyProto3Oneof_Val
O isIgnoreEmptyProto3Oneof_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto3Oneof) ClearO ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Oneof) ClearO()
func (*IgnoreEmptyProto3Oneof) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Oneof) ClearVal()
func (*IgnoreEmptyProto3Oneof) GetO ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Oneof) GetO() isIgnoreEmptyProto3Oneof_O
func (*IgnoreEmptyProto3Oneof) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Oneof) GetVal() int32
func (*IgnoreEmptyProto3Oneof) HasO ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Oneof) HasO() bool
func (*IgnoreEmptyProto3Oneof) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Oneof) HasVal() bool
func (*IgnoreEmptyProto3Oneof) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto3Oneof) ProtoMessage()
func (*IgnoreEmptyProto3Oneof) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Oneof) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto3Oneof) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Oneof) Reset()
func (*IgnoreEmptyProto3Oneof) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Oneof) SetVal(v int32)
func (*IgnoreEmptyProto3Oneof) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Oneof) String() string
func (*IgnoreEmptyProto3Oneof) WhichO ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Oneof) WhichO() case_IgnoreEmptyProto3Oneof_O
type IgnoreEmptyProto3Oneof_Val ¶ added in v0.4.1
type IgnoreEmptyProto3Oneof_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3,oneof"`
}
type IgnoreEmptyProto3Oneof_builder ¶ added in v0.8.1
type IgnoreEmptyProto3Oneof_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto3Oneof_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto3Oneof_builder) Build() *IgnoreEmptyProto3Oneof
type IgnoreEmptyProto3OptionalScalar ¶ added in v0.4.1
type IgnoreEmptyProto3OptionalScalar struct {
Val *int32 `protobuf:"varint,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto3OptionalScalar) ClearVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3OptionalScalar) ClearVal()
func (*IgnoreEmptyProto3OptionalScalar) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto3OptionalScalar) GetVal() int32
func (*IgnoreEmptyProto3OptionalScalar) HasVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3OptionalScalar) HasVal() bool
func (*IgnoreEmptyProto3OptionalScalar) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto3OptionalScalar) ProtoMessage()
func (*IgnoreEmptyProto3OptionalScalar) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto3OptionalScalar) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto3OptionalScalar) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto3OptionalScalar) Reset()
func (*IgnoreEmptyProto3OptionalScalar) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3OptionalScalar) SetVal(v int32)
func (*IgnoreEmptyProto3OptionalScalar) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto3OptionalScalar) String() string
type IgnoreEmptyProto3OptionalScalar_builder ¶ added in v0.8.1
type IgnoreEmptyProto3OptionalScalar_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto3OptionalScalar_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto3OptionalScalar_builder) Build() *IgnoreEmptyProto3OptionalScalar
type IgnoreEmptyProto3Repeated ¶ added in v0.4.1
type IgnoreEmptyProto3Repeated struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto3Repeated) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Repeated) GetVal() []int32
func (*IgnoreEmptyProto3Repeated) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto3Repeated) ProtoMessage()
func (*IgnoreEmptyProto3Repeated) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Repeated) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto3Repeated) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Repeated) Reset()
func (*IgnoreEmptyProto3Repeated) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Repeated) SetVal(v []int32)
func (*IgnoreEmptyProto3Repeated) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Repeated) String() string
type IgnoreEmptyProto3Repeated_builder ¶ added in v0.8.1
type IgnoreEmptyProto3Repeated_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto3Repeated_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto3Repeated_builder) Build() *IgnoreEmptyProto3Repeated
type IgnoreEmptyProto3Scalar ¶ added in v0.4.1
type IgnoreEmptyProto3Scalar struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyProto3Scalar) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Scalar) GetVal() int32
func (*IgnoreEmptyProto3Scalar) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyProto3Scalar) ProtoMessage()
func (*IgnoreEmptyProto3Scalar) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Scalar) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyProto3Scalar) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Scalar) Reset()
func (*IgnoreEmptyProto3Scalar) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyProto3Scalar) SetVal(v int32)
func (*IgnoreEmptyProto3Scalar) String ¶ added in v0.4.1
func (x *IgnoreEmptyProto3Scalar) String() string
type IgnoreEmptyProto3Scalar_builder ¶ added in v0.8.1
type IgnoreEmptyProto3Scalar_builder struct {
Val int32
// contains filtered or unexported fields
}
func (IgnoreEmptyProto3Scalar_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyProto3Scalar_builder) Build() *IgnoreEmptyProto3Scalar
type IgnoreEmptyRepeatedItems ¶ added in v0.4.1
type IgnoreEmptyRepeatedItems struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*IgnoreEmptyRepeatedItems) GetVal ¶ added in v0.4.1
func (x *IgnoreEmptyRepeatedItems) GetVal() []int32
func (*IgnoreEmptyRepeatedItems) ProtoMessage ¶ added in v0.4.1
func (*IgnoreEmptyRepeatedItems) ProtoMessage()
func (*IgnoreEmptyRepeatedItems) ProtoReflect ¶ added in v0.4.1
func (x *IgnoreEmptyRepeatedItems) ProtoReflect() protoreflect.Message
func (*IgnoreEmptyRepeatedItems) Reset ¶ added in v0.4.1
func (x *IgnoreEmptyRepeatedItems) Reset()
func (*IgnoreEmptyRepeatedItems) SetVal ¶ added in v0.8.1
func (x *IgnoreEmptyRepeatedItems) SetVal(v []int32)
func (*IgnoreEmptyRepeatedItems) String ¶ added in v0.4.1
func (x *IgnoreEmptyRepeatedItems) String() string
type IgnoreEmptyRepeatedItems_builder ¶ added in v0.8.1
type IgnoreEmptyRepeatedItems_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (IgnoreEmptyRepeatedItems_builder) Build ¶ added in v0.8.1
func (b0 IgnoreEmptyRepeatedItems_builder) Build() *IgnoreEmptyRepeatedItems
type Int32Const ¶
type Int32Const struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32Const) GetVal ¶
func (x *Int32Const) GetVal() int32
func (*Int32Const) ProtoMessage ¶
func (*Int32Const) ProtoMessage()
func (*Int32Const) ProtoReflect ¶
func (x *Int32Const) ProtoReflect() protoreflect.Message
func (*Int32Const) Reset ¶
func (x *Int32Const) Reset()
func (*Int32Const) SetVal ¶ added in v0.8.1
func (x *Int32Const) SetVal(v int32)
func (*Int32Const) String ¶
func (x *Int32Const) String() string
type Int32Const_builder ¶ added in v0.8.1
type Int32Const_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32Const_builder) Build ¶ added in v0.8.1
func (b0 Int32Const_builder) Build() *Int32Const
type Int32ExGTELTE ¶
type Int32ExGTELTE struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32ExGTELTE) GetVal ¶
func (x *Int32ExGTELTE) GetVal() int32
func (*Int32ExGTELTE) ProtoMessage ¶
func (*Int32ExGTELTE) ProtoMessage()
func (*Int32ExGTELTE) ProtoReflect ¶
func (x *Int32ExGTELTE) ProtoReflect() protoreflect.Message
func (*Int32ExGTELTE) Reset ¶
func (x *Int32ExGTELTE) Reset()
func (*Int32ExGTELTE) SetVal ¶ added in v0.8.1
func (x *Int32ExGTELTE) SetVal(v int32)
func (*Int32ExGTELTE) String ¶
func (x *Int32ExGTELTE) String() string
type Int32ExGTELTE_builder ¶ added in v0.8.1
type Int32ExGTELTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 Int32ExGTELTE_builder) Build() *Int32ExGTELTE
type Int32ExLTGT ¶
type Int32ExLTGT struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32ExLTGT) GetVal ¶
func (x *Int32ExLTGT) GetVal() int32
func (*Int32ExLTGT) ProtoMessage ¶
func (*Int32ExLTGT) ProtoMessage()
func (*Int32ExLTGT) ProtoReflect ¶
func (x *Int32ExLTGT) ProtoReflect() protoreflect.Message
func (*Int32ExLTGT) Reset ¶
func (x *Int32ExLTGT) Reset()
func (*Int32ExLTGT) SetVal ¶ added in v0.8.1
func (x *Int32ExLTGT) SetVal(v int32)
func (*Int32ExLTGT) String ¶
func (x *Int32ExLTGT) String() string
type Int32ExLTGT_builder ¶ added in v0.8.1
type Int32ExLTGT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 Int32ExLTGT_builder) Build() *Int32ExLTGT
type Int32Example ¶ added in v0.7.0
type Int32Example struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32Example) GetVal ¶ added in v0.7.0
func (x *Int32Example) GetVal() int32
func (*Int32Example) ProtoMessage ¶ added in v0.7.0
func (*Int32Example) ProtoMessage()
func (*Int32Example) ProtoReflect ¶ added in v0.7.0
func (x *Int32Example) ProtoReflect() protoreflect.Message
func (*Int32Example) Reset ¶ added in v0.7.0
func (x *Int32Example) Reset()
func (*Int32Example) SetVal ¶ added in v0.8.1
func (x *Int32Example) SetVal(v int32)
func (*Int32Example) String ¶ added in v0.7.0
func (x *Int32Example) String() string
type Int32Example_builder ¶ added in v0.8.1
type Int32Example_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32Example_builder) Build ¶ added in v0.8.1
func (b0 Int32Example_builder) Build() *Int32Example
type Int32GT ¶
type Int32GT struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32GT) ProtoMessage ¶
func (*Int32GT) ProtoMessage()
func (*Int32GT) ProtoReflect ¶
func (x *Int32GT) ProtoReflect() protoreflect.Message
type Int32GTE ¶
type Int32GTE struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32GTE) ProtoMessage ¶
func (*Int32GTE) ProtoMessage()
func (*Int32GTE) ProtoReflect ¶
func (x *Int32GTE) ProtoReflect() protoreflect.Message
type Int32GTELTE ¶
type Int32GTELTE struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32GTELTE) GetVal ¶
func (x *Int32GTELTE) GetVal() int32
func (*Int32GTELTE) ProtoMessage ¶
func (*Int32GTELTE) ProtoMessage()
func (*Int32GTELTE) ProtoReflect ¶
func (x *Int32GTELTE) ProtoReflect() protoreflect.Message
func (*Int32GTELTE) Reset ¶
func (x *Int32GTELTE) Reset()
func (*Int32GTELTE) SetVal ¶ added in v0.8.1
func (x *Int32GTELTE) SetVal(v int32)
func (*Int32GTELTE) String ¶
func (x *Int32GTELTE) String() string
type Int32GTELTE_builder ¶ added in v0.8.1
type Int32GTELTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32GTELTE_builder) Build ¶ added in v0.8.1
func (b0 Int32GTELTE_builder) Build() *Int32GTELTE
type Int32GTE_builder ¶ added in v0.8.1
type Int32GTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32GTE_builder) Build ¶ added in v0.8.1
func (b0 Int32GTE_builder) Build() *Int32GTE
type Int32GTLT ¶
type Int32GTLT struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32GTLT) ProtoMessage ¶
func (*Int32GTLT) ProtoMessage()
func (*Int32GTLT) ProtoReflect ¶
func (x *Int32GTLT) ProtoReflect() protoreflect.Message
type Int32GTLT_builder ¶ added in v0.8.1
type Int32GTLT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32GTLT_builder) Build ¶ added in v0.8.1
func (b0 Int32GTLT_builder) Build() *Int32GTLT
type Int32GT_builder ¶ added in v0.8.1
type Int32GT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32GT_builder) Build ¶ added in v0.8.1
func (b0 Int32GT_builder) Build() *Int32GT
type Int32Ignore ¶
type Int32Ignore struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32Ignore) GetVal ¶
func (x *Int32Ignore) GetVal() int32
func (*Int32Ignore) ProtoMessage ¶
func (*Int32Ignore) ProtoMessage()
func (*Int32Ignore) ProtoReflect ¶
func (x *Int32Ignore) ProtoReflect() protoreflect.Message
func (*Int32Ignore) Reset ¶
func (x *Int32Ignore) Reset()
func (*Int32Ignore) SetVal ¶ added in v0.8.1
func (x *Int32Ignore) SetVal(v int32)
func (*Int32Ignore) String ¶
func (x *Int32Ignore) String() string
type Int32Ignore_builder ¶ added in v0.8.1
type Int32Ignore_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32Ignore_builder) Build ¶ added in v0.8.1
func (b0 Int32Ignore_builder) Build() *Int32Ignore
type Int32In ¶
type Int32In struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32In) ProtoMessage ¶
func (*Int32In) ProtoMessage()
func (*Int32In) ProtoReflect ¶
func (x *Int32In) ProtoReflect() protoreflect.Message
type Int32In_builder ¶ added in v0.8.1
type Int32In_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32In_builder) Build ¶ added in v0.8.1
func (b0 Int32In_builder) Build() *Int32In
type Int32IncorrectType ¶
type Int32IncorrectType struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32IncorrectType) GetVal ¶
func (x *Int32IncorrectType) GetVal() int32
func (*Int32IncorrectType) ProtoMessage ¶
func (*Int32IncorrectType) ProtoMessage()
func (*Int32IncorrectType) ProtoReflect ¶
func (x *Int32IncorrectType) ProtoReflect() protoreflect.Message
func (*Int32IncorrectType) Reset ¶
func (x *Int32IncorrectType) Reset()
func (*Int32IncorrectType) SetVal ¶ added in v0.8.1
func (x *Int32IncorrectType) SetVal(v int32)
func (*Int32IncorrectType) String ¶
func (x *Int32IncorrectType) String() string
type Int32IncorrectType_builder ¶ added in v0.8.1
type Int32IncorrectType_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 Int32IncorrectType_builder) Build() *Int32IncorrectType
type Int32LT ¶
type Int32LT struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32LT) ProtoMessage ¶
func (*Int32LT) ProtoMessage()
func (*Int32LT) ProtoReflect ¶
func (x *Int32LT) ProtoReflect() protoreflect.Message
type Int32LTE ¶
type Int32LTE struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32LTE) ProtoMessage ¶
func (*Int32LTE) ProtoMessage()
func (*Int32LTE) ProtoReflect ¶
func (x *Int32LTE) ProtoReflect() protoreflect.Message
type Int32LTE_builder ¶ added in v0.8.1
type Int32LTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32LTE_builder) Build ¶ added in v0.8.1
func (b0 Int32LTE_builder) Build() *Int32LTE
type Int32LT_builder ¶ added in v0.8.1
type Int32LT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32LT_builder) Build ¶ added in v0.8.1
func (b0 Int32LT_builder) Build() *Int32LT
type Int32None ¶
type Int32None struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32None) ProtoMessage ¶
func (*Int32None) ProtoMessage()
func (*Int32None) ProtoReflect ¶
func (x *Int32None) ProtoReflect() protoreflect.Message
type Int32None_builder ¶ added in v0.8.1
type Int32None_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32None_builder) Build ¶ added in v0.8.1
func (b0 Int32None_builder) Build() *Int32None
type Int32NotIn ¶
type Int32NotIn struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int32NotIn) GetVal ¶
func (x *Int32NotIn) GetVal() int32
func (*Int32NotIn) ProtoMessage ¶
func (*Int32NotIn) ProtoMessage()
func (*Int32NotIn) ProtoReflect ¶
func (x *Int32NotIn) ProtoReflect() protoreflect.Message
func (*Int32NotIn) Reset ¶
func (x *Int32NotIn) Reset()
func (*Int32NotIn) SetVal ¶ added in v0.8.1
func (x *Int32NotIn) SetVal(v int32)
func (*Int32NotIn) String ¶
func (x *Int32NotIn) String() string
type Int32NotIn_builder ¶ added in v0.8.1
type Int32NotIn_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Int32NotIn_builder) Build ¶ added in v0.8.1
func (b0 Int32NotIn_builder) Build() *Int32NotIn
type Int64BigConstraints ¶ added in v0.5.2
type Int64BigConstraints struct {
// Intentionally choose limits that are outside the range of both signed and unsigned 32-bit integers.
LtPos int64 `protobuf:"varint,1,opt,name=lt_pos,json=ltPos,proto3" json:"lt_pos,omitempty"`
LtNeg int64 `protobuf:"varint,2,opt,name=lt_neg,json=ltNeg,proto3" json:"lt_neg,omitempty"`
GtPos int64 `protobuf:"varint,3,opt,name=gt_pos,json=gtPos,proto3" json:"gt_pos,omitempty"`
GtNeg int64 `protobuf:"varint,4,opt,name=gt_neg,json=gtNeg,proto3" json:"gt_neg,omitempty"`
LtePos int64 `protobuf:"varint,5,opt,name=lte_pos,json=ltePos,proto3" json:"lte_pos,omitempty"`
LteNeg int64 `protobuf:"varint,6,opt,name=lte_neg,json=lteNeg,proto3" json:"lte_neg,omitempty"`
GtePos int64 `protobuf:"varint,7,opt,name=gte_pos,json=gtePos,proto3" json:"gte_pos,omitempty"`
GteNeg int64 `protobuf:"varint,8,opt,name=gte_neg,json=gteNeg,proto3" json:"gte_neg,omitempty"`
ConstantPos int64 `protobuf:"varint,9,opt,name=constant_pos,json=constantPos,proto3" json:"constant_pos,omitempty"`
ConstantNeg int64 `protobuf:"varint,10,opt,name=constant_neg,json=constantNeg,proto3" json:"constant_neg,omitempty"`
In int64 `protobuf:"varint,11,opt,name=in,proto3" json:"in,omitempty"`
Notin int64 `protobuf:"varint,12,opt,name=notin,proto3" json:"notin,omitempty"`
// contains filtered or unexported fields
}
func (*Int64BigConstraints) GetConstantNeg ¶ added in v0.5.2
func (x *Int64BigConstraints) GetConstantNeg() int64
func (*Int64BigConstraints) GetConstantPos ¶ added in v0.5.2
func (x *Int64BigConstraints) GetConstantPos() int64
func (*Int64BigConstraints) GetGtNeg ¶ added in v0.5.2
func (x *Int64BigConstraints) GetGtNeg() int64
func (*Int64BigConstraints) GetGtPos ¶ added in v0.5.2
func (x *Int64BigConstraints) GetGtPos() int64
func (*Int64BigConstraints) GetGteNeg ¶ added in v0.5.2
func (x *Int64BigConstraints) GetGteNeg() int64
func (*Int64BigConstraints) GetGtePos ¶ added in v0.5.2
func (x *Int64BigConstraints) GetGtePos() int64
func (*Int64BigConstraints) GetIn ¶ added in v0.5.2
func (x *Int64BigConstraints) GetIn() int64
func (*Int64BigConstraints) GetLtNeg ¶ added in v0.5.2
func (x *Int64BigConstraints) GetLtNeg() int64
func (*Int64BigConstraints) GetLtPos ¶ added in v0.5.2
func (x *Int64BigConstraints) GetLtPos() int64
func (*Int64BigConstraints) GetLteNeg ¶ added in v0.5.2
func (x *Int64BigConstraints) GetLteNeg() int64
func (*Int64BigConstraints) GetLtePos ¶ added in v0.5.2
func (x *Int64BigConstraints) GetLtePos() int64
func (*Int64BigConstraints) GetNotin ¶ added in v0.5.2
func (x *Int64BigConstraints) GetNotin() int64
func (*Int64BigConstraints) ProtoMessage ¶ added in v0.5.2
func (*Int64BigConstraints) ProtoMessage()
func (*Int64BigConstraints) ProtoReflect ¶ added in v0.5.2
func (x *Int64BigConstraints) ProtoReflect() protoreflect.Message
func (*Int64BigConstraints) Reset ¶ added in v0.5.2
func (x *Int64BigConstraints) Reset()
func (*Int64BigConstraints) SetConstantNeg ¶ added in v0.8.1
func (x *Int64BigConstraints) SetConstantNeg(v int64)
func (*Int64BigConstraints) SetConstantPos ¶ added in v0.8.1
func (x *Int64BigConstraints) SetConstantPos(v int64)
func (*Int64BigConstraints) SetGtNeg ¶ added in v0.8.1
func (x *Int64BigConstraints) SetGtNeg(v int64)
func (*Int64BigConstraints) SetGtPos ¶ added in v0.8.1
func (x *Int64BigConstraints) SetGtPos(v int64)
func (*Int64BigConstraints) SetGteNeg ¶ added in v0.8.1
func (x *Int64BigConstraints) SetGteNeg(v int64)
func (*Int64BigConstraints) SetGtePos ¶ added in v0.8.1
func (x *Int64BigConstraints) SetGtePos(v int64)
func (*Int64BigConstraints) SetIn ¶ added in v0.8.1
func (x *Int64BigConstraints) SetIn(v int64)
func (*Int64BigConstraints) SetLtNeg ¶ added in v0.8.1
func (x *Int64BigConstraints) SetLtNeg(v int64)
func (*Int64BigConstraints) SetLtPos ¶ added in v0.8.1
func (x *Int64BigConstraints) SetLtPos(v int64)
func (*Int64BigConstraints) SetLteNeg ¶ added in v0.8.1
func (x *Int64BigConstraints) SetLteNeg(v int64)
func (*Int64BigConstraints) SetLtePos ¶ added in v0.8.1
func (x *Int64BigConstraints) SetLtePos(v int64)
func (*Int64BigConstraints) SetNotin ¶ added in v0.8.1
func (x *Int64BigConstraints) SetNotin(v int64)
func (*Int64BigConstraints) String ¶ added in v0.5.2
func (x *Int64BigConstraints) String() string
type Int64BigConstraints_builder ¶ added in v0.8.1
type Int64BigConstraints_builder struct {
// Intentionally choose limits that are outside the range of both signed and unsigned 32-bit integers.
LtPos int64
LtNeg int64
GtPos int64
GtNeg int64
LtePos int64
LteNeg int64
GtePos int64
GteNeg int64
ConstantPos int64
ConstantNeg int64
In int64
Notin int64
// contains filtered or unexported fields
}
func (Int64BigConstraints_builder) Build ¶ added in v0.8.1
func (b0 Int64BigConstraints_builder) Build() *Int64BigConstraints
type Int64Const ¶
type Int64Const struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64Const) GetVal ¶
func (x *Int64Const) GetVal() int64
func (*Int64Const) ProtoMessage ¶
func (*Int64Const) ProtoMessage()
func (*Int64Const) ProtoReflect ¶
func (x *Int64Const) ProtoReflect() protoreflect.Message
func (*Int64Const) Reset ¶
func (x *Int64Const) Reset()
func (*Int64Const) SetVal ¶ added in v0.8.1
func (x *Int64Const) SetVal(v int64)
func (*Int64Const) String ¶
func (x *Int64Const) String() string
type Int64Const_builder ¶ added in v0.8.1
type Int64Const_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64Const_builder) Build ¶ added in v0.8.1
func (b0 Int64Const_builder) Build() *Int64Const
type Int64ExGTELTE ¶
type Int64ExGTELTE struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64ExGTELTE) GetVal ¶
func (x *Int64ExGTELTE) GetVal() int64
func (*Int64ExGTELTE) ProtoMessage ¶
func (*Int64ExGTELTE) ProtoMessage()
func (*Int64ExGTELTE) ProtoReflect ¶
func (x *Int64ExGTELTE) ProtoReflect() protoreflect.Message
func (*Int64ExGTELTE) Reset ¶
func (x *Int64ExGTELTE) Reset()
func (*Int64ExGTELTE) SetVal ¶ added in v0.8.1
func (x *Int64ExGTELTE) SetVal(v int64)
func (*Int64ExGTELTE) String ¶
func (x *Int64ExGTELTE) String() string
type Int64ExGTELTE_builder ¶ added in v0.8.1
type Int64ExGTELTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 Int64ExGTELTE_builder) Build() *Int64ExGTELTE
type Int64ExLTGT ¶
type Int64ExLTGT struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64ExLTGT) GetVal ¶
func (x *Int64ExLTGT) GetVal() int64
func (*Int64ExLTGT) ProtoMessage ¶
func (*Int64ExLTGT) ProtoMessage()
func (*Int64ExLTGT) ProtoReflect ¶
func (x *Int64ExLTGT) ProtoReflect() protoreflect.Message
func (*Int64ExLTGT) Reset ¶
func (x *Int64ExLTGT) Reset()
func (*Int64ExLTGT) SetVal ¶ added in v0.8.1
func (x *Int64ExLTGT) SetVal(v int64)
func (*Int64ExLTGT) String ¶
func (x *Int64ExLTGT) String() string
type Int64ExLTGT_builder ¶ added in v0.8.1
type Int64ExLTGT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 Int64ExLTGT_builder) Build() *Int64ExLTGT
type Int64Example ¶ added in v0.7.0
type Int64Example struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64Example) GetVal ¶ added in v0.7.0
func (x *Int64Example) GetVal() int64
func (*Int64Example) ProtoMessage ¶ added in v0.7.0
func (*Int64Example) ProtoMessage()
func (*Int64Example) ProtoReflect ¶ added in v0.7.0
func (x *Int64Example) ProtoReflect() protoreflect.Message
func (*Int64Example) Reset ¶ added in v0.7.0
func (x *Int64Example) Reset()
func (*Int64Example) SetVal ¶ added in v0.8.1
func (x *Int64Example) SetVal(v int64)
func (*Int64Example) String ¶ added in v0.7.0
func (x *Int64Example) String() string
type Int64Example_builder ¶ added in v0.8.1
type Int64Example_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64Example_builder) Build ¶ added in v0.8.1
func (b0 Int64Example_builder) Build() *Int64Example
type Int64GT ¶
type Int64GT struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64GT) ProtoMessage ¶
func (*Int64GT) ProtoMessage()
func (*Int64GT) ProtoReflect ¶
func (x *Int64GT) ProtoReflect() protoreflect.Message
type Int64GTE ¶
type Int64GTE struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64GTE) ProtoMessage ¶
func (*Int64GTE) ProtoMessage()
func (*Int64GTE) ProtoReflect ¶
func (x *Int64GTE) ProtoReflect() protoreflect.Message
type Int64GTELTE ¶
type Int64GTELTE struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64GTELTE) GetVal ¶
func (x *Int64GTELTE) GetVal() int64
func (*Int64GTELTE) ProtoMessage ¶
func (*Int64GTELTE) ProtoMessage()
func (*Int64GTELTE) ProtoReflect ¶
func (x *Int64GTELTE) ProtoReflect() protoreflect.Message
func (*Int64GTELTE) Reset ¶
func (x *Int64GTELTE) Reset()
func (*Int64GTELTE) SetVal ¶ added in v0.8.1
func (x *Int64GTELTE) SetVal(v int64)
func (*Int64GTELTE) String ¶
func (x *Int64GTELTE) String() string
type Int64GTELTE_builder ¶ added in v0.8.1
type Int64GTELTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64GTELTE_builder) Build ¶ added in v0.8.1
func (b0 Int64GTELTE_builder) Build() *Int64GTELTE
type Int64GTE_builder ¶ added in v0.8.1
type Int64GTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64GTE_builder) Build ¶ added in v0.8.1
func (b0 Int64GTE_builder) Build() *Int64GTE
type Int64GTLT ¶
type Int64GTLT struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64GTLT) ProtoMessage ¶
func (*Int64GTLT) ProtoMessage()
func (*Int64GTLT) ProtoReflect ¶
func (x *Int64GTLT) ProtoReflect() protoreflect.Message
type Int64GTLT_builder ¶ added in v0.8.1
type Int64GTLT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64GTLT_builder) Build ¶ added in v0.8.1
func (b0 Int64GTLT_builder) Build() *Int64GTLT
type Int64GT_builder ¶ added in v0.8.1
type Int64GT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64GT_builder) Build ¶ added in v0.8.1
func (b0 Int64GT_builder) Build() *Int64GT
type Int64Ignore ¶
type Int64Ignore struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64Ignore) GetVal ¶
func (x *Int64Ignore) GetVal() int64
func (*Int64Ignore) ProtoMessage ¶
func (*Int64Ignore) ProtoMessage()
func (*Int64Ignore) ProtoReflect ¶
func (x *Int64Ignore) ProtoReflect() protoreflect.Message
func (*Int64Ignore) Reset ¶
func (x *Int64Ignore) Reset()
func (*Int64Ignore) SetVal ¶ added in v0.8.1
func (x *Int64Ignore) SetVal(v int64)
func (*Int64Ignore) String ¶
func (x *Int64Ignore) String() string
type Int64Ignore_builder ¶ added in v0.8.1
type Int64Ignore_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64Ignore_builder) Build ¶ added in v0.8.1
func (b0 Int64Ignore_builder) Build() *Int64Ignore
type Int64In ¶
type Int64In struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64In) ProtoMessage ¶
func (*Int64In) ProtoMessage()
func (*Int64In) ProtoReflect ¶
func (x *Int64In) ProtoReflect() protoreflect.Message
type Int64In_builder ¶ added in v0.8.1
type Int64In_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64In_builder) Build ¶ added in v0.8.1
func (b0 Int64In_builder) Build() *Int64In
type Int64IncorrectType ¶
type Int64IncorrectType struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64IncorrectType) GetVal ¶
func (x *Int64IncorrectType) GetVal() int64
func (*Int64IncorrectType) ProtoMessage ¶
func (*Int64IncorrectType) ProtoMessage()
func (*Int64IncorrectType) ProtoReflect ¶
func (x *Int64IncorrectType) ProtoReflect() protoreflect.Message
func (*Int64IncorrectType) Reset ¶
func (x *Int64IncorrectType) Reset()
func (*Int64IncorrectType) SetVal ¶ added in v0.8.1
func (x *Int64IncorrectType) SetVal(v int64)
func (*Int64IncorrectType) String ¶
func (x *Int64IncorrectType) String() string
type Int64IncorrectType_builder ¶ added in v0.8.1
type Int64IncorrectType_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 Int64IncorrectType_builder) Build() *Int64IncorrectType
type Int64LT ¶
type Int64LT struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64LT) ProtoMessage ¶
func (*Int64LT) ProtoMessage()
func (*Int64LT) ProtoReflect ¶
func (x *Int64LT) ProtoReflect() protoreflect.Message
type Int64LTE ¶
type Int64LTE struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64LTE) ProtoMessage ¶
func (*Int64LTE) ProtoMessage()
func (*Int64LTE) ProtoReflect ¶
func (x *Int64LTE) ProtoReflect() protoreflect.Message
type Int64LTEOptional ¶
type Int64LTEOptional struct {
Val *int64 `protobuf:"varint,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64LTEOptional) ClearVal ¶ added in v0.8.1
func (x *Int64LTEOptional) ClearVal()
func (*Int64LTEOptional) GetVal ¶
func (x *Int64LTEOptional) GetVal() int64
func (*Int64LTEOptional) HasVal ¶ added in v0.8.1
func (x *Int64LTEOptional) HasVal() bool
func (*Int64LTEOptional) ProtoMessage ¶
func (*Int64LTEOptional) ProtoMessage()
func (*Int64LTEOptional) ProtoReflect ¶
func (x *Int64LTEOptional) ProtoReflect() protoreflect.Message
func (*Int64LTEOptional) Reset ¶
func (x *Int64LTEOptional) Reset()
func (*Int64LTEOptional) SetVal ¶ added in v0.8.1
func (x *Int64LTEOptional) SetVal(v int64)
func (*Int64LTEOptional) String ¶
func (x *Int64LTEOptional) String() string
type Int64LTEOptional_builder ¶ added in v0.8.1
type Int64LTEOptional_builder struct {
Val *int64
// contains filtered or unexported fields
}
func (Int64LTEOptional_builder) Build ¶ added in v0.8.1
func (b0 Int64LTEOptional_builder) Build() *Int64LTEOptional
type Int64LTE_builder ¶ added in v0.8.1
type Int64LTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64LTE_builder) Build ¶ added in v0.8.1
func (b0 Int64LTE_builder) Build() *Int64LTE
type Int64LT_builder ¶ added in v0.8.1
type Int64LT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64LT_builder) Build ¶ added in v0.8.1
func (b0 Int64LT_builder) Build() *Int64LT
type Int64None ¶
type Int64None struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64None) ProtoMessage ¶
func (*Int64None) ProtoMessage()
func (*Int64None) ProtoReflect ¶
func (x *Int64None) ProtoReflect() protoreflect.Message
type Int64None_builder ¶ added in v0.8.1
type Int64None_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64None_builder) Build ¶ added in v0.8.1
func (b0 Int64None_builder) Build() *Int64None
type Int64NotIn ¶
type Int64NotIn struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Int64NotIn) GetVal ¶
func (x *Int64NotIn) GetVal() int64
func (*Int64NotIn) ProtoMessage ¶
func (*Int64NotIn) ProtoMessage()
func (*Int64NotIn) ProtoReflect ¶
func (x *Int64NotIn) ProtoReflect() protoreflect.Message
func (*Int64NotIn) Reset ¶
func (x *Int64NotIn) Reset()
func (*Int64NotIn) SetVal ¶ added in v0.8.1
func (x *Int64NotIn) SetVal(v int64)
func (*Int64NotIn) String ¶
func (x *Int64NotIn) String() string
type Int64NotIn_builder ¶ added in v0.8.1
type Int64NotIn_builder struct {
Val int64
// contains filtered or unexported fields
}
func (Int64NotIn_builder) Build ¶ added in v0.8.1
func (b0 Int64NotIn_builder) Build() *Int64NotIn
type KitchenSinkMessage ¶
type KitchenSinkMessage struct {
Val *ComplexTestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*KitchenSinkMessage) ClearVal ¶ added in v0.8.1
func (x *KitchenSinkMessage) ClearVal()
func (*KitchenSinkMessage) GetVal ¶
func (x *KitchenSinkMessage) GetVal() *ComplexTestMsg
func (*KitchenSinkMessage) HasVal ¶ added in v0.8.1
func (x *KitchenSinkMessage) HasVal() bool
func (*KitchenSinkMessage) ProtoMessage ¶
func (*KitchenSinkMessage) ProtoMessage()
func (*KitchenSinkMessage) ProtoReflect ¶
func (x *KitchenSinkMessage) ProtoReflect() protoreflect.Message
func (*KitchenSinkMessage) Reset ¶
func (x *KitchenSinkMessage) Reset()
func (*KitchenSinkMessage) SetVal ¶ added in v0.8.1
func (x *KitchenSinkMessage) SetVal(v *ComplexTestMsg)
func (*KitchenSinkMessage) String ¶
func (x *KitchenSinkMessage) String() string
type KitchenSinkMessage_builder ¶ added in v0.8.1
type KitchenSinkMessage_builder struct {
Val *ComplexTestMsg
// contains filtered or unexported fields
}
func (KitchenSinkMessage_builder) Build ¶ added in v0.8.1
func (b0 KitchenSinkMessage_builder) Build() *KitchenSinkMessage
type MapEnumDefined ¶
type MapEnumDefined struct {
Val map[string]TestEnum `` /* 179-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapEnumDefined) GetVal ¶
func (x *MapEnumDefined) GetVal() map[string]TestEnum
func (*MapEnumDefined) ProtoMessage ¶
func (*MapEnumDefined) ProtoMessage()
func (*MapEnumDefined) ProtoReflect ¶
func (x *MapEnumDefined) ProtoReflect() protoreflect.Message
func (*MapEnumDefined) Reset ¶
func (x *MapEnumDefined) Reset()
func (*MapEnumDefined) SetVal ¶ added in v0.8.1
func (x *MapEnumDefined) SetVal(v map[string]TestEnum)
func (*MapEnumDefined) String ¶
func (x *MapEnumDefined) String() string
type MapEnumDefined_builder ¶ added in v0.8.1
type MapEnumDefined_builder struct {
Val map[string]TestEnum
// contains filtered or unexported fields
}
func (MapEnumDefined_builder) Build ¶ added in v0.8.1
func (b0 MapEnumDefined_builder) Build() *MapEnumDefined
type MapExact ¶
type MapExact struct {
Val map[uint64]string `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapExact) ProtoMessage ¶
func (*MapExact) ProtoMessage()
func (*MapExact) ProtoReflect ¶
func (x *MapExact) ProtoReflect() protoreflect.Message
type MapExactIgnore ¶
type MapExactIgnore struct {
Val map[uint64]string `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapExactIgnore) GetVal ¶
func (x *MapExactIgnore) GetVal() map[uint64]string
func (*MapExactIgnore) ProtoMessage ¶
func (*MapExactIgnore) ProtoMessage()
func (*MapExactIgnore) ProtoReflect ¶
func (x *MapExactIgnore) ProtoReflect() protoreflect.Message
func (*MapExactIgnore) Reset ¶
func (x *MapExactIgnore) Reset()
func (*MapExactIgnore) SetVal ¶ added in v0.8.1
func (x *MapExactIgnore) SetVal(v map[uint64]string)
func (*MapExactIgnore) String ¶
func (x *MapExactIgnore) String() string
type MapExactIgnore_builder ¶ added in v0.8.1
type MapExactIgnore_builder struct {
Val map[uint64]string
// contains filtered or unexported fields
}
func (MapExactIgnore_builder) Build ¶ added in v0.8.1
func (b0 MapExactIgnore_builder) Build() *MapExactIgnore
type MapExact_builder ¶ added in v0.8.1
func (MapExact_builder) Build ¶ added in v0.8.1
func (b0 MapExact_builder) Build() *MapExact
type MapExternalEnumDefined ¶
type MapExternalEnumDefined struct {
Val map[string]other_package.Embed_Enumerated `` /* 201-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapExternalEnumDefined) GetVal ¶
func (x *MapExternalEnumDefined) GetVal() map[string]other_package.Embed_Enumerated
func (*MapExternalEnumDefined) ProtoMessage ¶
func (*MapExternalEnumDefined) ProtoMessage()
func (*MapExternalEnumDefined) ProtoReflect ¶
func (x *MapExternalEnumDefined) ProtoReflect() protoreflect.Message
func (*MapExternalEnumDefined) Reset ¶
func (x *MapExternalEnumDefined) Reset()
func (*MapExternalEnumDefined) SetVal ¶ added in v0.8.1
func (x *MapExternalEnumDefined) SetVal(v map[string]other_package.Embed_Enumerated)
func (*MapExternalEnumDefined) String ¶
func (x *MapExternalEnumDefined) String() string
type MapExternalEnumDefined_builder ¶ added in v0.8.1
type MapExternalEnumDefined_builder struct {
Val map[string]other_package.Embed_Enumerated
// contains filtered or unexported fields
}
func (MapExternalEnumDefined_builder) Build ¶ added in v0.8.1
func (b0 MapExternalEnumDefined_builder) Build() *MapExternalEnumDefined
type MapKeys ¶
type MapKeys struct {
Val map[int64]string `` /* 136-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapKeys) ProtoMessage ¶
func (*MapKeys) ProtoMessage()
func (*MapKeys) ProtoReflect ¶
func (x *MapKeys) ProtoReflect() protoreflect.Message
type MapKeysPattern ¶
type MapKeysPattern struct {
Val map[string]string `` /* 133-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapKeysPattern) GetVal ¶
func (x *MapKeysPattern) GetVal() map[string]string
func (*MapKeysPattern) ProtoMessage ¶
func (*MapKeysPattern) ProtoMessage()
func (*MapKeysPattern) ProtoReflect ¶
func (x *MapKeysPattern) ProtoReflect() protoreflect.Message
func (*MapKeysPattern) Reset ¶
func (x *MapKeysPattern) Reset()
func (*MapKeysPattern) SetVal ¶ added in v0.8.1
func (x *MapKeysPattern) SetVal(v map[string]string)
func (*MapKeysPattern) String ¶
func (x *MapKeysPattern) String() string
type MapKeysPattern_builder ¶ added in v0.8.1
type MapKeysPattern_builder struct {
Val map[string]string
// contains filtered or unexported fields
}
func (MapKeysPattern_builder) Build ¶ added in v0.8.1
func (b0 MapKeysPattern_builder) Build() *MapKeysPattern
type MapKeys_builder ¶ added in v0.8.1
func (MapKeys_builder) Build ¶ added in v0.8.1
func (b0 MapKeys_builder) Build() *MapKeys
type MapMax ¶
type MapMax struct {
Val map[int64]float64 `` /* 136-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapMax) ProtoMessage ¶
func (*MapMax) ProtoMessage()
func (*MapMax) ProtoReflect ¶
func (x *MapMax) ProtoReflect() protoreflect.Message
type MapMax_builder ¶ added in v0.8.1
func (MapMax_builder) Build ¶ added in v0.8.1
func (b0 MapMax_builder) Build() *MapMax
type MapMin ¶
type MapMin struct {
Val map[int32]float32 `` /* 136-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapMin) ProtoMessage ¶
func (*MapMin) ProtoMessage()
func (*MapMin) ProtoReflect ¶
func (x *MapMin) ProtoReflect() protoreflect.Message
type MapMinMax ¶
type MapMinMax struct {
Val map[string]bool `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapMinMax) ProtoMessage ¶
func (*MapMinMax) ProtoMessage()
func (*MapMinMax) ProtoReflect ¶
func (x *MapMinMax) ProtoReflect() protoreflect.Message
type MapMinMax_builder ¶ added in v0.8.1
func (MapMinMax_builder) Build ¶ added in v0.8.1
func (b0 MapMinMax_builder) Build() *MapMinMax
type MapMin_builder ¶ added in v0.8.1
func (MapMin_builder) Build ¶ added in v0.8.1
func (b0 MapMin_builder) Build() *MapMin
type MapNone ¶
type MapNone struct {
Val map[uint32]bool `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapNone) ProtoMessage ¶
func (*MapNone) ProtoMessage()
func (*MapNone) ProtoReflect ¶
func (x *MapNone) ProtoReflect() protoreflect.Message
type MapNone_builder ¶ added in v0.8.1
func (MapNone_builder) Build ¶ added in v0.8.1
func (b0 MapNone_builder) Build() *MapNone
type MapRecursive ¶
type MapRecursive struct {
Val map[uint32]*MapRecursive_Msg `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapRecursive) GetVal ¶
func (x *MapRecursive) GetVal() map[uint32]*MapRecursive_Msg
func (*MapRecursive) ProtoMessage ¶
func (*MapRecursive) ProtoMessage()
func (*MapRecursive) ProtoReflect ¶
func (x *MapRecursive) ProtoReflect() protoreflect.Message
func (*MapRecursive) Reset ¶
func (x *MapRecursive) Reset()
func (*MapRecursive) SetVal ¶ added in v0.8.1
func (x *MapRecursive) SetVal(v map[uint32]*MapRecursive_Msg)
func (*MapRecursive) String ¶
func (x *MapRecursive) String() string
type MapRecursive_Msg ¶
type MapRecursive_Msg struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*MapRecursive_Msg) GetVal ¶
func (x *MapRecursive_Msg) GetVal() string
func (*MapRecursive_Msg) ProtoMessage ¶
func (*MapRecursive_Msg) ProtoMessage()
func (*MapRecursive_Msg) ProtoReflect ¶
func (x *MapRecursive_Msg) ProtoReflect() protoreflect.Message
func (*MapRecursive_Msg) Reset ¶
func (x *MapRecursive_Msg) Reset()
func (*MapRecursive_Msg) SetVal ¶ added in v0.8.1
func (x *MapRecursive_Msg) SetVal(v string)
func (*MapRecursive_Msg) String ¶
func (x *MapRecursive_Msg) String() string
type MapRecursive_Msg_builder ¶ added in v0.8.1
type MapRecursive_Msg_builder struct {
Val string
// contains filtered or unexported fields
}
func (MapRecursive_Msg_builder) Build ¶ added in v0.8.1
func (b0 MapRecursive_Msg_builder) Build() *MapRecursive_Msg
type MapRecursive_builder ¶ added in v0.8.1
type MapRecursive_builder struct {
Val map[uint32]*MapRecursive_Msg
// contains filtered or unexported fields
}
func (MapRecursive_builder) Build ¶ added in v0.8.1
func (b0 MapRecursive_builder) Build() *MapRecursive
type MapValues ¶
type MapValues struct {
Val map[string]string `` /* 133-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapValues) ProtoMessage ¶
func (*MapValues) ProtoMessage()
func (*MapValues) ProtoReflect ¶
func (x *MapValues) ProtoReflect() protoreflect.Message
type MapValuesPattern ¶
type MapValuesPattern struct {
Val map[string]string `` /* 133-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MapValuesPattern) GetVal ¶
func (x *MapValuesPattern) GetVal() map[string]string
func (*MapValuesPattern) ProtoMessage ¶
func (*MapValuesPattern) ProtoMessage()
func (*MapValuesPattern) ProtoReflect ¶
func (x *MapValuesPattern) ProtoReflect() protoreflect.Message
func (*MapValuesPattern) Reset ¶
func (x *MapValuesPattern) Reset()
func (*MapValuesPattern) SetVal ¶ added in v0.8.1
func (x *MapValuesPattern) SetVal(v map[string]string)
func (*MapValuesPattern) String ¶
func (x *MapValuesPattern) String() string
type MapValuesPattern_builder ¶ added in v0.8.1
type MapValuesPattern_builder struct {
Val map[string]string
// contains filtered or unexported fields
}
func (MapValuesPattern_builder) Build ¶ added in v0.8.1
func (b0 MapValuesPattern_builder) Build() *MapValuesPattern
type MapValues_builder ¶ added in v0.8.1
func (MapValues_builder) Build ¶ added in v0.8.1
func (b0 MapValues_builder) Build() *MapValues
type Message ¶
type Message struct {
Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type MessageCrossPackage ¶
type MessageCrossPackage struct {
Val *other_package.Embed `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*MessageCrossPackage) ClearVal ¶ added in v0.8.1
func (x *MessageCrossPackage) ClearVal()
func (*MessageCrossPackage) GetVal ¶
func (x *MessageCrossPackage) GetVal() *other_package.Embed
func (*MessageCrossPackage) HasVal ¶ added in v0.8.1
func (x *MessageCrossPackage) HasVal() bool
func (*MessageCrossPackage) ProtoMessage ¶
func (*MessageCrossPackage) ProtoMessage()
func (*MessageCrossPackage) ProtoReflect ¶
func (x *MessageCrossPackage) ProtoReflect() protoreflect.Message
func (*MessageCrossPackage) Reset ¶
func (x *MessageCrossPackage) Reset()
func (*MessageCrossPackage) SetVal ¶ added in v0.8.1
func (x *MessageCrossPackage) SetVal(v *other_package.Embed)
func (*MessageCrossPackage) String ¶
func (x *MessageCrossPackage) String() string
type MessageCrossPackage_builder ¶ added in v0.8.1
type MessageCrossPackage_builder struct {
Val *other_package.Embed
// contains filtered or unexported fields
}
func (MessageCrossPackage_builder) Build ¶ added in v0.8.1
func (b0 MessageCrossPackage_builder) Build() *MessageCrossPackage
type MessageDisabled ¶
type MessageDisabled struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*MessageDisabled) GetVal ¶
func (x *MessageDisabled) GetVal() uint64
func (*MessageDisabled) ProtoMessage ¶
func (*MessageDisabled) ProtoMessage()
func (*MessageDisabled) ProtoReflect ¶
func (x *MessageDisabled) ProtoReflect() protoreflect.Message
func (*MessageDisabled) Reset ¶
func (x *MessageDisabled) Reset()
func (*MessageDisabled) SetVal ¶ added in v0.8.1
func (x *MessageDisabled) SetVal(v uint64)
func (*MessageDisabled) String ¶
func (x *MessageDisabled) String() string
type MessageDisabled_builder ¶ added in v0.8.1
type MessageDisabled_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (MessageDisabled_builder) Build ¶ added in v0.8.1
func (b0 MessageDisabled_builder) Build() *MessageDisabled
type MessageNone ¶
type MessageNone struct {
Val *MessageNone_NoneMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*MessageNone) ClearVal ¶ added in v0.8.1
func (x *MessageNone) ClearVal()
func (*MessageNone) GetVal ¶
func (x *MessageNone) GetVal() *MessageNone_NoneMsg
func (*MessageNone) HasVal ¶ added in v0.8.1
func (x *MessageNone) HasVal() bool
func (*MessageNone) ProtoMessage ¶
func (*MessageNone) ProtoMessage()
func (*MessageNone) ProtoReflect ¶
func (x *MessageNone) ProtoReflect() protoreflect.Message
func (*MessageNone) Reset ¶
func (x *MessageNone) Reset()
func (*MessageNone) SetVal ¶ added in v0.8.1
func (x *MessageNone) SetVal(v *MessageNone_NoneMsg)
func (*MessageNone) String ¶
func (x *MessageNone) String() string
type MessageNone_NoneMsg ¶
type MessageNone_NoneMsg struct {
// contains filtered or unexported fields
}
func (*MessageNone_NoneMsg) ProtoMessage ¶
func (*MessageNone_NoneMsg) ProtoMessage()
func (*MessageNone_NoneMsg) ProtoReflect ¶
func (x *MessageNone_NoneMsg) ProtoReflect() protoreflect.Message
func (*MessageNone_NoneMsg) Reset ¶
func (x *MessageNone_NoneMsg) Reset()
func (*MessageNone_NoneMsg) String ¶
func (x *MessageNone_NoneMsg) String() string
type MessageNone_NoneMsg_builder ¶ added in v0.8.1
type MessageNone_NoneMsg_builder struct {
// contains filtered or unexported fields
}
func (MessageNone_NoneMsg_builder) Build ¶ added in v0.8.1
func (b0 MessageNone_NoneMsg_builder) Build() *MessageNone_NoneMsg
type MessageNone_builder ¶ added in v0.8.1
type MessageNone_builder struct {
Val *MessageNone_NoneMsg
// contains filtered or unexported fields
}
func (MessageNone_builder) Build ¶ added in v0.8.1
func (b0 MessageNone_builder) Build() *MessageNone
type MessageRequired ¶
type MessageRequired struct {
Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*MessageRequired) ClearVal ¶ added in v0.8.1
func (x *MessageRequired) ClearVal()
func (*MessageRequired) GetVal ¶
func (x *MessageRequired) GetVal() *TestMsg
func (*MessageRequired) HasVal ¶ added in v0.8.1
func (x *MessageRequired) HasVal() bool
func (*MessageRequired) ProtoMessage ¶
func (*MessageRequired) ProtoMessage()
func (*MessageRequired) ProtoReflect ¶
func (x *MessageRequired) ProtoReflect() protoreflect.Message
func (*MessageRequired) Reset ¶
func (x *MessageRequired) Reset()
func (*MessageRequired) SetVal ¶ added in v0.8.1
func (x *MessageRequired) SetVal(v *TestMsg)
func (*MessageRequired) String ¶
func (x *MessageRequired) String() string
type MessageRequiredButOptional ¶
type MessageRequiredButOptional struct {
Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*MessageRequiredButOptional) ClearVal ¶ added in v0.8.1
func (x *MessageRequiredButOptional) ClearVal()
func (*MessageRequiredButOptional) GetVal ¶
func (x *MessageRequiredButOptional) GetVal() *TestMsg
func (*MessageRequiredButOptional) HasVal ¶ added in v0.8.1
func (x *MessageRequiredButOptional) HasVal() bool
func (*MessageRequiredButOptional) ProtoMessage ¶
func (*MessageRequiredButOptional) ProtoMessage()
func (*MessageRequiredButOptional) ProtoReflect ¶
func (x *MessageRequiredButOptional) ProtoReflect() protoreflect.Message
func (*MessageRequiredButOptional) Reset ¶
func (x *MessageRequiredButOptional) Reset()
func (*MessageRequiredButOptional) SetVal ¶ added in v0.8.1
func (x *MessageRequiredButOptional) SetVal(v *TestMsg)
func (*MessageRequiredButOptional) String ¶
func (x *MessageRequiredButOptional) String() string
type MessageRequiredButOptional_builder ¶ added in v0.8.1
type MessageRequiredButOptional_builder struct {
Val *TestMsg
// contains filtered or unexported fields
}
func (MessageRequiredButOptional_builder) Build ¶ added in v0.8.1
func (b0 MessageRequiredButOptional_builder) Build() *MessageRequiredButOptional
type MessageRequiredOneof ¶
type MessageRequiredOneof struct {
// Types that are valid to be assigned to One:
//
// *MessageRequiredOneof_Val
One isMessageRequiredOneof_One `protobuf_oneof:"one"`
// contains filtered or unexported fields
}
func (*MessageRequiredOneof) ClearOne ¶ added in v0.8.1
func (x *MessageRequiredOneof) ClearOne()
func (*MessageRequiredOneof) ClearVal ¶ added in v0.8.1
func (x *MessageRequiredOneof) ClearVal()
func (*MessageRequiredOneof) GetOne ¶
func (x *MessageRequiredOneof) GetOne() isMessageRequiredOneof_One
func (*MessageRequiredOneof) GetVal ¶
func (x *MessageRequiredOneof) GetVal() *TestMsg
func (*MessageRequiredOneof) HasOne ¶ added in v0.8.1
func (x *MessageRequiredOneof) HasOne() bool
func (*MessageRequiredOneof) HasVal ¶ added in v0.8.1
func (x *MessageRequiredOneof) HasVal() bool
func (*MessageRequiredOneof) ProtoMessage ¶
func (*MessageRequiredOneof) ProtoMessage()
func (*MessageRequiredOneof) ProtoReflect ¶
func (x *MessageRequiredOneof) ProtoReflect() protoreflect.Message
func (*MessageRequiredOneof) Reset ¶
func (x *MessageRequiredOneof) Reset()
func (*MessageRequiredOneof) SetVal ¶ added in v0.8.1
func (x *MessageRequiredOneof) SetVal(v *TestMsg)
func (*MessageRequiredOneof) String ¶
func (x *MessageRequiredOneof) String() string
func (*MessageRequiredOneof) WhichOne ¶ added in v0.8.1
func (x *MessageRequiredOneof) WhichOne() case_MessageRequiredOneof_One
type MessageRequiredOneof_Val ¶
type MessageRequiredOneof_Val struct {
Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3,oneof"`
}
type MessageRequiredOneof_builder ¶ added in v0.8.1
type MessageRequiredOneof_builder struct {
// Fields of oneof One:
Val *TestMsg
// contains filtered or unexported fields
}
func (MessageRequiredOneof_builder) Build ¶ added in v0.8.1
func (b0 MessageRequiredOneof_builder) Build() *MessageRequiredOneof
type MessageRequired_builder ¶ added in v0.8.1
type MessageRequired_builder struct {
Val *TestMsg
// contains filtered or unexported fields
}
func (MessageRequired_builder) Build ¶ added in v0.8.1
func (b0 MessageRequired_builder) Build() *MessageRequired
type MessageSkip ¶
type MessageSkip struct {
Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*MessageSkip) ClearVal ¶ added in v0.8.1
func (x *MessageSkip) ClearVal()
func (*MessageSkip) GetVal ¶
func (x *MessageSkip) GetVal() *TestMsg
func (*MessageSkip) HasVal ¶ added in v0.8.1
func (x *MessageSkip) HasVal() bool
func (*MessageSkip) ProtoMessage ¶
func (*MessageSkip) ProtoMessage()
func (*MessageSkip) ProtoReflect ¶
func (x *MessageSkip) ProtoReflect() protoreflect.Message
func (*MessageSkip) Reset ¶
func (x *MessageSkip) Reset()
func (*MessageSkip) SetVal ¶ added in v0.8.1
func (x *MessageSkip) SetVal(v *TestMsg)
func (*MessageSkip) String ¶
func (x *MessageSkip) String() string
type MessageSkip_builder ¶ added in v0.8.1
type MessageSkip_builder struct {
Val *TestMsg
// contains filtered or unexported fields
}
func (MessageSkip_builder) Build ¶ added in v0.8.1
func (b0 MessageSkip_builder) Build() *MessageSkip
type MessageWith3DInside ¶
type MessageWith3DInside struct {
// contains filtered or unexported fields
}
func (*MessageWith3DInside) ProtoMessage ¶
func (*MessageWith3DInside) ProtoMessage()
func (*MessageWith3DInside) ProtoReflect ¶
func (x *MessageWith3DInside) ProtoReflect() protoreflect.Message
func (*MessageWith3DInside) Reset ¶
func (x *MessageWith3DInside) Reset()
func (*MessageWith3DInside) String ¶
func (x *MessageWith3DInside) String() string
type MessageWith3DInside_builder ¶ added in v0.8.1
type MessageWith3DInside_builder struct {
// contains filtered or unexported fields
}
func (MessageWith3DInside_builder) Build ¶ added in v0.8.1
func (b0 MessageWith3DInside_builder) Build() *MessageWith3DInside
type Message_builder ¶ added in v0.8.1
type Message_builder struct {
Val *TestMsg
// contains filtered or unexported fields
}
func (Message_builder) Build ¶ added in v0.8.1
func (b0 Message_builder) Build() *Message
type MultipleMaps ¶
type MultipleMaps struct {
First map[uint32]string `` /* 138-byte string literal not displayed */
Second map[int32]bool `` /* 141-byte string literal not displayed */
Third map[int32]bool `` /* 139-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*MultipleMaps) GetFirst ¶
func (x *MultipleMaps) GetFirst() map[uint32]string
func (*MultipleMaps) GetSecond ¶
func (x *MultipleMaps) GetSecond() map[int32]bool
func (*MultipleMaps) GetThird ¶
func (x *MultipleMaps) GetThird() map[int32]bool
func (*MultipleMaps) ProtoMessage ¶
func (*MultipleMaps) ProtoMessage()
func (*MultipleMaps) ProtoReflect ¶
func (x *MultipleMaps) ProtoReflect() protoreflect.Message
func (*MultipleMaps) Reset ¶
func (x *MultipleMaps) Reset()
func (*MultipleMaps) SetFirst ¶ added in v0.8.1
func (x *MultipleMaps) SetFirst(v map[uint32]string)
func (*MultipleMaps) SetSecond ¶ added in v0.8.1
func (x *MultipleMaps) SetSecond(v map[int32]bool)
func (*MultipleMaps) SetThird ¶ added in v0.8.1
func (x *MultipleMaps) SetThird(v map[int32]bool)
func (*MultipleMaps) String ¶
func (x *MultipleMaps) String() string
type MultipleMaps_builder ¶ added in v0.8.1
type MultipleMaps_builder struct {
First map[uint32]string
Second map[int32]bool
Third map[int32]bool
// contains filtered or unexported fields
}
func (MultipleMaps_builder) Build ¶ added in v0.8.1
func (b0 MultipleMaps_builder) Build() *MultipleMaps
type Oneof ¶
type Oneof struct {
// Types that are valid to be assigned to O:
//
// *Oneof_X
// *Oneof_Y
// *Oneof_Z
O isOneof_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Oneof) GetZ ¶
func (x *Oneof) GetZ() *TestOneofMsg
func (*Oneof) ProtoMessage ¶
func (*Oneof) ProtoMessage()
func (*Oneof) ProtoReflect ¶
func (x *Oneof) ProtoReflect() protoreflect.Message
func (*Oneof) SetZ ¶ added in v0.8.1
func (x *Oneof) SetZ(v *TestOneofMsg)
type OneofNone ¶
type OneofNone struct {
// Types that are valid to be assigned to O:
//
// *OneofNone_X
// *OneofNone_Y
O isOneofNone_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*OneofNone) ProtoMessage ¶
func (*OneofNone) ProtoMessage()
func (*OneofNone) ProtoReflect ¶
func (x *OneofNone) ProtoReflect() protoreflect.Message
type OneofNone_X ¶
type OneofNone_X struct {
X string `protobuf:"bytes,1,opt,name=x,proto3,oneof"`
}
type OneofNone_Y ¶
type OneofNone_Y struct {
Y int32 `protobuf:"varint,2,opt,name=y,proto3,oneof"`
}
type OneofNone_builder ¶ added in v0.8.1
type OneofNone_builder struct {
// Fields of oneof O:
X *string
Y *int32
// contains filtered or unexported fields
}
func (OneofNone_builder) Build ¶ added in v0.8.1
func (b0 OneofNone_builder) Build() *OneofNone
type OneofRequired ¶
type OneofRequired struct {
// Types that are valid to be assigned to O:
//
// *OneofRequired_X
// *OneofRequired_Y
// *OneofRequired_NameWithUnderscores
// *OneofRequired_UnderAnd_1Number
O isOneofRequired_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*OneofRequired) ClearNameWithUnderscores ¶ added in v0.8.1
func (x *OneofRequired) ClearNameWithUnderscores()
func (*OneofRequired) ClearO ¶ added in v0.8.1
func (x *OneofRequired) ClearO()
func (*OneofRequired) ClearUnderAnd_1Number ¶ added in v0.8.1
func (x *OneofRequired) ClearUnderAnd_1Number()
func (*OneofRequired) ClearX ¶ added in v0.8.1
func (x *OneofRequired) ClearX()
func (*OneofRequired) ClearY ¶ added in v0.8.1
func (x *OneofRequired) ClearY()
func (*OneofRequired) GetNameWithUnderscores ¶
func (x *OneofRequired) GetNameWithUnderscores() int32
func (*OneofRequired) GetO ¶
func (x *OneofRequired) GetO() isOneofRequired_O
func (*OneofRequired) GetUnderAnd_1Number ¶
func (x *OneofRequired) GetUnderAnd_1Number() int32
func (*OneofRequired) GetX ¶
func (x *OneofRequired) GetX() string
func (*OneofRequired) GetY ¶
func (x *OneofRequired) GetY() int32
func (*OneofRequired) HasNameWithUnderscores ¶ added in v0.8.1
func (x *OneofRequired) HasNameWithUnderscores() bool
func (*OneofRequired) HasO ¶ added in v0.8.1
func (x *OneofRequired) HasO() bool
func (*OneofRequired) HasUnderAnd_1Number ¶ added in v0.8.1
func (x *OneofRequired) HasUnderAnd_1Number() bool
func (*OneofRequired) HasX ¶ added in v0.8.1
func (x *OneofRequired) HasX() bool
func (*OneofRequired) HasY ¶ added in v0.8.1
func (x *OneofRequired) HasY() bool
func (*OneofRequired) ProtoMessage ¶
func (*OneofRequired) ProtoMessage()
func (*OneofRequired) ProtoReflect ¶
func (x *OneofRequired) ProtoReflect() protoreflect.Message
func (*OneofRequired) Reset ¶
func (x *OneofRequired) Reset()
func (*OneofRequired) SetNameWithUnderscores ¶ added in v0.8.1
func (x *OneofRequired) SetNameWithUnderscores(v int32)
func (*OneofRequired) SetUnderAnd_1Number ¶ added in v0.8.1
func (x *OneofRequired) SetUnderAnd_1Number(v int32)
func (*OneofRequired) SetX ¶ added in v0.8.1
func (x *OneofRequired) SetX(v string)
func (*OneofRequired) SetY ¶ added in v0.8.1
func (x *OneofRequired) SetY(v int32)
func (*OneofRequired) String ¶
func (x *OneofRequired) String() string
func (*OneofRequired) WhichO ¶ added in v0.8.1
func (x *OneofRequired) WhichO() case_OneofRequired_O
type OneofRequiredWithRequiredField ¶ added in v0.4.1
type OneofRequiredWithRequiredField struct {
// Types that are valid to be assigned to O:
//
// *OneofRequiredWithRequiredField_A
// *OneofRequiredWithRequiredField_B
O isOneofRequiredWithRequiredField_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*OneofRequiredWithRequiredField) ClearA ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) ClearA()
func (*OneofRequiredWithRequiredField) ClearB ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) ClearB()
func (*OneofRequiredWithRequiredField) ClearO ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) ClearO()
func (*OneofRequiredWithRequiredField) GetA ¶ added in v0.4.1
func (x *OneofRequiredWithRequiredField) GetA() string
func (*OneofRequiredWithRequiredField) GetB ¶ added in v0.4.1
func (x *OneofRequiredWithRequiredField) GetB() string
func (*OneofRequiredWithRequiredField) GetO ¶ added in v0.4.1
func (x *OneofRequiredWithRequiredField) GetO() isOneofRequiredWithRequiredField_O
func (*OneofRequiredWithRequiredField) HasA ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) HasA() bool
func (*OneofRequiredWithRequiredField) HasB ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) HasB() bool
func (*OneofRequiredWithRequiredField) HasO ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) HasO() bool
func (*OneofRequiredWithRequiredField) ProtoMessage ¶ added in v0.4.1
func (*OneofRequiredWithRequiredField) ProtoMessage()
func (*OneofRequiredWithRequiredField) ProtoReflect ¶ added in v0.4.1
func (x *OneofRequiredWithRequiredField) ProtoReflect() protoreflect.Message
func (*OneofRequiredWithRequiredField) Reset ¶ added in v0.4.1
func (x *OneofRequiredWithRequiredField) Reset()
func (*OneofRequiredWithRequiredField) SetA ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) SetA(v string)
func (*OneofRequiredWithRequiredField) SetB ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) SetB(v string)
func (*OneofRequiredWithRequiredField) String ¶ added in v0.4.1
func (x *OneofRequiredWithRequiredField) String() string
func (*OneofRequiredWithRequiredField) WhichO ¶ added in v0.8.1
func (x *OneofRequiredWithRequiredField) WhichO() case_OneofRequiredWithRequiredField_O
type OneofRequiredWithRequiredField_A ¶ added in v0.4.1
type OneofRequiredWithRequiredField_A struct {
A string `protobuf:"bytes,1,opt,name=a,proto3,oneof"`
}
type OneofRequiredWithRequiredField_B ¶ added in v0.4.1
type OneofRequiredWithRequiredField_B struct {
B string `protobuf:"bytes,2,opt,name=b,proto3,oneof"`
}
type OneofRequiredWithRequiredField_builder ¶ added in v0.8.1
type OneofRequiredWithRequiredField_builder struct {
// Fields of oneof O:
A *string
B *string
// contains filtered or unexported fields
}
func (OneofRequiredWithRequiredField_builder) Build ¶ added in v0.8.1
func (b0 OneofRequiredWithRequiredField_builder) Build() *OneofRequiredWithRequiredField
type OneofRequired_NameWithUnderscores ¶
type OneofRequired_NameWithUnderscores struct {
NameWithUnderscores int32 `protobuf:"varint,3,opt,name=name_with_underscores,json=nameWithUnderscores,proto3,oneof"`
}
type OneofRequired_UnderAnd_1Number ¶
type OneofRequired_UnderAnd_1Number struct {
UnderAnd_1Number int32 `protobuf:"varint,4,opt,name=under_and_1_number,json=underAnd1Number,proto3,oneof"`
}
type OneofRequired_X ¶
type OneofRequired_X struct {
X string `protobuf:"bytes,1,opt,name=x,proto3,oneof"`
}
type OneofRequired_Y ¶
type OneofRequired_Y struct {
Y int32 `protobuf:"varint,2,opt,name=y,proto3,oneof"`
}
type OneofRequired_builder ¶ added in v0.8.1
type OneofRequired_builder struct {
// Fields of oneof O:
X *string
Y *int32
NameWithUnderscores *int32
UnderAnd_1Number *int32
// contains filtered or unexported fields
}
func (OneofRequired_builder) Build ¶ added in v0.8.1
func (b0 OneofRequired_builder) Build() *OneofRequired
type Oneof_Z ¶
type Oneof_Z struct {
Z *TestOneofMsg `protobuf:"bytes,3,opt,name=z,proto3,oneof"`
}
type Oneof_builder ¶ added in v0.8.1
type Oneof_builder struct {
// Fields of oneof O:
X *string
Y *int32
Z *TestOneofMsg
// contains filtered or unexported fields
}
func (Oneof_builder) Build ¶ added in v0.8.1
func (b0 Oneof_builder) Build() *Oneof
type PredefinedAndCustomRuleEdition2023 ¶ added in v0.7.0
type PredefinedAndCustomRuleEdition2023 struct {
A *int32 `protobuf:"zigzag32,1,opt,name=a" json:"a,omitempty"`
B *PredefinedAndCustomRuleEdition2023_Nested `protobuf:"bytes,2,opt,name=b" json:"b,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedAndCustomRuleEdition2023) ClearA ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023) ClearA()
func (*PredefinedAndCustomRuleEdition2023) ClearB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023) ClearB()
func (*PredefinedAndCustomRuleEdition2023) GetA ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023) GetA() int32
func (*PredefinedAndCustomRuleEdition2023) GetB ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023) GetB() *PredefinedAndCustomRuleEdition2023_Nested
func (*PredefinedAndCustomRuleEdition2023) HasA ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023) HasA() bool
func (*PredefinedAndCustomRuleEdition2023) HasB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023) HasB() bool
func (*PredefinedAndCustomRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedAndCustomRuleEdition2023) ProtoMessage()
func (*PredefinedAndCustomRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedAndCustomRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023) Reset()
func (*PredefinedAndCustomRuleEdition2023) SetA ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023) SetA(v int32)
func (*PredefinedAndCustomRuleEdition2023) SetB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023) SetB(v *PredefinedAndCustomRuleEdition2023_Nested)
func (*PredefinedAndCustomRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023) String() string
type PredefinedAndCustomRuleEdition2023_Nested ¶ added in v0.7.0
type PredefinedAndCustomRuleEdition2023_Nested struct {
C *int32 `protobuf:"zigzag32,1,opt,name=c" json:"c,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedAndCustomRuleEdition2023_Nested) ClearC ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023_Nested) ClearC()
func (*PredefinedAndCustomRuleEdition2023_Nested) GetC ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023_Nested) GetC() int32
func (*PredefinedAndCustomRuleEdition2023_Nested) HasC ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023_Nested) HasC() bool
func (*PredefinedAndCustomRuleEdition2023_Nested) ProtoMessage ¶ added in v0.7.0
func (*PredefinedAndCustomRuleEdition2023_Nested) ProtoMessage()
func (*PredefinedAndCustomRuleEdition2023_Nested) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023_Nested) ProtoReflect() protoreflect.Message
func (*PredefinedAndCustomRuleEdition2023_Nested) Reset ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023_Nested) Reset()
func (*PredefinedAndCustomRuleEdition2023_Nested) SetC ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleEdition2023_Nested) SetC(v int32)
func (*PredefinedAndCustomRuleEdition2023_Nested) String ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleEdition2023_Nested) String() string
type PredefinedAndCustomRuleEdition2023_Nested_builder ¶ added in v0.8.1
type PredefinedAndCustomRuleEdition2023_Nested_builder struct {
C *int32
// contains filtered or unexported fields
}
type PredefinedAndCustomRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedAndCustomRuleEdition2023_builder struct {
A *int32
B *PredefinedAndCustomRuleEdition2023_Nested
// contains filtered or unexported fields
}
func (PredefinedAndCustomRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedAndCustomRuleEdition2023_builder) Build() *PredefinedAndCustomRuleEdition2023
type PredefinedAndCustomRuleProto2 ¶ added in v0.7.0
type PredefinedAndCustomRuleProto2 struct {
A *int32 `protobuf:"zigzag32,1,opt,name=a" json:"a,omitempty"`
B *PredefinedAndCustomRuleProto2_Nested `protobuf:"bytes,2,opt,name=b" json:"b,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedAndCustomRuleProto2) ClearA ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2) ClearA()
func (*PredefinedAndCustomRuleProto2) ClearB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2) ClearB()
func (*PredefinedAndCustomRuleProto2) GetA ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2) GetA() int32
func (*PredefinedAndCustomRuleProto2) GetB ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2) GetB() *PredefinedAndCustomRuleProto2_Nested
func (*PredefinedAndCustomRuleProto2) HasA ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2) HasA() bool
func (*PredefinedAndCustomRuleProto2) HasB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2) HasB() bool
func (*PredefinedAndCustomRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedAndCustomRuleProto2) ProtoMessage()
func (*PredefinedAndCustomRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedAndCustomRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2) Reset()
func (*PredefinedAndCustomRuleProto2) SetA ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2) SetA(v int32)
func (*PredefinedAndCustomRuleProto2) SetB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2) SetB(v *PredefinedAndCustomRuleProto2_Nested)
func (*PredefinedAndCustomRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2) String() string
type PredefinedAndCustomRuleProto2_Nested ¶ added in v0.7.0
type PredefinedAndCustomRuleProto2_Nested struct {
C *int32 `protobuf:"zigzag32,1,opt,name=c" json:"c,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedAndCustomRuleProto2_Nested) ClearC ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2_Nested) ClearC()
func (*PredefinedAndCustomRuleProto2_Nested) GetC ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2_Nested) GetC() int32
func (*PredefinedAndCustomRuleProto2_Nested) HasC ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2_Nested) HasC() bool
func (*PredefinedAndCustomRuleProto2_Nested) ProtoMessage ¶ added in v0.7.0
func (*PredefinedAndCustomRuleProto2_Nested) ProtoMessage()
func (*PredefinedAndCustomRuleProto2_Nested) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2_Nested) ProtoReflect() protoreflect.Message
func (*PredefinedAndCustomRuleProto2_Nested) Reset ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2_Nested) Reset()
func (*PredefinedAndCustomRuleProto2_Nested) SetC ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto2_Nested) SetC(v int32)
func (*PredefinedAndCustomRuleProto2_Nested) String ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto2_Nested) String() string
type PredefinedAndCustomRuleProto2_Nested_builder ¶ added in v0.8.1
type PredefinedAndCustomRuleProto2_Nested_builder struct {
C *int32
// contains filtered or unexported fields
}
func (PredefinedAndCustomRuleProto2_Nested_builder) Build ¶ added in v0.8.1
func (b0 PredefinedAndCustomRuleProto2_Nested_builder) Build() *PredefinedAndCustomRuleProto2_Nested
type PredefinedAndCustomRuleProto2_builder ¶ added in v0.8.1
type PredefinedAndCustomRuleProto2_builder struct {
A *int32
B *PredefinedAndCustomRuleProto2_Nested
// contains filtered or unexported fields
}
func (PredefinedAndCustomRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedAndCustomRuleProto2_builder) Build() *PredefinedAndCustomRuleProto2
type PredefinedAndCustomRuleProto3 ¶ added in v0.7.0
type PredefinedAndCustomRuleProto3 struct {
A int32 `protobuf:"zigzag32,1,opt,name=a,proto3" json:"a,omitempty"`
B *PredefinedAndCustomRuleProto3_Nested `protobuf:"bytes,2,opt,name=b,proto3,oneof" json:"b,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedAndCustomRuleProto3) ClearB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto3) ClearB()
func (*PredefinedAndCustomRuleProto3) GetA ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3) GetA() int32
func (*PredefinedAndCustomRuleProto3) GetB ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3) GetB() *PredefinedAndCustomRuleProto3_Nested
func (*PredefinedAndCustomRuleProto3) HasB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto3) HasB() bool
func (*PredefinedAndCustomRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedAndCustomRuleProto3) ProtoMessage()
func (*PredefinedAndCustomRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedAndCustomRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3) Reset()
func (*PredefinedAndCustomRuleProto3) SetA ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto3) SetA(v int32)
func (*PredefinedAndCustomRuleProto3) SetB ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto3) SetB(v *PredefinedAndCustomRuleProto3_Nested)
func (*PredefinedAndCustomRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3) String() string
type PredefinedAndCustomRuleProto3_Nested ¶ added in v0.7.0
type PredefinedAndCustomRuleProto3_Nested struct {
C int32 `protobuf:"zigzag32,1,opt,name=c,proto3" json:"c,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedAndCustomRuleProto3_Nested) GetC ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3_Nested) GetC() int32
func (*PredefinedAndCustomRuleProto3_Nested) ProtoMessage ¶ added in v0.7.0
func (*PredefinedAndCustomRuleProto3_Nested) ProtoMessage()
func (*PredefinedAndCustomRuleProto3_Nested) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3_Nested) ProtoReflect() protoreflect.Message
func (*PredefinedAndCustomRuleProto3_Nested) Reset ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3_Nested) Reset()
func (*PredefinedAndCustomRuleProto3_Nested) SetC ¶ added in v0.8.1
func (x *PredefinedAndCustomRuleProto3_Nested) SetC(v int32)
func (*PredefinedAndCustomRuleProto3_Nested) String ¶ added in v0.7.0
func (x *PredefinedAndCustomRuleProto3_Nested) String() string
type PredefinedAndCustomRuleProto3_Nested_builder ¶ added in v0.8.1
type PredefinedAndCustomRuleProto3_Nested_builder struct {
C int32
// contains filtered or unexported fields
}
func (PredefinedAndCustomRuleProto3_Nested_builder) Build ¶ added in v0.8.1
func (b0 PredefinedAndCustomRuleProto3_Nested_builder) Build() *PredefinedAndCustomRuleProto3_Nested
type PredefinedAndCustomRuleProto3_builder ¶ added in v0.8.1
type PredefinedAndCustomRuleProto3_builder struct {
A int32
B *PredefinedAndCustomRuleProto3_Nested
// contains filtered or unexported fields
}
func (PredefinedAndCustomRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedAndCustomRuleProto3_builder) Build() *PredefinedAndCustomRuleProto3
type PredefinedBoolRuleEdition2023 ¶ added in v0.7.0
type PredefinedBoolRuleEdition2023 struct {
Val *bool `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedBoolRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedBoolRuleEdition2023) ClearVal()
func (*PredefinedBoolRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedBoolRuleEdition2023) GetVal() bool
func (*PredefinedBoolRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedBoolRuleEdition2023) HasVal() bool
func (*PredefinedBoolRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedBoolRuleEdition2023) ProtoMessage()
func (*PredefinedBoolRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedBoolRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedBoolRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedBoolRuleEdition2023) Reset()
func (*PredefinedBoolRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedBoolRuleEdition2023) SetVal(v bool)
func (*PredefinedBoolRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedBoolRuleEdition2023) String() string
type PredefinedBoolRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedBoolRuleEdition2023_builder struct {
Val *bool
// contains filtered or unexported fields
}
func (PredefinedBoolRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedBoolRuleEdition2023_builder) Build() *PredefinedBoolRuleEdition2023
type PredefinedBoolRuleProto2 ¶ added in v0.7.0
type PredefinedBoolRuleProto2 struct {
Val *bool `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedBoolRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedBoolRuleProto2) ClearVal()
func (*PredefinedBoolRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto2) GetVal() bool
func (*PredefinedBoolRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedBoolRuleProto2) HasVal() bool
func (*PredefinedBoolRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedBoolRuleProto2) ProtoMessage()
func (*PredefinedBoolRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedBoolRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto2) Reset()
func (*PredefinedBoolRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedBoolRuleProto2) SetVal(v bool)
func (*PredefinedBoolRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto2) String() string
type PredefinedBoolRuleProto2_builder ¶ added in v0.8.1
type PredefinedBoolRuleProto2_builder struct {
Val *bool
// contains filtered or unexported fields
}
func (PredefinedBoolRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedBoolRuleProto2_builder) Build() *PredefinedBoolRuleProto2
type PredefinedBoolRuleProto3 ¶ added in v0.7.0
type PredefinedBoolRuleProto3 struct {
Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedBoolRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto3) GetVal() bool
func (*PredefinedBoolRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedBoolRuleProto3) ProtoMessage()
func (*PredefinedBoolRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedBoolRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto3) Reset()
func (*PredefinedBoolRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedBoolRuleProto3) SetVal(v bool)
func (*PredefinedBoolRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedBoolRuleProto3) String() string
type PredefinedBoolRuleProto3_builder ¶ added in v0.8.1
type PredefinedBoolRuleProto3_builder struct {
Val bool
// contains filtered or unexported fields
}
func (PredefinedBoolRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedBoolRuleProto3_builder) Build() *PredefinedBoolRuleProto3
type PredefinedBytesRuleEdition2023 ¶ added in v0.7.0
type PredefinedBytesRuleEdition2023 struct {
Val []byte `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedBytesRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedBytesRuleEdition2023) ClearVal()
func (*PredefinedBytesRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedBytesRuleEdition2023) GetVal() []byte
func (*PredefinedBytesRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedBytesRuleEdition2023) HasVal() bool
func (*PredefinedBytesRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedBytesRuleEdition2023) ProtoMessage()
func (*PredefinedBytesRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedBytesRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedBytesRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedBytesRuleEdition2023) Reset()
func (*PredefinedBytesRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedBytesRuleEdition2023) SetVal(v []byte)
func (*PredefinedBytesRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedBytesRuleEdition2023) String() string
type PredefinedBytesRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedBytesRuleEdition2023_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (PredefinedBytesRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedBytesRuleEdition2023_builder) Build() *PredefinedBytesRuleEdition2023
type PredefinedBytesRuleProto2 ¶ added in v0.7.0
type PredefinedBytesRuleProto2 struct {
Val []byte `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedBytesRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedBytesRuleProto2) ClearVal()
func (*PredefinedBytesRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto2) GetVal() []byte
func (*PredefinedBytesRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedBytesRuleProto2) HasVal() bool
func (*PredefinedBytesRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedBytesRuleProto2) ProtoMessage()
func (*PredefinedBytesRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedBytesRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto2) Reset()
func (*PredefinedBytesRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedBytesRuleProto2) SetVal(v []byte)
func (*PredefinedBytesRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto2) String() string
type PredefinedBytesRuleProto2_builder ¶ added in v0.8.1
type PredefinedBytesRuleProto2_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (PredefinedBytesRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedBytesRuleProto2_builder) Build() *PredefinedBytesRuleProto2
type PredefinedBytesRuleProto3 ¶ added in v0.7.0
type PredefinedBytesRuleProto3 struct {
Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedBytesRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto3) GetVal() []byte
func (*PredefinedBytesRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedBytesRuleProto3) ProtoMessage()
func (*PredefinedBytesRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedBytesRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto3) Reset()
func (*PredefinedBytesRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedBytesRuleProto3) SetVal(v []byte)
func (*PredefinedBytesRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedBytesRuleProto3) String() string
type PredefinedBytesRuleProto3_builder ¶ added in v0.8.1
type PredefinedBytesRuleProto3_builder struct {
Val []byte
// contains filtered or unexported fields
}
func (PredefinedBytesRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedBytesRuleProto3_builder) Build() *PredefinedBytesRuleProto3
type PredefinedDoubleRuleEdition2023 ¶ added in v0.7.0
type PredefinedDoubleRuleEdition2023 struct {
Val *float64 `protobuf:"fixed64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedDoubleRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedDoubleRuleEdition2023) ClearVal()
func (*PredefinedDoubleRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedDoubleRuleEdition2023) GetVal() float64
func (*PredefinedDoubleRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedDoubleRuleEdition2023) HasVal() bool
func (*PredefinedDoubleRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedDoubleRuleEdition2023) ProtoMessage()
func (*PredefinedDoubleRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedDoubleRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedDoubleRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedDoubleRuleEdition2023) Reset()
func (*PredefinedDoubleRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedDoubleRuleEdition2023) SetVal(v float64)
func (*PredefinedDoubleRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedDoubleRuleEdition2023) String() string
type PredefinedDoubleRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedDoubleRuleEdition2023_builder struct {
Val *float64
// contains filtered or unexported fields
}
func (PredefinedDoubleRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedDoubleRuleEdition2023_builder) Build() *PredefinedDoubleRuleEdition2023
type PredefinedDoubleRuleProto2 ¶ added in v0.7.0
type PredefinedDoubleRuleProto2 struct {
Val *float64 `protobuf:"fixed64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedDoubleRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedDoubleRuleProto2) ClearVal()
func (*PredefinedDoubleRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto2) GetVal() float64
func (*PredefinedDoubleRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedDoubleRuleProto2) HasVal() bool
func (*PredefinedDoubleRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedDoubleRuleProto2) ProtoMessage()
func (*PredefinedDoubleRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedDoubleRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto2) Reset()
func (*PredefinedDoubleRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedDoubleRuleProto2) SetVal(v float64)
func (*PredefinedDoubleRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto2) String() string
type PredefinedDoubleRuleProto2_builder ¶ added in v0.8.1
type PredefinedDoubleRuleProto2_builder struct {
Val *float64
// contains filtered or unexported fields
}
func (PredefinedDoubleRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedDoubleRuleProto2_builder) Build() *PredefinedDoubleRuleProto2
type PredefinedDoubleRuleProto3 ¶ added in v0.7.0
type PredefinedDoubleRuleProto3 struct {
Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedDoubleRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto3) GetVal() float64
func (*PredefinedDoubleRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedDoubleRuleProto3) ProtoMessage()
func (*PredefinedDoubleRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedDoubleRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto3) Reset()
func (*PredefinedDoubleRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedDoubleRuleProto3) SetVal(v float64)
func (*PredefinedDoubleRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedDoubleRuleProto3) String() string
type PredefinedDoubleRuleProto3_builder ¶ added in v0.8.1
type PredefinedDoubleRuleProto3_builder struct {
Val float64
// contains filtered or unexported fields
}
func (PredefinedDoubleRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedDoubleRuleProto3_builder) Build() *PredefinedDoubleRuleProto3
type PredefinedDurationRuleEdition2023 ¶ added in v0.7.0
type PredefinedDurationRuleEdition2023 struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedDurationRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleEdition2023) ClearVal()
func (*PredefinedDurationRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedDurationRuleEdition2023) GetVal() *durationpb.Duration
func (*PredefinedDurationRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleEdition2023) HasVal() bool
func (*PredefinedDurationRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedDurationRuleEdition2023) ProtoMessage()
func (*PredefinedDurationRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedDurationRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedDurationRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedDurationRuleEdition2023) Reset()
func (*PredefinedDurationRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleEdition2023) SetVal(v *durationpb.Duration)
func (*PredefinedDurationRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedDurationRuleEdition2023) String() string
type PredefinedDurationRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedDurationRuleEdition2023_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (PredefinedDurationRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedDurationRuleEdition2023_builder) Build() *PredefinedDurationRuleEdition2023
type PredefinedDurationRuleProto2 ¶ added in v0.7.0
type PredefinedDurationRuleProto2 struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedDurationRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleProto2) ClearVal()
func (*PredefinedDurationRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto2) GetVal() *durationpb.Duration
func (*PredefinedDurationRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleProto2) HasVal() bool
func (*PredefinedDurationRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedDurationRuleProto2) ProtoMessage()
func (*PredefinedDurationRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedDurationRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto2) Reset()
func (*PredefinedDurationRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleProto2) SetVal(v *durationpb.Duration)
func (*PredefinedDurationRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto2) String() string
type PredefinedDurationRuleProto2_builder ¶ added in v0.8.1
type PredefinedDurationRuleProto2_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (PredefinedDurationRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedDurationRuleProto2_builder) Build() *PredefinedDurationRuleProto2
type PredefinedDurationRuleProto3 ¶ added in v0.7.0
type PredefinedDurationRuleProto3 struct {
Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedDurationRuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleProto3) ClearVal()
func (*PredefinedDurationRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto3) GetVal() *durationpb.Duration
func (*PredefinedDurationRuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleProto3) HasVal() bool
func (*PredefinedDurationRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedDurationRuleProto3) ProtoMessage()
func (*PredefinedDurationRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedDurationRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto3) Reset()
func (*PredefinedDurationRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedDurationRuleProto3) SetVal(v *durationpb.Duration)
func (*PredefinedDurationRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedDurationRuleProto3) String() string
type PredefinedDurationRuleProto3_builder ¶ added in v0.8.1
type PredefinedDurationRuleProto3_builder struct {
Val *durationpb.Duration
// contains filtered or unexported fields
}
func (PredefinedDurationRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedDurationRuleProto3_builder) Build() *PredefinedDurationRuleProto3
type PredefinedEnumRuleEdition2023 ¶ added in v0.7.0
type PredefinedEnumRuleEdition2023 struct {
Val *PredefinedEnumRuleEdition2023_EnumEdition2023 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*PredefinedEnumRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedEnumRuleEdition2023) ClearVal()
func (*PredefinedEnumRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedEnumRuleEdition2023) GetVal() PredefinedEnumRuleEdition2023_EnumEdition2023
func (*PredefinedEnumRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedEnumRuleEdition2023) HasVal() bool
func (*PredefinedEnumRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedEnumRuleEdition2023) ProtoMessage()
func (*PredefinedEnumRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedEnumRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedEnumRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedEnumRuleEdition2023) Reset()
func (*PredefinedEnumRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedEnumRuleEdition2023) SetVal(v PredefinedEnumRuleEdition2023_EnumEdition2023)
func (*PredefinedEnumRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedEnumRuleEdition2023) String() string
type PredefinedEnumRuleEdition2023_EnumEdition2023 ¶ added in v0.7.0
type PredefinedEnumRuleEdition2023_EnumEdition2023 int32
const ( PredefinedEnumRuleEdition2023_ENUM_EDITION2023_ZERO_UNSPECIFIED PredefinedEnumRuleEdition2023_EnumEdition2023 = 0 PredefinedEnumRuleEdition2023_ENUM_EDITION2023_ONE PredefinedEnumRuleEdition2023_EnumEdition2023 = 1 )
func (PredefinedEnumRuleEdition2023_EnumEdition2023) Descriptor ¶ added in v0.7.0
func (PredefinedEnumRuleEdition2023_EnumEdition2023) Descriptor() protoreflect.EnumDescriptor
func (PredefinedEnumRuleEdition2023_EnumEdition2023) Number ¶ added in v0.7.0
func (x PredefinedEnumRuleEdition2023_EnumEdition2023) Number() protoreflect.EnumNumber
func (PredefinedEnumRuleEdition2023_EnumEdition2023) String ¶ added in v0.7.0
func (x PredefinedEnumRuleEdition2023_EnumEdition2023) String() string
type PredefinedEnumRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedEnumRuleEdition2023_builder struct {
Val *PredefinedEnumRuleEdition2023_EnumEdition2023
// contains filtered or unexported fields
}
func (PredefinedEnumRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedEnumRuleEdition2023_builder) Build() *PredefinedEnumRuleEdition2023
type PredefinedEnumRuleProto2 ¶ added in v0.7.0
type PredefinedEnumRuleProto2 struct {
Val *PredefinedEnumRuleProto2_EnumProto2 `protobuf:"varint,1,opt,name=val,enum=buf.validate.conformance.cases.PredefinedEnumRuleProto2_EnumProto2" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedEnumRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedEnumRuleProto2) ClearVal()
func (*PredefinedEnumRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto2) GetVal() PredefinedEnumRuleProto2_EnumProto2
func (*PredefinedEnumRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedEnumRuleProto2) HasVal() bool
func (*PredefinedEnumRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedEnumRuleProto2) ProtoMessage()
func (*PredefinedEnumRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedEnumRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto2) Reset()
func (*PredefinedEnumRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedEnumRuleProto2) SetVal(v PredefinedEnumRuleProto2_EnumProto2)
func (*PredefinedEnumRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto2) String() string
type PredefinedEnumRuleProto2_EnumProto2 ¶ added in v0.7.0
type PredefinedEnumRuleProto2_EnumProto2 int32
const ( PredefinedEnumRuleProto2_ENUM_PROTO2_ZERO_UNSPECIFIED PredefinedEnumRuleProto2_EnumProto2 = 0 PredefinedEnumRuleProto2_ENUM_PROTO2_ONE PredefinedEnumRuleProto2_EnumProto2 = 1 )
func (PredefinedEnumRuleProto2_EnumProto2) Descriptor ¶ added in v0.7.0
func (PredefinedEnumRuleProto2_EnumProto2) Descriptor() protoreflect.EnumDescriptor
func (PredefinedEnumRuleProto2_EnumProto2) Enum ¶ added in v0.7.0
func (x PredefinedEnumRuleProto2_EnumProto2) Enum() *PredefinedEnumRuleProto2_EnumProto2
func (PredefinedEnumRuleProto2_EnumProto2) Number ¶ added in v0.7.0
func (x PredefinedEnumRuleProto2_EnumProto2) Number() protoreflect.EnumNumber
func (PredefinedEnumRuleProto2_EnumProto2) String ¶ added in v0.7.0
func (x PredefinedEnumRuleProto2_EnumProto2) String() string
func (PredefinedEnumRuleProto2_EnumProto2) Type ¶ added in v0.7.0
func (PredefinedEnumRuleProto2_EnumProto2) Type() protoreflect.EnumType
type PredefinedEnumRuleProto2_builder ¶ added in v0.8.1
type PredefinedEnumRuleProto2_builder struct {
Val *PredefinedEnumRuleProto2_EnumProto2
// contains filtered or unexported fields
}
func (PredefinedEnumRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedEnumRuleProto2_builder) Build() *PredefinedEnumRuleProto2
type PredefinedEnumRuleProto3 ¶ added in v0.7.0
type PredefinedEnumRuleProto3 struct {
Val PredefinedEnumRuleProto3_EnumProto3 `` /* 132-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*PredefinedEnumRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto3) GetVal() PredefinedEnumRuleProto3_EnumProto3
func (*PredefinedEnumRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedEnumRuleProto3) ProtoMessage()
func (*PredefinedEnumRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedEnumRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto3) Reset()
func (*PredefinedEnumRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedEnumRuleProto3) SetVal(v PredefinedEnumRuleProto3_EnumProto3)
func (*PredefinedEnumRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedEnumRuleProto3) String() string
type PredefinedEnumRuleProto3_EnumProto3 ¶ added in v0.7.0
type PredefinedEnumRuleProto3_EnumProto3 int32
const ( PredefinedEnumRuleProto3_ENUM_PROTO3_ZERO_UNSPECIFIED PredefinedEnumRuleProto3_EnumProto3 = 0 PredefinedEnumRuleProto3_ENUM_PROTO3_ONE PredefinedEnumRuleProto3_EnumProto3 = 1 )
func (PredefinedEnumRuleProto3_EnumProto3) Descriptor ¶ added in v0.7.0
func (PredefinedEnumRuleProto3_EnumProto3) Descriptor() protoreflect.EnumDescriptor
func (PredefinedEnumRuleProto3_EnumProto3) Enum ¶ added in v0.7.0
func (x PredefinedEnumRuleProto3_EnumProto3) Enum() *PredefinedEnumRuleProto3_EnumProto3
func (PredefinedEnumRuleProto3_EnumProto3) Number ¶ added in v0.7.0
func (x PredefinedEnumRuleProto3_EnumProto3) Number() protoreflect.EnumNumber
func (PredefinedEnumRuleProto3_EnumProto3) String ¶ added in v0.7.0
func (x PredefinedEnumRuleProto3_EnumProto3) String() string
func (PredefinedEnumRuleProto3_EnumProto3) Type ¶ added in v0.7.0
func (PredefinedEnumRuleProto3_EnumProto3) Type() protoreflect.EnumType
type PredefinedEnumRuleProto3_builder ¶ added in v0.8.1
type PredefinedEnumRuleProto3_builder struct {
Val PredefinedEnumRuleProto3_EnumProto3
// contains filtered or unexported fields
}
func (PredefinedEnumRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedEnumRuleProto3_builder) Build() *PredefinedEnumRuleProto3
type PredefinedFixed32RuleEdition2023 ¶ added in v0.7.0
type PredefinedFixed32RuleEdition2023 struct {
Val *uint32 `protobuf:"fixed32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFixed32RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedFixed32RuleEdition2023) ClearVal()
func (*PredefinedFixed32RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedFixed32RuleEdition2023) GetVal() uint32
func (*PredefinedFixed32RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedFixed32RuleEdition2023) HasVal() bool
func (*PredefinedFixed32RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFixed32RuleEdition2023) ProtoMessage()
func (*PredefinedFixed32RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFixed32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedFixed32RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedFixed32RuleEdition2023) Reset()
func (*PredefinedFixed32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedFixed32RuleEdition2023) SetVal(v uint32)
func (*PredefinedFixed32RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedFixed32RuleEdition2023) String() string
type PredefinedFixed32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedFixed32RuleEdition2023_builder struct {
Val *uint32
// contains filtered or unexported fields
}
func (PredefinedFixed32RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFixed32RuleEdition2023_builder) Build() *PredefinedFixed32RuleEdition2023
type PredefinedFixed32RuleProto2 ¶ added in v0.7.0
type PredefinedFixed32RuleProto2 struct {
Val *uint32 `protobuf:"fixed32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFixed32RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedFixed32RuleProto2) ClearVal()
func (*PredefinedFixed32RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto2) GetVal() uint32
func (*PredefinedFixed32RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedFixed32RuleProto2) HasVal() bool
func (*PredefinedFixed32RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFixed32RuleProto2) ProtoMessage()
func (*PredefinedFixed32RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedFixed32RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto2) Reset()
func (*PredefinedFixed32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedFixed32RuleProto2) SetVal(v uint32)
func (*PredefinedFixed32RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto2) String() string
type PredefinedFixed32RuleProto2_builder ¶ added in v0.8.1
type PredefinedFixed32RuleProto2_builder struct {
Val *uint32
// contains filtered or unexported fields
}
func (PredefinedFixed32RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFixed32RuleProto2_builder) Build() *PredefinedFixed32RuleProto2
type PredefinedFixed32RuleProto3 ¶ added in v0.7.0
type PredefinedFixed32RuleProto3 struct {
Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFixed32RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto3) GetVal() uint32
func (*PredefinedFixed32RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFixed32RuleProto3) ProtoMessage()
func (*PredefinedFixed32RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedFixed32RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto3) Reset()
func (*PredefinedFixed32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedFixed32RuleProto3) SetVal(v uint32)
func (*PredefinedFixed32RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedFixed32RuleProto3) String() string
type PredefinedFixed32RuleProto3_builder ¶ added in v0.8.1
type PredefinedFixed32RuleProto3_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (PredefinedFixed32RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFixed32RuleProto3_builder) Build() *PredefinedFixed32RuleProto3
type PredefinedFixed64RuleEdition2023 ¶ added in v0.7.0
type PredefinedFixed64RuleEdition2023 struct {
Val *uint64 `protobuf:"fixed64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFixed64RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedFixed64RuleEdition2023) ClearVal()
func (*PredefinedFixed64RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedFixed64RuleEdition2023) GetVal() uint64
func (*PredefinedFixed64RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedFixed64RuleEdition2023) HasVal() bool
func (*PredefinedFixed64RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFixed64RuleEdition2023) ProtoMessage()
func (*PredefinedFixed64RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFixed64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedFixed64RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedFixed64RuleEdition2023) Reset()
func (*PredefinedFixed64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedFixed64RuleEdition2023) SetVal(v uint64)
func (*PredefinedFixed64RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedFixed64RuleEdition2023) String() string
type PredefinedFixed64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedFixed64RuleEdition2023_builder struct {
Val *uint64
// contains filtered or unexported fields
}
func (PredefinedFixed64RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFixed64RuleEdition2023_builder) Build() *PredefinedFixed64RuleEdition2023
type PredefinedFixed64RuleProto2 ¶ added in v0.7.0
type PredefinedFixed64RuleProto2 struct {
Val *uint64 `protobuf:"fixed64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFixed64RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedFixed64RuleProto2) ClearVal()
func (*PredefinedFixed64RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto2) GetVal() uint64
func (*PredefinedFixed64RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedFixed64RuleProto2) HasVal() bool
func (*PredefinedFixed64RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFixed64RuleProto2) ProtoMessage()
func (*PredefinedFixed64RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedFixed64RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto2) Reset()
func (*PredefinedFixed64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedFixed64RuleProto2) SetVal(v uint64)
func (*PredefinedFixed64RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto2) String() string
type PredefinedFixed64RuleProto2_builder ¶ added in v0.8.1
type PredefinedFixed64RuleProto2_builder struct {
Val *uint64
// contains filtered or unexported fields
}
func (PredefinedFixed64RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFixed64RuleProto2_builder) Build() *PredefinedFixed64RuleProto2
type PredefinedFixed64RuleProto3 ¶ added in v0.7.0
type PredefinedFixed64RuleProto3 struct {
Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFixed64RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto3) GetVal() uint64
func (*PredefinedFixed64RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFixed64RuleProto3) ProtoMessage()
func (*PredefinedFixed64RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedFixed64RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto3) Reset()
func (*PredefinedFixed64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedFixed64RuleProto3) SetVal(v uint64)
func (*PredefinedFixed64RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedFixed64RuleProto3) String() string
type PredefinedFixed64RuleProto3_builder ¶ added in v0.8.1
type PredefinedFixed64RuleProto3_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (PredefinedFixed64RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFixed64RuleProto3_builder) Build() *PredefinedFixed64RuleProto3
type PredefinedFloatRuleEdition2023 ¶ added in v0.7.0
type PredefinedFloatRuleEdition2023 struct {
Val *float32 `protobuf:"fixed32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFloatRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedFloatRuleEdition2023) ClearVal()
func (*PredefinedFloatRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedFloatRuleEdition2023) GetVal() float32
func (*PredefinedFloatRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedFloatRuleEdition2023) HasVal() bool
func (*PredefinedFloatRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFloatRuleEdition2023) ProtoMessage()
func (*PredefinedFloatRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFloatRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedFloatRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedFloatRuleEdition2023) Reset()
func (*PredefinedFloatRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedFloatRuleEdition2023) SetVal(v float32)
func (*PredefinedFloatRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedFloatRuleEdition2023) String() string
type PredefinedFloatRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedFloatRuleEdition2023_builder struct {
Val *float32
// contains filtered or unexported fields
}
func (PredefinedFloatRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFloatRuleEdition2023_builder) Build() *PredefinedFloatRuleEdition2023
type PredefinedFloatRuleProto2 ¶ added in v0.7.0
type PredefinedFloatRuleProto2 struct {
Val *float32 `protobuf:"fixed32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFloatRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedFloatRuleProto2) ClearVal()
func (*PredefinedFloatRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto2) GetVal() float32
func (*PredefinedFloatRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedFloatRuleProto2) HasVal() bool
func (*PredefinedFloatRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFloatRuleProto2) ProtoMessage()
func (*PredefinedFloatRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedFloatRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto2) Reset()
func (*PredefinedFloatRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedFloatRuleProto2) SetVal(v float32)
func (*PredefinedFloatRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto2) String() string
type PredefinedFloatRuleProto2_builder ¶ added in v0.8.1
type PredefinedFloatRuleProto2_builder struct {
Val *float32
// contains filtered or unexported fields
}
func (PredefinedFloatRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFloatRuleProto2_builder) Build() *PredefinedFloatRuleProto2
type PredefinedFloatRuleProto3 ¶ added in v0.7.0
type PredefinedFloatRuleProto3 struct {
Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedFloatRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto3) GetVal() float32
func (*PredefinedFloatRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedFloatRuleProto3) ProtoMessage()
func (*PredefinedFloatRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedFloatRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto3) Reset()
func (*PredefinedFloatRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedFloatRuleProto3) SetVal(v float32)
func (*PredefinedFloatRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedFloatRuleProto3) String() string
type PredefinedFloatRuleProto3_builder ¶ added in v0.8.1
type PredefinedFloatRuleProto3_builder struct {
Val float32
// contains filtered or unexported fields
}
func (PredefinedFloatRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedFloatRuleProto3_builder) Build() *PredefinedFloatRuleProto3
type PredefinedInt32RuleEdition2023 ¶ added in v0.7.0
type PredefinedInt32RuleEdition2023 struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedInt32RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedInt32RuleEdition2023) ClearVal()
func (*PredefinedInt32RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedInt32RuleEdition2023) GetVal() int32
func (*PredefinedInt32RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedInt32RuleEdition2023) HasVal() bool
func (*PredefinedInt32RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedInt32RuleEdition2023) ProtoMessage()
func (*PredefinedInt32RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedInt32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedInt32RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedInt32RuleEdition2023) Reset()
func (*PredefinedInt32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedInt32RuleEdition2023) SetVal(v int32)
func (*PredefinedInt32RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedInt32RuleEdition2023) String() string
type PredefinedInt32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedInt32RuleEdition2023_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (PredefinedInt32RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedInt32RuleEdition2023_builder) Build() *PredefinedInt32RuleEdition2023
type PredefinedInt32RuleProto2 ¶ added in v0.7.0
type PredefinedInt32RuleProto2 struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedInt32RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedInt32RuleProto2) ClearVal()
func (*PredefinedInt32RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto2) GetVal() int32
func (*PredefinedInt32RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedInt32RuleProto2) HasVal() bool
func (*PredefinedInt32RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedInt32RuleProto2) ProtoMessage()
func (*PredefinedInt32RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedInt32RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto2) Reset()
func (*PredefinedInt32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedInt32RuleProto2) SetVal(v int32)
func (*PredefinedInt32RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto2) String() string
type PredefinedInt32RuleProto2_builder ¶ added in v0.8.1
type PredefinedInt32RuleProto2_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (PredefinedInt32RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedInt32RuleProto2_builder) Build() *PredefinedInt32RuleProto2
type PredefinedInt32RuleProto3 ¶ added in v0.7.0
type PredefinedInt32RuleProto3 struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedInt32RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto3) GetVal() int32
func (*PredefinedInt32RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedInt32RuleProto3) ProtoMessage()
func (*PredefinedInt32RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedInt32RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto3) Reset()
func (*PredefinedInt32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedInt32RuleProto3) SetVal(v int32)
func (*PredefinedInt32RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedInt32RuleProto3) String() string
type PredefinedInt32RuleProto3_builder ¶ added in v0.8.1
type PredefinedInt32RuleProto3_builder struct {
Val int32
// contains filtered or unexported fields
}
func (PredefinedInt32RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedInt32RuleProto3_builder) Build() *PredefinedInt32RuleProto3
type PredefinedInt64RuleEdition2023 ¶ added in v0.7.0
type PredefinedInt64RuleEdition2023 struct {
Val *int64 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedInt64RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedInt64RuleEdition2023) ClearVal()
func (*PredefinedInt64RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedInt64RuleEdition2023) GetVal() int64
func (*PredefinedInt64RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedInt64RuleEdition2023) HasVal() bool
func (*PredefinedInt64RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedInt64RuleEdition2023) ProtoMessage()
func (*PredefinedInt64RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedInt64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedInt64RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedInt64RuleEdition2023) Reset()
func (*PredefinedInt64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedInt64RuleEdition2023) SetVal(v int64)
func (*PredefinedInt64RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedInt64RuleEdition2023) String() string
type PredefinedInt64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedInt64RuleEdition2023_builder struct {
Val *int64
// contains filtered or unexported fields
}
func (PredefinedInt64RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedInt64RuleEdition2023_builder) Build() *PredefinedInt64RuleEdition2023
type PredefinedInt64RuleProto2 ¶ added in v0.7.0
type PredefinedInt64RuleProto2 struct {
Val *int64 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedInt64RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedInt64RuleProto2) ClearVal()
func (*PredefinedInt64RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto2) GetVal() int64
func (*PredefinedInt64RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedInt64RuleProto2) HasVal() bool
func (*PredefinedInt64RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedInt64RuleProto2) ProtoMessage()
func (*PredefinedInt64RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedInt64RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto2) Reset()
func (*PredefinedInt64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedInt64RuleProto2) SetVal(v int64)
func (*PredefinedInt64RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto2) String() string
type PredefinedInt64RuleProto2_builder ¶ added in v0.8.1
type PredefinedInt64RuleProto2_builder struct {
Val *int64
// contains filtered or unexported fields
}
func (PredefinedInt64RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedInt64RuleProto2_builder) Build() *PredefinedInt64RuleProto2
type PredefinedInt64RuleProto3 ¶ added in v0.7.0
type PredefinedInt64RuleProto3 struct {
Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedInt64RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto3) GetVal() int64
func (*PredefinedInt64RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedInt64RuleProto3) ProtoMessage()
func (*PredefinedInt64RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedInt64RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto3) Reset()
func (*PredefinedInt64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedInt64RuleProto3) SetVal(v int64)
func (*PredefinedInt64RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedInt64RuleProto3) String() string
type PredefinedInt64RuleProto3_builder ¶ added in v0.8.1
type PredefinedInt64RuleProto3_builder struct {
Val int64
// contains filtered or unexported fields
}
func (PredefinedInt64RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedInt64RuleProto3_builder) Build() *PredefinedInt64RuleProto3
type PredefinedMapRuleEdition2023 ¶ added in v0.7.0
type PredefinedMapRuleEdition2023 struct {
Val map[uint64]uint64 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*PredefinedMapRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedMapRuleEdition2023) GetVal() map[uint64]uint64
func (*PredefinedMapRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedMapRuleEdition2023) ProtoMessage()
func (*PredefinedMapRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedMapRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedMapRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedMapRuleEdition2023) Reset()
func (*PredefinedMapRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedMapRuleEdition2023) SetVal(v map[uint64]uint64)
func (*PredefinedMapRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedMapRuleEdition2023) String() string
type PredefinedMapRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedMapRuleEdition2023_builder struct {
Val map[uint64]uint64
// contains filtered or unexported fields
}
func (PredefinedMapRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedMapRuleEdition2023_builder) Build() *PredefinedMapRuleEdition2023
type PredefinedMapRuleProto3 ¶ added in v0.7.0
type PredefinedMapRuleProto3 struct {
Val map[uint64]uint64 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*PredefinedMapRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedMapRuleProto3) GetVal() map[uint64]uint64
func (*PredefinedMapRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedMapRuleProto3) ProtoMessage()
func (*PredefinedMapRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedMapRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedMapRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedMapRuleProto3) Reset()
func (*PredefinedMapRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedMapRuleProto3) SetVal(v map[uint64]uint64)
func (*PredefinedMapRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedMapRuleProto3) String() string
type PredefinedMapRuleProto3_builder ¶ added in v0.8.1
type PredefinedMapRuleProto3_builder struct {
Val map[uint64]uint64
// contains filtered or unexported fields
}
func (PredefinedMapRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedMapRuleProto3_builder) Build() *PredefinedMapRuleProto3
type PredefinedRepeatedRuleEdition2023 ¶ added in v0.7.0
type PredefinedRepeatedRuleEdition2023 struct {
Val []uint64 `protobuf:"varint,1,rep,packed,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleEdition2023) GetVal() []uint64
func (*PredefinedRepeatedRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedRepeatedRuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleEdition2023) Reset()
func (*PredefinedRepeatedRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedRuleEdition2023) SetVal(v []uint64)
func (*PredefinedRepeatedRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleEdition2023) String() string
type PredefinedRepeatedRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedRuleEdition2023_builder struct {
Val []uint64
// contains filtered or unexported fields
}
func (PredefinedRepeatedRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedRepeatedRuleEdition2023_builder) Build() *PredefinedRepeatedRuleEdition2023
type PredefinedRepeatedRuleProto2 ¶ added in v0.7.0
type PredefinedRepeatedRuleProto2 struct {
Val []uint64 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto2) GetVal() []uint64
func (*PredefinedRepeatedRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedRepeatedRuleProto2) ProtoMessage()
func (*PredefinedRepeatedRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto2) Reset()
func (*PredefinedRepeatedRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedRuleProto2) SetVal(v []uint64)
func (*PredefinedRepeatedRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto2) String() string
type PredefinedRepeatedRuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedRuleProto2_builder struct {
Val []uint64
// contains filtered or unexported fields
}
func (PredefinedRepeatedRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedRepeatedRuleProto2_builder) Build() *PredefinedRepeatedRuleProto2
type PredefinedRepeatedRuleProto3 ¶ added in v0.7.0
type PredefinedRepeatedRuleProto3 struct {
Val []uint64 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto3) GetVal() []uint64
func (*PredefinedRepeatedRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedRepeatedRuleProto3) ProtoMessage()
func (*PredefinedRepeatedRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto3) Reset()
func (*PredefinedRepeatedRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedRuleProto3) SetVal(v []uint64)
func (*PredefinedRepeatedRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedRepeatedRuleProto3) String() string
type PredefinedRepeatedRuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedRuleProto3_builder struct {
Val []uint64
// contains filtered or unexported fields
}
func (PredefinedRepeatedRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedRepeatedRuleProto3_builder) Build() *PredefinedRepeatedRuleProto3
type PredefinedRepeatedWrappedBoolRuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedBoolRuleEdition2023 struct {
Val []*wrapperspb.BoolValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedBoolRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) GetVal() []*wrapperspb.BoolValue
func (*PredefinedRepeatedWrappedBoolRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedBoolRuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedBoolRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedBoolRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedBoolRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) SetVal(v []*wrapperspb.BoolValue)
func (*PredefinedRepeatedWrappedBoolRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleEdition2023) String() string
type PredefinedRepeatedWrappedBoolRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedBoolRuleEdition2023_builder struct {
Val []*wrapperspb.BoolValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedBoolRuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedBoolRuleProto2 struct {
Val []*wrapperspb.BoolValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedBoolRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto2) GetVal() []*wrapperspb.BoolValue
func (*PredefinedRepeatedWrappedBoolRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedBoolRuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedBoolRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedBoolRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto2) Reset()
func (*PredefinedRepeatedWrappedBoolRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedBoolRuleProto2) SetVal(v []*wrapperspb.BoolValue)
func (*PredefinedRepeatedWrappedBoolRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto2) String() string
type PredefinedRepeatedWrappedBoolRuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedBoolRuleProto2_builder struct {
Val []*wrapperspb.BoolValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedBoolRuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedBoolRuleProto3 struct {
Val []*wrapperspb.BoolValue `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedBoolRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto3) GetVal() []*wrapperspb.BoolValue
func (*PredefinedRepeatedWrappedBoolRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedBoolRuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedBoolRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedBoolRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto3) Reset()
func (*PredefinedRepeatedWrappedBoolRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedBoolRuleProto3) SetVal(v []*wrapperspb.BoolValue)
func (*PredefinedRepeatedWrappedBoolRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBoolRuleProto3) String() string
type PredefinedRepeatedWrappedBoolRuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedBoolRuleProto3_builder struct {
Val []*wrapperspb.BoolValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedBytesRuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedBytesRuleEdition2023 struct {
Val []*wrapperspb.BytesValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedBytesRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) GetVal() []*wrapperspb.BytesValue
func (*PredefinedRepeatedWrappedBytesRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedBytesRuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedBytesRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedBytesRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedBytesRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) SetVal(v []*wrapperspb.BytesValue)
func (*PredefinedRepeatedWrappedBytesRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleEdition2023) String() string
type PredefinedRepeatedWrappedBytesRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedBytesRuleEdition2023_builder struct {
Val []*wrapperspb.BytesValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedBytesRuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedBytesRuleProto2 struct {
Val []*wrapperspb.BytesValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedBytesRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto2) GetVal() []*wrapperspb.BytesValue
func (*PredefinedRepeatedWrappedBytesRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedBytesRuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedBytesRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedBytesRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto2) Reset()
func (*PredefinedRepeatedWrappedBytesRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedBytesRuleProto2) SetVal(v []*wrapperspb.BytesValue)
func (*PredefinedRepeatedWrappedBytesRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto2) String() string
type PredefinedRepeatedWrappedBytesRuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedBytesRuleProto2_builder struct {
Val []*wrapperspb.BytesValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedBytesRuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedBytesRuleProto3 struct {
Val []*wrapperspb.BytesValue `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedBytesRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto3) GetVal() []*wrapperspb.BytesValue
func (*PredefinedRepeatedWrappedBytesRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedBytesRuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedBytesRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedBytesRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto3) Reset()
func (*PredefinedRepeatedWrappedBytesRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedBytesRuleProto3) SetVal(v []*wrapperspb.BytesValue)
func (*PredefinedRepeatedWrappedBytesRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedBytesRuleProto3) String() string
type PredefinedRepeatedWrappedBytesRuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedBytesRuleProto3_builder struct {
Val []*wrapperspb.BytesValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedDoubleRuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedDoubleRuleEdition2023 struct {
Val []*wrapperspb.DoubleValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) GetVal() []*wrapperspb.DoubleValue
func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) SetVal(v []*wrapperspb.DoubleValue)
func (*PredefinedRepeatedWrappedDoubleRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleEdition2023) String() string
type PredefinedRepeatedWrappedDoubleRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedDoubleRuleEdition2023_builder struct {
Val []*wrapperspb.DoubleValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedDoubleRuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedDoubleRuleProto2 struct {
Val []*wrapperspb.DoubleValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedDoubleRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto2) GetVal() []*wrapperspb.DoubleValue
func (*PredefinedRepeatedWrappedDoubleRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedDoubleRuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedDoubleRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedDoubleRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto2) Reset()
func (*PredefinedRepeatedWrappedDoubleRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedDoubleRuleProto2) SetVal(v []*wrapperspb.DoubleValue)
func (*PredefinedRepeatedWrappedDoubleRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto2) String() string
type PredefinedRepeatedWrappedDoubleRuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedDoubleRuleProto2_builder struct {
Val []*wrapperspb.DoubleValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedDoubleRuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedDoubleRuleProto3 struct {
Val []*wrapperspb.DoubleValue `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedDoubleRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto3) GetVal() []*wrapperspb.DoubleValue
func (*PredefinedRepeatedWrappedDoubleRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedDoubleRuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedDoubleRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedDoubleRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto3) Reset()
func (*PredefinedRepeatedWrappedDoubleRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedDoubleRuleProto3) SetVal(v []*wrapperspb.DoubleValue)
func (*PredefinedRepeatedWrappedDoubleRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedDoubleRuleProto3) String() string
type PredefinedRepeatedWrappedDoubleRuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedDoubleRuleProto3_builder struct {
Val []*wrapperspb.DoubleValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedFloatRuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedFloatRuleEdition2023 struct {
Val []*wrapperspb.FloatValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedFloatRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) GetVal() []*wrapperspb.FloatValue
func (*PredefinedRepeatedWrappedFloatRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedFloatRuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedFloatRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedFloatRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedFloatRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) SetVal(v []*wrapperspb.FloatValue)
func (*PredefinedRepeatedWrappedFloatRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleEdition2023) String() string
type PredefinedRepeatedWrappedFloatRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedFloatRuleEdition2023_builder struct {
Val []*wrapperspb.FloatValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedFloatRuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedFloatRuleProto2 struct {
Val []*wrapperspb.FloatValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedFloatRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto2) GetVal() []*wrapperspb.FloatValue
func (*PredefinedRepeatedWrappedFloatRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedFloatRuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedFloatRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedFloatRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto2) Reset()
func (*PredefinedRepeatedWrappedFloatRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedFloatRuleProto2) SetVal(v []*wrapperspb.FloatValue)
func (*PredefinedRepeatedWrappedFloatRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto2) String() string
type PredefinedRepeatedWrappedFloatRuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedFloatRuleProto2_builder struct {
Val []*wrapperspb.FloatValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedFloatRuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedFloatRuleProto3 struct {
Val []*wrapperspb.FloatValue `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedFloatRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto3) GetVal() []*wrapperspb.FloatValue
func (*PredefinedRepeatedWrappedFloatRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedFloatRuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedFloatRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedFloatRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto3) Reset()
func (*PredefinedRepeatedWrappedFloatRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedFloatRuleProto3) SetVal(v []*wrapperspb.FloatValue)
func (*PredefinedRepeatedWrappedFloatRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedFloatRuleProto3) String() string
type PredefinedRepeatedWrappedFloatRuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedFloatRuleProto3_builder struct {
Val []*wrapperspb.FloatValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedInt32RuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedInt32RuleEdition2023 struct {
Val []*wrapperspb.Int32Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedInt32RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) GetVal() []*wrapperspb.Int32Value
func (*PredefinedRepeatedWrappedInt32RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedInt32RuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedInt32RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedInt32RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedInt32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) SetVal(v []*wrapperspb.Int32Value)
func (*PredefinedRepeatedWrappedInt32RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleEdition2023) String() string
type PredefinedRepeatedWrappedInt32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedInt32RuleEdition2023_builder struct {
Val []*wrapperspb.Int32Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedInt32RuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedInt32RuleProto2 struct {
Val []*wrapperspb.Int32Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedInt32RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto2) GetVal() []*wrapperspb.Int32Value
func (*PredefinedRepeatedWrappedInt32RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedInt32RuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedInt32RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedInt32RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto2) Reset()
func (*PredefinedRepeatedWrappedInt32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedInt32RuleProto2) SetVal(v []*wrapperspb.Int32Value)
func (*PredefinedRepeatedWrappedInt32RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto2) String() string
type PredefinedRepeatedWrappedInt32RuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedInt32RuleProto2_builder struct {
Val []*wrapperspb.Int32Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedInt32RuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedInt32RuleProto3 struct {
Val []*wrapperspb.Int32Value `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedInt32RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto3) GetVal() []*wrapperspb.Int32Value
func (*PredefinedRepeatedWrappedInt32RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedInt32RuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedInt32RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedInt32RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto3) Reset()
func (*PredefinedRepeatedWrappedInt32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedInt32RuleProto3) SetVal(v []*wrapperspb.Int32Value)
func (*PredefinedRepeatedWrappedInt32RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt32RuleProto3) String() string
type PredefinedRepeatedWrappedInt32RuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedInt32RuleProto3_builder struct {
Val []*wrapperspb.Int32Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedInt64RuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedInt64RuleEdition2023 struct {
Val []*wrapperspb.Int64Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedInt64RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) GetVal() []*wrapperspb.Int64Value
func (*PredefinedRepeatedWrappedInt64RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedInt64RuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedInt64RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedInt64RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedInt64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) SetVal(v []*wrapperspb.Int64Value)
func (*PredefinedRepeatedWrappedInt64RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleEdition2023) String() string
type PredefinedRepeatedWrappedInt64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedInt64RuleEdition2023_builder struct {
Val []*wrapperspb.Int64Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedInt64RuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedInt64RuleProto2 struct {
Val []*wrapperspb.Int64Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedInt64RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto2) GetVal() []*wrapperspb.Int64Value
func (*PredefinedRepeatedWrappedInt64RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedInt64RuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedInt64RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedInt64RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto2) Reset()
func (*PredefinedRepeatedWrappedInt64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedInt64RuleProto2) SetVal(v []*wrapperspb.Int64Value)
func (*PredefinedRepeatedWrappedInt64RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto2) String() string
type PredefinedRepeatedWrappedInt64RuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedInt64RuleProto2_builder struct {
Val []*wrapperspb.Int64Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedInt64RuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedInt64RuleProto3 struct {
Val []*wrapperspb.Int64Value `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedInt64RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto3) GetVal() []*wrapperspb.Int64Value
func (*PredefinedRepeatedWrappedInt64RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedInt64RuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedInt64RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedInt64RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto3) Reset()
func (*PredefinedRepeatedWrappedInt64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedInt64RuleProto3) SetVal(v []*wrapperspb.Int64Value)
func (*PredefinedRepeatedWrappedInt64RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedInt64RuleProto3) String() string
type PredefinedRepeatedWrappedInt64RuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedInt64RuleProto3_builder struct {
Val []*wrapperspb.Int64Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedStringRuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedStringRuleEdition2023 struct {
Val []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedStringRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleEdition2023) GetVal() []*wrapperspb.StringValue
func (*PredefinedRepeatedWrappedStringRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedStringRuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedStringRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedStringRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedStringRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedStringRuleEdition2023) SetVal(v []*wrapperspb.StringValue)
func (*PredefinedRepeatedWrappedStringRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleEdition2023) String() string
type PredefinedRepeatedWrappedStringRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedStringRuleEdition2023_builder struct {
Val []*wrapperspb.StringValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedStringRuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedStringRuleProto2 struct {
Val []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedStringRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto2) GetVal() []*wrapperspb.StringValue
func (*PredefinedRepeatedWrappedStringRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedStringRuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedStringRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedStringRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto2) Reset()
func (*PredefinedRepeatedWrappedStringRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedStringRuleProto2) SetVal(v []*wrapperspb.StringValue)
func (*PredefinedRepeatedWrappedStringRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto2) String() string
type PredefinedRepeatedWrappedStringRuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedStringRuleProto2_builder struct {
Val []*wrapperspb.StringValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedStringRuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedStringRuleProto3 struct {
Val []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedStringRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto3) GetVal() []*wrapperspb.StringValue
func (*PredefinedRepeatedWrappedStringRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedStringRuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedStringRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedStringRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto3) Reset()
func (*PredefinedRepeatedWrappedStringRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedStringRuleProto3) SetVal(v []*wrapperspb.StringValue)
func (*PredefinedRepeatedWrappedStringRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedStringRuleProto3) String() string
type PredefinedRepeatedWrappedStringRuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedStringRuleProto3_builder struct {
Val []*wrapperspb.StringValue
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedUInt32RuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedUInt32RuleEdition2023 struct {
Val []*wrapperspb.UInt32Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) GetVal() []*wrapperspb.UInt32Value
func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) SetVal(v []*wrapperspb.UInt32Value)
func (*PredefinedRepeatedWrappedUInt32RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleEdition2023) String() string
type PredefinedRepeatedWrappedUInt32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedUInt32RuleEdition2023_builder struct {
Val []*wrapperspb.UInt32Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedUInt32RuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedUInt32RuleProto2 struct {
Val []*wrapperspb.UInt32Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedUInt32RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto2) GetVal() []*wrapperspb.UInt32Value
func (*PredefinedRepeatedWrappedUInt32RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedUInt32RuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedUInt32RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedUInt32RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto2) Reset()
func (*PredefinedRepeatedWrappedUInt32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedUInt32RuleProto2) SetVal(v []*wrapperspb.UInt32Value)
func (*PredefinedRepeatedWrappedUInt32RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto2) String() string
type PredefinedRepeatedWrappedUInt32RuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedUInt32RuleProto2_builder struct {
Val []*wrapperspb.UInt32Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedUInt32RuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedUInt32RuleProto3 struct {
Val []*wrapperspb.UInt32Value `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedUInt32RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto3) GetVal() []*wrapperspb.UInt32Value
func (*PredefinedRepeatedWrappedUInt32RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedUInt32RuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedUInt32RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedUInt32RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto3) Reset()
func (*PredefinedRepeatedWrappedUInt32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedUInt32RuleProto3) SetVal(v []*wrapperspb.UInt32Value)
func (*PredefinedRepeatedWrappedUInt32RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt32RuleProto3) String() string
type PredefinedRepeatedWrappedUInt32RuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedUInt32RuleProto3_builder struct {
Val []*wrapperspb.UInt32Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedUInt64RuleEdition2023 ¶ added in v0.7.3
type PredefinedRepeatedWrappedUInt64RuleEdition2023 struct {
Val []*wrapperspb.UInt64Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) GetVal() []*wrapperspb.UInt64Value
func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) ProtoMessage()
func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) Reset()
func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) SetVal(v []*wrapperspb.UInt64Value)
func (*PredefinedRepeatedWrappedUInt64RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleEdition2023) String() string
type PredefinedRepeatedWrappedUInt64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedUInt64RuleEdition2023_builder struct {
Val []*wrapperspb.UInt64Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedUInt64RuleProto2 ¶ added in v0.7.3
type PredefinedRepeatedWrappedUInt64RuleProto2 struct {
Val []*wrapperspb.UInt64Value `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedUInt64RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto2) GetVal() []*wrapperspb.UInt64Value
func (*PredefinedRepeatedWrappedUInt64RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedUInt64RuleProto2) ProtoMessage()
func (*PredefinedRepeatedWrappedUInt64RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedUInt64RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto2) Reset()
func (*PredefinedRepeatedWrappedUInt64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedUInt64RuleProto2) SetVal(v []*wrapperspb.UInt64Value)
func (*PredefinedRepeatedWrappedUInt64RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto2) String() string
type PredefinedRepeatedWrappedUInt64RuleProto2_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedUInt64RuleProto2_builder struct {
Val []*wrapperspb.UInt64Value
// contains filtered or unexported fields
}
type PredefinedRepeatedWrappedUInt64RuleProto3 ¶ added in v0.7.3
type PredefinedRepeatedWrappedUInt64RuleProto3 struct {
Val []*wrapperspb.UInt64Value `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedRepeatedWrappedUInt64RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto3) GetVal() []*wrapperspb.UInt64Value
func (*PredefinedRepeatedWrappedUInt64RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedRepeatedWrappedUInt64RuleProto3) ProtoMessage()
func (*PredefinedRepeatedWrappedUInt64RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedRepeatedWrappedUInt64RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto3) Reset()
func (*PredefinedRepeatedWrappedUInt64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedRepeatedWrappedUInt64RuleProto3) SetVal(v []*wrapperspb.UInt64Value)
func (*PredefinedRepeatedWrappedUInt64RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedRepeatedWrappedUInt64RuleProto3) String() string
type PredefinedRepeatedWrappedUInt64RuleProto3_builder ¶ added in v0.8.1
type PredefinedRepeatedWrappedUInt64RuleProto3_builder struct {
Val []*wrapperspb.UInt64Value
// contains filtered or unexported fields
}
type PredefinedRulesProto3UnusedImportBugWorkaround ¶ added in v0.7.0
type PredefinedRulesProto3UnusedImportBugWorkaround struct {
Dummy_1 *StandardPredefinedAndCustomRuleProto2 `protobuf:"bytes,1,opt,name=dummy_1,json=dummy1,proto3" json:"dummy_1,omitempty"`
Dummy_2 *StandardPredefinedAndCustomRuleEdition2023 `protobuf:"bytes,2,opt,name=dummy_2,json=dummy2,proto3" json:"dummy_2,omitempty"`
// contains filtered or unexported fields
}
This is a workaround for https://github.com/bufbuild/buf/issues/3306. TODO(jchadwick-buf): Remove this when bufbuild/buf#3306 is fixed.
func (*PredefinedRulesProto3UnusedImportBugWorkaround) ClearDummy_1 ¶ added in v0.8.1
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) ClearDummy_1()
func (*PredefinedRulesProto3UnusedImportBugWorkaround) ClearDummy_2 ¶ added in v0.8.1
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) ClearDummy_2()
func (*PredefinedRulesProto3UnusedImportBugWorkaround) GetDummy_1 ¶ added in v0.7.0
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) GetDummy_1() *StandardPredefinedAndCustomRuleProto2
func (*PredefinedRulesProto3UnusedImportBugWorkaround) GetDummy_2 ¶ added in v0.7.0
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) GetDummy_2() *StandardPredefinedAndCustomRuleEdition2023
func (*PredefinedRulesProto3UnusedImportBugWorkaround) HasDummy_1 ¶ added in v0.8.1
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) HasDummy_1() bool
func (*PredefinedRulesProto3UnusedImportBugWorkaround) HasDummy_2 ¶ added in v0.8.1
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) HasDummy_2() bool
func (*PredefinedRulesProto3UnusedImportBugWorkaround) ProtoMessage ¶ added in v0.7.0
func (*PredefinedRulesProto3UnusedImportBugWorkaround) ProtoMessage()
func (*PredefinedRulesProto3UnusedImportBugWorkaround) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) ProtoReflect() protoreflect.Message
func (*PredefinedRulesProto3UnusedImportBugWorkaround) Reset ¶ added in v0.7.0
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) Reset()
func (*PredefinedRulesProto3UnusedImportBugWorkaround) SetDummy_1 ¶ added in v0.8.1
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) SetDummy_1(v *StandardPredefinedAndCustomRuleProto2)
func (*PredefinedRulesProto3UnusedImportBugWorkaround) SetDummy_2 ¶ added in v0.8.1
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) SetDummy_2(v *StandardPredefinedAndCustomRuleEdition2023)
func (*PredefinedRulesProto3UnusedImportBugWorkaround) String ¶ added in v0.7.0
func (x *PredefinedRulesProto3UnusedImportBugWorkaround) String() string
type PredefinedRulesProto3UnusedImportBugWorkaround_builder ¶ added in v0.8.1
type PredefinedRulesProto3UnusedImportBugWorkaround_builder struct {
Dummy_1 *StandardPredefinedAndCustomRuleProto2
Dummy_2 *StandardPredefinedAndCustomRuleEdition2023
// contains filtered or unexported fields
}
type PredefinedSFixed32RuleEdition2023 ¶ added in v0.7.0
type PredefinedSFixed32RuleEdition2023 struct {
Val *int32 `protobuf:"fixed32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSFixed32RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedSFixed32RuleEdition2023) ClearVal()
func (*PredefinedSFixed32RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleEdition2023) GetVal() int32
func (*PredefinedSFixed32RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedSFixed32RuleEdition2023) HasVal() bool
func (*PredefinedSFixed32RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSFixed32RuleEdition2023) ProtoMessage()
func (*PredefinedSFixed32RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedSFixed32RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleEdition2023) Reset()
func (*PredefinedSFixed32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedSFixed32RuleEdition2023) SetVal(v int32)
func (*PredefinedSFixed32RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleEdition2023) String() string
type PredefinedSFixed32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedSFixed32RuleEdition2023_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (PredefinedSFixed32RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSFixed32RuleEdition2023_builder) Build() *PredefinedSFixed32RuleEdition2023
type PredefinedSFixed32RuleProto2 ¶ added in v0.7.0
type PredefinedSFixed32RuleProto2 struct {
Val *int32 `protobuf:"fixed32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSFixed32RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedSFixed32RuleProto2) ClearVal()
func (*PredefinedSFixed32RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto2) GetVal() int32
func (*PredefinedSFixed32RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedSFixed32RuleProto2) HasVal() bool
func (*PredefinedSFixed32RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSFixed32RuleProto2) ProtoMessage()
func (*PredefinedSFixed32RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedSFixed32RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto2) Reset()
func (*PredefinedSFixed32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedSFixed32RuleProto2) SetVal(v int32)
func (*PredefinedSFixed32RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto2) String() string
type PredefinedSFixed32RuleProto2_builder ¶ added in v0.8.1
type PredefinedSFixed32RuleProto2_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (PredefinedSFixed32RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSFixed32RuleProto2_builder) Build() *PredefinedSFixed32RuleProto2
type PredefinedSFixed32RuleProto3 ¶ added in v0.7.0
type PredefinedSFixed32RuleProto3 struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSFixed32RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto3) GetVal() int32
func (*PredefinedSFixed32RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSFixed32RuleProto3) ProtoMessage()
func (*PredefinedSFixed32RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedSFixed32RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto3) Reset()
func (*PredefinedSFixed32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedSFixed32RuleProto3) SetVal(v int32)
func (*PredefinedSFixed32RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedSFixed32RuleProto3) String() string
type PredefinedSFixed32RuleProto3_builder ¶ added in v0.8.1
type PredefinedSFixed32RuleProto3_builder struct {
Val int32
// contains filtered or unexported fields
}
func (PredefinedSFixed32RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSFixed32RuleProto3_builder) Build() *PredefinedSFixed32RuleProto3
type PredefinedSFixed64RuleEdition2023 ¶ added in v0.7.0
type PredefinedSFixed64RuleEdition2023 struct {
Val *int64 `protobuf:"fixed64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSFixed64RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedSFixed64RuleEdition2023) ClearVal()
func (*PredefinedSFixed64RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleEdition2023) GetVal() int64
func (*PredefinedSFixed64RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedSFixed64RuleEdition2023) HasVal() bool
func (*PredefinedSFixed64RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSFixed64RuleEdition2023) ProtoMessage()
func (*PredefinedSFixed64RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedSFixed64RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleEdition2023) Reset()
func (*PredefinedSFixed64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedSFixed64RuleEdition2023) SetVal(v int64)
func (*PredefinedSFixed64RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleEdition2023) String() string
type PredefinedSFixed64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedSFixed64RuleEdition2023_builder struct {
Val *int64
// contains filtered or unexported fields
}
func (PredefinedSFixed64RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSFixed64RuleEdition2023_builder) Build() *PredefinedSFixed64RuleEdition2023
type PredefinedSFixed64RuleProto2 ¶ added in v0.7.0
type PredefinedSFixed64RuleProto2 struct {
Val *int64 `protobuf:"fixed64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSFixed64RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedSFixed64RuleProto2) ClearVal()
func (*PredefinedSFixed64RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto2) GetVal() int64
func (*PredefinedSFixed64RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedSFixed64RuleProto2) HasVal() bool
func (*PredefinedSFixed64RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSFixed64RuleProto2) ProtoMessage()
func (*PredefinedSFixed64RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedSFixed64RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto2) Reset()
func (*PredefinedSFixed64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedSFixed64RuleProto2) SetVal(v int64)
func (*PredefinedSFixed64RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto2) String() string
type PredefinedSFixed64RuleProto2_builder ¶ added in v0.8.1
type PredefinedSFixed64RuleProto2_builder struct {
Val *int64
// contains filtered or unexported fields
}
func (PredefinedSFixed64RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSFixed64RuleProto2_builder) Build() *PredefinedSFixed64RuleProto2
type PredefinedSFixed64RuleProto3 ¶ added in v0.7.0
type PredefinedSFixed64RuleProto3 struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSFixed64RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto3) GetVal() int64
func (*PredefinedSFixed64RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSFixed64RuleProto3) ProtoMessage()
func (*PredefinedSFixed64RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedSFixed64RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto3) Reset()
func (*PredefinedSFixed64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedSFixed64RuleProto3) SetVal(v int64)
func (*PredefinedSFixed64RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedSFixed64RuleProto3) String() string
type PredefinedSFixed64RuleProto3_builder ¶ added in v0.8.1
type PredefinedSFixed64RuleProto3_builder struct {
Val int64
// contains filtered or unexported fields
}
func (PredefinedSFixed64RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSFixed64RuleProto3_builder) Build() *PredefinedSFixed64RuleProto3
type PredefinedSInt32RuleEdition2023 ¶ added in v0.7.0
type PredefinedSInt32RuleEdition2023 struct {
Val *int32 `protobuf:"zigzag32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSInt32RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedSInt32RuleEdition2023) ClearVal()
func (*PredefinedSInt32RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedSInt32RuleEdition2023) GetVal() int32
func (*PredefinedSInt32RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedSInt32RuleEdition2023) HasVal() bool
func (*PredefinedSInt32RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSInt32RuleEdition2023) ProtoMessage()
func (*PredefinedSInt32RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSInt32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedSInt32RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedSInt32RuleEdition2023) Reset()
func (*PredefinedSInt32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedSInt32RuleEdition2023) SetVal(v int32)
func (*PredefinedSInt32RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedSInt32RuleEdition2023) String() string
type PredefinedSInt32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedSInt32RuleEdition2023_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (PredefinedSInt32RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSInt32RuleEdition2023_builder) Build() *PredefinedSInt32RuleEdition2023
type PredefinedSInt32RuleProto2 ¶ added in v0.7.0
type PredefinedSInt32RuleProto2 struct {
Val *int32 `protobuf:"zigzag32,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSInt32RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedSInt32RuleProto2) ClearVal()
func (*PredefinedSInt32RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto2) GetVal() int32
func (*PredefinedSInt32RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedSInt32RuleProto2) HasVal() bool
func (*PredefinedSInt32RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSInt32RuleProto2) ProtoMessage()
func (*PredefinedSInt32RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedSInt32RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto2) Reset()
func (*PredefinedSInt32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedSInt32RuleProto2) SetVal(v int32)
func (*PredefinedSInt32RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto2) String() string
type PredefinedSInt32RuleProto2_builder ¶ added in v0.8.1
type PredefinedSInt32RuleProto2_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (PredefinedSInt32RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSInt32RuleProto2_builder) Build() *PredefinedSInt32RuleProto2
type PredefinedSInt32RuleProto3 ¶ added in v0.7.0
type PredefinedSInt32RuleProto3 struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSInt32RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto3) GetVal() int32
func (*PredefinedSInt32RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSInt32RuleProto3) ProtoMessage()
func (*PredefinedSInt32RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedSInt32RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto3) Reset()
func (*PredefinedSInt32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedSInt32RuleProto3) SetVal(v int32)
func (*PredefinedSInt32RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedSInt32RuleProto3) String() string
type PredefinedSInt32RuleProto3_builder ¶ added in v0.8.1
type PredefinedSInt32RuleProto3_builder struct {
Val int32
// contains filtered or unexported fields
}
func (PredefinedSInt32RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSInt32RuleProto3_builder) Build() *PredefinedSInt32RuleProto3
type PredefinedSInt64RuleEdition2023 ¶ added in v0.7.0
type PredefinedSInt64RuleEdition2023 struct {
Val *int64 `protobuf:"zigzag64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSInt64RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedSInt64RuleEdition2023) ClearVal()
func (*PredefinedSInt64RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedSInt64RuleEdition2023) GetVal() int64
func (*PredefinedSInt64RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedSInt64RuleEdition2023) HasVal() bool
func (*PredefinedSInt64RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSInt64RuleEdition2023) ProtoMessage()
func (*PredefinedSInt64RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSInt64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedSInt64RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedSInt64RuleEdition2023) Reset()
func (*PredefinedSInt64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedSInt64RuleEdition2023) SetVal(v int64)
func (*PredefinedSInt64RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedSInt64RuleEdition2023) String() string
type PredefinedSInt64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedSInt64RuleEdition2023_builder struct {
Val *int64
// contains filtered or unexported fields
}
func (PredefinedSInt64RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSInt64RuleEdition2023_builder) Build() *PredefinedSInt64RuleEdition2023
type PredefinedSInt64RuleProto2 ¶ added in v0.7.0
type PredefinedSInt64RuleProto2 struct {
Val *int64 `protobuf:"zigzag64,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSInt64RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedSInt64RuleProto2) ClearVal()
func (*PredefinedSInt64RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto2) GetVal() int64
func (*PredefinedSInt64RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedSInt64RuleProto2) HasVal() bool
func (*PredefinedSInt64RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSInt64RuleProto2) ProtoMessage()
func (*PredefinedSInt64RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedSInt64RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto2) Reset()
func (*PredefinedSInt64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedSInt64RuleProto2) SetVal(v int64)
func (*PredefinedSInt64RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto2) String() string
type PredefinedSInt64RuleProto2_builder ¶ added in v0.8.1
type PredefinedSInt64RuleProto2_builder struct {
Val *int64
// contains filtered or unexported fields
}
func (PredefinedSInt64RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSInt64RuleProto2_builder) Build() *PredefinedSInt64RuleProto2
type PredefinedSInt64RuleProto3 ¶ added in v0.7.0
type PredefinedSInt64RuleProto3 struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedSInt64RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto3) GetVal() int64
func (*PredefinedSInt64RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedSInt64RuleProto3) ProtoMessage()
func (*PredefinedSInt64RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedSInt64RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto3) Reset()
func (*PredefinedSInt64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedSInt64RuleProto3) SetVal(v int64)
func (*PredefinedSInt64RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedSInt64RuleProto3) String() string
type PredefinedSInt64RuleProto3_builder ¶ added in v0.8.1
type PredefinedSInt64RuleProto3_builder struct {
Val int64
// contains filtered or unexported fields
}
func (PredefinedSInt64RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedSInt64RuleProto3_builder) Build() *PredefinedSInt64RuleProto3
type PredefinedStringRuleEdition2023 ¶ added in v0.7.0
type PredefinedStringRuleEdition2023 struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedStringRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedStringRuleEdition2023) ClearVal()
func (*PredefinedStringRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedStringRuleEdition2023) GetVal() string
func (*PredefinedStringRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedStringRuleEdition2023) HasVal() bool
func (*PredefinedStringRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedStringRuleEdition2023) ProtoMessage()
func (*PredefinedStringRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedStringRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedStringRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedStringRuleEdition2023) Reset()
func (*PredefinedStringRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedStringRuleEdition2023) SetVal(v string)
func (*PredefinedStringRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedStringRuleEdition2023) String() string
type PredefinedStringRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedStringRuleEdition2023_builder struct {
Val *string
// contains filtered or unexported fields
}
func (PredefinedStringRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedStringRuleEdition2023_builder) Build() *PredefinedStringRuleEdition2023
type PredefinedStringRuleProto2 ¶ added in v0.7.0
type PredefinedStringRuleProto2 struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedStringRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedStringRuleProto2) ClearVal()
func (*PredefinedStringRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedStringRuleProto2) GetVal() string
func (*PredefinedStringRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedStringRuleProto2) HasVal() bool
func (*PredefinedStringRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedStringRuleProto2) ProtoMessage()
func (*PredefinedStringRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedStringRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedStringRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedStringRuleProto2) Reset()
func (*PredefinedStringRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedStringRuleProto2) SetVal(v string)
func (*PredefinedStringRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedStringRuleProto2) String() string
type PredefinedStringRuleProto2_builder ¶ added in v0.8.1
type PredefinedStringRuleProto2_builder struct {
Val *string
// contains filtered or unexported fields
}
func (PredefinedStringRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedStringRuleProto2_builder) Build() *PredefinedStringRuleProto2
type PredefinedStringRuleProto3 ¶ added in v0.7.0
type PredefinedStringRuleProto3 struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedStringRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedStringRuleProto3) GetVal() string
func (*PredefinedStringRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedStringRuleProto3) ProtoMessage()
func (*PredefinedStringRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedStringRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedStringRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedStringRuleProto3) Reset()
func (*PredefinedStringRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedStringRuleProto3) SetVal(v string)
func (*PredefinedStringRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedStringRuleProto3) String() string
type PredefinedStringRuleProto3_builder ¶ added in v0.8.1
type PredefinedStringRuleProto3_builder struct {
Val string
// contains filtered or unexported fields
}
func (PredefinedStringRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedStringRuleProto3_builder) Build() *PredefinedStringRuleProto3
type PredefinedTimestampRuleEdition2023 ¶ added in v0.7.0
type PredefinedTimestampRuleEdition2023 struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedTimestampRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleEdition2023) ClearVal()
func (*PredefinedTimestampRuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedTimestampRuleEdition2023) GetVal() *timestamppb.Timestamp
func (*PredefinedTimestampRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleEdition2023) HasVal() bool
func (*PredefinedTimestampRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedTimestampRuleEdition2023) ProtoMessage()
func (*PredefinedTimestampRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedTimestampRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedTimestampRuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedTimestampRuleEdition2023) Reset()
func (*PredefinedTimestampRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleEdition2023) SetVal(v *timestamppb.Timestamp)
func (*PredefinedTimestampRuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedTimestampRuleEdition2023) String() string
type PredefinedTimestampRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedTimestampRuleEdition2023_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (PredefinedTimestampRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedTimestampRuleEdition2023_builder) Build() *PredefinedTimestampRuleEdition2023
type PredefinedTimestampRuleProto2 ¶ added in v0.7.0
type PredefinedTimestampRuleProto2 struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedTimestampRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleProto2) ClearVal()
func (*PredefinedTimestampRuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto2) GetVal() *timestamppb.Timestamp
func (*PredefinedTimestampRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleProto2) HasVal() bool
func (*PredefinedTimestampRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedTimestampRuleProto2) ProtoMessage()
func (*PredefinedTimestampRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedTimestampRuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto2) Reset()
func (*PredefinedTimestampRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleProto2) SetVal(v *timestamppb.Timestamp)
func (*PredefinedTimestampRuleProto2) String ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto2) String() string
type PredefinedTimestampRuleProto2_builder ¶ added in v0.8.1
type PredefinedTimestampRuleProto2_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (PredefinedTimestampRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedTimestampRuleProto2_builder) Build() *PredefinedTimestampRuleProto2
type PredefinedTimestampRuleProto3 ¶ added in v0.7.0
type PredefinedTimestampRuleProto3 struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedTimestampRuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleProto3) ClearVal()
func (*PredefinedTimestampRuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto3) GetVal() *timestamppb.Timestamp
func (*PredefinedTimestampRuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleProto3) HasVal() bool
func (*PredefinedTimestampRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedTimestampRuleProto3) ProtoMessage()
func (*PredefinedTimestampRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedTimestampRuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto3) Reset()
func (*PredefinedTimestampRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedTimestampRuleProto3) SetVal(v *timestamppb.Timestamp)
func (*PredefinedTimestampRuleProto3) String ¶ added in v0.7.0
func (x *PredefinedTimestampRuleProto3) String() string
type PredefinedTimestampRuleProto3_builder ¶ added in v0.8.1
type PredefinedTimestampRuleProto3_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (PredefinedTimestampRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedTimestampRuleProto3_builder) Build() *PredefinedTimestampRuleProto3
type PredefinedUInt32RuleEdition2023 ¶ added in v0.7.0
type PredefinedUInt32RuleEdition2023 struct {
Val *uint32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedUInt32RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedUInt32RuleEdition2023) ClearVal()
func (*PredefinedUInt32RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedUInt32RuleEdition2023) GetVal() uint32
func (*PredefinedUInt32RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedUInt32RuleEdition2023) HasVal() bool
func (*PredefinedUInt32RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedUInt32RuleEdition2023) ProtoMessage()
func (*PredefinedUInt32RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedUInt32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedUInt32RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedUInt32RuleEdition2023) Reset()
func (*PredefinedUInt32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedUInt32RuleEdition2023) SetVal(v uint32)
func (*PredefinedUInt32RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedUInt32RuleEdition2023) String() string
type PredefinedUInt32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedUInt32RuleEdition2023_builder struct {
Val *uint32
// contains filtered or unexported fields
}
func (PredefinedUInt32RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedUInt32RuleEdition2023_builder) Build() *PredefinedUInt32RuleEdition2023
type PredefinedUInt32RuleProto2 ¶ added in v0.7.0
type PredefinedUInt32RuleProto2 struct {
Val *uint32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedUInt32RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedUInt32RuleProto2) ClearVal()
func (*PredefinedUInt32RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto2) GetVal() uint32
func (*PredefinedUInt32RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedUInt32RuleProto2) HasVal() bool
func (*PredefinedUInt32RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedUInt32RuleProto2) ProtoMessage()
func (*PredefinedUInt32RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedUInt32RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto2) Reset()
func (*PredefinedUInt32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedUInt32RuleProto2) SetVal(v uint32)
func (*PredefinedUInt32RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto2) String() string
type PredefinedUInt32RuleProto2_builder ¶ added in v0.8.1
type PredefinedUInt32RuleProto2_builder struct {
Val *uint32
// contains filtered or unexported fields
}
func (PredefinedUInt32RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedUInt32RuleProto2_builder) Build() *PredefinedUInt32RuleProto2
type PredefinedUInt32RuleProto3 ¶ added in v0.7.0
type PredefinedUInt32RuleProto3 struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedUInt32RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto3) GetVal() uint32
func (*PredefinedUInt32RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedUInt32RuleProto3) ProtoMessage()
func (*PredefinedUInt32RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedUInt32RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto3) Reset()
func (*PredefinedUInt32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedUInt32RuleProto3) SetVal(v uint32)
func (*PredefinedUInt32RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedUInt32RuleProto3) String() string
type PredefinedUInt32RuleProto3_builder ¶ added in v0.8.1
type PredefinedUInt32RuleProto3_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (PredefinedUInt32RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedUInt32RuleProto3_builder) Build() *PredefinedUInt32RuleProto3
type PredefinedUInt64RuleEdition2023 ¶ added in v0.7.0
type PredefinedUInt64RuleEdition2023 struct {
Val *uint64 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedUInt64RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedUInt64RuleEdition2023) ClearVal()
func (*PredefinedUInt64RuleEdition2023) GetVal ¶ added in v0.7.0
func (x *PredefinedUInt64RuleEdition2023) GetVal() uint64
func (*PredefinedUInt64RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedUInt64RuleEdition2023) HasVal() bool
func (*PredefinedUInt64RuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*PredefinedUInt64RuleEdition2023) ProtoMessage()
func (*PredefinedUInt64RuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedUInt64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedUInt64RuleEdition2023) Reset ¶ added in v0.7.0
func (x *PredefinedUInt64RuleEdition2023) Reset()
func (*PredefinedUInt64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedUInt64RuleEdition2023) SetVal(v uint64)
func (*PredefinedUInt64RuleEdition2023) String ¶ added in v0.7.0
func (x *PredefinedUInt64RuleEdition2023) String() string
type PredefinedUInt64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedUInt64RuleEdition2023_builder struct {
Val *uint64
// contains filtered or unexported fields
}
func (PredefinedUInt64RuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedUInt64RuleEdition2023_builder) Build() *PredefinedUInt64RuleEdition2023
type PredefinedUInt64RuleProto2 ¶ added in v0.7.0
type PredefinedUInt64RuleProto2 struct {
Val *uint64 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedUInt64RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedUInt64RuleProto2) ClearVal()
func (*PredefinedUInt64RuleProto2) GetVal ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto2) GetVal() uint64
func (*PredefinedUInt64RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedUInt64RuleProto2) HasVal() bool
func (*PredefinedUInt64RuleProto2) ProtoMessage ¶ added in v0.7.0
func (*PredefinedUInt64RuleProto2) ProtoMessage()
func (*PredefinedUInt64RuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedUInt64RuleProto2) Reset ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto2) Reset()
func (*PredefinedUInt64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedUInt64RuleProto2) SetVal(v uint64)
func (*PredefinedUInt64RuleProto2) String ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto2) String() string
type PredefinedUInt64RuleProto2_builder ¶ added in v0.8.1
type PredefinedUInt64RuleProto2_builder struct {
Val *uint64
// contains filtered or unexported fields
}
func (PredefinedUInt64RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedUInt64RuleProto2_builder) Build() *PredefinedUInt64RuleProto2
type PredefinedUInt64RuleProto3 ¶ added in v0.7.0
type PredefinedUInt64RuleProto3 struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedUInt64RuleProto3) GetVal ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto3) GetVal() uint64
func (*PredefinedUInt64RuleProto3) ProtoMessage ¶ added in v0.7.0
func (*PredefinedUInt64RuleProto3) ProtoMessage()
func (*PredefinedUInt64RuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedUInt64RuleProto3) Reset ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto3) Reset()
func (*PredefinedUInt64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedUInt64RuleProto3) SetVal(v uint64)
func (*PredefinedUInt64RuleProto3) String ¶ added in v0.7.0
func (x *PredefinedUInt64RuleProto3) String() string
type PredefinedUInt64RuleProto3_builder ¶ added in v0.8.1
type PredefinedUInt64RuleProto3_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (PredefinedUInt64RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedUInt64RuleProto3_builder) Build() *PredefinedUInt64RuleProto3
type PredefinedWrappedBoolRuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedBoolRuleEdition2023 struct {
Val *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedBoolRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleEdition2023) ClearVal()
func (*PredefinedWrappedBoolRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleEdition2023) GetVal() *wrapperspb.BoolValue
func (*PredefinedWrappedBoolRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleEdition2023) HasVal() bool
func (*PredefinedWrappedBoolRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedBoolRuleEdition2023) ProtoMessage()
func (*PredefinedWrappedBoolRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedBoolRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleEdition2023) Reset()
func (*PredefinedWrappedBoolRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleEdition2023) SetVal(v *wrapperspb.BoolValue)
func (*PredefinedWrappedBoolRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleEdition2023) String() string
type PredefinedWrappedBoolRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedBoolRuleEdition2023_builder struct {
Val *wrapperspb.BoolValue
// contains filtered or unexported fields
}
func (PredefinedWrappedBoolRuleEdition2023_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedBoolRuleEdition2023_builder) Build() *PredefinedWrappedBoolRuleEdition2023
type PredefinedWrappedBoolRuleProto2 ¶ added in v0.7.3
type PredefinedWrappedBoolRuleProto2 struct {
Val *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedBoolRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleProto2) ClearVal()
func (*PredefinedWrappedBoolRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto2) GetVal() *wrapperspb.BoolValue
func (*PredefinedWrappedBoolRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleProto2) HasVal() bool
func (*PredefinedWrappedBoolRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedBoolRuleProto2) ProtoMessage()
func (*PredefinedWrappedBoolRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedBoolRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto2) Reset()
func (*PredefinedWrappedBoolRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleProto2) SetVal(v *wrapperspb.BoolValue)
func (*PredefinedWrappedBoolRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto2) String() string
type PredefinedWrappedBoolRuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedBoolRuleProto2_builder struct {
Val *wrapperspb.BoolValue
// contains filtered or unexported fields
}
func (PredefinedWrappedBoolRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedBoolRuleProto2_builder) Build() *PredefinedWrappedBoolRuleProto2
type PredefinedWrappedBoolRuleProto3 ¶ added in v0.7.3
type PredefinedWrappedBoolRuleProto3 struct {
Val *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedBoolRuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleProto3) ClearVal()
func (*PredefinedWrappedBoolRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto3) GetVal() *wrapperspb.BoolValue
func (*PredefinedWrappedBoolRuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleProto3) HasVal() bool
func (*PredefinedWrappedBoolRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedBoolRuleProto3) ProtoMessage()
func (*PredefinedWrappedBoolRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedBoolRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto3) Reset()
func (*PredefinedWrappedBoolRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedBoolRuleProto3) SetVal(v *wrapperspb.BoolValue)
func (*PredefinedWrappedBoolRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedBoolRuleProto3) String() string
type PredefinedWrappedBoolRuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedBoolRuleProto3_builder struct {
Val *wrapperspb.BoolValue
// contains filtered or unexported fields
}
func (PredefinedWrappedBoolRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedBoolRuleProto3_builder) Build() *PredefinedWrappedBoolRuleProto3
type PredefinedWrappedBytesRuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedBytesRuleEdition2023 struct {
Val *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedBytesRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleEdition2023) ClearVal()
func (*PredefinedWrappedBytesRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleEdition2023) GetVal() *wrapperspb.BytesValue
func (*PredefinedWrappedBytesRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleEdition2023) HasVal() bool
func (*PredefinedWrappedBytesRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedBytesRuleEdition2023) ProtoMessage()
func (*PredefinedWrappedBytesRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedBytesRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleEdition2023) Reset()
func (*PredefinedWrappedBytesRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleEdition2023) SetVal(v *wrapperspb.BytesValue)
func (*PredefinedWrappedBytesRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleEdition2023) String() string
type PredefinedWrappedBytesRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedBytesRuleEdition2023_builder struct {
Val *wrapperspb.BytesValue
// contains filtered or unexported fields
}
type PredefinedWrappedBytesRuleProto2 ¶ added in v0.7.3
type PredefinedWrappedBytesRuleProto2 struct {
Val *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedBytesRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleProto2) ClearVal()
func (*PredefinedWrappedBytesRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto2) GetVal() *wrapperspb.BytesValue
func (*PredefinedWrappedBytesRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleProto2) HasVal() bool
func (*PredefinedWrappedBytesRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedBytesRuleProto2) ProtoMessage()
func (*PredefinedWrappedBytesRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedBytesRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto2) Reset()
func (*PredefinedWrappedBytesRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleProto2) SetVal(v *wrapperspb.BytesValue)
func (*PredefinedWrappedBytesRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto2) String() string
type PredefinedWrappedBytesRuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedBytesRuleProto2_builder struct {
Val *wrapperspb.BytesValue
// contains filtered or unexported fields
}
func (PredefinedWrappedBytesRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedBytesRuleProto2_builder) Build() *PredefinedWrappedBytesRuleProto2
type PredefinedWrappedBytesRuleProto3 ¶ added in v0.7.3
type PredefinedWrappedBytesRuleProto3 struct {
Val *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedBytesRuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleProto3) ClearVal()
func (*PredefinedWrappedBytesRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto3) GetVal() *wrapperspb.BytesValue
func (*PredefinedWrappedBytesRuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleProto3) HasVal() bool
func (*PredefinedWrappedBytesRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedBytesRuleProto3) ProtoMessage()
func (*PredefinedWrappedBytesRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedBytesRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto3) Reset()
func (*PredefinedWrappedBytesRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedBytesRuleProto3) SetVal(v *wrapperspb.BytesValue)
func (*PredefinedWrappedBytesRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedBytesRuleProto3) String() string
type PredefinedWrappedBytesRuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedBytesRuleProto3_builder struct {
Val *wrapperspb.BytesValue
// contains filtered or unexported fields
}
func (PredefinedWrappedBytesRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedBytesRuleProto3_builder) Build() *PredefinedWrappedBytesRuleProto3
type PredefinedWrappedDoubleRuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedDoubleRuleEdition2023 struct {
Val *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedDoubleRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleEdition2023) ClearVal()
func (*PredefinedWrappedDoubleRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleEdition2023) GetVal() *wrapperspb.DoubleValue
func (*PredefinedWrappedDoubleRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleEdition2023) HasVal() bool
func (*PredefinedWrappedDoubleRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedDoubleRuleEdition2023) ProtoMessage()
func (*PredefinedWrappedDoubleRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedDoubleRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleEdition2023) Reset()
func (*PredefinedWrappedDoubleRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleEdition2023) SetVal(v *wrapperspb.DoubleValue)
func (*PredefinedWrappedDoubleRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleEdition2023) String() string
type PredefinedWrappedDoubleRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedDoubleRuleEdition2023_builder struct {
Val *wrapperspb.DoubleValue
// contains filtered or unexported fields
}
type PredefinedWrappedDoubleRuleProto2 ¶ added in v0.7.3
type PredefinedWrappedDoubleRuleProto2 struct {
Val *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedDoubleRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleProto2) ClearVal()
func (*PredefinedWrappedDoubleRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto2) GetVal() *wrapperspb.DoubleValue
func (*PredefinedWrappedDoubleRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleProto2) HasVal() bool
func (*PredefinedWrappedDoubleRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedDoubleRuleProto2) ProtoMessage()
func (*PredefinedWrappedDoubleRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedDoubleRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto2) Reset()
func (*PredefinedWrappedDoubleRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleProto2) SetVal(v *wrapperspb.DoubleValue)
func (*PredefinedWrappedDoubleRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto2) String() string
type PredefinedWrappedDoubleRuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedDoubleRuleProto2_builder struct {
Val *wrapperspb.DoubleValue
// contains filtered or unexported fields
}
func (PredefinedWrappedDoubleRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedDoubleRuleProto2_builder) Build() *PredefinedWrappedDoubleRuleProto2
type PredefinedWrappedDoubleRuleProto3 ¶ added in v0.7.3
type PredefinedWrappedDoubleRuleProto3 struct {
Val *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedDoubleRuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleProto3) ClearVal()
func (*PredefinedWrappedDoubleRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto3) GetVal() *wrapperspb.DoubleValue
func (*PredefinedWrappedDoubleRuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleProto3) HasVal() bool
func (*PredefinedWrappedDoubleRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedDoubleRuleProto3) ProtoMessage()
func (*PredefinedWrappedDoubleRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedDoubleRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto3) Reset()
func (*PredefinedWrappedDoubleRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedDoubleRuleProto3) SetVal(v *wrapperspb.DoubleValue)
func (*PredefinedWrappedDoubleRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedDoubleRuleProto3) String() string
type PredefinedWrappedDoubleRuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedDoubleRuleProto3_builder struct {
Val *wrapperspb.DoubleValue
// contains filtered or unexported fields
}
func (PredefinedWrappedDoubleRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedDoubleRuleProto3_builder) Build() *PredefinedWrappedDoubleRuleProto3
type PredefinedWrappedFloatRuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedFloatRuleEdition2023 struct {
Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedFloatRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleEdition2023) ClearVal()
func (*PredefinedWrappedFloatRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleEdition2023) GetVal() *wrapperspb.FloatValue
func (*PredefinedWrappedFloatRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleEdition2023) HasVal() bool
func (*PredefinedWrappedFloatRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedFloatRuleEdition2023) ProtoMessage()
func (*PredefinedWrappedFloatRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedFloatRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleEdition2023) Reset()
func (*PredefinedWrappedFloatRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleEdition2023) SetVal(v *wrapperspb.FloatValue)
func (*PredefinedWrappedFloatRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleEdition2023) String() string
type PredefinedWrappedFloatRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedFloatRuleEdition2023_builder struct {
Val *wrapperspb.FloatValue
// contains filtered or unexported fields
}
type PredefinedWrappedFloatRuleProto2 ¶ added in v0.7.3
type PredefinedWrappedFloatRuleProto2 struct {
Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedFloatRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleProto2) ClearVal()
func (*PredefinedWrappedFloatRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto2) GetVal() *wrapperspb.FloatValue
func (*PredefinedWrappedFloatRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleProto2) HasVal() bool
func (*PredefinedWrappedFloatRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedFloatRuleProto2) ProtoMessage()
func (*PredefinedWrappedFloatRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedFloatRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto2) Reset()
func (*PredefinedWrappedFloatRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleProto2) SetVal(v *wrapperspb.FloatValue)
func (*PredefinedWrappedFloatRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto2) String() string
type PredefinedWrappedFloatRuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedFloatRuleProto2_builder struct {
Val *wrapperspb.FloatValue
// contains filtered or unexported fields
}
func (PredefinedWrappedFloatRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedFloatRuleProto2_builder) Build() *PredefinedWrappedFloatRuleProto2
type PredefinedWrappedFloatRuleProto3 ¶ added in v0.7.3
type PredefinedWrappedFloatRuleProto3 struct {
Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedFloatRuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleProto3) ClearVal()
func (*PredefinedWrappedFloatRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto3) GetVal() *wrapperspb.FloatValue
func (*PredefinedWrappedFloatRuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleProto3) HasVal() bool
func (*PredefinedWrappedFloatRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedFloatRuleProto3) ProtoMessage()
func (*PredefinedWrappedFloatRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedFloatRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto3) Reset()
func (*PredefinedWrappedFloatRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedFloatRuleProto3) SetVal(v *wrapperspb.FloatValue)
func (*PredefinedWrappedFloatRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedFloatRuleProto3) String() string
type PredefinedWrappedFloatRuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedFloatRuleProto3_builder struct {
Val *wrapperspb.FloatValue
// contains filtered or unexported fields
}
func (PredefinedWrappedFloatRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedFloatRuleProto3_builder) Build() *PredefinedWrappedFloatRuleProto3
type PredefinedWrappedInt32RuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedInt32RuleEdition2023 struct {
Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedInt32RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleEdition2023) ClearVal()
func (*PredefinedWrappedInt32RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleEdition2023) GetVal() *wrapperspb.Int32Value
func (*PredefinedWrappedInt32RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleEdition2023) HasVal() bool
func (*PredefinedWrappedInt32RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedInt32RuleEdition2023) ProtoMessage()
func (*PredefinedWrappedInt32RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedInt32RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleEdition2023) Reset()
func (*PredefinedWrappedInt32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleEdition2023) SetVal(v *wrapperspb.Int32Value)
func (*PredefinedWrappedInt32RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleEdition2023) String() string
type PredefinedWrappedInt32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedInt32RuleEdition2023_builder struct {
Val *wrapperspb.Int32Value
// contains filtered or unexported fields
}
type PredefinedWrappedInt32RuleProto2 ¶ added in v0.7.3
type PredefinedWrappedInt32RuleProto2 struct {
Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedInt32RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleProto2) ClearVal()
func (*PredefinedWrappedInt32RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto2) GetVal() *wrapperspb.Int32Value
func (*PredefinedWrappedInt32RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleProto2) HasVal() bool
func (*PredefinedWrappedInt32RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedInt32RuleProto2) ProtoMessage()
func (*PredefinedWrappedInt32RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedInt32RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto2) Reset()
func (*PredefinedWrappedInt32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleProto2) SetVal(v *wrapperspb.Int32Value)
func (*PredefinedWrappedInt32RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto2) String() string
type PredefinedWrappedInt32RuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedInt32RuleProto2_builder struct {
Val *wrapperspb.Int32Value
// contains filtered or unexported fields
}
func (PredefinedWrappedInt32RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedInt32RuleProto2_builder) Build() *PredefinedWrappedInt32RuleProto2
type PredefinedWrappedInt32RuleProto3 ¶ added in v0.7.3
type PredefinedWrappedInt32RuleProto3 struct {
Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedInt32RuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleProto3) ClearVal()
func (*PredefinedWrappedInt32RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto3) GetVal() *wrapperspb.Int32Value
func (*PredefinedWrappedInt32RuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleProto3) HasVal() bool
func (*PredefinedWrappedInt32RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedInt32RuleProto3) ProtoMessage()
func (*PredefinedWrappedInt32RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedInt32RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto3) Reset()
func (*PredefinedWrappedInt32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt32RuleProto3) SetVal(v *wrapperspb.Int32Value)
func (*PredefinedWrappedInt32RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedInt32RuleProto3) String() string
type PredefinedWrappedInt32RuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedInt32RuleProto3_builder struct {
Val *wrapperspb.Int32Value
// contains filtered or unexported fields
}
func (PredefinedWrappedInt32RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedInt32RuleProto3_builder) Build() *PredefinedWrappedInt32RuleProto3
type PredefinedWrappedInt64RuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedInt64RuleEdition2023 struct {
Val *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedInt64RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleEdition2023) ClearVal()
func (*PredefinedWrappedInt64RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleEdition2023) GetVal() *wrapperspb.Int64Value
func (*PredefinedWrappedInt64RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleEdition2023) HasVal() bool
func (*PredefinedWrappedInt64RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedInt64RuleEdition2023) ProtoMessage()
func (*PredefinedWrappedInt64RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedInt64RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleEdition2023) Reset()
func (*PredefinedWrappedInt64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleEdition2023) SetVal(v *wrapperspb.Int64Value)
func (*PredefinedWrappedInt64RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleEdition2023) String() string
type PredefinedWrappedInt64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedInt64RuleEdition2023_builder struct {
Val *wrapperspb.Int64Value
// contains filtered or unexported fields
}
type PredefinedWrappedInt64RuleProto2 ¶ added in v0.7.3
type PredefinedWrappedInt64RuleProto2 struct {
Val *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedInt64RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleProto2) ClearVal()
func (*PredefinedWrappedInt64RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto2) GetVal() *wrapperspb.Int64Value
func (*PredefinedWrappedInt64RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleProto2) HasVal() bool
func (*PredefinedWrappedInt64RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedInt64RuleProto2) ProtoMessage()
func (*PredefinedWrappedInt64RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedInt64RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto2) Reset()
func (*PredefinedWrappedInt64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleProto2) SetVal(v *wrapperspb.Int64Value)
func (*PredefinedWrappedInt64RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto2) String() string
type PredefinedWrappedInt64RuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedInt64RuleProto2_builder struct {
Val *wrapperspb.Int64Value
// contains filtered or unexported fields
}
func (PredefinedWrappedInt64RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedInt64RuleProto2_builder) Build() *PredefinedWrappedInt64RuleProto2
type PredefinedWrappedInt64RuleProto3 ¶ added in v0.7.3
type PredefinedWrappedInt64RuleProto3 struct {
Val *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedInt64RuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleProto3) ClearVal()
func (*PredefinedWrappedInt64RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto3) GetVal() *wrapperspb.Int64Value
func (*PredefinedWrappedInt64RuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleProto3) HasVal() bool
func (*PredefinedWrappedInt64RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedInt64RuleProto3) ProtoMessage()
func (*PredefinedWrappedInt64RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedInt64RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto3) Reset()
func (*PredefinedWrappedInt64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedInt64RuleProto3) SetVal(v *wrapperspb.Int64Value)
func (*PredefinedWrappedInt64RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedInt64RuleProto3) String() string
type PredefinedWrappedInt64RuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedInt64RuleProto3_builder struct {
Val *wrapperspb.Int64Value
// contains filtered or unexported fields
}
func (PredefinedWrappedInt64RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedInt64RuleProto3_builder) Build() *PredefinedWrappedInt64RuleProto3
type PredefinedWrappedStringRuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedStringRuleEdition2023 struct {
Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedStringRuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleEdition2023) ClearVal()
func (*PredefinedWrappedStringRuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleEdition2023) GetVal() *wrapperspb.StringValue
func (*PredefinedWrappedStringRuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleEdition2023) HasVal() bool
func (*PredefinedWrappedStringRuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedStringRuleEdition2023) ProtoMessage()
func (*PredefinedWrappedStringRuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedStringRuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleEdition2023) Reset()
func (*PredefinedWrappedStringRuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleEdition2023) SetVal(v *wrapperspb.StringValue)
func (*PredefinedWrappedStringRuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleEdition2023) String() string
type PredefinedWrappedStringRuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedStringRuleEdition2023_builder struct {
Val *wrapperspb.StringValue
// contains filtered or unexported fields
}
type PredefinedWrappedStringRuleProto2 ¶ added in v0.7.3
type PredefinedWrappedStringRuleProto2 struct {
Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedStringRuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleProto2) ClearVal()
func (*PredefinedWrappedStringRuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto2) GetVal() *wrapperspb.StringValue
func (*PredefinedWrappedStringRuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleProto2) HasVal() bool
func (*PredefinedWrappedStringRuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedStringRuleProto2) ProtoMessage()
func (*PredefinedWrappedStringRuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedStringRuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto2) Reset()
func (*PredefinedWrappedStringRuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleProto2) SetVal(v *wrapperspb.StringValue)
func (*PredefinedWrappedStringRuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto2) String() string
type PredefinedWrappedStringRuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedStringRuleProto2_builder struct {
Val *wrapperspb.StringValue
// contains filtered or unexported fields
}
func (PredefinedWrappedStringRuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedStringRuleProto2_builder) Build() *PredefinedWrappedStringRuleProto2
type PredefinedWrappedStringRuleProto3 ¶ added in v0.7.3
type PredefinedWrappedStringRuleProto3 struct {
Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedStringRuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleProto3) ClearVal()
func (*PredefinedWrappedStringRuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto3) GetVal() *wrapperspb.StringValue
func (*PredefinedWrappedStringRuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleProto3) HasVal() bool
func (*PredefinedWrappedStringRuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedStringRuleProto3) ProtoMessage()
func (*PredefinedWrappedStringRuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedStringRuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto3) Reset()
func (*PredefinedWrappedStringRuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedStringRuleProto3) SetVal(v *wrapperspb.StringValue)
func (*PredefinedWrappedStringRuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedStringRuleProto3) String() string
type PredefinedWrappedStringRuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedStringRuleProto3_builder struct {
Val *wrapperspb.StringValue
// contains filtered or unexported fields
}
func (PredefinedWrappedStringRuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedStringRuleProto3_builder) Build() *PredefinedWrappedStringRuleProto3
type PredefinedWrappedUInt32RuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedUInt32RuleEdition2023 struct {
Val *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedUInt32RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleEdition2023) ClearVal()
func (*PredefinedWrappedUInt32RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleEdition2023) GetVal() *wrapperspb.UInt32Value
func (*PredefinedWrappedUInt32RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleEdition2023) HasVal() bool
func (*PredefinedWrappedUInt32RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedUInt32RuleEdition2023) ProtoMessage()
func (*PredefinedWrappedUInt32RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedUInt32RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleEdition2023) Reset()
func (*PredefinedWrappedUInt32RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleEdition2023) SetVal(v *wrapperspb.UInt32Value)
func (*PredefinedWrappedUInt32RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleEdition2023) String() string
type PredefinedWrappedUInt32RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedUInt32RuleEdition2023_builder struct {
Val *wrapperspb.UInt32Value
// contains filtered or unexported fields
}
type PredefinedWrappedUInt32RuleProto2 ¶ added in v0.7.3
type PredefinedWrappedUInt32RuleProto2 struct {
Val *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedUInt32RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleProto2) ClearVal()
func (*PredefinedWrappedUInt32RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto2) GetVal() *wrapperspb.UInt32Value
func (*PredefinedWrappedUInt32RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleProto2) HasVal() bool
func (*PredefinedWrappedUInt32RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedUInt32RuleProto2) ProtoMessage()
func (*PredefinedWrappedUInt32RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedUInt32RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto2) Reset()
func (*PredefinedWrappedUInt32RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleProto2) SetVal(v *wrapperspb.UInt32Value)
func (*PredefinedWrappedUInt32RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto2) String() string
type PredefinedWrappedUInt32RuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedUInt32RuleProto2_builder struct {
Val *wrapperspb.UInt32Value
// contains filtered or unexported fields
}
func (PredefinedWrappedUInt32RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedUInt32RuleProto2_builder) Build() *PredefinedWrappedUInt32RuleProto2
type PredefinedWrappedUInt32RuleProto3 ¶ added in v0.7.3
type PredefinedWrappedUInt32RuleProto3 struct {
Val *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedUInt32RuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleProto3) ClearVal()
func (*PredefinedWrappedUInt32RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto3) GetVal() *wrapperspb.UInt32Value
func (*PredefinedWrappedUInt32RuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleProto3) HasVal() bool
func (*PredefinedWrappedUInt32RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedUInt32RuleProto3) ProtoMessage()
func (*PredefinedWrappedUInt32RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedUInt32RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto3) Reset()
func (*PredefinedWrappedUInt32RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt32RuleProto3) SetVal(v *wrapperspb.UInt32Value)
func (*PredefinedWrappedUInt32RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedUInt32RuleProto3) String() string
type PredefinedWrappedUInt32RuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedUInt32RuleProto3_builder struct {
Val *wrapperspb.UInt32Value
// contains filtered or unexported fields
}
func (PredefinedWrappedUInt32RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedUInt32RuleProto3_builder) Build() *PredefinedWrappedUInt32RuleProto3
type PredefinedWrappedUInt64RuleEdition2023 ¶ added in v0.7.3
type PredefinedWrappedUInt64RuleEdition2023 struct {
Val *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedUInt64RuleEdition2023) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleEdition2023) ClearVal()
func (*PredefinedWrappedUInt64RuleEdition2023) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleEdition2023) GetVal() *wrapperspb.UInt64Value
func (*PredefinedWrappedUInt64RuleEdition2023) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleEdition2023) HasVal() bool
func (*PredefinedWrappedUInt64RuleEdition2023) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedUInt64RuleEdition2023) ProtoMessage()
func (*PredefinedWrappedUInt64RuleEdition2023) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleEdition2023) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedUInt64RuleEdition2023) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleEdition2023) Reset()
func (*PredefinedWrappedUInt64RuleEdition2023) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleEdition2023) SetVal(v *wrapperspb.UInt64Value)
func (*PredefinedWrappedUInt64RuleEdition2023) String ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleEdition2023) String() string
type PredefinedWrappedUInt64RuleEdition2023_builder ¶ added in v0.8.1
type PredefinedWrappedUInt64RuleEdition2023_builder struct {
Val *wrapperspb.UInt64Value
// contains filtered or unexported fields
}
type PredefinedWrappedUInt64RuleProto2 ¶ added in v0.7.3
type PredefinedWrappedUInt64RuleProto2 struct {
Val *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedUInt64RuleProto2) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleProto2) ClearVal()
func (*PredefinedWrappedUInt64RuleProto2) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto2) GetVal() *wrapperspb.UInt64Value
func (*PredefinedWrappedUInt64RuleProto2) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleProto2) HasVal() bool
func (*PredefinedWrappedUInt64RuleProto2) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedUInt64RuleProto2) ProtoMessage()
func (*PredefinedWrappedUInt64RuleProto2) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto2) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedUInt64RuleProto2) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto2) Reset()
func (*PredefinedWrappedUInt64RuleProto2) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleProto2) SetVal(v *wrapperspb.UInt64Value)
func (*PredefinedWrappedUInt64RuleProto2) String ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto2) String() string
type PredefinedWrappedUInt64RuleProto2_builder ¶ added in v0.8.1
type PredefinedWrappedUInt64RuleProto2_builder struct {
Val *wrapperspb.UInt64Value
// contains filtered or unexported fields
}
func (PredefinedWrappedUInt64RuleProto2_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedUInt64RuleProto2_builder) Build() *PredefinedWrappedUInt64RuleProto2
type PredefinedWrappedUInt64RuleProto3 ¶ added in v0.7.3
type PredefinedWrappedUInt64RuleProto3 struct {
Val *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*PredefinedWrappedUInt64RuleProto3) ClearVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleProto3) ClearVal()
func (*PredefinedWrappedUInt64RuleProto3) GetVal ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto3) GetVal() *wrapperspb.UInt64Value
func (*PredefinedWrappedUInt64RuleProto3) HasVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleProto3) HasVal() bool
func (*PredefinedWrappedUInt64RuleProto3) ProtoMessage ¶ added in v0.7.3
func (*PredefinedWrappedUInt64RuleProto3) ProtoMessage()
func (*PredefinedWrappedUInt64RuleProto3) ProtoReflect ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto3) ProtoReflect() protoreflect.Message
func (*PredefinedWrappedUInt64RuleProto3) Reset ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto3) Reset()
func (*PredefinedWrappedUInt64RuleProto3) SetVal ¶ added in v0.8.1
func (x *PredefinedWrappedUInt64RuleProto3) SetVal(v *wrapperspb.UInt64Value)
func (*PredefinedWrappedUInt64RuleProto3) String ¶ added in v0.7.3
func (x *PredefinedWrappedUInt64RuleProto3) String() string
type PredefinedWrappedUInt64RuleProto3_builder ¶ added in v0.8.1
type PredefinedWrappedUInt64RuleProto3_builder struct {
Val *wrapperspb.UInt64Value
// contains filtered or unexported fields
}
func (PredefinedWrappedUInt64RuleProto3_builder) Build ¶ added in v0.8.1
func (b0 PredefinedWrappedUInt64RuleProto3_builder) Build() *PredefinedWrappedUInt64RuleProto3
type Proto2MapIgnoreDefault ¶ added in v0.6.0
type Proto2MapIgnoreDefault struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2MapIgnoreDefault) GetVal() map[int32]int32
func (*Proto2MapIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapIgnoreDefault) ProtoMessage()
func (*Proto2MapIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2MapIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2MapIgnoreDefault) Reset()
func (*Proto2MapIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2MapIgnoreDefault) SetVal(v map[int32]int32)
func (*Proto2MapIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2MapIgnoreDefault) String() string
type Proto2MapIgnoreDefault_builder ¶ added in v0.8.1
type Proto2MapIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapIgnoreDefault_builder) Build() *Proto2MapIgnoreDefault
type Proto2MapIgnoreEmpty ¶ added in v0.6.0
type Proto2MapIgnoreEmpty struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2MapIgnoreEmpty) GetVal() map[int32]int32
func (*Proto2MapIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapIgnoreEmpty) ProtoMessage()
func (*Proto2MapIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2MapIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2MapIgnoreEmpty) Reset()
func (*Proto2MapIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2MapIgnoreEmpty) SetVal(v map[int32]int32)
func (*Proto2MapIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2MapIgnoreEmpty) String() string
type Proto2MapIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2MapIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapIgnoreEmpty_builder) Build() *Proto2MapIgnoreEmpty
type Proto2MapIgnoreUnspecified ¶ added in v0.6.0
type Proto2MapIgnoreUnspecified struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2MapIgnoreUnspecified) GetVal() map[int32]int32
func (*Proto2MapIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapIgnoreUnspecified) ProtoMessage()
func (*Proto2MapIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2MapIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2MapIgnoreUnspecified) Reset()
func (*Proto2MapIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2MapIgnoreUnspecified) SetVal(v map[int32]int32)
func (*Proto2MapIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2MapIgnoreUnspecified) String() string
type Proto2MapIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2MapIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapIgnoreUnspecified_builder) Build() *Proto2MapIgnoreUnspecified
type Proto2MapKeyIgnoreDefault ¶ added in v0.6.0
type Proto2MapKeyIgnoreDefault struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapKeyIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreDefault) GetVal() map[int32]int32
func (*Proto2MapKeyIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapKeyIgnoreDefault) ProtoMessage()
func (*Proto2MapKeyIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2MapKeyIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreDefault) Reset()
func (*Proto2MapKeyIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2MapKeyIgnoreDefault) SetVal(v map[int32]int32)
func (*Proto2MapKeyIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreDefault) String() string
type Proto2MapKeyIgnoreDefault_builder ¶ added in v0.8.1
type Proto2MapKeyIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapKeyIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapKeyIgnoreDefault_builder) Build() *Proto2MapKeyIgnoreDefault
type Proto2MapKeyIgnoreEmpty ¶ added in v0.6.0
type Proto2MapKeyIgnoreEmpty struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapKeyIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreEmpty) GetVal() map[int32]int32
func (*Proto2MapKeyIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapKeyIgnoreEmpty) ProtoMessage()
func (*Proto2MapKeyIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2MapKeyIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreEmpty) Reset()
func (*Proto2MapKeyIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2MapKeyIgnoreEmpty) SetVal(v map[int32]int32)
func (*Proto2MapKeyIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreEmpty) String() string
type Proto2MapKeyIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2MapKeyIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapKeyIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapKeyIgnoreEmpty_builder) Build() *Proto2MapKeyIgnoreEmpty
type Proto2MapKeyIgnoreUnspecified ¶ added in v0.6.0
type Proto2MapKeyIgnoreUnspecified struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapKeyIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreUnspecified) GetVal() map[int32]int32
func (*Proto2MapKeyIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapKeyIgnoreUnspecified) ProtoMessage()
func (*Proto2MapKeyIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2MapKeyIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreUnspecified) Reset()
func (*Proto2MapKeyIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2MapKeyIgnoreUnspecified) SetVal(v map[int32]int32)
func (*Proto2MapKeyIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2MapKeyIgnoreUnspecified) String() string
type Proto2MapKeyIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2MapKeyIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapKeyIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapKeyIgnoreUnspecified_builder) Build() *Proto2MapKeyIgnoreUnspecified
type Proto2MapValueIgnoreDefault ¶ added in v0.6.0
type Proto2MapValueIgnoreDefault struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapValueIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreDefault) GetVal() map[int32]int32
func (*Proto2MapValueIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapValueIgnoreDefault) ProtoMessage()
func (*Proto2MapValueIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2MapValueIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreDefault) Reset()
func (*Proto2MapValueIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2MapValueIgnoreDefault) SetVal(v map[int32]int32)
func (*Proto2MapValueIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreDefault) String() string
type Proto2MapValueIgnoreDefault_builder ¶ added in v0.8.1
type Proto2MapValueIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapValueIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapValueIgnoreDefault_builder) Build() *Proto2MapValueIgnoreDefault
type Proto2MapValueIgnoreEmpty ¶ added in v0.6.0
type Proto2MapValueIgnoreEmpty struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapValueIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreEmpty) GetVal() map[int32]int32
func (*Proto2MapValueIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapValueIgnoreEmpty) ProtoMessage()
func (*Proto2MapValueIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2MapValueIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreEmpty) Reset()
func (*Proto2MapValueIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2MapValueIgnoreEmpty) SetVal(v map[int32]int32)
func (*Proto2MapValueIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreEmpty) String() string
type Proto2MapValueIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2MapValueIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapValueIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapValueIgnoreEmpty_builder) Build() *Proto2MapValueIgnoreEmpty
type Proto2MapValueIgnoreUnspecified ¶ added in v0.6.0
type Proto2MapValueIgnoreUnspecified struct {
Val map[int32]int32 `` /* 128-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto2MapValueIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreUnspecified) GetVal() map[int32]int32
func (*Proto2MapValueIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2MapValueIgnoreUnspecified) ProtoMessage()
func (*Proto2MapValueIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2MapValueIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreUnspecified) Reset()
func (*Proto2MapValueIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2MapValueIgnoreUnspecified) SetVal(v map[int32]int32)
func (*Proto2MapValueIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2MapValueIgnoreUnspecified) String() string
type Proto2MapValueIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2MapValueIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto2MapValueIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto2MapValueIgnoreUnspecified_builder) Build() *Proto2MapValueIgnoreUnspecified
type Proto2MessageOptionalIgnoreDefault ¶ added in v0.6.0
type Proto2MessageOptionalIgnoreDefault struct {
Val *Proto2MessageOptionalIgnoreDefault_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageOptionalIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreDefault) ClearVal()
func (*Proto2MessageOptionalIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault) GetVal() *Proto2MessageOptionalIgnoreDefault_Msg
func (*Proto2MessageOptionalIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreDefault) HasVal() bool
func (*Proto2MessageOptionalIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageOptionalIgnoreDefault) ProtoMessage()
func (*Proto2MessageOptionalIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2MessageOptionalIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault) Reset()
func (*Proto2MessageOptionalIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreDefault) SetVal(v *Proto2MessageOptionalIgnoreDefault_Msg)
func (*Proto2MessageOptionalIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault) String() string
type Proto2MessageOptionalIgnoreDefault_Msg ¶ added in v0.6.0
type Proto2MessageOptionalIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageOptionalIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreDefault_Msg) ClearVal()
func (*Proto2MessageOptionalIgnoreDefault_Msg) GetVal ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault_Msg) GetVal() string
func (*Proto2MessageOptionalIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreDefault_Msg) HasVal() bool
func (*Proto2MessageOptionalIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageOptionalIgnoreDefault_Msg) ProtoMessage()
func (*Proto2MessageOptionalIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*Proto2MessageOptionalIgnoreDefault_Msg) Reset ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault_Msg) Reset()
func (*Proto2MessageOptionalIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreDefault_Msg) SetVal(v string)
func (*Proto2MessageOptionalIgnoreDefault_Msg) String ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreDefault_Msg) String() string
type Proto2MessageOptionalIgnoreDefault_Msg_builder ¶ added in v0.8.1
type Proto2MessageOptionalIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type Proto2MessageOptionalIgnoreDefault_builder ¶ added in v0.8.1
type Proto2MessageOptionalIgnoreDefault_builder struct {
Val *Proto2MessageOptionalIgnoreDefault_Msg
// contains filtered or unexported fields
}
func (Proto2MessageOptionalIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2MessageOptionalIgnoreDefault_builder) Build() *Proto2MessageOptionalIgnoreDefault
type Proto2MessageOptionalIgnoreEmpty ¶ added in v0.6.0
type Proto2MessageOptionalIgnoreEmpty struct {
Val *Proto2MessageOptionalIgnoreEmpty_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageOptionalIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreEmpty) ClearVal()
func (*Proto2MessageOptionalIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty) GetVal() *Proto2MessageOptionalIgnoreEmpty_Msg
func (*Proto2MessageOptionalIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreEmpty) HasVal() bool
func (*Proto2MessageOptionalIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageOptionalIgnoreEmpty) ProtoMessage()
func (*Proto2MessageOptionalIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2MessageOptionalIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty) Reset()
func (*Proto2MessageOptionalIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreEmpty) SetVal(v *Proto2MessageOptionalIgnoreEmpty_Msg)
func (*Proto2MessageOptionalIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty) String() string
type Proto2MessageOptionalIgnoreEmpty_Msg ¶ added in v0.6.0
type Proto2MessageOptionalIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageOptionalIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreEmpty_Msg) ClearVal()
func (*Proto2MessageOptionalIgnoreEmpty_Msg) GetVal ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty_Msg) GetVal() string
func (*Proto2MessageOptionalIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreEmpty_Msg) HasVal() bool
func (*Proto2MessageOptionalIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageOptionalIgnoreEmpty_Msg) ProtoMessage()
func (*Proto2MessageOptionalIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*Proto2MessageOptionalIgnoreEmpty_Msg) Reset ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty_Msg) Reset()
func (*Proto2MessageOptionalIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreEmpty_Msg) SetVal(v string)
func (*Proto2MessageOptionalIgnoreEmpty_Msg) String ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreEmpty_Msg) String() string
type Proto2MessageOptionalIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type Proto2MessageOptionalIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (Proto2MessageOptionalIgnoreEmpty_Msg_builder) Build ¶ added in v0.8.1
func (b0 Proto2MessageOptionalIgnoreEmpty_Msg_builder) Build() *Proto2MessageOptionalIgnoreEmpty_Msg
type Proto2MessageOptionalIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2MessageOptionalIgnoreEmpty_builder struct {
Val *Proto2MessageOptionalIgnoreEmpty_Msg
// contains filtered or unexported fields
}
func (Proto2MessageOptionalIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2MessageOptionalIgnoreEmpty_builder) Build() *Proto2MessageOptionalIgnoreEmpty
type Proto2MessageOptionalIgnoreUnspecified ¶ added in v0.6.0
type Proto2MessageOptionalIgnoreUnspecified struct {
Val *Proto2MessageOptionalIgnoreUnspecified_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageOptionalIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreUnspecified) ClearVal()
func (*Proto2MessageOptionalIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified) GetVal() *Proto2MessageOptionalIgnoreUnspecified_Msg
func (*Proto2MessageOptionalIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreUnspecified) HasVal() bool
func (*Proto2MessageOptionalIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageOptionalIgnoreUnspecified) ProtoMessage()
func (*Proto2MessageOptionalIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2MessageOptionalIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified) Reset()
func (*Proto2MessageOptionalIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreUnspecified) SetVal(v *Proto2MessageOptionalIgnoreUnspecified_Msg)
func (*Proto2MessageOptionalIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified) String() string
type Proto2MessageOptionalIgnoreUnspecified_Msg ¶ added in v0.6.0
type Proto2MessageOptionalIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) ClearVal()
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) GetVal() string
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) HasVal() bool
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) ProtoMessage()
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) Reset ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) Reset()
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) SetVal(v string)
func (*Proto2MessageOptionalIgnoreUnspecified_Msg) String ¶ added in v0.6.0
func (x *Proto2MessageOptionalIgnoreUnspecified_Msg) String() string
type Proto2MessageOptionalIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type Proto2MessageOptionalIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type Proto2MessageOptionalIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2MessageOptionalIgnoreUnspecified_builder struct {
Val *Proto2MessageOptionalIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
type Proto2MessageRequiredIgnoreDefault ¶ added in v0.6.0
type Proto2MessageRequiredIgnoreDefault struct {
Val *Proto2MessageRequiredIgnoreDefault_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageRequiredIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreDefault) ClearVal()
func (*Proto2MessageRequiredIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault) GetVal() *Proto2MessageRequiredIgnoreDefault_Msg
func (*Proto2MessageRequiredIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreDefault) HasVal() bool
func (*Proto2MessageRequiredIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageRequiredIgnoreDefault) ProtoMessage()
func (*Proto2MessageRequiredIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2MessageRequiredIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault) Reset()
func (*Proto2MessageRequiredIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreDefault) SetVal(v *Proto2MessageRequiredIgnoreDefault_Msg)
func (*Proto2MessageRequiredIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault) String() string
type Proto2MessageRequiredIgnoreDefault_Msg ¶ added in v0.6.0
type Proto2MessageRequiredIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageRequiredIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreDefault_Msg) ClearVal()
func (*Proto2MessageRequiredIgnoreDefault_Msg) GetVal ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault_Msg) GetVal() string
func (*Proto2MessageRequiredIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreDefault_Msg) HasVal() bool
func (*Proto2MessageRequiredIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageRequiredIgnoreDefault_Msg) ProtoMessage()
func (*Proto2MessageRequiredIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*Proto2MessageRequiredIgnoreDefault_Msg) Reset ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault_Msg) Reset()
func (*Proto2MessageRequiredIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreDefault_Msg) SetVal(v string)
func (*Proto2MessageRequiredIgnoreDefault_Msg) String ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreDefault_Msg) String() string
type Proto2MessageRequiredIgnoreDefault_Msg_builder ¶ added in v0.8.1
type Proto2MessageRequiredIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type Proto2MessageRequiredIgnoreDefault_builder ¶ added in v0.8.1
type Proto2MessageRequiredIgnoreDefault_builder struct {
Val *Proto2MessageRequiredIgnoreDefault_Msg
// contains filtered or unexported fields
}
func (Proto2MessageRequiredIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2MessageRequiredIgnoreDefault_builder) Build() *Proto2MessageRequiredIgnoreDefault
type Proto2MessageRequiredIgnoreEmpty ¶ added in v0.6.0
type Proto2MessageRequiredIgnoreEmpty struct {
Val *Proto2MessageRequiredIgnoreEmpty_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageRequiredIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreEmpty) ClearVal()
func (*Proto2MessageRequiredIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty) GetVal() *Proto2MessageRequiredIgnoreEmpty_Msg
func (*Proto2MessageRequiredIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreEmpty) HasVal() bool
func (*Proto2MessageRequiredIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageRequiredIgnoreEmpty) ProtoMessage()
func (*Proto2MessageRequiredIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2MessageRequiredIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty) Reset()
func (*Proto2MessageRequiredIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreEmpty) SetVal(v *Proto2MessageRequiredIgnoreEmpty_Msg)
func (*Proto2MessageRequiredIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty) String() string
type Proto2MessageRequiredIgnoreEmpty_Msg ¶ added in v0.6.0
type Proto2MessageRequiredIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageRequiredIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreEmpty_Msg) ClearVal()
func (*Proto2MessageRequiredIgnoreEmpty_Msg) GetVal ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty_Msg) GetVal() string
func (*Proto2MessageRequiredIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreEmpty_Msg) HasVal() bool
func (*Proto2MessageRequiredIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageRequiredIgnoreEmpty_Msg) ProtoMessage()
func (*Proto2MessageRequiredIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*Proto2MessageRequiredIgnoreEmpty_Msg) Reset ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty_Msg) Reset()
func (*Proto2MessageRequiredIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreEmpty_Msg) SetVal(v string)
func (*Proto2MessageRequiredIgnoreEmpty_Msg) String ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreEmpty_Msg) String() string
type Proto2MessageRequiredIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type Proto2MessageRequiredIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (Proto2MessageRequiredIgnoreEmpty_Msg_builder) Build ¶ added in v0.8.1
func (b0 Proto2MessageRequiredIgnoreEmpty_Msg_builder) Build() *Proto2MessageRequiredIgnoreEmpty_Msg
type Proto2MessageRequiredIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2MessageRequiredIgnoreEmpty_builder struct {
Val *Proto2MessageRequiredIgnoreEmpty_Msg
// contains filtered or unexported fields
}
func (Proto2MessageRequiredIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2MessageRequiredIgnoreEmpty_builder) Build() *Proto2MessageRequiredIgnoreEmpty
type Proto2MessageRequiredIgnoreUnspecified ¶ added in v0.6.0
type Proto2MessageRequiredIgnoreUnspecified struct {
Val *Proto2MessageRequiredIgnoreUnspecified_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageRequiredIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreUnspecified) ClearVal()
func (*Proto2MessageRequiredIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified) GetVal() *Proto2MessageRequiredIgnoreUnspecified_Msg
func (*Proto2MessageRequiredIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreUnspecified) HasVal() bool
func (*Proto2MessageRequiredIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageRequiredIgnoreUnspecified) ProtoMessage()
func (*Proto2MessageRequiredIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2MessageRequiredIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified) Reset()
func (*Proto2MessageRequiredIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreUnspecified) SetVal(v *Proto2MessageRequiredIgnoreUnspecified_Msg)
func (*Proto2MessageRequiredIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified) String() string
type Proto2MessageRequiredIgnoreUnspecified_Msg ¶ added in v0.6.0
type Proto2MessageRequiredIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) ClearVal()
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) GetVal() string
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) HasVal() bool
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) ProtoMessage()
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) Reset ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) Reset()
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) SetVal(v string)
func (*Proto2MessageRequiredIgnoreUnspecified_Msg) String ¶ added in v0.6.0
func (x *Proto2MessageRequiredIgnoreUnspecified_Msg) String() string
type Proto2MessageRequiredIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type Proto2MessageRequiredIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type Proto2MessageRequiredIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2MessageRequiredIgnoreUnspecified_builder struct {
Val *Proto2MessageRequiredIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
type Proto2OneofIgnoreDefault ¶ added in v0.6.0
type Proto2OneofIgnoreDefault struct {
// Types that are valid to be assigned to O:
//
// *Proto2OneofIgnoreDefault_Val
O isProto2OneofIgnoreDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto2OneofIgnoreDefault) ClearO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefault) ClearO()
func (*Proto2OneofIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefault) ClearVal()
func (*Proto2OneofIgnoreDefault) GetO ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefault) GetO() isProto2OneofIgnoreDefault_O
func (*Proto2OneofIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefault) GetVal() int32
func (*Proto2OneofIgnoreDefault) HasO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefault) HasO() bool
func (*Proto2OneofIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefault) HasVal() bool
func (*Proto2OneofIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2OneofIgnoreDefault) ProtoMessage()
func (*Proto2OneofIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2OneofIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefault) Reset()
func (*Proto2OneofIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefault) SetVal(v int32)
func (*Proto2OneofIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefault) String() string
func (*Proto2OneofIgnoreDefault) WhichO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefault) WhichO() case_Proto2OneofIgnoreDefault_O
type Proto2OneofIgnoreDefaultWithDefault ¶ added in v0.6.0
type Proto2OneofIgnoreDefaultWithDefault struct {
// Types that are valid to be assigned to O:
//
// *Proto2OneofIgnoreDefaultWithDefault_Val
O isProto2OneofIgnoreDefaultWithDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto2OneofIgnoreDefaultWithDefault) ClearO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefaultWithDefault) ClearO()
func (*Proto2OneofIgnoreDefaultWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefaultWithDefault) ClearVal()
func (*Proto2OneofIgnoreDefaultWithDefault) GetO ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefaultWithDefault) GetO() isProto2OneofIgnoreDefaultWithDefault_O
func (*Proto2OneofIgnoreDefaultWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefaultWithDefault) GetVal() int32
func (*Proto2OneofIgnoreDefaultWithDefault) HasO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefaultWithDefault) HasO() bool
func (*Proto2OneofIgnoreDefaultWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefaultWithDefault) HasVal() bool
func (*Proto2OneofIgnoreDefaultWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2OneofIgnoreDefaultWithDefault) ProtoMessage()
func (*Proto2OneofIgnoreDefaultWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2OneofIgnoreDefaultWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefaultWithDefault) Reset()
func (*Proto2OneofIgnoreDefaultWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefaultWithDefault) SetVal(v int32)
func (*Proto2OneofIgnoreDefaultWithDefault) String ¶ added in v0.6.0
func (x *Proto2OneofIgnoreDefaultWithDefault) String() string
func (*Proto2OneofIgnoreDefaultWithDefault) WhichO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreDefaultWithDefault) WhichO() case_Proto2OneofIgnoreDefaultWithDefault_O
type Proto2OneofIgnoreDefaultWithDefault_Val ¶ added in v0.6.0
type Proto2OneofIgnoreDefaultWithDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof,def=-42"`
}
type Proto2OneofIgnoreDefaultWithDefault_builder ¶ added in v0.8.1
type Proto2OneofIgnoreDefaultWithDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto2OneofIgnoreDefaultWithDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2OneofIgnoreDefaultWithDefault_builder) Build() *Proto2OneofIgnoreDefaultWithDefault
type Proto2OneofIgnoreDefault_Val ¶ added in v0.6.0
type Proto2OneofIgnoreDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type Proto2OneofIgnoreDefault_builder ¶ added in v0.8.1
type Proto2OneofIgnoreDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto2OneofIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2OneofIgnoreDefault_builder) Build() *Proto2OneofIgnoreDefault
type Proto2OneofIgnoreEmpty ¶ added in v0.6.0
type Proto2OneofIgnoreEmpty struct {
// Types that are valid to be assigned to O:
//
// *Proto2OneofIgnoreEmpty_Val
O isProto2OneofIgnoreEmpty_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto2OneofIgnoreEmpty) ClearO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmpty) ClearO()
func (*Proto2OneofIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmpty) ClearVal()
func (*Proto2OneofIgnoreEmpty) GetO ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmpty) GetO() isProto2OneofIgnoreEmpty_O
func (*Proto2OneofIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmpty) GetVal() int32
func (*Proto2OneofIgnoreEmpty) HasO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmpty) HasO() bool
func (*Proto2OneofIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmpty) HasVal() bool
func (*Proto2OneofIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2OneofIgnoreEmpty) ProtoMessage()
func (*Proto2OneofIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2OneofIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmpty) Reset()
func (*Proto2OneofIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmpty) SetVal(v int32)
func (*Proto2OneofIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmpty) String() string
func (*Proto2OneofIgnoreEmpty) WhichO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmpty) WhichO() case_Proto2OneofIgnoreEmpty_O
type Proto2OneofIgnoreEmptyWithDefault ¶ added in v0.6.0
type Proto2OneofIgnoreEmptyWithDefault struct {
// Types that are valid to be assigned to O:
//
// *Proto2OneofIgnoreEmptyWithDefault_Val
O isProto2OneofIgnoreEmptyWithDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto2OneofIgnoreEmptyWithDefault) ClearO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmptyWithDefault) ClearO()
func (*Proto2OneofIgnoreEmptyWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmptyWithDefault) ClearVal()
func (*Proto2OneofIgnoreEmptyWithDefault) GetO ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmptyWithDefault) GetO() isProto2OneofIgnoreEmptyWithDefault_O
func (*Proto2OneofIgnoreEmptyWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmptyWithDefault) GetVal() int32
func (*Proto2OneofIgnoreEmptyWithDefault) HasO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmptyWithDefault) HasO() bool
func (*Proto2OneofIgnoreEmptyWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmptyWithDefault) HasVal() bool
func (*Proto2OneofIgnoreEmptyWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2OneofIgnoreEmptyWithDefault) ProtoMessage()
func (*Proto2OneofIgnoreEmptyWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2OneofIgnoreEmptyWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmptyWithDefault) Reset()
func (*Proto2OneofIgnoreEmptyWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmptyWithDefault) SetVal(v int32)
func (*Proto2OneofIgnoreEmptyWithDefault) String ¶ added in v0.6.0
func (x *Proto2OneofIgnoreEmptyWithDefault) String() string
func (*Proto2OneofIgnoreEmptyWithDefault) WhichO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreEmptyWithDefault) WhichO() case_Proto2OneofIgnoreEmptyWithDefault_O
type Proto2OneofIgnoreEmptyWithDefault_Val ¶ added in v0.6.0
type Proto2OneofIgnoreEmptyWithDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof,def=-42"`
}
type Proto2OneofIgnoreEmptyWithDefault_builder ¶ added in v0.8.1
type Proto2OneofIgnoreEmptyWithDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto2OneofIgnoreEmptyWithDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2OneofIgnoreEmptyWithDefault_builder) Build() *Proto2OneofIgnoreEmptyWithDefault
type Proto2OneofIgnoreEmpty_Val ¶ added in v0.6.0
type Proto2OneofIgnoreEmpty_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type Proto2OneofIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2OneofIgnoreEmpty_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto2OneofIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2OneofIgnoreEmpty_builder) Build() *Proto2OneofIgnoreEmpty
type Proto2OneofIgnoreUnspecified ¶ added in v0.6.0
type Proto2OneofIgnoreUnspecified struct {
// Types that are valid to be assigned to O:
//
// *Proto2OneofIgnoreUnspecified_Val
O isProto2OneofIgnoreUnspecified_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto2OneofIgnoreUnspecified) ClearO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecified) ClearO()
func (*Proto2OneofIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecified) ClearVal()
func (*Proto2OneofIgnoreUnspecified) GetO ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecified) GetO() isProto2OneofIgnoreUnspecified_O
func (*Proto2OneofIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecified) GetVal() int32
func (*Proto2OneofIgnoreUnspecified) HasO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecified) HasO() bool
func (*Proto2OneofIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecified) HasVal() bool
func (*Proto2OneofIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2OneofIgnoreUnspecified) ProtoMessage()
func (*Proto2OneofIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2OneofIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecified) Reset()
func (*Proto2OneofIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecified) SetVal(v int32)
func (*Proto2OneofIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecified) String() string
func (*Proto2OneofIgnoreUnspecified) WhichO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecified) WhichO() case_Proto2OneofIgnoreUnspecified_O
type Proto2OneofIgnoreUnspecifiedWithDefault ¶ added in v0.6.0
type Proto2OneofIgnoreUnspecifiedWithDefault struct {
// Types that are valid to be assigned to O:
//
// *Proto2OneofIgnoreUnspecifiedWithDefault_Val
O isProto2OneofIgnoreUnspecifiedWithDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto2OneofIgnoreUnspecifiedWithDefault) ClearO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) ClearO()
func (*Proto2OneofIgnoreUnspecifiedWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) ClearVal()
func (*Proto2OneofIgnoreUnspecifiedWithDefault) GetO ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) GetO() isProto2OneofIgnoreUnspecifiedWithDefault_O
func (*Proto2OneofIgnoreUnspecifiedWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) GetVal() int32
func (*Proto2OneofIgnoreUnspecifiedWithDefault) HasO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) HasO() bool
func (*Proto2OneofIgnoreUnspecifiedWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) HasVal() bool
func (*Proto2OneofIgnoreUnspecifiedWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2OneofIgnoreUnspecifiedWithDefault) ProtoMessage()
func (*Proto2OneofIgnoreUnspecifiedWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2OneofIgnoreUnspecifiedWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) Reset()
func (*Proto2OneofIgnoreUnspecifiedWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) SetVal(v int32)
func (*Proto2OneofIgnoreUnspecifiedWithDefault) String ¶ added in v0.6.0
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) String() string
func (*Proto2OneofIgnoreUnspecifiedWithDefault) WhichO ¶ added in v0.8.1
func (x *Proto2OneofIgnoreUnspecifiedWithDefault) WhichO() case_Proto2OneofIgnoreUnspecifiedWithDefault_O
type Proto2OneofIgnoreUnspecifiedWithDefault_Val ¶ added in v0.6.0
type Proto2OneofIgnoreUnspecifiedWithDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof,def=-42"`
}
type Proto2OneofIgnoreUnspecifiedWithDefault_builder ¶ added in v0.8.1
type Proto2OneofIgnoreUnspecifiedWithDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
type Proto2OneofIgnoreUnspecified_Val ¶ added in v0.6.0
type Proto2OneofIgnoreUnspecified_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,oneof"`
}
type Proto2OneofIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2OneofIgnoreUnspecified_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto2OneofIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto2OneofIgnoreUnspecified_builder) Build() *Proto2OneofIgnoreUnspecified
type Proto2RepeatedIgnoreDefault ¶ added in v0.6.0
type Proto2RepeatedIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2RepeatedIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreDefault) GetVal() []int32
func (*Proto2RepeatedIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2RepeatedIgnoreDefault) ProtoMessage()
func (*Proto2RepeatedIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2RepeatedIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreDefault) Reset()
func (*Proto2RepeatedIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2RepeatedIgnoreDefault) SetVal(v []int32)
func (*Proto2RepeatedIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreDefault) String() string
type Proto2RepeatedIgnoreDefault_builder ¶ added in v0.8.1
type Proto2RepeatedIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto2RepeatedIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2RepeatedIgnoreDefault_builder) Build() *Proto2RepeatedIgnoreDefault
type Proto2RepeatedIgnoreEmpty ¶ added in v0.6.0
type Proto2RepeatedIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2RepeatedIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreEmpty) GetVal() []int32
func (*Proto2RepeatedIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2RepeatedIgnoreEmpty) ProtoMessage()
func (*Proto2RepeatedIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2RepeatedIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreEmpty) Reset()
func (*Proto2RepeatedIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2RepeatedIgnoreEmpty) SetVal(v []int32)
func (*Proto2RepeatedIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreEmpty) String() string
type Proto2RepeatedIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2RepeatedIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto2RepeatedIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2RepeatedIgnoreEmpty_builder) Build() *Proto2RepeatedIgnoreEmpty
type Proto2RepeatedIgnoreUnspecified ¶ added in v0.6.0
type Proto2RepeatedIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2RepeatedIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreUnspecified) GetVal() []int32
func (*Proto2RepeatedIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2RepeatedIgnoreUnspecified) ProtoMessage()
func (*Proto2RepeatedIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2RepeatedIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreUnspecified) Reset()
func (*Proto2RepeatedIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2RepeatedIgnoreUnspecified) SetVal(v []int32)
func (*Proto2RepeatedIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2RepeatedIgnoreUnspecified) String() string
type Proto2RepeatedIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2RepeatedIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto2RepeatedIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto2RepeatedIgnoreUnspecified_builder) Build() *Proto2RepeatedIgnoreUnspecified
type Proto2RepeatedItemIgnoreDefault ¶ added in v0.6.0
type Proto2RepeatedItemIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2RepeatedItemIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreDefault) GetVal() []int32
func (*Proto2RepeatedItemIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2RepeatedItemIgnoreDefault) ProtoMessage()
func (*Proto2RepeatedItemIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2RepeatedItemIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreDefault) Reset()
func (*Proto2RepeatedItemIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2RepeatedItemIgnoreDefault) SetVal(v []int32)
func (*Proto2RepeatedItemIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreDefault) String() string
type Proto2RepeatedItemIgnoreDefault_builder ¶ added in v0.8.1
type Proto2RepeatedItemIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto2RepeatedItemIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2RepeatedItemIgnoreDefault_builder) Build() *Proto2RepeatedItemIgnoreDefault
type Proto2RepeatedItemIgnoreEmpty ¶ added in v0.6.0
type Proto2RepeatedItemIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2RepeatedItemIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreEmpty) GetVal() []int32
func (*Proto2RepeatedItemIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2RepeatedItemIgnoreEmpty) ProtoMessage()
func (*Proto2RepeatedItemIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2RepeatedItemIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreEmpty) Reset()
func (*Proto2RepeatedItemIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2RepeatedItemIgnoreEmpty) SetVal(v []int32)
func (*Proto2RepeatedItemIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreEmpty) String() string
type Proto2RepeatedItemIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2RepeatedItemIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto2RepeatedItemIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2RepeatedItemIgnoreEmpty_builder) Build() *Proto2RepeatedItemIgnoreEmpty
type Proto2RepeatedItemIgnoreUnspecified ¶ added in v0.6.0
type Proto2RepeatedItemIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2RepeatedItemIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreUnspecified) GetVal() []int32
func (*Proto2RepeatedItemIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2RepeatedItemIgnoreUnspecified) ProtoMessage()
func (*Proto2RepeatedItemIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2RepeatedItemIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreUnspecified) Reset()
func (*Proto2RepeatedItemIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2RepeatedItemIgnoreUnspecified) SetVal(v []int32)
func (*Proto2RepeatedItemIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2RepeatedItemIgnoreUnspecified) String() string
type Proto2RepeatedItemIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2RepeatedItemIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto2RepeatedItemIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto2RepeatedItemIgnoreUnspecified_builder) Build() *Proto2RepeatedItemIgnoreUnspecified
type Proto2ScalarOptionalIgnoreDefault ¶ added in v0.6.0
type Proto2ScalarOptionalIgnoreDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarOptionalIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreDefault) ClearVal()
func (*Proto2ScalarOptionalIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefault) GetVal() int32
func (*Proto2ScalarOptionalIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreDefault) HasVal() bool
func (*Proto2ScalarOptionalIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarOptionalIgnoreDefault) ProtoMessage()
func (*Proto2ScalarOptionalIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarOptionalIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefault) Reset()
func (*Proto2ScalarOptionalIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreDefault) SetVal(v int32)
func (*Proto2ScalarOptionalIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefault) String() string
type Proto2ScalarOptionalIgnoreDefaultWithDefault ¶ added in v0.6.0
type Proto2ScalarOptionalIgnoreDefaultWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) ClearVal()
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) GetVal() int32
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) HasVal() bool
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) ProtoMessage()
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) Reset()
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) SetVal(v int32)
func (*Proto2ScalarOptionalIgnoreDefaultWithDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreDefaultWithDefault) String() string
type Proto2ScalarOptionalIgnoreDefaultWithDefault_builder ¶ added in v0.8.1
type Proto2ScalarOptionalIgnoreDefaultWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto2ScalarOptionalIgnoreDefault_builder ¶ added in v0.8.1
type Proto2ScalarOptionalIgnoreDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (Proto2ScalarOptionalIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2ScalarOptionalIgnoreDefault_builder) Build() *Proto2ScalarOptionalIgnoreDefault
type Proto2ScalarOptionalIgnoreEmpty ¶ added in v0.6.0
type Proto2ScalarOptionalIgnoreEmpty struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarOptionalIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreEmpty) ClearVal()
func (*Proto2ScalarOptionalIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmpty) GetVal() int32
func (*Proto2ScalarOptionalIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreEmpty) HasVal() bool
func (*Proto2ScalarOptionalIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarOptionalIgnoreEmpty) ProtoMessage()
func (*Proto2ScalarOptionalIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2ScalarOptionalIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmpty) Reset()
func (*Proto2ScalarOptionalIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreEmpty) SetVal(v int32)
func (*Proto2ScalarOptionalIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmpty) String() string
type Proto2ScalarOptionalIgnoreEmptyWithDefault ¶ added in v0.6.0
type Proto2ScalarOptionalIgnoreEmptyWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) ClearVal()
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) GetVal() int32
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) HasVal() bool
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) ProtoMessage()
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) Reset()
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) SetVal(v int32)
func (*Proto2ScalarOptionalIgnoreEmptyWithDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreEmptyWithDefault) String() string
type Proto2ScalarOptionalIgnoreEmptyWithDefault_builder ¶ added in v0.8.1
type Proto2ScalarOptionalIgnoreEmptyWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto2ScalarOptionalIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2ScalarOptionalIgnoreEmpty_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (Proto2ScalarOptionalIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2ScalarOptionalIgnoreEmpty_builder) Build() *Proto2ScalarOptionalIgnoreEmpty
type Proto2ScalarOptionalIgnoreUnspecified ¶ added in v0.6.0
type Proto2ScalarOptionalIgnoreUnspecified struct {
Val *int32 `protobuf:"varint,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarOptionalIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreUnspecified) ClearVal()
func (*Proto2ScalarOptionalIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecified) GetVal() int32
func (*Proto2ScalarOptionalIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreUnspecified) HasVal() bool
func (*Proto2ScalarOptionalIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarOptionalIgnoreUnspecified) ProtoMessage()
func (*Proto2ScalarOptionalIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2ScalarOptionalIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecified) Reset()
func (*Proto2ScalarOptionalIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreUnspecified) SetVal(v int32)
func (*Proto2ScalarOptionalIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecified) String() string
type Proto2ScalarOptionalIgnoreUnspecifiedWithDefault ¶ added in v0.6.0
type Proto2ScalarOptionalIgnoreUnspecifiedWithDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ClearVal()
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) GetVal() int32
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) HasVal() bool
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ProtoMessage()
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) Reset()
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) SetVal(v int32)
func (*Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarOptionalIgnoreUnspecifiedWithDefault) String() string
type Proto2ScalarOptionalIgnoreUnspecifiedWithDefault_builder ¶ added in v0.8.1
type Proto2ScalarOptionalIgnoreUnspecifiedWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto2ScalarOptionalIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2ScalarOptionalIgnoreUnspecified_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto2ScalarRequiredIgnoreDefault ¶ added in v0.6.0
type Proto2ScalarRequiredIgnoreDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarRequiredIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreDefault) ClearVal()
func (*Proto2ScalarRequiredIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefault) GetVal() int32
func (*Proto2ScalarRequiredIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreDefault) HasVal() bool
func (*Proto2ScalarRequiredIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarRequiredIgnoreDefault) ProtoMessage()
func (*Proto2ScalarRequiredIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarRequiredIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefault) Reset()
func (*Proto2ScalarRequiredIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreDefault) SetVal(v int32)
func (*Proto2ScalarRequiredIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefault) String() string
type Proto2ScalarRequiredIgnoreDefaultWithDefault ¶ added in v0.6.0
type Proto2ScalarRequiredIgnoreDefaultWithDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) ClearVal()
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) GetVal() int32
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) HasVal() bool
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) ProtoMessage()
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) Reset()
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) SetVal(v int32)
func (*Proto2ScalarRequiredIgnoreDefaultWithDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreDefaultWithDefault) String() string
type Proto2ScalarRequiredIgnoreDefaultWithDefault_builder ¶ added in v0.8.1
type Proto2ScalarRequiredIgnoreDefaultWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto2ScalarRequiredIgnoreDefault_builder ¶ added in v0.8.1
type Proto2ScalarRequiredIgnoreDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (Proto2ScalarRequiredIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto2ScalarRequiredIgnoreDefault_builder) Build() *Proto2ScalarRequiredIgnoreDefault
type Proto2ScalarRequiredIgnoreEmpty ¶ added in v0.6.0
type Proto2ScalarRequiredIgnoreEmpty struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarRequiredIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreEmpty) ClearVal()
func (*Proto2ScalarRequiredIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmpty) GetVal() int32
func (*Proto2ScalarRequiredIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreEmpty) HasVal() bool
func (*Proto2ScalarRequiredIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarRequiredIgnoreEmpty) ProtoMessage()
func (*Proto2ScalarRequiredIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto2ScalarRequiredIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmpty) Reset()
func (*Proto2ScalarRequiredIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreEmpty) SetVal(v int32)
func (*Proto2ScalarRequiredIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmpty) String() string
type Proto2ScalarRequiredIgnoreEmptyWithDefault ¶ added in v0.6.0
type Proto2ScalarRequiredIgnoreEmptyWithDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) ClearVal()
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) GetVal() int32
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) HasVal() bool
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) ProtoMessage()
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) Reset()
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) SetVal(v int32)
func (*Proto2ScalarRequiredIgnoreEmptyWithDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreEmptyWithDefault) String() string
type Proto2ScalarRequiredIgnoreEmptyWithDefault_builder ¶ added in v0.8.1
type Proto2ScalarRequiredIgnoreEmptyWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto2ScalarRequiredIgnoreEmpty_builder ¶ added in v0.8.1
type Proto2ScalarRequiredIgnoreEmpty_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (Proto2ScalarRequiredIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto2ScalarRequiredIgnoreEmpty_builder) Build() *Proto2ScalarRequiredIgnoreEmpty
type Proto2ScalarRequiredIgnoreUnspecified ¶ added in v0.6.0
type Proto2ScalarRequiredIgnoreUnspecified struct {
Val *int32 `protobuf:"varint,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarRequiredIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreUnspecified) ClearVal()
func (*Proto2ScalarRequiredIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecified) GetVal() int32
func (*Proto2ScalarRequiredIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreUnspecified) HasVal() bool
func (*Proto2ScalarRequiredIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarRequiredIgnoreUnspecified) ProtoMessage()
func (*Proto2ScalarRequiredIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto2ScalarRequiredIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecified) Reset()
func (*Proto2ScalarRequiredIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreUnspecified) SetVal(v int32)
func (*Proto2ScalarRequiredIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecified) String() string
type Proto2ScalarRequiredIgnoreUnspecifiedWithDefault ¶ added in v0.6.0
type Proto2ScalarRequiredIgnoreUnspecifiedWithDefault struct {
Val *int32 `protobuf:"varint,1,req,name=val,def=-42" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ClearVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ClearVal()
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) GetVal ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) GetVal() int32
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) HasVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) HasVal() bool
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ProtoMessage()
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) ProtoReflect() protoreflect.Message
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) Reset ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) Reset()
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) SetVal ¶ added in v0.8.1
func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) SetVal(v int32)
func (*Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) String ¶ added in v0.6.0
func (x *Proto2ScalarRequiredIgnoreUnspecifiedWithDefault) String() string
type Proto2ScalarRequiredIgnoreUnspecifiedWithDefault_builder ¶ added in v0.8.1
type Proto2ScalarRequiredIgnoreUnspecifiedWithDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto2ScalarRequiredIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto2ScalarRequiredIgnoreUnspecified_builder struct {
Val *int32
// contains filtered or unexported fields
}
type Proto3MapIgnoreDefault ¶ added in v0.6.0
type Proto3MapIgnoreDefault struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3MapIgnoreDefault) GetVal() map[int32]int32
func (*Proto3MapIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapIgnoreDefault) ProtoMessage()
func (*Proto3MapIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3MapIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3MapIgnoreDefault) Reset()
func (*Proto3MapIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3MapIgnoreDefault) SetVal(v map[int32]int32)
func (*Proto3MapIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3MapIgnoreDefault) String() string
type Proto3MapIgnoreDefault_builder ¶ added in v0.8.1
type Proto3MapIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapIgnoreDefault_builder) Build() *Proto3MapIgnoreDefault
type Proto3MapIgnoreEmpty ¶ added in v0.6.0
type Proto3MapIgnoreEmpty struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3MapIgnoreEmpty) GetVal() map[int32]int32
func (*Proto3MapIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapIgnoreEmpty) ProtoMessage()
func (*Proto3MapIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3MapIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3MapIgnoreEmpty) Reset()
func (*Proto3MapIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3MapIgnoreEmpty) SetVal(v map[int32]int32)
func (*Proto3MapIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3MapIgnoreEmpty) String() string
type Proto3MapIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3MapIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapIgnoreEmpty_builder) Build() *Proto3MapIgnoreEmpty
type Proto3MapIgnoreUnspecified ¶ added in v0.6.0
type Proto3MapIgnoreUnspecified struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3MapIgnoreUnspecified) GetVal() map[int32]int32
func (*Proto3MapIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapIgnoreUnspecified) ProtoMessage()
func (*Proto3MapIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3MapIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3MapIgnoreUnspecified) Reset()
func (*Proto3MapIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3MapIgnoreUnspecified) SetVal(v map[int32]int32)
func (*Proto3MapIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3MapIgnoreUnspecified) String() string
type Proto3MapIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3MapIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapIgnoreUnspecified_builder) Build() *Proto3MapIgnoreUnspecified
type Proto3MapKeyIgnoreDefault ¶ added in v0.6.0
type Proto3MapKeyIgnoreDefault struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapKeyIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreDefault) GetVal() map[int32]int32
func (*Proto3MapKeyIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapKeyIgnoreDefault) ProtoMessage()
func (*Proto3MapKeyIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3MapKeyIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreDefault) Reset()
func (*Proto3MapKeyIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3MapKeyIgnoreDefault) SetVal(v map[int32]int32)
func (*Proto3MapKeyIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreDefault) String() string
type Proto3MapKeyIgnoreDefault_builder ¶ added in v0.8.1
type Proto3MapKeyIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapKeyIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapKeyIgnoreDefault_builder) Build() *Proto3MapKeyIgnoreDefault
type Proto3MapKeyIgnoreEmpty ¶ added in v0.6.0
type Proto3MapKeyIgnoreEmpty struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapKeyIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreEmpty) GetVal() map[int32]int32
func (*Proto3MapKeyIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapKeyIgnoreEmpty) ProtoMessage()
func (*Proto3MapKeyIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3MapKeyIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreEmpty) Reset()
func (*Proto3MapKeyIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3MapKeyIgnoreEmpty) SetVal(v map[int32]int32)
func (*Proto3MapKeyIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreEmpty) String() string
type Proto3MapKeyIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3MapKeyIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapKeyIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapKeyIgnoreEmpty_builder) Build() *Proto3MapKeyIgnoreEmpty
type Proto3MapKeyIgnoreUnspecified ¶ added in v0.6.0
type Proto3MapKeyIgnoreUnspecified struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapKeyIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreUnspecified) GetVal() map[int32]int32
func (*Proto3MapKeyIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapKeyIgnoreUnspecified) ProtoMessage()
func (*Proto3MapKeyIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3MapKeyIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreUnspecified) Reset()
func (*Proto3MapKeyIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3MapKeyIgnoreUnspecified) SetVal(v map[int32]int32)
func (*Proto3MapKeyIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3MapKeyIgnoreUnspecified) String() string
type Proto3MapKeyIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3MapKeyIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapKeyIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapKeyIgnoreUnspecified_builder) Build() *Proto3MapKeyIgnoreUnspecified
type Proto3MapValueIgnoreDefault ¶ added in v0.6.0
type Proto3MapValueIgnoreDefault struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapValueIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreDefault) GetVal() map[int32]int32
func (*Proto3MapValueIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapValueIgnoreDefault) ProtoMessage()
func (*Proto3MapValueIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3MapValueIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreDefault) Reset()
func (*Proto3MapValueIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3MapValueIgnoreDefault) SetVal(v map[int32]int32)
func (*Proto3MapValueIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreDefault) String() string
type Proto3MapValueIgnoreDefault_builder ¶ added in v0.8.1
type Proto3MapValueIgnoreDefault_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapValueIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapValueIgnoreDefault_builder) Build() *Proto3MapValueIgnoreDefault
type Proto3MapValueIgnoreEmpty ¶ added in v0.6.0
type Proto3MapValueIgnoreEmpty struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapValueIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreEmpty) GetVal() map[int32]int32
func (*Proto3MapValueIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapValueIgnoreEmpty) ProtoMessage()
func (*Proto3MapValueIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3MapValueIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreEmpty) Reset()
func (*Proto3MapValueIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3MapValueIgnoreEmpty) SetVal(v map[int32]int32)
func (*Proto3MapValueIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreEmpty) String() string
type Proto3MapValueIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3MapValueIgnoreEmpty_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapValueIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapValueIgnoreEmpty_builder) Build() *Proto3MapValueIgnoreEmpty
type Proto3MapValueIgnoreUnspecified ¶ added in v0.6.0
type Proto3MapValueIgnoreUnspecified struct {
Val map[int32]int32 `` /* 135-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Proto3MapValueIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreUnspecified) GetVal() map[int32]int32
func (*Proto3MapValueIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3MapValueIgnoreUnspecified) ProtoMessage()
func (*Proto3MapValueIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3MapValueIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreUnspecified) Reset()
func (*Proto3MapValueIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3MapValueIgnoreUnspecified) SetVal(v map[int32]int32)
func (*Proto3MapValueIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3MapValueIgnoreUnspecified) String() string
type Proto3MapValueIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3MapValueIgnoreUnspecified_builder struct {
Val map[int32]int32
// contains filtered or unexported fields
}
func (Proto3MapValueIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3MapValueIgnoreUnspecified_builder) Build() *Proto3MapValueIgnoreUnspecified
type Proto3MessageIgnoreDefault ¶ added in v0.6.0
type Proto3MessageIgnoreDefault struct {
Val *Proto3MessageIgnoreDefault_Msg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreDefault) ClearVal()
func (*Proto3MessageIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault) GetVal() *Proto3MessageIgnoreDefault_Msg
func (*Proto3MessageIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreDefault) HasVal() bool
func (*Proto3MessageIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageIgnoreDefault) ProtoMessage()
func (*Proto3MessageIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3MessageIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault) Reset()
func (*Proto3MessageIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreDefault) SetVal(v *Proto3MessageIgnoreDefault_Msg)
func (*Proto3MessageIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault) String() string
type Proto3MessageIgnoreDefault_Msg ¶ added in v0.6.0
type Proto3MessageIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreDefault_Msg) ClearVal()
func (*Proto3MessageIgnoreDefault_Msg) GetVal ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault_Msg) GetVal() string
func (*Proto3MessageIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreDefault_Msg) HasVal() bool
func (*Proto3MessageIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageIgnoreDefault_Msg) ProtoMessage()
func (*Proto3MessageIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*Proto3MessageIgnoreDefault_Msg) Reset ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault_Msg) Reset()
func (*Proto3MessageIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreDefault_Msg) SetVal(v string)
func (*Proto3MessageIgnoreDefault_Msg) String ¶ added in v0.6.0
func (x *Proto3MessageIgnoreDefault_Msg) String() string
type Proto3MessageIgnoreDefault_Msg_builder ¶ added in v0.8.1
type Proto3MessageIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (Proto3MessageIgnoreDefault_Msg_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageIgnoreDefault_Msg_builder) Build() *Proto3MessageIgnoreDefault_Msg
type Proto3MessageIgnoreDefault_builder ¶ added in v0.8.1
type Proto3MessageIgnoreDefault_builder struct {
Val *Proto3MessageIgnoreDefault_Msg
// contains filtered or unexported fields
}
func (Proto3MessageIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageIgnoreDefault_builder) Build() *Proto3MessageIgnoreDefault
type Proto3MessageIgnoreEmpty ¶ added in v0.6.0
type Proto3MessageIgnoreEmpty struct {
Val *Proto3MessageIgnoreEmpty_Msg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreEmpty) ClearVal()
func (*Proto3MessageIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty) GetVal() *Proto3MessageIgnoreEmpty_Msg
func (*Proto3MessageIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreEmpty) HasVal() bool
func (*Proto3MessageIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageIgnoreEmpty) ProtoMessage()
func (*Proto3MessageIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3MessageIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty) Reset()
func (*Proto3MessageIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreEmpty) SetVal(v *Proto3MessageIgnoreEmpty_Msg)
func (*Proto3MessageIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty) String() string
type Proto3MessageIgnoreEmpty_Msg ¶ added in v0.6.0
type Proto3MessageIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreEmpty_Msg) ClearVal()
func (*Proto3MessageIgnoreEmpty_Msg) GetVal ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty_Msg) GetVal() string
func (*Proto3MessageIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreEmpty_Msg) HasVal() bool
func (*Proto3MessageIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageIgnoreEmpty_Msg) ProtoMessage()
func (*Proto3MessageIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*Proto3MessageIgnoreEmpty_Msg) Reset ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty_Msg) Reset()
func (*Proto3MessageIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreEmpty_Msg) SetVal(v string)
func (*Proto3MessageIgnoreEmpty_Msg) String ¶ added in v0.6.0
func (x *Proto3MessageIgnoreEmpty_Msg) String() string
type Proto3MessageIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type Proto3MessageIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (Proto3MessageIgnoreEmpty_Msg_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageIgnoreEmpty_Msg_builder) Build() *Proto3MessageIgnoreEmpty_Msg
type Proto3MessageIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3MessageIgnoreEmpty_builder struct {
Val *Proto3MessageIgnoreEmpty_Msg
// contains filtered or unexported fields
}
func (Proto3MessageIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageIgnoreEmpty_builder) Build() *Proto3MessageIgnoreEmpty
type Proto3MessageIgnoreUnspecified ¶ added in v0.6.0
type Proto3MessageIgnoreUnspecified struct {
Val *Proto3MessageIgnoreUnspecified_Msg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreUnspecified) ClearVal()
func (*Proto3MessageIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified) GetVal() *Proto3MessageIgnoreUnspecified_Msg
func (*Proto3MessageIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreUnspecified) HasVal() bool
func (*Proto3MessageIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageIgnoreUnspecified) ProtoMessage()
func (*Proto3MessageIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3MessageIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified) Reset()
func (*Proto3MessageIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreUnspecified) SetVal(v *Proto3MessageIgnoreUnspecified_Msg)
func (*Proto3MessageIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified) String() string
type Proto3MessageIgnoreUnspecified_Msg ¶ added in v0.6.0
type Proto3MessageIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreUnspecified_Msg) ClearVal()
func (*Proto3MessageIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified_Msg) GetVal() string
func (*Proto3MessageIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreUnspecified_Msg) HasVal() bool
func (*Proto3MessageIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageIgnoreUnspecified_Msg) ProtoMessage()
func (*Proto3MessageIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*Proto3MessageIgnoreUnspecified_Msg) Reset ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified_Msg) Reset()
func (*Proto3MessageIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *Proto3MessageIgnoreUnspecified_Msg) SetVal(v string)
func (*Proto3MessageIgnoreUnspecified_Msg) String ¶ added in v0.6.0
func (x *Proto3MessageIgnoreUnspecified_Msg) String() string
type Proto3MessageIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type Proto3MessageIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (Proto3MessageIgnoreUnspecified_Msg_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageIgnoreUnspecified_Msg_builder) Build() *Proto3MessageIgnoreUnspecified_Msg
type Proto3MessageIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3MessageIgnoreUnspecified_builder struct {
Val *Proto3MessageIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
func (Proto3MessageIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageIgnoreUnspecified_builder) Build() *Proto3MessageIgnoreUnspecified
type Proto3MessageOptionalIgnoreDefault ¶ added in v0.6.0
type Proto3MessageOptionalIgnoreDefault struct {
Val *Proto3MessageOptionalIgnoreDefault_Msg `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageOptionalIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreDefault) ClearVal()
func (*Proto3MessageOptionalIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault) GetVal() *Proto3MessageOptionalIgnoreDefault_Msg
func (*Proto3MessageOptionalIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreDefault) HasVal() bool
func (*Proto3MessageOptionalIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageOptionalIgnoreDefault) ProtoMessage()
func (*Proto3MessageOptionalIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3MessageOptionalIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault) Reset()
func (*Proto3MessageOptionalIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreDefault) SetVal(v *Proto3MessageOptionalIgnoreDefault_Msg)
func (*Proto3MessageOptionalIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault) String() string
type Proto3MessageOptionalIgnoreDefault_Msg ¶ added in v0.6.0
type Proto3MessageOptionalIgnoreDefault_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageOptionalIgnoreDefault_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreDefault_Msg) ClearVal()
func (*Proto3MessageOptionalIgnoreDefault_Msg) GetVal ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault_Msg) GetVal() string
func (*Proto3MessageOptionalIgnoreDefault_Msg) HasVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreDefault_Msg) HasVal() bool
func (*Proto3MessageOptionalIgnoreDefault_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageOptionalIgnoreDefault_Msg) ProtoMessage()
func (*Proto3MessageOptionalIgnoreDefault_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault_Msg) ProtoReflect() protoreflect.Message
func (*Proto3MessageOptionalIgnoreDefault_Msg) Reset ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault_Msg) Reset()
func (*Proto3MessageOptionalIgnoreDefault_Msg) SetVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreDefault_Msg) SetVal(v string)
func (*Proto3MessageOptionalIgnoreDefault_Msg) String ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreDefault_Msg) String() string
type Proto3MessageOptionalIgnoreDefault_Msg_builder ¶ added in v0.8.1
type Proto3MessageOptionalIgnoreDefault_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type Proto3MessageOptionalIgnoreDefault_builder ¶ added in v0.8.1
type Proto3MessageOptionalIgnoreDefault_builder struct {
Val *Proto3MessageOptionalIgnoreDefault_Msg
// contains filtered or unexported fields
}
func (Proto3MessageOptionalIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageOptionalIgnoreDefault_builder) Build() *Proto3MessageOptionalIgnoreDefault
type Proto3MessageOptionalIgnoreEmpty ¶ added in v0.6.0
type Proto3MessageOptionalIgnoreEmpty struct {
Val *Proto3MessageOptionalIgnoreEmpty_Msg `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageOptionalIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreEmpty) ClearVal()
func (*Proto3MessageOptionalIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty) GetVal() *Proto3MessageOptionalIgnoreEmpty_Msg
func (*Proto3MessageOptionalIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreEmpty) HasVal() bool
func (*Proto3MessageOptionalIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageOptionalIgnoreEmpty) ProtoMessage()
func (*Proto3MessageOptionalIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3MessageOptionalIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty) Reset()
func (*Proto3MessageOptionalIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreEmpty) SetVal(v *Proto3MessageOptionalIgnoreEmpty_Msg)
func (*Proto3MessageOptionalIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty) String() string
type Proto3MessageOptionalIgnoreEmpty_Msg ¶ added in v0.6.0
type Proto3MessageOptionalIgnoreEmpty_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageOptionalIgnoreEmpty_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreEmpty_Msg) ClearVal()
func (*Proto3MessageOptionalIgnoreEmpty_Msg) GetVal ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty_Msg) GetVal() string
func (*Proto3MessageOptionalIgnoreEmpty_Msg) HasVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreEmpty_Msg) HasVal() bool
func (*Proto3MessageOptionalIgnoreEmpty_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageOptionalIgnoreEmpty_Msg) ProtoMessage()
func (*Proto3MessageOptionalIgnoreEmpty_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty_Msg) ProtoReflect() protoreflect.Message
func (*Proto3MessageOptionalIgnoreEmpty_Msg) Reset ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty_Msg) Reset()
func (*Proto3MessageOptionalIgnoreEmpty_Msg) SetVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreEmpty_Msg) SetVal(v string)
func (*Proto3MessageOptionalIgnoreEmpty_Msg) String ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreEmpty_Msg) String() string
type Proto3MessageOptionalIgnoreEmpty_Msg_builder ¶ added in v0.8.1
type Proto3MessageOptionalIgnoreEmpty_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (Proto3MessageOptionalIgnoreEmpty_Msg_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageOptionalIgnoreEmpty_Msg_builder) Build() *Proto3MessageOptionalIgnoreEmpty_Msg
type Proto3MessageOptionalIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3MessageOptionalIgnoreEmpty_builder struct {
Val *Proto3MessageOptionalIgnoreEmpty_Msg
// contains filtered or unexported fields
}
func (Proto3MessageOptionalIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3MessageOptionalIgnoreEmpty_builder) Build() *Proto3MessageOptionalIgnoreEmpty
type Proto3MessageOptionalIgnoreUnspecified ¶ added in v0.6.0
type Proto3MessageOptionalIgnoreUnspecified struct {
Val *Proto3MessageOptionalIgnoreUnspecified_Msg `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageOptionalIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreUnspecified) ClearVal()
func (*Proto3MessageOptionalIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified) GetVal() *Proto3MessageOptionalIgnoreUnspecified_Msg
func (*Proto3MessageOptionalIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreUnspecified) HasVal() bool
func (*Proto3MessageOptionalIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageOptionalIgnoreUnspecified) ProtoMessage()
func (*Proto3MessageOptionalIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3MessageOptionalIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified) Reset()
func (*Proto3MessageOptionalIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreUnspecified) SetVal(v *Proto3MessageOptionalIgnoreUnspecified_Msg)
func (*Proto3MessageOptionalIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified) String() string
type Proto3MessageOptionalIgnoreUnspecified_Msg ¶ added in v0.6.0
type Proto3MessageOptionalIgnoreUnspecified_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) ClearVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) ClearVal()
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) GetVal ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) GetVal() string
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) HasVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) HasVal() bool
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) ProtoMessage ¶ added in v0.6.0
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) ProtoMessage()
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) ProtoReflect ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) ProtoReflect() protoreflect.Message
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) Reset ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) Reset()
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) SetVal ¶ added in v0.8.1
func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) SetVal(v string)
func (*Proto3MessageOptionalIgnoreUnspecified_Msg) String ¶ added in v0.6.0
func (x *Proto3MessageOptionalIgnoreUnspecified_Msg) String() string
type Proto3MessageOptionalIgnoreUnspecified_Msg_builder ¶ added in v0.8.1
type Proto3MessageOptionalIgnoreUnspecified_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type Proto3MessageOptionalIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3MessageOptionalIgnoreUnspecified_builder struct {
Val *Proto3MessageOptionalIgnoreUnspecified_Msg
// contains filtered or unexported fields
}
type Proto3OneofIgnoreDefault ¶ added in v0.6.0
type Proto3OneofIgnoreDefault struct {
// Types that are valid to be assigned to O:
//
// *Proto3OneofIgnoreDefault_Val
O isProto3OneofIgnoreDefault_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto3OneofIgnoreDefault) ClearO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreDefault) ClearO()
func (*Proto3OneofIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreDefault) ClearVal()
func (*Proto3OneofIgnoreDefault) GetO ¶ added in v0.6.0
func (x *Proto3OneofIgnoreDefault) GetO() isProto3OneofIgnoreDefault_O
func (*Proto3OneofIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3OneofIgnoreDefault) GetVal() int32
func (*Proto3OneofIgnoreDefault) HasO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreDefault) HasO() bool
func (*Proto3OneofIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreDefault) HasVal() bool
func (*Proto3OneofIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3OneofIgnoreDefault) ProtoMessage()
func (*Proto3OneofIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3OneofIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3OneofIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3OneofIgnoreDefault) Reset()
func (*Proto3OneofIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreDefault) SetVal(v int32)
func (*Proto3OneofIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3OneofIgnoreDefault) String() string
func (*Proto3OneofIgnoreDefault) WhichO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreDefault) WhichO() case_Proto3OneofIgnoreDefault_O
type Proto3OneofIgnoreDefault_Val ¶ added in v0.6.0
type Proto3OneofIgnoreDefault_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3,oneof"`
}
type Proto3OneofIgnoreDefault_builder ¶ added in v0.8.1
type Proto3OneofIgnoreDefault_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto3OneofIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3OneofIgnoreDefault_builder) Build() *Proto3OneofIgnoreDefault
type Proto3OneofIgnoreEmpty ¶ added in v0.6.0
type Proto3OneofIgnoreEmpty struct {
// Types that are valid to be assigned to O:
//
// *Proto3OneofIgnoreEmpty_Val
O isProto3OneofIgnoreEmpty_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto3OneofIgnoreEmpty) ClearO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreEmpty) ClearO()
func (*Proto3OneofIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreEmpty) ClearVal()
func (*Proto3OneofIgnoreEmpty) GetO ¶ added in v0.6.0
func (x *Proto3OneofIgnoreEmpty) GetO() isProto3OneofIgnoreEmpty_O
func (*Proto3OneofIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3OneofIgnoreEmpty) GetVal() int32
func (*Proto3OneofIgnoreEmpty) HasO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreEmpty) HasO() bool
func (*Proto3OneofIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreEmpty) HasVal() bool
func (*Proto3OneofIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3OneofIgnoreEmpty) ProtoMessage()
func (*Proto3OneofIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3OneofIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3OneofIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3OneofIgnoreEmpty) Reset()
func (*Proto3OneofIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreEmpty) SetVal(v int32)
func (*Proto3OneofIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3OneofIgnoreEmpty) String() string
func (*Proto3OneofIgnoreEmpty) WhichO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreEmpty) WhichO() case_Proto3OneofIgnoreEmpty_O
type Proto3OneofIgnoreEmpty_Val ¶ added in v0.6.0
type Proto3OneofIgnoreEmpty_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3,oneof"`
}
type Proto3OneofIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3OneofIgnoreEmpty_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto3OneofIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3OneofIgnoreEmpty_builder) Build() *Proto3OneofIgnoreEmpty
type Proto3OneofIgnoreUnspecified ¶ added in v0.6.0
type Proto3OneofIgnoreUnspecified struct {
// Types that are valid to be assigned to O:
//
// *Proto3OneofIgnoreUnspecified_Val
O isProto3OneofIgnoreUnspecified_O `protobuf_oneof:"o"`
// contains filtered or unexported fields
}
func (*Proto3OneofIgnoreUnspecified) ClearO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreUnspecified) ClearO()
func (*Proto3OneofIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreUnspecified) ClearVal()
func (*Proto3OneofIgnoreUnspecified) GetO ¶ added in v0.6.0
func (x *Proto3OneofIgnoreUnspecified) GetO() isProto3OneofIgnoreUnspecified_O
func (*Proto3OneofIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3OneofIgnoreUnspecified) GetVal() int32
func (*Proto3OneofIgnoreUnspecified) HasO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreUnspecified) HasO() bool
func (*Proto3OneofIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreUnspecified) HasVal() bool
func (*Proto3OneofIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3OneofIgnoreUnspecified) ProtoMessage()
func (*Proto3OneofIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3OneofIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3OneofIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3OneofIgnoreUnspecified) Reset()
func (*Proto3OneofIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3OneofIgnoreUnspecified) SetVal(v int32)
func (*Proto3OneofIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3OneofIgnoreUnspecified) String() string
func (*Proto3OneofIgnoreUnspecified) WhichO ¶ added in v0.8.1
func (x *Proto3OneofIgnoreUnspecified) WhichO() case_Proto3OneofIgnoreUnspecified_O
type Proto3OneofIgnoreUnspecified_Val ¶ added in v0.6.0
type Proto3OneofIgnoreUnspecified_Val struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3,oneof"`
}
type Proto3OneofIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3OneofIgnoreUnspecified_builder struct {
// Fields of oneof O:
Val *int32
// contains filtered or unexported fields
}
func (Proto3OneofIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3OneofIgnoreUnspecified_builder) Build() *Proto3OneofIgnoreUnspecified
type Proto3RepeatedIgnoreDefault ¶ added in v0.6.0
type Proto3RepeatedIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3RepeatedIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreDefault) GetVal() []int32
func (*Proto3RepeatedIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3RepeatedIgnoreDefault) ProtoMessage()
func (*Proto3RepeatedIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3RepeatedIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreDefault) Reset()
func (*Proto3RepeatedIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3RepeatedIgnoreDefault) SetVal(v []int32)
func (*Proto3RepeatedIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreDefault) String() string
type Proto3RepeatedIgnoreDefault_builder ¶ added in v0.8.1
type Proto3RepeatedIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto3RepeatedIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3RepeatedIgnoreDefault_builder) Build() *Proto3RepeatedIgnoreDefault
type Proto3RepeatedIgnoreEmpty ¶ added in v0.6.0
type Proto3RepeatedIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3RepeatedIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreEmpty) GetVal() []int32
func (*Proto3RepeatedIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3RepeatedIgnoreEmpty) ProtoMessage()
func (*Proto3RepeatedIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3RepeatedIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreEmpty) Reset()
func (*Proto3RepeatedIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3RepeatedIgnoreEmpty) SetVal(v []int32)
func (*Proto3RepeatedIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreEmpty) String() string
type Proto3RepeatedIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3RepeatedIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto3RepeatedIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3RepeatedIgnoreEmpty_builder) Build() *Proto3RepeatedIgnoreEmpty
type Proto3RepeatedIgnoreUnspecified ¶ added in v0.6.0
type Proto3RepeatedIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3RepeatedIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreUnspecified) GetVal() []int32
func (*Proto3RepeatedIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3RepeatedIgnoreUnspecified) ProtoMessage()
func (*Proto3RepeatedIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3RepeatedIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreUnspecified) Reset()
func (*Proto3RepeatedIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3RepeatedIgnoreUnspecified) SetVal(v []int32)
func (*Proto3RepeatedIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3RepeatedIgnoreUnspecified) String() string
type Proto3RepeatedIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3RepeatedIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto3RepeatedIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3RepeatedIgnoreUnspecified_builder) Build() *Proto3RepeatedIgnoreUnspecified
type Proto3RepeatedItemIgnoreDefault ¶ added in v0.6.0
type Proto3RepeatedItemIgnoreDefault struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3RepeatedItemIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreDefault) GetVal() []int32
func (*Proto3RepeatedItemIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3RepeatedItemIgnoreDefault) ProtoMessage()
func (*Proto3RepeatedItemIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3RepeatedItemIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreDefault) Reset()
func (*Proto3RepeatedItemIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3RepeatedItemIgnoreDefault) SetVal(v []int32)
func (*Proto3RepeatedItemIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreDefault) String() string
type Proto3RepeatedItemIgnoreDefault_builder ¶ added in v0.8.1
type Proto3RepeatedItemIgnoreDefault_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto3RepeatedItemIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3RepeatedItemIgnoreDefault_builder) Build() *Proto3RepeatedItemIgnoreDefault
type Proto3RepeatedItemIgnoreEmpty ¶ added in v0.6.0
type Proto3RepeatedItemIgnoreEmpty struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3RepeatedItemIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreEmpty) GetVal() []int32
func (*Proto3RepeatedItemIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3RepeatedItemIgnoreEmpty) ProtoMessage()
func (*Proto3RepeatedItemIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3RepeatedItemIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreEmpty) Reset()
func (*Proto3RepeatedItemIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3RepeatedItemIgnoreEmpty) SetVal(v []int32)
func (*Proto3RepeatedItemIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreEmpty) String() string
type Proto3RepeatedItemIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3RepeatedItemIgnoreEmpty_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto3RepeatedItemIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3RepeatedItemIgnoreEmpty_builder) Build() *Proto3RepeatedItemIgnoreEmpty
type Proto3RepeatedItemIgnoreUnspecified ¶ added in v0.6.0
type Proto3RepeatedItemIgnoreUnspecified struct {
Val []int32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3RepeatedItemIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreUnspecified) GetVal() []int32
func (*Proto3RepeatedItemIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3RepeatedItemIgnoreUnspecified) ProtoMessage()
func (*Proto3RepeatedItemIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3RepeatedItemIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreUnspecified) Reset()
func (*Proto3RepeatedItemIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3RepeatedItemIgnoreUnspecified) SetVal(v []int32)
func (*Proto3RepeatedItemIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3RepeatedItemIgnoreUnspecified) String() string
type Proto3RepeatedItemIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3RepeatedItemIgnoreUnspecified_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (Proto3RepeatedItemIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3RepeatedItemIgnoreUnspecified_builder) Build() *Proto3RepeatedItemIgnoreUnspecified
type Proto3ScalarIgnoreDefault ¶ added in v0.6.0
type Proto3ScalarIgnoreDefault struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3ScalarIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreDefault) GetVal() int32
func (*Proto3ScalarIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3ScalarIgnoreDefault) ProtoMessage()
func (*Proto3ScalarIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3ScalarIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreDefault) Reset()
func (*Proto3ScalarIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3ScalarIgnoreDefault) SetVal(v int32)
func (*Proto3ScalarIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreDefault) String() string
type Proto3ScalarIgnoreDefault_builder ¶ added in v0.8.1
type Proto3ScalarIgnoreDefault_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Proto3ScalarIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3ScalarIgnoreDefault_builder) Build() *Proto3ScalarIgnoreDefault
type Proto3ScalarIgnoreEmpty ¶ added in v0.6.0
type Proto3ScalarIgnoreEmpty struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3ScalarIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreEmpty) GetVal() int32
func (*Proto3ScalarIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3ScalarIgnoreEmpty) ProtoMessage()
func (*Proto3ScalarIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3ScalarIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreEmpty) Reset()
func (*Proto3ScalarIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3ScalarIgnoreEmpty) SetVal(v int32)
func (*Proto3ScalarIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreEmpty) String() string
type Proto3ScalarIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3ScalarIgnoreEmpty_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Proto3ScalarIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3ScalarIgnoreEmpty_builder) Build() *Proto3ScalarIgnoreEmpty
type Proto3ScalarIgnoreUnspecified ¶ added in v0.6.0
type Proto3ScalarIgnoreUnspecified struct {
Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3ScalarIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreUnspecified) GetVal() int32
func (*Proto3ScalarIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3ScalarIgnoreUnspecified) ProtoMessage()
func (*Proto3ScalarIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3ScalarIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreUnspecified) Reset()
func (*Proto3ScalarIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3ScalarIgnoreUnspecified) SetVal(v int32)
func (*Proto3ScalarIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3ScalarIgnoreUnspecified) String() string
type Proto3ScalarIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3ScalarIgnoreUnspecified_builder struct {
Val int32
// contains filtered or unexported fields
}
func (Proto3ScalarIgnoreUnspecified_builder) Build ¶ added in v0.8.1
func (b0 Proto3ScalarIgnoreUnspecified_builder) Build() *Proto3ScalarIgnoreUnspecified
type Proto3ScalarOptionalIgnoreDefault ¶ added in v0.6.0
type Proto3ScalarOptionalIgnoreDefault struct {
Val *int32 `protobuf:"varint,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3ScalarOptionalIgnoreDefault) ClearVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreDefault) ClearVal()
func (*Proto3ScalarOptionalIgnoreDefault) GetVal ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreDefault) GetVal() int32
func (*Proto3ScalarOptionalIgnoreDefault) HasVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreDefault) HasVal() bool
func (*Proto3ScalarOptionalIgnoreDefault) ProtoMessage ¶ added in v0.6.0
func (*Proto3ScalarOptionalIgnoreDefault) ProtoMessage()
func (*Proto3ScalarOptionalIgnoreDefault) ProtoReflect ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreDefault) ProtoReflect() protoreflect.Message
func (*Proto3ScalarOptionalIgnoreDefault) Reset ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreDefault) Reset()
func (*Proto3ScalarOptionalIgnoreDefault) SetVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreDefault) SetVal(v int32)
func (*Proto3ScalarOptionalIgnoreDefault) String ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreDefault) String() string
type Proto3ScalarOptionalIgnoreDefault_builder ¶ added in v0.8.1
type Proto3ScalarOptionalIgnoreDefault_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (Proto3ScalarOptionalIgnoreDefault_builder) Build ¶ added in v0.8.1
func (b0 Proto3ScalarOptionalIgnoreDefault_builder) Build() *Proto3ScalarOptionalIgnoreDefault
type Proto3ScalarOptionalIgnoreEmpty ¶ added in v0.6.0
type Proto3ScalarOptionalIgnoreEmpty struct {
Val *int32 `protobuf:"varint,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3ScalarOptionalIgnoreEmpty) ClearVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreEmpty) ClearVal()
func (*Proto3ScalarOptionalIgnoreEmpty) GetVal ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreEmpty) GetVal() int32
func (*Proto3ScalarOptionalIgnoreEmpty) HasVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreEmpty) HasVal() bool
func (*Proto3ScalarOptionalIgnoreEmpty) ProtoMessage ¶ added in v0.6.0
func (*Proto3ScalarOptionalIgnoreEmpty) ProtoMessage()
func (*Proto3ScalarOptionalIgnoreEmpty) ProtoReflect ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreEmpty) ProtoReflect() protoreflect.Message
func (*Proto3ScalarOptionalIgnoreEmpty) Reset ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreEmpty) Reset()
func (*Proto3ScalarOptionalIgnoreEmpty) SetVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreEmpty) SetVal(v int32)
func (*Proto3ScalarOptionalIgnoreEmpty) String ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreEmpty) String() string
type Proto3ScalarOptionalIgnoreEmpty_builder ¶ added in v0.8.1
type Proto3ScalarOptionalIgnoreEmpty_builder struct {
Val *int32
// contains filtered or unexported fields
}
func (Proto3ScalarOptionalIgnoreEmpty_builder) Build ¶ added in v0.8.1
func (b0 Proto3ScalarOptionalIgnoreEmpty_builder) Build() *Proto3ScalarOptionalIgnoreEmpty
type Proto3ScalarOptionalIgnoreUnspecified ¶ added in v0.6.0
type Proto3ScalarOptionalIgnoreUnspecified struct {
Val *int32 `protobuf:"varint,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*Proto3ScalarOptionalIgnoreUnspecified) ClearVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreUnspecified) ClearVal()
func (*Proto3ScalarOptionalIgnoreUnspecified) GetVal ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreUnspecified) GetVal() int32
func (*Proto3ScalarOptionalIgnoreUnspecified) HasVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreUnspecified) HasVal() bool
func (*Proto3ScalarOptionalIgnoreUnspecified) ProtoMessage ¶ added in v0.6.0
func (*Proto3ScalarOptionalIgnoreUnspecified) ProtoMessage()
func (*Proto3ScalarOptionalIgnoreUnspecified) ProtoReflect ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreUnspecified) ProtoReflect() protoreflect.Message
func (*Proto3ScalarOptionalIgnoreUnspecified) Reset ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreUnspecified) Reset()
func (*Proto3ScalarOptionalIgnoreUnspecified) SetVal ¶ added in v0.8.1
func (x *Proto3ScalarOptionalIgnoreUnspecified) SetVal(v int32)
func (*Proto3ScalarOptionalIgnoreUnspecified) String ¶ added in v0.6.0
func (x *Proto3ScalarOptionalIgnoreUnspecified) String() string
type Proto3ScalarOptionalIgnoreUnspecified_builder ¶ added in v0.8.1
type Proto3ScalarOptionalIgnoreUnspecified_builder struct {
Val *int32
// contains filtered or unexported fields
}
type RepeatedAnyIn ¶
type RepeatedAnyIn struct {
Val []*anypb.Any `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedAnyIn) GetVal ¶
func (x *RepeatedAnyIn) GetVal() []*anypb.Any
func (*RepeatedAnyIn) ProtoMessage ¶
func (*RepeatedAnyIn) ProtoMessage()
func (*RepeatedAnyIn) ProtoReflect ¶
func (x *RepeatedAnyIn) ProtoReflect() protoreflect.Message
func (*RepeatedAnyIn) Reset ¶
func (x *RepeatedAnyIn) Reset()
func (*RepeatedAnyIn) SetVal ¶ added in v0.8.1
func (x *RepeatedAnyIn) SetVal(v []*anypb.Any)
func (*RepeatedAnyIn) String ¶
func (x *RepeatedAnyIn) String() string
type RepeatedAnyIn_builder ¶ added in v0.8.1
func (RepeatedAnyIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedAnyIn_builder) Build() *RepeatedAnyIn
type RepeatedAnyNotIn ¶
type RepeatedAnyNotIn struct {
Val []*anypb.Any `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedAnyNotIn) GetVal ¶
func (x *RepeatedAnyNotIn) GetVal() []*anypb.Any
func (*RepeatedAnyNotIn) ProtoMessage ¶
func (*RepeatedAnyNotIn) ProtoMessage()
func (*RepeatedAnyNotIn) ProtoReflect ¶
func (x *RepeatedAnyNotIn) ProtoReflect() protoreflect.Message
func (*RepeatedAnyNotIn) Reset ¶
func (x *RepeatedAnyNotIn) Reset()
func (*RepeatedAnyNotIn) SetVal ¶ added in v0.8.1
func (x *RepeatedAnyNotIn) SetVal(v []*anypb.Any)
func (*RepeatedAnyNotIn) String ¶
func (x *RepeatedAnyNotIn) String() string
type RepeatedAnyNotIn_builder ¶ added in v0.8.1
func (RepeatedAnyNotIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedAnyNotIn_builder) Build() *RepeatedAnyNotIn
type RepeatedDuration ¶
type RepeatedDuration struct {
Val []*durationpb.Duration `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedDuration) GetVal ¶
func (x *RepeatedDuration) GetVal() []*durationpb.Duration
func (*RepeatedDuration) ProtoMessage ¶
func (*RepeatedDuration) ProtoMessage()
func (*RepeatedDuration) ProtoReflect ¶
func (x *RepeatedDuration) ProtoReflect() protoreflect.Message
func (*RepeatedDuration) Reset ¶
func (x *RepeatedDuration) Reset()
func (*RepeatedDuration) SetVal ¶ added in v0.8.1
func (x *RepeatedDuration) SetVal(v []*durationpb.Duration)
func (*RepeatedDuration) String ¶
func (x *RepeatedDuration) String() string
type RepeatedDuration_builder ¶ added in v0.8.1
type RepeatedDuration_builder struct {
Val []*durationpb.Duration
// contains filtered or unexported fields
}
func (RepeatedDuration_builder) Build ¶ added in v0.8.1
func (b0 RepeatedDuration_builder) Build() *RepeatedDuration
type RepeatedEmbedCrossPackageNone ¶
type RepeatedEmbedCrossPackageNone struct {
Val []*other_package.Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedEmbedCrossPackageNone) GetVal ¶
func (x *RepeatedEmbedCrossPackageNone) GetVal() []*other_package.Embed
func (*RepeatedEmbedCrossPackageNone) ProtoMessage ¶
func (*RepeatedEmbedCrossPackageNone) ProtoMessage()
func (*RepeatedEmbedCrossPackageNone) ProtoReflect ¶
func (x *RepeatedEmbedCrossPackageNone) ProtoReflect() protoreflect.Message
func (*RepeatedEmbedCrossPackageNone) Reset ¶
func (x *RepeatedEmbedCrossPackageNone) Reset()
func (*RepeatedEmbedCrossPackageNone) SetVal ¶ added in v0.8.1
func (x *RepeatedEmbedCrossPackageNone) SetVal(v []*other_package.Embed)
func (*RepeatedEmbedCrossPackageNone) String ¶
func (x *RepeatedEmbedCrossPackageNone) String() string
type RepeatedEmbedCrossPackageNone_builder ¶ added in v0.8.1
type RepeatedEmbedCrossPackageNone_builder struct {
Val []*other_package.Embed
// contains filtered or unexported fields
}
func (RepeatedEmbedCrossPackageNone_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEmbedCrossPackageNone_builder) Build() *RepeatedEmbedCrossPackageNone
type RepeatedEmbedNone ¶
type RepeatedEmbedNone struct {
Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedEmbedNone) GetVal ¶
func (x *RepeatedEmbedNone) GetVal() []*Embed
func (*RepeatedEmbedNone) ProtoMessage ¶
func (*RepeatedEmbedNone) ProtoMessage()
func (*RepeatedEmbedNone) ProtoReflect ¶
func (x *RepeatedEmbedNone) ProtoReflect() protoreflect.Message
func (*RepeatedEmbedNone) Reset ¶
func (x *RepeatedEmbedNone) Reset()
func (*RepeatedEmbedNone) SetVal ¶ added in v0.8.1
func (x *RepeatedEmbedNone) SetVal(v []*Embed)
func (*RepeatedEmbedNone) String ¶
func (x *RepeatedEmbedNone) String() string
type RepeatedEmbedNone_builder ¶ added in v0.8.1
type RepeatedEmbedNone_builder struct {
Val []*Embed
// contains filtered or unexported fields
}
func (RepeatedEmbedNone_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEmbedNone_builder) Build() *RepeatedEmbedNone
type RepeatedEmbedSkip ¶
type RepeatedEmbedSkip struct {
Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedEmbedSkip) GetVal ¶
func (x *RepeatedEmbedSkip) GetVal() []*Embed
func (*RepeatedEmbedSkip) ProtoMessage ¶
func (*RepeatedEmbedSkip) ProtoMessage()
func (*RepeatedEmbedSkip) ProtoReflect ¶
func (x *RepeatedEmbedSkip) ProtoReflect() protoreflect.Message
func (*RepeatedEmbedSkip) Reset ¶
func (x *RepeatedEmbedSkip) Reset()
func (*RepeatedEmbedSkip) SetVal ¶ added in v0.8.1
func (x *RepeatedEmbedSkip) SetVal(v []*Embed)
func (*RepeatedEmbedSkip) String ¶
func (x *RepeatedEmbedSkip) String() string
type RepeatedEmbedSkip_builder ¶ added in v0.8.1
type RepeatedEmbedSkip_builder struct {
Val []*Embed
// contains filtered or unexported fields
}
func (RepeatedEmbedSkip_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEmbedSkip_builder) Build() *RepeatedEmbedSkip
type RepeatedEmbeddedEnumIn ¶
type RepeatedEmbeddedEnumIn struct {
Val []RepeatedEmbeddedEnumIn_AnotherInEnum `` /* 140-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*RepeatedEmbeddedEnumIn) GetVal ¶
func (x *RepeatedEmbeddedEnumIn) GetVal() []RepeatedEmbeddedEnumIn_AnotherInEnum
func (*RepeatedEmbeddedEnumIn) ProtoMessage ¶
func (*RepeatedEmbeddedEnumIn) ProtoMessage()
func (*RepeatedEmbeddedEnumIn) ProtoReflect ¶
func (x *RepeatedEmbeddedEnumIn) ProtoReflect() protoreflect.Message
func (*RepeatedEmbeddedEnumIn) Reset ¶
func (x *RepeatedEmbeddedEnumIn) Reset()
func (*RepeatedEmbeddedEnumIn) SetVal ¶ added in v0.8.1
func (x *RepeatedEmbeddedEnumIn) SetVal(v []RepeatedEmbeddedEnumIn_AnotherInEnum)
func (*RepeatedEmbeddedEnumIn) String ¶
func (x *RepeatedEmbeddedEnumIn) String() string
type RepeatedEmbeddedEnumIn_AnotherInEnum ¶
type RepeatedEmbeddedEnumIn_AnotherInEnum int32
const ( RepeatedEmbeddedEnumIn_ANOTHER_IN_ENUM_UNSPECIFIED RepeatedEmbeddedEnumIn_AnotherInEnum = 0 RepeatedEmbeddedEnumIn_ANOTHER_IN_ENUM_A RepeatedEmbeddedEnumIn_AnotherInEnum = 1 RepeatedEmbeddedEnumIn_ANOTHER_IN_ENUM_B RepeatedEmbeddedEnumIn_AnotherInEnum = 2 )
func (RepeatedEmbeddedEnumIn_AnotherInEnum) Descriptor ¶
func (RepeatedEmbeddedEnumIn_AnotherInEnum) Descriptor() protoreflect.EnumDescriptor
func (RepeatedEmbeddedEnumIn_AnotherInEnum) Enum ¶
func (x RepeatedEmbeddedEnumIn_AnotherInEnum) Enum() *RepeatedEmbeddedEnumIn_AnotherInEnum
func (RepeatedEmbeddedEnumIn_AnotherInEnum) Number ¶
func (x RepeatedEmbeddedEnumIn_AnotherInEnum) Number() protoreflect.EnumNumber
func (RepeatedEmbeddedEnumIn_AnotherInEnum) String ¶
func (x RepeatedEmbeddedEnumIn_AnotherInEnum) String() string
func (RepeatedEmbeddedEnumIn_AnotherInEnum) Type ¶
func (RepeatedEmbeddedEnumIn_AnotherInEnum) Type() protoreflect.EnumType
type RepeatedEmbeddedEnumIn_builder ¶ added in v0.8.1
type RepeatedEmbeddedEnumIn_builder struct {
Val []RepeatedEmbeddedEnumIn_AnotherInEnum
// contains filtered or unexported fields
}
func (RepeatedEmbeddedEnumIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEmbeddedEnumIn_builder) Build() *RepeatedEmbeddedEnumIn
type RepeatedEmbeddedEnumNotIn ¶
type RepeatedEmbeddedEnumNotIn struct {
Val []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum `` /* 146-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*RepeatedEmbeddedEnumNotIn) GetVal ¶
func (x *RepeatedEmbeddedEnumNotIn) GetVal() []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum
func (*RepeatedEmbeddedEnumNotIn) ProtoMessage ¶
func (*RepeatedEmbeddedEnumNotIn) ProtoMessage()
func (*RepeatedEmbeddedEnumNotIn) ProtoReflect ¶
func (x *RepeatedEmbeddedEnumNotIn) ProtoReflect() protoreflect.Message
func (*RepeatedEmbeddedEnumNotIn) Reset ¶
func (x *RepeatedEmbeddedEnumNotIn) Reset()
func (*RepeatedEmbeddedEnumNotIn) SetVal ¶ added in v0.8.1
func (x *RepeatedEmbeddedEnumNotIn) SetVal(v []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum)
func (*RepeatedEmbeddedEnumNotIn) String ¶
func (x *RepeatedEmbeddedEnumNotIn) String() string
type RepeatedEmbeddedEnumNotIn_AnotherNotInEnum ¶
type RepeatedEmbeddedEnumNotIn_AnotherNotInEnum int32
const ( RepeatedEmbeddedEnumNotIn_ANOTHER_NOT_IN_ENUM_UNSPECIFIED RepeatedEmbeddedEnumNotIn_AnotherNotInEnum = 0 RepeatedEmbeddedEnumNotIn_ANOTHER_NOT_IN_ENUM_A RepeatedEmbeddedEnumNotIn_AnotherNotInEnum = 1 RepeatedEmbeddedEnumNotIn_ANOTHER_NOT_IN_ENUM_B RepeatedEmbeddedEnumNotIn_AnotherNotInEnum = 2 )
func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Descriptor ¶
func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Descriptor() protoreflect.EnumDescriptor
func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Number ¶
func (x RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Number() protoreflect.EnumNumber
func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) String ¶
func (x RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) String() string
func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Type ¶
func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Type() protoreflect.EnumType
type RepeatedEmbeddedEnumNotIn_builder ¶ added in v0.8.1
type RepeatedEmbeddedEnumNotIn_builder struct {
Val []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum
// contains filtered or unexported fields
}
func (RepeatedEmbeddedEnumNotIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEmbeddedEnumNotIn_builder) Build() *RepeatedEmbeddedEnumNotIn
type RepeatedEnumDefined ¶
type RepeatedEnumDefined struct {
Val []TestEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=buf.validate.conformance.cases.TestEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedEnumDefined) GetVal ¶
func (x *RepeatedEnumDefined) GetVal() []TestEnum
func (*RepeatedEnumDefined) ProtoMessage ¶
func (*RepeatedEnumDefined) ProtoMessage()
func (*RepeatedEnumDefined) ProtoReflect ¶
func (x *RepeatedEnumDefined) ProtoReflect() protoreflect.Message
func (*RepeatedEnumDefined) Reset ¶
func (x *RepeatedEnumDefined) Reset()
func (*RepeatedEnumDefined) SetVal ¶ added in v0.8.1
func (x *RepeatedEnumDefined) SetVal(v []TestEnum)
func (*RepeatedEnumDefined) String ¶
func (x *RepeatedEnumDefined) String() string
type RepeatedEnumDefined_builder ¶ added in v0.8.1
type RepeatedEnumDefined_builder struct {
Val []TestEnum
// contains filtered or unexported fields
}
func (RepeatedEnumDefined_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEnumDefined_builder) Build() *RepeatedEnumDefined
type RepeatedEnumIn ¶
type RepeatedEnumIn struct {
Val []AnEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=buf.validate.conformance.cases.AnEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedEnumIn) GetVal ¶
func (x *RepeatedEnumIn) GetVal() []AnEnum
func (*RepeatedEnumIn) ProtoMessage ¶
func (*RepeatedEnumIn) ProtoMessage()
func (*RepeatedEnumIn) ProtoReflect ¶
func (x *RepeatedEnumIn) ProtoReflect() protoreflect.Message
func (*RepeatedEnumIn) Reset ¶
func (x *RepeatedEnumIn) Reset()
func (*RepeatedEnumIn) SetVal ¶ added in v0.8.1
func (x *RepeatedEnumIn) SetVal(v []AnEnum)
func (*RepeatedEnumIn) String ¶
func (x *RepeatedEnumIn) String() string
type RepeatedEnumIn_builder ¶ added in v0.8.1
type RepeatedEnumIn_builder struct {
Val []AnEnum
// contains filtered or unexported fields
}
func (RepeatedEnumIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEnumIn_builder) Build() *RepeatedEnumIn
type RepeatedEnumNotIn ¶
type RepeatedEnumNotIn struct {
Val []AnEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=buf.validate.conformance.cases.AnEnum" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedEnumNotIn) GetVal ¶
func (x *RepeatedEnumNotIn) GetVal() []AnEnum
func (*RepeatedEnumNotIn) ProtoMessage ¶
func (*RepeatedEnumNotIn) ProtoMessage()
func (*RepeatedEnumNotIn) ProtoReflect ¶
func (x *RepeatedEnumNotIn) ProtoReflect() protoreflect.Message
func (*RepeatedEnumNotIn) Reset ¶
func (x *RepeatedEnumNotIn) Reset()
func (*RepeatedEnumNotIn) SetVal ¶ added in v0.8.1
func (x *RepeatedEnumNotIn) SetVal(v []AnEnum)
func (*RepeatedEnumNotIn) String ¶
func (x *RepeatedEnumNotIn) String() string
type RepeatedEnumNotIn_builder ¶ added in v0.8.1
type RepeatedEnumNotIn_builder struct {
Val []AnEnum
// contains filtered or unexported fields
}
func (RepeatedEnumNotIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedEnumNotIn_builder) Build() *RepeatedEnumNotIn
type RepeatedExact ¶
type RepeatedExact struct {
Val []uint32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedExact) GetVal ¶
func (x *RepeatedExact) GetVal() []uint32
func (*RepeatedExact) ProtoMessage ¶
func (*RepeatedExact) ProtoMessage()
func (*RepeatedExact) ProtoReflect ¶
func (x *RepeatedExact) ProtoReflect() protoreflect.Message
func (*RepeatedExact) Reset ¶
func (x *RepeatedExact) Reset()
func (*RepeatedExact) SetVal ¶ added in v0.8.1
func (x *RepeatedExact) SetVal(v []uint32)
func (*RepeatedExact) String ¶
func (x *RepeatedExact) String() string
type RepeatedExactIgnore ¶
type RepeatedExactIgnore struct {
Val []uint32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedExactIgnore) GetVal ¶
func (x *RepeatedExactIgnore) GetVal() []uint32
func (*RepeatedExactIgnore) ProtoMessage ¶
func (*RepeatedExactIgnore) ProtoMessage()
func (*RepeatedExactIgnore) ProtoReflect ¶
func (x *RepeatedExactIgnore) ProtoReflect() protoreflect.Message
func (*RepeatedExactIgnore) Reset ¶
func (x *RepeatedExactIgnore) Reset()
func (*RepeatedExactIgnore) SetVal ¶ added in v0.8.1
func (x *RepeatedExactIgnore) SetVal(v []uint32)
func (*RepeatedExactIgnore) String ¶
func (x *RepeatedExactIgnore) String() string
type RepeatedExactIgnore_builder ¶ added in v0.8.1
type RepeatedExactIgnore_builder struct {
Val []uint32
// contains filtered or unexported fields
}
func (RepeatedExactIgnore_builder) Build ¶ added in v0.8.1
func (b0 RepeatedExactIgnore_builder) Build() *RepeatedExactIgnore
type RepeatedExact_builder ¶ added in v0.8.1
type RepeatedExact_builder struct {
Val []uint32
// contains filtered or unexported fields
}
func (RepeatedExact_builder) Build ¶ added in v0.8.1
func (b0 RepeatedExact_builder) Build() *RepeatedExact
type RepeatedExternalEnumDefined ¶
type RepeatedExternalEnumDefined struct {
Val []other_package.Embed_Enumerated `` /* 134-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*RepeatedExternalEnumDefined) GetVal ¶
func (x *RepeatedExternalEnumDefined) GetVal() []other_package.Embed_Enumerated
func (*RepeatedExternalEnumDefined) ProtoMessage ¶
func (*RepeatedExternalEnumDefined) ProtoMessage()
func (*RepeatedExternalEnumDefined) ProtoReflect ¶
func (x *RepeatedExternalEnumDefined) ProtoReflect() protoreflect.Message
func (*RepeatedExternalEnumDefined) Reset ¶
func (x *RepeatedExternalEnumDefined) Reset()
func (*RepeatedExternalEnumDefined) SetVal ¶ added in v0.8.1
func (x *RepeatedExternalEnumDefined) SetVal(v []other_package.Embed_Enumerated)
func (*RepeatedExternalEnumDefined) String ¶
func (x *RepeatedExternalEnumDefined) String() string
type RepeatedExternalEnumDefined_builder ¶ added in v0.8.1
type RepeatedExternalEnumDefined_builder struct {
Val []other_package.Embed_Enumerated
// contains filtered or unexported fields
}
func (RepeatedExternalEnumDefined_builder) Build ¶ added in v0.8.1
func (b0 RepeatedExternalEnumDefined_builder) Build() *RepeatedExternalEnumDefined
type RepeatedItemIn ¶
type RepeatedItemIn struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedItemIn) GetVal ¶
func (x *RepeatedItemIn) GetVal() []string
func (*RepeatedItemIn) ProtoMessage ¶
func (*RepeatedItemIn) ProtoMessage()
func (*RepeatedItemIn) ProtoReflect ¶
func (x *RepeatedItemIn) ProtoReflect() protoreflect.Message
func (*RepeatedItemIn) Reset ¶
func (x *RepeatedItemIn) Reset()
func (*RepeatedItemIn) SetVal ¶ added in v0.8.1
func (x *RepeatedItemIn) SetVal(v []string)
func (*RepeatedItemIn) String ¶
func (x *RepeatedItemIn) String() string
type RepeatedItemIn_builder ¶ added in v0.8.1
type RepeatedItemIn_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RepeatedItemIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedItemIn_builder) Build() *RepeatedItemIn
type RepeatedItemNotIn ¶
type RepeatedItemNotIn struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedItemNotIn) GetVal ¶
func (x *RepeatedItemNotIn) GetVal() []string
func (*RepeatedItemNotIn) ProtoMessage ¶
func (*RepeatedItemNotIn) ProtoMessage()
func (*RepeatedItemNotIn) ProtoReflect ¶
func (x *RepeatedItemNotIn) ProtoReflect() protoreflect.Message
func (*RepeatedItemNotIn) Reset ¶
func (x *RepeatedItemNotIn) Reset()
func (*RepeatedItemNotIn) SetVal ¶ added in v0.8.1
func (x *RepeatedItemNotIn) SetVal(v []string)
func (*RepeatedItemNotIn) String ¶
func (x *RepeatedItemNotIn) String() string
type RepeatedItemNotIn_builder ¶ added in v0.8.1
type RepeatedItemNotIn_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RepeatedItemNotIn_builder) Build ¶ added in v0.8.1
func (b0 RepeatedItemNotIn_builder) Build() *RepeatedItemNotIn
type RepeatedItemPattern ¶
type RepeatedItemPattern struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedItemPattern) GetVal ¶
func (x *RepeatedItemPattern) GetVal() []string
func (*RepeatedItemPattern) ProtoMessage ¶
func (*RepeatedItemPattern) ProtoMessage()
func (*RepeatedItemPattern) ProtoReflect ¶
func (x *RepeatedItemPattern) ProtoReflect() protoreflect.Message
func (*RepeatedItemPattern) Reset ¶
func (x *RepeatedItemPattern) Reset()
func (*RepeatedItemPattern) SetVal ¶ added in v0.8.1
func (x *RepeatedItemPattern) SetVal(v []string)
func (*RepeatedItemPattern) String ¶
func (x *RepeatedItemPattern) String() string
type RepeatedItemPattern_builder ¶ added in v0.8.1
type RepeatedItemPattern_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RepeatedItemPattern_builder) Build ¶ added in v0.8.1
func (b0 RepeatedItemPattern_builder) Build() *RepeatedItemPattern
type RepeatedItemRule ¶
type RepeatedItemRule struct {
Val []float32 `protobuf:"fixed32,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedItemRule) GetVal ¶
func (x *RepeatedItemRule) GetVal() []float32
func (*RepeatedItemRule) ProtoMessage ¶
func (*RepeatedItemRule) ProtoMessage()
func (*RepeatedItemRule) ProtoReflect ¶
func (x *RepeatedItemRule) ProtoReflect() protoreflect.Message
func (*RepeatedItemRule) Reset ¶
func (x *RepeatedItemRule) Reset()
func (*RepeatedItemRule) SetVal ¶ added in v0.8.1
func (x *RepeatedItemRule) SetVal(v []float32)
func (*RepeatedItemRule) String ¶
func (x *RepeatedItemRule) String() string
type RepeatedItemRule_builder ¶ added in v0.8.1
type RepeatedItemRule_builder struct {
Val []float32
// contains filtered or unexported fields
}
func (RepeatedItemRule_builder) Build ¶ added in v0.8.1
func (b0 RepeatedItemRule_builder) Build() *RepeatedItemRule
type RepeatedMax ¶
type RepeatedMax struct {
Val []float64 `protobuf:"fixed64,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedMax) GetVal ¶
func (x *RepeatedMax) GetVal() []float64
func (*RepeatedMax) ProtoMessage ¶
func (*RepeatedMax) ProtoMessage()
func (*RepeatedMax) ProtoReflect ¶
func (x *RepeatedMax) ProtoReflect() protoreflect.Message
func (*RepeatedMax) Reset ¶
func (x *RepeatedMax) Reset()
func (*RepeatedMax) SetVal ¶ added in v0.8.1
func (x *RepeatedMax) SetVal(v []float64)
func (*RepeatedMax) String ¶
func (x *RepeatedMax) String() string
type RepeatedMax_builder ¶ added in v0.8.1
type RepeatedMax_builder struct {
Val []float64
// contains filtered or unexported fields
}
func (RepeatedMax_builder) Build ¶ added in v0.8.1
func (b0 RepeatedMax_builder) Build() *RepeatedMax
type RepeatedMin ¶
type RepeatedMin struct {
Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedMin) GetVal ¶
func (x *RepeatedMin) GetVal() []*Embed
func (*RepeatedMin) ProtoMessage ¶
func (*RepeatedMin) ProtoMessage()
func (*RepeatedMin) ProtoReflect ¶
func (x *RepeatedMin) ProtoReflect() protoreflect.Message
func (*RepeatedMin) Reset ¶
func (x *RepeatedMin) Reset()
func (*RepeatedMin) SetVal ¶ added in v0.8.1
func (x *RepeatedMin) SetVal(v []*Embed)
func (*RepeatedMin) String ¶
func (x *RepeatedMin) String() string
type RepeatedMinAndItemLen ¶
type RepeatedMinAndItemLen struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedMinAndItemLen) GetVal ¶
func (x *RepeatedMinAndItemLen) GetVal() []string
func (*RepeatedMinAndItemLen) ProtoMessage ¶
func (*RepeatedMinAndItemLen) ProtoMessage()
func (*RepeatedMinAndItemLen) ProtoReflect ¶
func (x *RepeatedMinAndItemLen) ProtoReflect() protoreflect.Message
func (*RepeatedMinAndItemLen) Reset ¶
func (x *RepeatedMinAndItemLen) Reset()
func (*RepeatedMinAndItemLen) SetVal ¶ added in v0.8.1
func (x *RepeatedMinAndItemLen) SetVal(v []string)
func (*RepeatedMinAndItemLen) String ¶
func (x *RepeatedMinAndItemLen) String() string
type RepeatedMinAndItemLen_builder ¶ added in v0.8.1
type RepeatedMinAndItemLen_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RepeatedMinAndItemLen_builder) Build ¶ added in v0.8.1
func (b0 RepeatedMinAndItemLen_builder) Build() *RepeatedMinAndItemLen
type RepeatedMinAndMaxItemLen ¶
type RepeatedMinAndMaxItemLen struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedMinAndMaxItemLen) GetVal ¶
func (x *RepeatedMinAndMaxItemLen) GetVal() []string
func (*RepeatedMinAndMaxItemLen) ProtoMessage ¶
func (*RepeatedMinAndMaxItemLen) ProtoMessage()
func (*RepeatedMinAndMaxItemLen) ProtoReflect ¶
func (x *RepeatedMinAndMaxItemLen) ProtoReflect() protoreflect.Message
func (*RepeatedMinAndMaxItemLen) Reset ¶
func (x *RepeatedMinAndMaxItemLen) Reset()
func (*RepeatedMinAndMaxItemLen) SetVal ¶ added in v0.8.1
func (x *RepeatedMinAndMaxItemLen) SetVal(v []string)
func (*RepeatedMinAndMaxItemLen) String ¶
func (x *RepeatedMinAndMaxItemLen) String() string
type RepeatedMinAndMaxItemLen_builder ¶ added in v0.8.1
type RepeatedMinAndMaxItemLen_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RepeatedMinAndMaxItemLen_builder) Build ¶ added in v0.8.1
func (b0 RepeatedMinAndMaxItemLen_builder) Build() *RepeatedMinAndMaxItemLen
type RepeatedMinMax ¶
type RepeatedMinMax struct {
Val []int32 `protobuf:"fixed32,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedMinMax) GetVal ¶
func (x *RepeatedMinMax) GetVal() []int32
func (*RepeatedMinMax) ProtoMessage ¶
func (*RepeatedMinMax) ProtoMessage()
func (*RepeatedMinMax) ProtoReflect ¶
func (x *RepeatedMinMax) ProtoReflect() protoreflect.Message
func (*RepeatedMinMax) Reset ¶
func (x *RepeatedMinMax) Reset()
func (*RepeatedMinMax) SetVal ¶ added in v0.8.1
func (x *RepeatedMinMax) SetVal(v []int32)
func (*RepeatedMinMax) String ¶
func (x *RepeatedMinMax) String() string
type RepeatedMinMax_builder ¶ added in v0.8.1
type RepeatedMinMax_builder struct {
Val []int32
// contains filtered or unexported fields
}
func (RepeatedMinMax_builder) Build ¶ added in v0.8.1
func (b0 RepeatedMinMax_builder) Build() *RepeatedMinMax
type RepeatedMin_builder ¶ added in v0.8.1
type RepeatedMin_builder struct {
Val []*Embed
// contains filtered or unexported fields
}
func (RepeatedMin_builder) Build ¶ added in v0.8.1
func (b0 RepeatedMin_builder) Build() *RepeatedMin
type RepeatedMultipleUnique ¶ added in v0.3.2
type RepeatedMultipleUnique struct {
A []string `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"`
B []int32 `protobuf:"varint,2,rep,packed,name=b,proto3" json:"b,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedMultipleUnique) GetA ¶ added in v0.3.2
func (x *RepeatedMultipleUnique) GetA() []string
func (*RepeatedMultipleUnique) GetB ¶ added in v0.3.2
func (x *RepeatedMultipleUnique) GetB() []int32
func (*RepeatedMultipleUnique) ProtoMessage ¶ added in v0.3.2
func (*RepeatedMultipleUnique) ProtoMessage()
func (*RepeatedMultipleUnique) ProtoReflect ¶ added in v0.3.2
func (x *RepeatedMultipleUnique) ProtoReflect() protoreflect.Message
func (*RepeatedMultipleUnique) Reset ¶ added in v0.3.2
func (x *RepeatedMultipleUnique) Reset()
func (*RepeatedMultipleUnique) SetA ¶ added in v0.8.1
func (x *RepeatedMultipleUnique) SetA(v []string)
func (*RepeatedMultipleUnique) SetB ¶ added in v0.8.1
func (x *RepeatedMultipleUnique) SetB(v []int32)
func (*RepeatedMultipleUnique) String ¶ added in v0.3.2
func (x *RepeatedMultipleUnique) String() string
type RepeatedMultipleUnique_builder ¶ added in v0.8.1
type RepeatedMultipleUnique_builder struct {
A []string
B []int32
// contains filtered or unexported fields
}
func (RepeatedMultipleUnique_builder) Build ¶ added in v0.8.1
func (b0 RepeatedMultipleUnique_builder) Build() *RepeatedMultipleUnique
type RepeatedNone ¶
type RepeatedNone struct {
Val []int64 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedNone) GetVal ¶
func (x *RepeatedNone) GetVal() []int64
func (*RepeatedNone) ProtoMessage ¶
func (*RepeatedNone) ProtoMessage()
func (*RepeatedNone) ProtoReflect ¶
func (x *RepeatedNone) ProtoReflect() protoreflect.Message
func (*RepeatedNone) Reset ¶
func (x *RepeatedNone) Reset()
func (*RepeatedNone) SetVal ¶ added in v0.8.1
func (x *RepeatedNone) SetVal(v []int64)
func (*RepeatedNone) String ¶
func (x *RepeatedNone) String() string
type RepeatedNone_builder ¶ added in v0.8.1
type RepeatedNone_builder struct {
Val []int64
// contains filtered or unexported fields
}
func (RepeatedNone_builder) Build ¶ added in v0.8.1
func (b0 RepeatedNone_builder) Build() *RepeatedNone
type RepeatedNotUnique ¶ added in v0.7.0
type RepeatedNotUnique struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedNotUnique) GetVal ¶ added in v0.7.0
func (x *RepeatedNotUnique) GetVal() []string
func (*RepeatedNotUnique) ProtoMessage ¶ added in v0.7.0
func (*RepeatedNotUnique) ProtoMessage()
func (*RepeatedNotUnique) ProtoReflect ¶ added in v0.7.0
func (x *RepeatedNotUnique) ProtoReflect() protoreflect.Message
func (*RepeatedNotUnique) Reset ¶ added in v0.7.0
func (x *RepeatedNotUnique) Reset()
func (*RepeatedNotUnique) SetVal ¶ added in v0.8.1
func (x *RepeatedNotUnique) SetVal(v []string)
func (*RepeatedNotUnique) String ¶ added in v0.7.0
func (x *RepeatedNotUnique) String() string
type RepeatedNotUnique_builder ¶ added in v0.8.1
type RepeatedNotUnique_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RepeatedNotUnique_builder) Build ¶ added in v0.8.1
func (b0 RepeatedNotUnique_builder) Build() *RepeatedNotUnique
type RepeatedUnique ¶
type RepeatedUnique struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RepeatedUnique) GetVal ¶
func (x *RepeatedUnique) GetVal() []string
func (*RepeatedUnique) ProtoMessage ¶
func (*RepeatedUnique) ProtoMessage()
func (*RepeatedUnique) ProtoReflect ¶
func (x *RepeatedUnique) ProtoReflect() protoreflect.Message
func (*RepeatedUnique) Reset ¶
func (x *RepeatedUnique) Reset()
func (*RepeatedUnique) SetVal ¶ added in v0.8.1
func (x *RepeatedUnique) SetVal(v []string)
func (*RepeatedUnique) String ¶
func (x *RepeatedUnique) String() string
type RepeatedUnique_builder ¶ added in v0.8.1
type RepeatedUnique_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RepeatedUnique_builder) Build ¶ added in v0.8.1
func (b0 RepeatedUnique_builder) Build() *RepeatedUnique
type RepeatedYetAnotherExternalEnumDefined ¶
type RepeatedYetAnotherExternalEnumDefined struct {
Val []yet_another_package.Embed_Enumerated `` /* 140-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*RepeatedYetAnotherExternalEnumDefined) GetVal ¶
func (x *RepeatedYetAnotherExternalEnumDefined) GetVal() []yet_another_package.Embed_Enumerated
func (*RepeatedYetAnotherExternalEnumDefined) ProtoMessage ¶
func (*RepeatedYetAnotherExternalEnumDefined) ProtoMessage()
func (*RepeatedYetAnotherExternalEnumDefined) ProtoReflect ¶
func (x *RepeatedYetAnotherExternalEnumDefined) ProtoReflect() protoreflect.Message
func (*RepeatedYetAnotherExternalEnumDefined) Reset ¶
func (x *RepeatedYetAnotherExternalEnumDefined) Reset()
func (*RepeatedYetAnotherExternalEnumDefined) SetVal ¶ added in v0.8.1
func (x *RepeatedYetAnotherExternalEnumDefined) SetVal(v []yet_another_package.Embed_Enumerated)
func (*RepeatedYetAnotherExternalEnumDefined) String ¶
func (x *RepeatedYetAnotherExternalEnumDefined) String() string
type RepeatedYetAnotherExternalEnumDefined_builder ¶ added in v0.8.1
type RepeatedYetAnotherExternalEnumDefined_builder struct {
Val []yet_another_package.Embed_Enumerated
// contains filtered or unexported fields
}
type RequiredEditionsMap ¶ added in v0.6.4
type RequiredEditionsMap struct {
Val map[string]string `` /* 126-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*RequiredEditionsMap) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsMap) GetVal() map[string]string
func (*RequiredEditionsMap) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMap) ProtoMessage()
func (*RequiredEditionsMap) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMap) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMap) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMap) Reset()
func (*RequiredEditionsMap) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsMap) SetVal(v map[string]string)
func (*RequiredEditionsMap) String ¶ added in v0.6.4
func (x *RequiredEditionsMap) String() string
type RequiredEditionsMap_builder ¶ added in v0.8.1
type RequiredEditionsMap_builder struct {
Val map[string]string
// contains filtered or unexported fields
}
func (RequiredEditionsMap_builder) Build ¶ added in v0.8.1
func (b0 RequiredEditionsMap_builder) Build() *RequiredEditionsMap
type RequiredEditionsMessageExplicitPresence ¶ added in v0.6.4
type RequiredEditionsMessageExplicitPresence struct {
Val *RequiredEditionsMessageExplicitPresence_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageExplicitPresence) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresence) ClearVal()
func (*RequiredEditionsMessageExplicitPresence) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence) GetVal() *RequiredEditionsMessageExplicitPresence_Msg
func (*RequiredEditionsMessageExplicitPresence) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresence) HasVal() bool
func (*RequiredEditionsMessageExplicitPresence) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageExplicitPresence) ProtoMessage()
func (*RequiredEditionsMessageExplicitPresence) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageExplicitPresence) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence) Reset()
func (*RequiredEditionsMessageExplicitPresence) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresence) SetVal(v *RequiredEditionsMessageExplicitPresence_Msg)
func (*RequiredEditionsMessageExplicitPresence) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence) String() string
type RequiredEditionsMessageExplicitPresenceDelimited ¶ added in v0.6.4
type RequiredEditionsMessageExplicitPresenceDelimited struct {
Val *RequiredEditionsMessageExplicitPresenceDelimited_Msg `protobuf:"group,1,opt,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageExplicitPresenceDelimited) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresenceDelimited) ClearVal()
func (*RequiredEditionsMessageExplicitPresenceDelimited) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresenceDelimited) HasVal() bool
func (*RequiredEditionsMessageExplicitPresenceDelimited) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageExplicitPresenceDelimited) ProtoMessage()
func (*RequiredEditionsMessageExplicitPresenceDelimited) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresenceDelimited) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageExplicitPresenceDelimited) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresenceDelimited) Reset()
func (*RequiredEditionsMessageExplicitPresenceDelimited) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresenceDelimited) String() string
type RequiredEditionsMessageExplicitPresenceDelimited_Msg ¶ added in v0.6.4
type RequiredEditionsMessageExplicitPresenceDelimited_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) ClearVal()
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) GetVal() string
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) HasVal() bool
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) ProtoMessage()
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) Reset()
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) SetVal(v string)
func (*RequiredEditionsMessageExplicitPresenceDelimited_Msg) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresenceDelimited_Msg) String() string
type RequiredEditionsMessageExplicitPresenceDelimited_Msg_builder ¶ added in v0.8.1
type RequiredEditionsMessageExplicitPresenceDelimited_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type RequiredEditionsMessageExplicitPresenceDelimited_builder ¶ added in v0.8.1
type RequiredEditionsMessageExplicitPresenceDelimited_builder struct {
Val *RequiredEditionsMessageExplicitPresenceDelimited_Msg
// contains filtered or unexported fields
}
type RequiredEditionsMessageExplicitPresence_Msg ¶ added in v0.6.4
type RequiredEditionsMessageExplicitPresence_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageExplicitPresence_Msg) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresence_Msg) ClearVal()
func (*RequiredEditionsMessageExplicitPresence_Msg) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence_Msg) GetVal() string
func (*RequiredEditionsMessageExplicitPresence_Msg) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresence_Msg) HasVal() bool
func (*RequiredEditionsMessageExplicitPresence_Msg) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageExplicitPresence_Msg) ProtoMessage()
func (*RequiredEditionsMessageExplicitPresence_Msg) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence_Msg) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageExplicitPresence_Msg) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence_Msg) Reset()
func (*RequiredEditionsMessageExplicitPresence_Msg) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageExplicitPresence_Msg) SetVal(v string)
func (*RequiredEditionsMessageExplicitPresence_Msg) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageExplicitPresence_Msg) String() string
type RequiredEditionsMessageExplicitPresence_Msg_builder ¶ added in v0.8.1
type RequiredEditionsMessageExplicitPresence_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type RequiredEditionsMessageExplicitPresence_builder ¶ added in v0.8.1
type RequiredEditionsMessageExplicitPresence_builder struct {
Val *RequiredEditionsMessageExplicitPresence_Msg
// contains filtered or unexported fields
}
type RequiredEditionsMessageLegacyRequired ¶ added in v0.6.4
type RequiredEditionsMessageLegacyRequired struct {
Val *RequiredEditionsMessageLegacyRequired_Msg `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageLegacyRequired) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequired) ClearVal()
func (*RequiredEditionsMessageLegacyRequired) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired) GetVal() *RequiredEditionsMessageLegacyRequired_Msg
func (*RequiredEditionsMessageLegacyRequired) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequired) HasVal() bool
func (*RequiredEditionsMessageLegacyRequired) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageLegacyRequired) ProtoMessage()
func (*RequiredEditionsMessageLegacyRequired) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageLegacyRequired) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired) Reset()
func (*RequiredEditionsMessageLegacyRequired) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequired) SetVal(v *RequiredEditionsMessageLegacyRequired_Msg)
func (*RequiredEditionsMessageLegacyRequired) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired) String() string
type RequiredEditionsMessageLegacyRequiredDelimited ¶ added in v0.6.4
type RequiredEditionsMessageLegacyRequiredDelimited struct {
Val *RequiredEditionsMessageLegacyRequiredDelimited_Msg `protobuf:"group,1,req,name=Msg,json=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageLegacyRequiredDelimited) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequiredDelimited) ClearVal()
func (*RequiredEditionsMessageLegacyRequiredDelimited) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequiredDelimited) HasVal() bool
func (*RequiredEditionsMessageLegacyRequiredDelimited) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageLegacyRequiredDelimited) ProtoMessage()
func (*RequiredEditionsMessageLegacyRequiredDelimited) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequiredDelimited) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageLegacyRequiredDelimited) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequiredDelimited) Reset()
func (*RequiredEditionsMessageLegacyRequiredDelimited) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequiredDelimited) String() string
type RequiredEditionsMessageLegacyRequiredDelimited_Msg ¶ added in v0.6.4
type RequiredEditionsMessageLegacyRequiredDelimited_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) ClearVal()
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) GetVal() string
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) HasVal() bool
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) ProtoMessage()
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) Reset()
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) SetVal(v string)
func (*RequiredEditionsMessageLegacyRequiredDelimited_Msg) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequiredDelimited_Msg) String() string
type RequiredEditionsMessageLegacyRequiredDelimited_Msg_builder ¶ added in v0.8.1
type RequiredEditionsMessageLegacyRequiredDelimited_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type RequiredEditionsMessageLegacyRequiredDelimited_builder ¶ added in v0.8.1
type RequiredEditionsMessageLegacyRequiredDelimited_builder struct {
Val *RequiredEditionsMessageLegacyRequiredDelimited_Msg
// contains filtered or unexported fields
}
type RequiredEditionsMessageLegacyRequired_Msg ¶ added in v0.6.4
type RequiredEditionsMessageLegacyRequired_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsMessageLegacyRequired_Msg) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequired_Msg) ClearVal()
func (*RequiredEditionsMessageLegacyRequired_Msg) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired_Msg) GetVal() string
func (*RequiredEditionsMessageLegacyRequired_Msg) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequired_Msg) HasVal() bool
func (*RequiredEditionsMessageLegacyRequired_Msg) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsMessageLegacyRequired_Msg) ProtoMessage()
func (*RequiredEditionsMessageLegacyRequired_Msg) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired_Msg) ProtoReflect() protoreflect.Message
func (*RequiredEditionsMessageLegacyRequired_Msg) Reset ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired_Msg) Reset()
func (*RequiredEditionsMessageLegacyRequired_Msg) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsMessageLegacyRequired_Msg) SetVal(v string)
func (*RequiredEditionsMessageLegacyRequired_Msg) String ¶ added in v0.6.4
func (x *RequiredEditionsMessageLegacyRequired_Msg) String() string
type RequiredEditionsMessageLegacyRequired_Msg_builder ¶ added in v0.8.1
type RequiredEditionsMessageLegacyRequired_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
type RequiredEditionsMessageLegacyRequired_builder ¶ added in v0.8.1
type RequiredEditionsMessageLegacyRequired_builder struct {
Val *RequiredEditionsMessageLegacyRequired_Msg
// contains filtered or unexported fields
}
type RequiredEditionsOneof ¶ added in v0.6.4
type RequiredEditionsOneof struct {
// Types that are valid to be assigned to Val:
//
// *RequiredEditionsOneof_A
// *RequiredEditionsOneof_B
Val isRequiredEditionsOneof_Val `protobuf_oneof:"val"`
// contains filtered or unexported fields
}
func (*RequiredEditionsOneof) ClearA ¶ added in v0.8.1
func (x *RequiredEditionsOneof) ClearA()
func (*RequiredEditionsOneof) ClearB ¶ added in v0.8.1
func (x *RequiredEditionsOneof) ClearB()
func (*RequiredEditionsOneof) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsOneof) ClearVal()
func (*RequiredEditionsOneof) GetA ¶ added in v0.6.4
func (x *RequiredEditionsOneof) GetA() string
func (*RequiredEditionsOneof) GetB ¶ added in v0.6.4
func (x *RequiredEditionsOneof) GetB() string
func (*RequiredEditionsOneof) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsOneof) GetVal() isRequiredEditionsOneof_Val
func (*RequiredEditionsOneof) HasA ¶ added in v0.8.1
func (x *RequiredEditionsOneof) HasA() bool
func (*RequiredEditionsOneof) HasB ¶ added in v0.8.1
func (x *RequiredEditionsOneof) HasB() bool
func (*RequiredEditionsOneof) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsOneof) HasVal() bool
func (*RequiredEditionsOneof) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsOneof) ProtoMessage()
func (*RequiredEditionsOneof) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsOneof) ProtoReflect() protoreflect.Message
func (*RequiredEditionsOneof) Reset ¶ added in v0.6.4
func (x *RequiredEditionsOneof) Reset()
func (*RequiredEditionsOneof) SetA ¶ added in v0.8.1
func (x *RequiredEditionsOneof) SetA(v string)
func (*RequiredEditionsOneof) SetB ¶ added in v0.8.1
func (x *RequiredEditionsOneof) SetB(v string)
func (*RequiredEditionsOneof) String ¶ added in v0.6.4
func (x *RequiredEditionsOneof) String() string
func (*RequiredEditionsOneof) WhichVal ¶ added in v0.8.1
func (x *RequiredEditionsOneof) WhichVal() case_RequiredEditionsOneof_Val
type RequiredEditionsOneof_A ¶ added in v0.6.4
type RequiredEditionsOneof_A struct {
A string `protobuf:"bytes,1,opt,name=a,oneof"`
}
type RequiredEditionsOneof_B ¶ added in v0.6.4
type RequiredEditionsOneof_B struct {
B string `protobuf:"bytes,2,opt,name=b,oneof"`
}
type RequiredEditionsOneof_builder ¶ added in v0.8.1
type RequiredEditionsOneof_builder struct {
// Fields of oneof Val:
A *string
B *string
// contains filtered or unexported fields
}
func (RequiredEditionsOneof_builder) Build ¶ added in v0.8.1
func (b0 RequiredEditionsOneof_builder) Build() *RequiredEditionsOneof
type RequiredEditionsRepeated ¶ added in v0.6.4
type RequiredEditionsRepeated struct {
Val []string `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsRepeated) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsRepeated) GetVal() []string
func (*RequiredEditionsRepeated) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsRepeated) ProtoMessage()
func (*RequiredEditionsRepeated) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsRepeated) ProtoReflect() protoreflect.Message
func (*RequiredEditionsRepeated) Reset ¶ added in v0.6.4
func (x *RequiredEditionsRepeated) Reset()
func (*RequiredEditionsRepeated) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsRepeated) SetVal(v []string)
func (*RequiredEditionsRepeated) String ¶ added in v0.6.4
func (x *RequiredEditionsRepeated) String() string
type RequiredEditionsRepeatedExpanded ¶ added in v0.6.4
type RequiredEditionsRepeatedExpanded struct {
Val []string `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsRepeatedExpanded) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsRepeatedExpanded) GetVal() []string
func (*RequiredEditionsRepeatedExpanded) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsRepeatedExpanded) ProtoMessage()
func (*RequiredEditionsRepeatedExpanded) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsRepeatedExpanded) ProtoReflect() protoreflect.Message
func (*RequiredEditionsRepeatedExpanded) Reset ¶ added in v0.6.4
func (x *RequiredEditionsRepeatedExpanded) Reset()
func (*RequiredEditionsRepeatedExpanded) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsRepeatedExpanded) SetVal(v []string)
func (*RequiredEditionsRepeatedExpanded) String ¶ added in v0.6.4
func (x *RequiredEditionsRepeatedExpanded) String() string
type RequiredEditionsRepeatedExpanded_builder ¶ added in v0.8.1
type RequiredEditionsRepeatedExpanded_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RequiredEditionsRepeatedExpanded_builder) Build ¶ added in v0.8.1
func (b0 RequiredEditionsRepeatedExpanded_builder) Build() *RequiredEditionsRepeatedExpanded
type RequiredEditionsRepeated_builder ¶ added in v0.8.1
type RequiredEditionsRepeated_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RequiredEditionsRepeated_builder) Build ¶ added in v0.8.1
func (b0 RequiredEditionsRepeated_builder) Build() *RequiredEditionsRepeated
type RequiredEditionsScalarExplicitPresence ¶ added in v0.6.4
type RequiredEditionsScalarExplicitPresence struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsScalarExplicitPresence) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarExplicitPresence) ClearVal()
func (*RequiredEditionsScalarExplicitPresence) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresence) GetVal() string
func (*RequiredEditionsScalarExplicitPresence) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarExplicitPresence) HasVal() bool
func (*RequiredEditionsScalarExplicitPresence) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsScalarExplicitPresence) ProtoMessage()
func (*RequiredEditionsScalarExplicitPresence) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresence) ProtoReflect() protoreflect.Message
func (*RequiredEditionsScalarExplicitPresence) Reset ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresence) Reset()
func (*RequiredEditionsScalarExplicitPresence) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarExplicitPresence) SetVal(v string)
func (*RequiredEditionsScalarExplicitPresence) String ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresence) String() string
type RequiredEditionsScalarExplicitPresenceDefault ¶ added in v0.6.4
type RequiredEditionsScalarExplicitPresenceDefault struct {
Val *string `protobuf:"bytes,1,opt,name=val,def=foo" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsScalarExplicitPresenceDefault) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarExplicitPresenceDefault) ClearVal()
func (*RequiredEditionsScalarExplicitPresenceDefault) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresenceDefault) GetVal() string
func (*RequiredEditionsScalarExplicitPresenceDefault) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarExplicitPresenceDefault) HasVal() bool
func (*RequiredEditionsScalarExplicitPresenceDefault) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsScalarExplicitPresenceDefault) ProtoMessage()
func (*RequiredEditionsScalarExplicitPresenceDefault) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresenceDefault) ProtoReflect() protoreflect.Message
func (*RequiredEditionsScalarExplicitPresenceDefault) Reset ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresenceDefault) Reset()
func (*RequiredEditionsScalarExplicitPresenceDefault) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarExplicitPresenceDefault) SetVal(v string)
func (*RequiredEditionsScalarExplicitPresenceDefault) String ¶ added in v0.6.4
func (x *RequiredEditionsScalarExplicitPresenceDefault) String() string
type RequiredEditionsScalarExplicitPresenceDefault_builder ¶ added in v0.8.1
type RequiredEditionsScalarExplicitPresenceDefault_builder struct {
Val *string
// contains filtered or unexported fields
}
type RequiredEditionsScalarExplicitPresence_builder ¶ added in v0.8.1
type RequiredEditionsScalarExplicitPresence_builder struct {
Val *string
// contains filtered or unexported fields
}
type RequiredEditionsScalarImplicitPresence ¶ added in v0.6.4
type RequiredEditionsScalarImplicitPresence struct {
Val string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsScalarImplicitPresence) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsScalarImplicitPresence) GetVal() string
func (*RequiredEditionsScalarImplicitPresence) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsScalarImplicitPresence) ProtoMessage()
func (*RequiredEditionsScalarImplicitPresence) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsScalarImplicitPresence) ProtoReflect() protoreflect.Message
func (*RequiredEditionsScalarImplicitPresence) Reset ¶ added in v0.6.4
func (x *RequiredEditionsScalarImplicitPresence) Reset()
func (*RequiredEditionsScalarImplicitPresence) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarImplicitPresence) SetVal(v string)
func (*RequiredEditionsScalarImplicitPresence) String ¶ added in v0.6.4
func (x *RequiredEditionsScalarImplicitPresence) String() string
type RequiredEditionsScalarImplicitPresence_builder ¶ added in v0.8.1
type RequiredEditionsScalarImplicitPresence_builder struct {
Val string
// contains filtered or unexported fields
}
type RequiredEditionsScalarLegacyRequired ¶ added in v0.6.4
type RequiredEditionsScalarLegacyRequired struct {
Val *string `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredEditionsScalarLegacyRequired) ClearVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarLegacyRequired) ClearVal()
func (*RequiredEditionsScalarLegacyRequired) GetVal ¶ added in v0.6.4
func (x *RequiredEditionsScalarLegacyRequired) GetVal() string
func (*RequiredEditionsScalarLegacyRequired) HasVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarLegacyRequired) HasVal() bool
func (*RequiredEditionsScalarLegacyRequired) ProtoMessage ¶ added in v0.6.4
func (*RequiredEditionsScalarLegacyRequired) ProtoMessage()
func (*RequiredEditionsScalarLegacyRequired) ProtoReflect ¶ added in v0.6.4
func (x *RequiredEditionsScalarLegacyRequired) ProtoReflect() protoreflect.Message
func (*RequiredEditionsScalarLegacyRequired) Reset ¶ added in v0.6.4
func (x *RequiredEditionsScalarLegacyRequired) Reset()
func (*RequiredEditionsScalarLegacyRequired) SetVal ¶ added in v0.8.1
func (x *RequiredEditionsScalarLegacyRequired) SetVal(v string)
func (*RequiredEditionsScalarLegacyRequired) String ¶ added in v0.6.4
func (x *RequiredEditionsScalarLegacyRequired) String() string
type RequiredEditionsScalarLegacyRequired_builder ¶ added in v0.8.1
type RequiredEditionsScalarLegacyRequired_builder struct {
Val *string
// contains filtered or unexported fields
}
func (RequiredEditionsScalarLegacyRequired_builder) Build ¶ added in v0.8.1
func (b0 RequiredEditionsScalarLegacyRequired_builder) Build() *RequiredEditionsScalarLegacyRequired
type RequiredProto2Map ¶ added in v0.4.1
type RequiredProto2Map struct {
Val map[string]string `` /* 126-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*RequiredProto2Map) GetVal ¶ added in v0.4.1
func (x *RequiredProto2Map) GetVal() map[string]string
func (*RequiredProto2Map) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2Map) ProtoMessage()
func (*RequiredProto2Map) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2Map) ProtoReflect() protoreflect.Message
func (*RequiredProto2Map) Reset ¶ added in v0.4.1
func (x *RequiredProto2Map) Reset()
func (*RequiredProto2Map) SetVal ¶ added in v0.8.1
func (x *RequiredProto2Map) SetVal(v map[string]string)
func (*RequiredProto2Map) String ¶ added in v0.4.1
func (x *RequiredProto2Map) String() string
type RequiredProto2Map_builder ¶ added in v0.8.1
type RequiredProto2Map_builder struct {
Val map[string]string
// contains filtered or unexported fields
}
func (RequiredProto2Map_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2Map_builder) Build() *RequiredProto2Map
type RequiredProto2Message ¶ added in v0.4.1
type RequiredProto2Message struct {
Val *RequiredProto2Message_Msg `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto2Message) ClearVal ¶ added in v0.8.1
func (x *RequiredProto2Message) ClearVal()
func (*RequiredProto2Message) GetVal ¶ added in v0.4.1
func (x *RequiredProto2Message) GetVal() *RequiredProto2Message_Msg
func (*RequiredProto2Message) HasVal ¶ added in v0.8.1
func (x *RequiredProto2Message) HasVal() bool
func (*RequiredProto2Message) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2Message) ProtoMessage()
func (*RequiredProto2Message) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2Message) ProtoReflect() protoreflect.Message
func (*RequiredProto2Message) Reset ¶ added in v0.4.1
func (x *RequiredProto2Message) Reset()
func (*RequiredProto2Message) SetVal ¶ added in v0.8.1
func (x *RequiredProto2Message) SetVal(v *RequiredProto2Message_Msg)
func (*RequiredProto2Message) String ¶ added in v0.4.1
func (x *RequiredProto2Message) String() string
type RequiredProto2Message_Msg ¶ added in v0.4.1
type RequiredProto2Message_Msg struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto2Message_Msg) ClearVal ¶ added in v0.8.1
func (x *RequiredProto2Message_Msg) ClearVal()
func (*RequiredProto2Message_Msg) GetVal ¶ added in v0.4.1
func (x *RequiredProto2Message_Msg) GetVal() string
func (*RequiredProto2Message_Msg) HasVal ¶ added in v0.8.1
func (x *RequiredProto2Message_Msg) HasVal() bool
func (*RequiredProto2Message_Msg) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2Message_Msg) ProtoMessage()
func (*RequiredProto2Message_Msg) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2Message_Msg) ProtoReflect() protoreflect.Message
func (*RequiredProto2Message_Msg) Reset ¶ added in v0.4.1
func (x *RequiredProto2Message_Msg) Reset()
func (*RequiredProto2Message_Msg) SetVal ¶ added in v0.8.1
func (x *RequiredProto2Message_Msg) SetVal(v string)
func (*RequiredProto2Message_Msg) String ¶ added in v0.4.1
func (x *RequiredProto2Message_Msg) String() string
type RequiredProto2Message_Msg_builder ¶ added in v0.8.1
type RequiredProto2Message_Msg_builder struct {
Val *string
// contains filtered or unexported fields
}
func (RequiredProto2Message_Msg_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2Message_Msg_builder) Build() *RequiredProto2Message_Msg
type RequiredProto2Message_builder ¶ added in v0.8.1
type RequiredProto2Message_builder struct {
Val *RequiredProto2Message_Msg
// contains filtered or unexported fields
}
func (RequiredProto2Message_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2Message_builder) Build() *RequiredProto2Message
type RequiredProto2Oneof ¶ added in v0.4.1
type RequiredProto2Oneof struct {
// Types that are valid to be assigned to Val:
//
// *RequiredProto2Oneof_A
// *RequiredProto2Oneof_B
Val isRequiredProto2Oneof_Val `protobuf_oneof:"val"`
// contains filtered or unexported fields
}
func (*RequiredProto2Oneof) ClearA ¶ added in v0.8.1
func (x *RequiredProto2Oneof) ClearA()
func (*RequiredProto2Oneof) ClearB ¶ added in v0.8.1
func (x *RequiredProto2Oneof) ClearB()
func (*RequiredProto2Oneof) ClearVal ¶ added in v0.8.1
func (x *RequiredProto2Oneof) ClearVal()
func (*RequiredProto2Oneof) GetA ¶ added in v0.4.1
func (x *RequiredProto2Oneof) GetA() string
func (*RequiredProto2Oneof) GetB ¶ added in v0.4.1
func (x *RequiredProto2Oneof) GetB() string
func (*RequiredProto2Oneof) GetVal ¶ added in v0.4.1
func (x *RequiredProto2Oneof) GetVal() isRequiredProto2Oneof_Val
func (*RequiredProto2Oneof) HasA ¶ added in v0.8.1
func (x *RequiredProto2Oneof) HasA() bool
func (*RequiredProto2Oneof) HasB ¶ added in v0.8.1
func (x *RequiredProto2Oneof) HasB() bool
func (*RequiredProto2Oneof) HasVal ¶ added in v0.8.1
func (x *RequiredProto2Oneof) HasVal() bool
func (*RequiredProto2Oneof) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2Oneof) ProtoMessage()
func (*RequiredProto2Oneof) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2Oneof) ProtoReflect() protoreflect.Message
func (*RequiredProto2Oneof) Reset ¶ added in v0.4.1
func (x *RequiredProto2Oneof) Reset()
func (*RequiredProto2Oneof) SetA ¶ added in v0.8.1
func (x *RequiredProto2Oneof) SetA(v string)
func (*RequiredProto2Oneof) SetB ¶ added in v0.8.1
func (x *RequiredProto2Oneof) SetB(v string)
func (*RequiredProto2Oneof) String ¶ added in v0.4.1
func (x *RequiredProto2Oneof) String() string
func (*RequiredProto2Oneof) WhichVal ¶ added in v0.8.1
func (x *RequiredProto2Oneof) WhichVal() case_RequiredProto2Oneof_Val
type RequiredProto2Oneof_A ¶ added in v0.4.1
type RequiredProto2Oneof_A struct {
A string `protobuf:"bytes,1,opt,name=a,oneof"`
}
type RequiredProto2Oneof_B ¶ added in v0.4.1
type RequiredProto2Oneof_B struct {
B string `protobuf:"bytes,2,opt,name=b,oneof"`
}
type RequiredProto2Oneof_builder ¶ added in v0.8.1
type RequiredProto2Oneof_builder struct {
// Fields of oneof Val:
A *string
B *string
// contains filtered or unexported fields
}
func (RequiredProto2Oneof_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2Oneof_builder) Build() *RequiredProto2Oneof
type RequiredProto2Repeated ¶ added in v0.4.1
type RequiredProto2Repeated struct {
Val []string `protobuf:"bytes,1,rep,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto2Repeated) GetVal ¶ added in v0.4.1
func (x *RequiredProto2Repeated) GetVal() []string
func (*RequiredProto2Repeated) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2Repeated) ProtoMessage()
func (*RequiredProto2Repeated) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2Repeated) ProtoReflect() protoreflect.Message
func (*RequiredProto2Repeated) Reset ¶ added in v0.4.1
func (x *RequiredProto2Repeated) Reset()
func (*RequiredProto2Repeated) SetVal ¶ added in v0.8.1
func (x *RequiredProto2Repeated) SetVal(v []string)
func (*RequiredProto2Repeated) String ¶ added in v0.4.1
func (x *RequiredProto2Repeated) String() string
type RequiredProto2Repeated_builder ¶ added in v0.8.1
type RequiredProto2Repeated_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RequiredProto2Repeated_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2Repeated_builder) Build() *RequiredProto2Repeated
type RequiredProto2ScalarOptional ¶ added in v0.4.1
type RequiredProto2ScalarOptional struct {
Val *string `protobuf:"bytes,1,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto2ScalarOptional) ClearVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarOptional) ClearVal()
func (*RequiredProto2ScalarOptional) GetVal ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptional) GetVal() string
func (*RequiredProto2ScalarOptional) HasVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarOptional) HasVal() bool
func (*RequiredProto2ScalarOptional) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2ScalarOptional) ProtoMessage()
func (*RequiredProto2ScalarOptional) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptional) ProtoReflect() protoreflect.Message
func (*RequiredProto2ScalarOptional) Reset ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptional) Reset()
func (*RequiredProto2ScalarOptional) SetVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarOptional) SetVal(v string)
func (*RequiredProto2ScalarOptional) String ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptional) String() string
type RequiredProto2ScalarOptionalDefault ¶ added in v0.4.1
type RequiredProto2ScalarOptionalDefault struct {
Val *string `protobuf:"bytes,1,opt,name=val,def=foo" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto2ScalarOptionalDefault) ClearVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarOptionalDefault) ClearVal()
func (*RequiredProto2ScalarOptionalDefault) GetVal ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptionalDefault) GetVal() string
func (*RequiredProto2ScalarOptionalDefault) HasVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarOptionalDefault) HasVal() bool
func (*RequiredProto2ScalarOptionalDefault) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2ScalarOptionalDefault) ProtoMessage()
func (*RequiredProto2ScalarOptionalDefault) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptionalDefault) ProtoReflect() protoreflect.Message
func (*RequiredProto2ScalarOptionalDefault) Reset ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptionalDefault) Reset()
func (*RequiredProto2ScalarOptionalDefault) SetVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarOptionalDefault) SetVal(v string)
func (*RequiredProto2ScalarOptionalDefault) String ¶ added in v0.4.1
func (x *RequiredProto2ScalarOptionalDefault) String() string
type RequiredProto2ScalarOptionalDefault_builder ¶ added in v0.8.1
type RequiredProto2ScalarOptionalDefault_builder struct {
Val *string
// contains filtered or unexported fields
}
func (RequiredProto2ScalarOptionalDefault_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2ScalarOptionalDefault_builder) Build() *RequiredProto2ScalarOptionalDefault
type RequiredProto2ScalarOptional_builder ¶ added in v0.8.1
type RequiredProto2ScalarOptional_builder struct {
Val *string
// contains filtered or unexported fields
}
func (RequiredProto2ScalarOptional_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2ScalarOptional_builder) Build() *RequiredProto2ScalarOptional
type RequiredProto2ScalarRequired ¶ added in v0.4.1
type RequiredProto2ScalarRequired struct {
Val *string `protobuf:"bytes,1,req,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto2ScalarRequired) ClearVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarRequired) ClearVal()
func (*RequiredProto2ScalarRequired) GetVal ¶ added in v0.4.1
func (x *RequiredProto2ScalarRequired) GetVal() string
func (*RequiredProto2ScalarRequired) HasVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarRequired) HasVal() bool
func (*RequiredProto2ScalarRequired) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto2ScalarRequired) ProtoMessage()
func (*RequiredProto2ScalarRequired) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto2ScalarRequired) ProtoReflect() protoreflect.Message
func (*RequiredProto2ScalarRequired) Reset ¶ added in v0.4.1
func (x *RequiredProto2ScalarRequired) Reset()
func (*RequiredProto2ScalarRequired) SetVal ¶ added in v0.8.1
func (x *RequiredProto2ScalarRequired) SetVal(v string)
func (*RequiredProto2ScalarRequired) String ¶ added in v0.4.1
func (x *RequiredProto2ScalarRequired) String() string
type RequiredProto2ScalarRequired_builder ¶ added in v0.8.1
type RequiredProto2ScalarRequired_builder struct {
Val *string
// contains filtered or unexported fields
}
func (RequiredProto2ScalarRequired_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto2ScalarRequired_builder) Build() *RequiredProto2ScalarRequired
type RequiredProto3Map ¶ added in v0.4.1
type RequiredProto3Map struct {
Val map[string]string `` /* 133-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*RequiredProto3Map) GetVal ¶ added in v0.4.1
func (x *RequiredProto3Map) GetVal() map[string]string
func (*RequiredProto3Map) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto3Map) ProtoMessage()
func (*RequiredProto3Map) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto3Map) ProtoReflect() protoreflect.Message
func (*RequiredProto3Map) Reset ¶ added in v0.4.1
func (x *RequiredProto3Map) Reset()
func (*RequiredProto3Map) SetVal ¶ added in v0.8.1
func (x *RequiredProto3Map) SetVal(v map[string]string)
func (*RequiredProto3Map) String ¶ added in v0.4.1
func (x *RequiredProto3Map) String() string
type RequiredProto3Map_builder ¶ added in v0.8.1
type RequiredProto3Map_builder struct {
Val map[string]string
// contains filtered or unexported fields
}
func (RequiredProto3Map_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto3Map_builder) Build() *RequiredProto3Map
type RequiredProto3Message ¶ added in v0.4.1
type RequiredProto3Message struct {
Val *RequiredProto3Message_Msg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto3Message) ClearVal ¶ added in v0.8.1
func (x *RequiredProto3Message) ClearVal()
func (*RequiredProto3Message) GetVal ¶ added in v0.4.1
func (x *RequiredProto3Message) GetVal() *RequiredProto3Message_Msg
func (*RequiredProto3Message) HasVal ¶ added in v0.8.1
func (x *RequiredProto3Message) HasVal() bool
func (*RequiredProto3Message) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto3Message) ProtoMessage()
func (*RequiredProto3Message) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto3Message) ProtoReflect() protoreflect.Message
func (*RequiredProto3Message) Reset ¶ added in v0.4.1
func (x *RequiredProto3Message) Reset()
func (*RequiredProto3Message) SetVal ¶ added in v0.8.1
func (x *RequiredProto3Message) SetVal(v *RequiredProto3Message_Msg)
func (*RequiredProto3Message) String ¶ added in v0.4.1
func (x *RequiredProto3Message) String() string
type RequiredProto3Message_Msg ¶ added in v0.4.1
type RequiredProto3Message_Msg struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto3Message_Msg) GetVal ¶ added in v0.4.1
func (x *RequiredProto3Message_Msg) GetVal() string
func (*RequiredProto3Message_Msg) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto3Message_Msg) ProtoMessage()
func (*RequiredProto3Message_Msg) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto3Message_Msg) ProtoReflect() protoreflect.Message
func (*RequiredProto3Message_Msg) Reset ¶ added in v0.4.1
func (x *RequiredProto3Message_Msg) Reset()
func (*RequiredProto3Message_Msg) SetVal ¶ added in v0.8.1
func (x *RequiredProto3Message_Msg) SetVal(v string)
func (*RequiredProto3Message_Msg) String ¶ added in v0.4.1
func (x *RequiredProto3Message_Msg) String() string
type RequiredProto3Message_Msg_builder ¶ added in v0.8.1
type RequiredProto3Message_Msg_builder struct {
Val string
// contains filtered or unexported fields
}
func (RequiredProto3Message_Msg_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto3Message_Msg_builder) Build() *RequiredProto3Message_Msg
type RequiredProto3Message_builder ¶ added in v0.8.1
type RequiredProto3Message_builder struct {
Val *RequiredProto3Message_Msg
// contains filtered or unexported fields
}
func (RequiredProto3Message_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto3Message_builder) Build() *RequiredProto3Message
type RequiredProto3OneOf ¶ added in v0.4.1
type RequiredProto3OneOf struct {
// Types that are valid to be assigned to Val:
//
// *RequiredProto3OneOf_A
// *RequiredProto3OneOf_B
Val isRequiredProto3OneOf_Val `protobuf_oneof:"val"`
// contains filtered or unexported fields
}
func (*RequiredProto3OneOf) ClearA ¶ added in v0.8.1
func (x *RequiredProto3OneOf) ClearA()
func (*RequiredProto3OneOf) ClearB ¶ added in v0.8.1
func (x *RequiredProto3OneOf) ClearB()
func (*RequiredProto3OneOf) ClearVal ¶ added in v0.8.1
func (x *RequiredProto3OneOf) ClearVal()
func (*RequiredProto3OneOf) GetA ¶ added in v0.4.1
func (x *RequiredProto3OneOf) GetA() string
func (*RequiredProto3OneOf) GetB ¶ added in v0.4.1
func (x *RequiredProto3OneOf) GetB() string
func (*RequiredProto3OneOf) GetVal ¶ added in v0.4.1
func (x *RequiredProto3OneOf) GetVal() isRequiredProto3OneOf_Val
func (*RequiredProto3OneOf) HasA ¶ added in v0.8.1
func (x *RequiredProto3OneOf) HasA() bool
func (*RequiredProto3OneOf) HasB ¶ added in v0.8.1
func (x *RequiredProto3OneOf) HasB() bool
func (*RequiredProto3OneOf) HasVal ¶ added in v0.8.1
func (x *RequiredProto3OneOf) HasVal() bool
func (*RequiredProto3OneOf) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto3OneOf) ProtoMessage()
func (*RequiredProto3OneOf) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto3OneOf) ProtoReflect() protoreflect.Message
func (*RequiredProto3OneOf) Reset ¶ added in v0.4.1
func (x *RequiredProto3OneOf) Reset()
func (*RequiredProto3OneOf) SetA ¶ added in v0.8.1
func (x *RequiredProto3OneOf) SetA(v string)
func (*RequiredProto3OneOf) SetB ¶ added in v0.8.1
func (x *RequiredProto3OneOf) SetB(v string)
func (*RequiredProto3OneOf) String ¶ added in v0.4.1
func (x *RequiredProto3OneOf) String() string
func (*RequiredProto3OneOf) WhichVal ¶ added in v0.8.1
func (x *RequiredProto3OneOf) WhichVal() case_RequiredProto3OneOf_Val
type RequiredProto3OneOf_A ¶ added in v0.4.1
type RequiredProto3OneOf_A struct {
A string `protobuf:"bytes,1,opt,name=a,proto3,oneof"`
}
type RequiredProto3OneOf_B ¶ added in v0.4.1
type RequiredProto3OneOf_B struct {
B string `protobuf:"bytes,2,opt,name=b,proto3,oneof"`
}
type RequiredProto3OneOf_builder ¶ added in v0.8.1
type RequiredProto3OneOf_builder struct {
// Fields of oneof Val:
A *string
B *string
// contains filtered or unexported fields
}
func (RequiredProto3OneOf_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto3OneOf_builder) Build() *RequiredProto3OneOf
type RequiredProto3OptionalScalar ¶ added in v0.4.1
type RequiredProto3OptionalScalar struct {
Val *string `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto3OptionalScalar) ClearVal ¶ added in v0.8.1
func (x *RequiredProto3OptionalScalar) ClearVal()
func (*RequiredProto3OptionalScalar) GetVal ¶ added in v0.4.1
func (x *RequiredProto3OptionalScalar) GetVal() string
func (*RequiredProto3OptionalScalar) HasVal ¶ added in v0.8.1
func (x *RequiredProto3OptionalScalar) HasVal() bool
func (*RequiredProto3OptionalScalar) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto3OptionalScalar) ProtoMessage()
func (*RequiredProto3OptionalScalar) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto3OptionalScalar) ProtoReflect() protoreflect.Message
func (*RequiredProto3OptionalScalar) Reset ¶ added in v0.4.1
func (x *RequiredProto3OptionalScalar) Reset()
func (*RequiredProto3OptionalScalar) SetVal ¶ added in v0.8.1
func (x *RequiredProto3OptionalScalar) SetVal(v string)
func (*RequiredProto3OptionalScalar) String ¶ added in v0.4.1
func (x *RequiredProto3OptionalScalar) String() string
type RequiredProto3OptionalScalar_builder ¶ added in v0.8.1
type RequiredProto3OptionalScalar_builder struct {
Val *string
// contains filtered or unexported fields
}
func (RequiredProto3OptionalScalar_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto3OptionalScalar_builder) Build() *RequiredProto3OptionalScalar
type RequiredProto3Repeated ¶ added in v0.4.1
type RequiredProto3Repeated struct {
Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto3Repeated) GetVal ¶ added in v0.4.1
func (x *RequiredProto3Repeated) GetVal() []string
func (*RequiredProto3Repeated) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto3Repeated) ProtoMessage()
func (*RequiredProto3Repeated) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto3Repeated) ProtoReflect() protoreflect.Message
func (*RequiredProto3Repeated) Reset ¶ added in v0.4.1
func (x *RequiredProto3Repeated) Reset()
func (*RequiredProto3Repeated) SetVal ¶ added in v0.8.1
func (x *RequiredProto3Repeated) SetVal(v []string)
func (*RequiredProto3Repeated) String ¶ added in v0.4.1
func (x *RequiredProto3Repeated) String() string
type RequiredProto3Repeated_builder ¶ added in v0.8.1
type RequiredProto3Repeated_builder struct {
Val []string
// contains filtered or unexported fields
}
func (RequiredProto3Repeated_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto3Repeated_builder) Build() *RequiredProto3Repeated
type RequiredProto3Scalar ¶ added in v0.4.1
type RequiredProto3Scalar struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*RequiredProto3Scalar) GetVal ¶ added in v0.4.1
func (x *RequiredProto3Scalar) GetVal() string
func (*RequiredProto3Scalar) ProtoMessage ¶ added in v0.4.1
func (*RequiredProto3Scalar) ProtoMessage()
func (*RequiredProto3Scalar) ProtoReflect ¶ added in v0.4.1
func (x *RequiredProto3Scalar) ProtoReflect() protoreflect.Message
func (*RequiredProto3Scalar) Reset ¶ added in v0.4.1
func (x *RequiredProto3Scalar) Reset()
func (*RequiredProto3Scalar) SetVal ¶ added in v0.8.1
func (x *RequiredProto3Scalar) SetVal(v string)
func (*RequiredProto3Scalar) String ¶ added in v0.4.1
func (x *RequiredProto3Scalar) String() string
type RequiredProto3Scalar_builder ¶ added in v0.8.1
type RequiredProto3Scalar_builder struct {
Val string
// contains filtered or unexported fields
}
func (RequiredProto3Scalar_builder) Build ¶ added in v0.8.1
func (b0 RequiredProto3Scalar_builder) Build() *RequiredProto3Scalar
type SFixed32Const ¶
type SFixed32Const struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32Const) GetVal ¶
func (x *SFixed32Const) GetVal() int32
func (*SFixed32Const) ProtoMessage ¶
func (*SFixed32Const) ProtoMessage()
func (*SFixed32Const) ProtoReflect ¶
func (x *SFixed32Const) ProtoReflect() protoreflect.Message
func (*SFixed32Const) Reset ¶
func (x *SFixed32Const) Reset()
func (*SFixed32Const) SetVal ¶ added in v0.8.1
func (x *SFixed32Const) SetVal(v int32)
func (*SFixed32Const) String ¶
func (x *SFixed32Const) String() string
type SFixed32Const_builder ¶ added in v0.8.1
type SFixed32Const_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32Const_builder) Build ¶ added in v0.8.1
func (b0 SFixed32Const_builder) Build() *SFixed32Const
type SFixed32ExGTELTE ¶
type SFixed32ExGTELTE struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32ExGTELTE) GetVal ¶
func (x *SFixed32ExGTELTE) GetVal() int32
func (*SFixed32ExGTELTE) ProtoMessage ¶
func (*SFixed32ExGTELTE) ProtoMessage()
func (*SFixed32ExGTELTE) ProtoReflect ¶
func (x *SFixed32ExGTELTE) ProtoReflect() protoreflect.Message
func (*SFixed32ExGTELTE) Reset ¶
func (x *SFixed32ExGTELTE) Reset()
func (*SFixed32ExGTELTE) SetVal ¶ added in v0.8.1
func (x *SFixed32ExGTELTE) SetVal(v int32)
func (*SFixed32ExGTELTE) String ¶
func (x *SFixed32ExGTELTE) String() string
type SFixed32ExGTELTE_builder ¶ added in v0.8.1
type SFixed32ExGTELTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed32ExGTELTE_builder) Build() *SFixed32ExGTELTE
type SFixed32ExLTGT ¶
type SFixed32ExLTGT struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32ExLTGT) GetVal ¶
func (x *SFixed32ExLTGT) GetVal() int32
func (*SFixed32ExLTGT) ProtoMessage ¶
func (*SFixed32ExLTGT) ProtoMessage()
func (*SFixed32ExLTGT) ProtoReflect ¶
func (x *SFixed32ExLTGT) ProtoReflect() protoreflect.Message
func (*SFixed32ExLTGT) Reset ¶
func (x *SFixed32ExLTGT) Reset()
func (*SFixed32ExLTGT) SetVal ¶ added in v0.8.1
func (x *SFixed32ExLTGT) SetVal(v int32)
func (*SFixed32ExLTGT) String ¶
func (x *SFixed32ExLTGT) String() string
type SFixed32ExLTGT_builder ¶ added in v0.8.1
type SFixed32ExLTGT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 SFixed32ExLTGT_builder) Build() *SFixed32ExLTGT
type SFixed32Example ¶ added in v0.7.0
type SFixed32Example struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32Example) GetVal ¶ added in v0.7.0
func (x *SFixed32Example) GetVal() int32
func (*SFixed32Example) ProtoMessage ¶ added in v0.7.0
func (*SFixed32Example) ProtoMessage()
func (*SFixed32Example) ProtoReflect ¶ added in v0.7.0
func (x *SFixed32Example) ProtoReflect() protoreflect.Message
func (*SFixed32Example) Reset ¶ added in v0.7.0
func (x *SFixed32Example) Reset()
func (*SFixed32Example) SetVal ¶ added in v0.8.1
func (x *SFixed32Example) SetVal(v int32)
func (*SFixed32Example) String ¶ added in v0.7.0
func (x *SFixed32Example) String() string
type SFixed32Example_builder ¶ added in v0.8.1
type SFixed32Example_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32Example_builder) Build ¶ added in v0.8.1
func (b0 SFixed32Example_builder) Build() *SFixed32Example
type SFixed32GT ¶
type SFixed32GT struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32GT) GetVal ¶
func (x *SFixed32GT) GetVal() int32
func (*SFixed32GT) ProtoMessage ¶
func (*SFixed32GT) ProtoMessage()
func (*SFixed32GT) ProtoReflect ¶
func (x *SFixed32GT) ProtoReflect() protoreflect.Message
func (*SFixed32GT) Reset ¶
func (x *SFixed32GT) Reset()
func (*SFixed32GT) SetVal ¶ added in v0.8.1
func (x *SFixed32GT) SetVal(v int32)
func (*SFixed32GT) String ¶
func (x *SFixed32GT) String() string
type SFixed32GTE ¶
type SFixed32GTE struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32GTE) GetVal ¶
func (x *SFixed32GTE) GetVal() int32
func (*SFixed32GTE) ProtoMessage ¶
func (*SFixed32GTE) ProtoMessage()
func (*SFixed32GTE) ProtoReflect ¶
func (x *SFixed32GTE) ProtoReflect() protoreflect.Message
func (*SFixed32GTE) Reset ¶
func (x *SFixed32GTE) Reset()
func (*SFixed32GTE) SetVal ¶ added in v0.8.1
func (x *SFixed32GTE) SetVal(v int32)
func (*SFixed32GTE) String ¶
func (x *SFixed32GTE) String() string
type SFixed32GTELTE ¶
type SFixed32GTELTE struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32GTELTE) GetVal ¶
func (x *SFixed32GTELTE) GetVal() int32
func (*SFixed32GTELTE) ProtoMessage ¶
func (*SFixed32GTELTE) ProtoMessage()
func (*SFixed32GTELTE) ProtoReflect ¶
func (x *SFixed32GTELTE) ProtoReflect() protoreflect.Message
func (*SFixed32GTELTE) Reset ¶
func (x *SFixed32GTELTE) Reset()
func (*SFixed32GTELTE) SetVal ¶ added in v0.8.1
func (x *SFixed32GTELTE) SetVal(v int32)
func (*SFixed32GTELTE) String ¶
func (x *SFixed32GTELTE) String() string
type SFixed32GTELTE_builder ¶ added in v0.8.1
type SFixed32GTELTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32GTELTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed32GTELTE_builder) Build() *SFixed32GTELTE
type SFixed32GTE_builder ¶ added in v0.8.1
type SFixed32GTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32GTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed32GTE_builder) Build() *SFixed32GTE
type SFixed32GTLT ¶
type SFixed32GTLT struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32GTLT) GetVal ¶
func (x *SFixed32GTLT) GetVal() int32
func (*SFixed32GTLT) ProtoMessage ¶
func (*SFixed32GTLT) ProtoMessage()
func (*SFixed32GTLT) ProtoReflect ¶
func (x *SFixed32GTLT) ProtoReflect() protoreflect.Message
func (*SFixed32GTLT) Reset ¶
func (x *SFixed32GTLT) Reset()
func (*SFixed32GTLT) SetVal ¶ added in v0.8.1
func (x *SFixed32GTLT) SetVal(v int32)
func (*SFixed32GTLT) String ¶
func (x *SFixed32GTLT) String() string
type SFixed32GTLT_builder ¶ added in v0.8.1
type SFixed32GTLT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32GTLT_builder) Build ¶ added in v0.8.1
func (b0 SFixed32GTLT_builder) Build() *SFixed32GTLT
type SFixed32GT_builder ¶ added in v0.8.1
type SFixed32GT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32GT_builder) Build ¶ added in v0.8.1
func (b0 SFixed32GT_builder) Build() *SFixed32GT
type SFixed32Ignore ¶
type SFixed32Ignore struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32Ignore) GetVal ¶
func (x *SFixed32Ignore) GetVal() int32
func (*SFixed32Ignore) ProtoMessage ¶
func (*SFixed32Ignore) ProtoMessage()
func (*SFixed32Ignore) ProtoReflect ¶
func (x *SFixed32Ignore) ProtoReflect() protoreflect.Message
func (*SFixed32Ignore) Reset ¶
func (x *SFixed32Ignore) Reset()
func (*SFixed32Ignore) SetVal ¶ added in v0.8.1
func (x *SFixed32Ignore) SetVal(v int32)
func (*SFixed32Ignore) String ¶
func (x *SFixed32Ignore) String() string
type SFixed32Ignore_builder ¶ added in v0.8.1
type SFixed32Ignore_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32Ignore_builder) Build ¶ added in v0.8.1
func (b0 SFixed32Ignore_builder) Build() *SFixed32Ignore
type SFixed32In ¶
type SFixed32In struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32In) GetVal ¶
func (x *SFixed32In) GetVal() int32
func (*SFixed32In) ProtoMessage ¶
func (*SFixed32In) ProtoMessage()
func (*SFixed32In) ProtoReflect ¶
func (x *SFixed32In) ProtoReflect() protoreflect.Message
func (*SFixed32In) Reset ¶
func (x *SFixed32In) Reset()
func (*SFixed32In) SetVal ¶ added in v0.8.1
func (x *SFixed32In) SetVal(v int32)
func (*SFixed32In) String ¶
func (x *SFixed32In) String() string
type SFixed32In_builder ¶ added in v0.8.1
type SFixed32In_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32In_builder) Build ¶ added in v0.8.1
func (b0 SFixed32In_builder) Build() *SFixed32In
type SFixed32IncorrectType ¶
type SFixed32IncorrectType struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32IncorrectType) GetVal ¶
func (x *SFixed32IncorrectType) GetVal() int32
func (*SFixed32IncorrectType) ProtoMessage ¶
func (*SFixed32IncorrectType) ProtoMessage()
func (*SFixed32IncorrectType) ProtoReflect ¶
func (x *SFixed32IncorrectType) ProtoReflect() protoreflect.Message
func (*SFixed32IncorrectType) Reset ¶
func (x *SFixed32IncorrectType) Reset()
func (*SFixed32IncorrectType) SetVal ¶ added in v0.8.1
func (x *SFixed32IncorrectType) SetVal(v int32)
func (*SFixed32IncorrectType) String ¶
func (x *SFixed32IncorrectType) String() string
type SFixed32IncorrectType_builder ¶ added in v0.8.1
type SFixed32IncorrectType_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 SFixed32IncorrectType_builder) Build() *SFixed32IncorrectType
type SFixed32LT ¶
type SFixed32LT struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32LT) GetVal ¶
func (x *SFixed32LT) GetVal() int32
func (*SFixed32LT) ProtoMessage ¶
func (*SFixed32LT) ProtoMessage()
func (*SFixed32LT) ProtoReflect ¶
func (x *SFixed32LT) ProtoReflect() protoreflect.Message
func (*SFixed32LT) Reset ¶
func (x *SFixed32LT) Reset()
func (*SFixed32LT) SetVal ¶ added in v0.8.1
func (x *SFixed32LT) SetVal(v int32)
func (*SFixed32LT) String ¶
func (x *SFixed32LT) String() string
type SFixed32LTE ¶
type SFixed32LTE struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32LTE) GetVal ¶
func (x *SFixed32LTE) GetVal() int32
func (*SFixed32LTE) ProtoMessage ¶
func (*SFixed32LTE) ProtoMessage()
func (*SFixed32LTE) ProtoReflect ¶
func (x *SFixed32LTE) ProtoReflect() protoreflect.Message
func (*SFixed32LTE) Reset ¶
func (x *SFixed32LTE) Reset()
func (*SFixed32LTE) SetVal ¶ added in v0.8.1
func (x *SFixed32LTE) SetVal(v int32)
func (*SFixed32LTE) String ¶
func (x *SFixed32LTE) String() string
type SFixed32LTE_builder ¶ added in v0.8.1
type SFixed32LTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32LTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed32LTE_builder) Build() *SFixed32LTE
type SFixed32LT_builder ¶ added in v0.8.1
type SFixed32LT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32LT_builder) Build ¶ added in v0.8.1
func (b0 SFixed32LT_builder) Build() *SFixed32LT
type SFixed32None ¶
type SFixed32None struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32None) GetVal ¶
func (x *SFixed32None) GetVal() int32
func (*SFixed32None) ProtoMessage ¶
func (*SFixed32None) ProtoMessage()
func (*SFixed32None) ProtoReflect ¶
func (x *SFixed32None) ProtoReflect() protoreflect.Message
func (*SFixed32None) Reset ¶
func (x *SFixed32None) Reset()
func (*SFixed32None) SetVal ¶ added in v0.8.1
func (x *SFixed32None) SetVal(v int32)
func (*SFixed32None) String ¶
func (x *SFixed32None) String() string
type SFixed32None_builder ¶ added in v0.8.1
type SFixed32None_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32None_builder) Build ¶ added in v0.8.1
func (b0 SFixed32None_builder) Build() *SFixed32None
type SFixed32NotIn ¶
type SFixed32NotIn struct {
Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed32NotIn) GetVal ¶
func (x *SFixed32NotIn) GetVal() int32
func (*SFixed32NotIn) ProtoMessage ¶
func (*SFixed32NotIn) ProtoMessage()
func (*SFixed32NotIn) ProtoReflect ¶
func (x *SFixed32NotIn) ProtoReflect() protoreflect.Message
func (*SFixed32NotIn) Reset ¶
func (x *SFixed32NotIn) Reset()
func (*SFixed32NotIn) SetVal ¶ added in v0.8.1
func (x *SFixed32NotIn) SetVal(v int32)
func (*SFixed32NotIn) String ¶
func (x *SFixed32NotIn) String() string
type SFixed32NotIn_builder ¶ added in v0.8.1
type SFixed32NotIn_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SFixed32NotIn_builder) Build ¶ added in v0.8.1
func (b0 SFixed32NotIn_builder) Build() *SFixed32NotIn
type SFixed64Const ¶
type SFixed64Const struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64Const) GetVal ¶
func (x *SFixed64Const) GetVal() int64
func (*SFixed64Const) ProtoMessage ¶
func (*SFixed64Const) ProtoMessage()
func (*SFixed64Const) ProtoReflect ¶
func (x *SFixed64Const) ProtoReflect() protoreflect.Message
func (*SFixed64Const) Reset ¶
func (x *SFixed64Const) Reset()
func (*SFixed64Const) SetVal ¶ added in v0.8.1
func (x *SFixed64Const) SetVal(v int64)
func (*SFixed64Const) String ¶
func (x *SFixed64Const) String() string
type SFixed64Const_builder ¶ added in v0.8.1
type SFixed64Const_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64Const_builder) Build ¶ added in v0.8.1
func (b0 SFixed64Const_builder) Build() *SFixed64Const
type SFixed64ExGTELTE ¶
type SFixed64ExGTELTE struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64ExGTELTE) GetVal ¶
func (x *SFixed64ExGTELTE) GetVal() int64
func (*SFixed64ExGTELTE) ProtoMessage ¶
func (*SFixed64ExGTELTE) ProtoMessage()
func (*SFixed64ExGTELTE) ProtoReflect ¶
func (x *SFixed64ExGTELTE) ProtoReflect() protoreflect.Message
func (*SFixed64ExGTELTE) Reset ¶
func (x *SFixed64ExGTELTE) Reset()
func (*SFixed64ExGTELTE) SetVal ¶ added in v0.8.1
func (x *SFixed64ExGTELTE) SetVal(v int64)
func (*SFixed64ExGTELTE) String ¶
func (x *SFixed64ExGTELTE) String() string
type SFixed64ExGTELTE_builder ¶ added in v0.8.1
type SFixed64ExGTELTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed64ExGTELTE_builder) Build() *SFixed64ExGTELTE
type SFixed64ExLTGT ¶
type SFixed64ExLTGT struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64ExLTGT) GetVal ¶
func (x *SFixed64ExLTGT) GetVal() int64
func (*SFixed64ExLTGT) ProtoMessage ¶
func (*SFixed64ExLTGT) ProtoMessage()
func (*SFixed64ExLTGT) ProtoReflect ¶
func (x *SFixed64ExLTGT) ProtoReflect() protoreflect.Message
func (*SFixed64ExLTGT) Reset ¶
func (x *SFixed64ExLTGT) Reset()
func (*SFixed64ExLTGT) SetVal ¶ added in v0.8.1
func (x *SFixed64ExLTGT) SetVal(v int64)
func (*SFixed64ExLTGT) String ¶
func (x *SFixed64ExLTGT) String() string
type SFixed64ExLTGT_builder ¶ added in v0.8.1
type SFixed64ExLTGT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 SFixed64ExLTGT_builder) Build() *SFixed64ExLTGT
type SFixed64Example ¶ added in v0.7.0
type SFixed64Example struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64Example) GetVal ¶ added in v0.7.0
func (x *SFixed64Example) GetVal() int64
func (*SFixed64Example) ProtoMessage ¶ added in v0.7.0
func (*SFixed64Example) ProtoMessage()
func (*SFixed64Example) ProtoReflect ¶ added in v0.7.0
func (x *SFixed64Example) ProtoReflect() protoreflect.Message
func (*SFixed64Example) Reset ¶ added in v0.7.0
func (x *SFixed64Example) Reset()
func (*SFixed64Example) SetVal ¶ added in v0.8.1
func (x *SFixed64Example) SetVal(v int64)
func (*SFixed64Example) String ¶ added in v0.7.0
func (x *SFixed64Example) String() string
type SFixed64Example_builder ¶ added in v0.8.1
type SFixed64Example_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64Example_builder) Build ¶ added in v0.8.1
func (b0 SFixed64Example_builder) Build() *SFixed64Example
type SFixed64GT ¶
type SFixed64GT struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64GT) GetVal ¶
func (x *SFixed64GT) GetVal() int64
func (*SFixed64GT) ProtoMessage ¶
func (*SFixed64GT) ProtoMessage()
func (*SFixed64GT) ProtoReflect ¶
func (x *SFixed64GT) ProtoReflect() protoreflect.Message
func (*SFixed64GT) Reset ¶
func (x *SFixed64GT) Reset()
func (*SFixed64GT) SetVal ¶ added in v0.8.1
func (x *SFixed64GT) SetVal(v int64)
func (*SFixed64GT) String ¶
func (x *SFixed64GT) String() string
type SFixed64GTE ¶
type SFixed64GTE struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64GTE) GetVal ¶
func (x *SFixed64GTE) GetVal() int64
func (*SFixed64GTE) ProtoMessage ¶
func (*SFixed64GTE) ProtoMessage()
func (*SFixed64GTE) ProtoReflect ¶
func (x *SFixed64GTE) ProtoReflect() protoreflect.Message
func (*SFixed64GTE) Reset ¶
func (x *SFixed64GTE) Reset()
func (*SFixed64GTE) SetVal ¶ added in v0.8.1
func (x *SFixed64GTE) SetVal(v int64)
func (*SFixed64GTE) String ¶
func (x *SFixed64GTE) String() string
type SFixed64GTELTE ¶
type SFixed64GTELTE struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64GTELTE) GetVal ¶
func (x *SFixed64GTELTE) GetVal() int64
func (*SFixed64GTELTE) ProtoMessage ¶
func (*SFixed64GTELTE) ProtoMessage()
func (*SFixed64GTELTE) ProtoReflect ¶
func (x *SFixed64GTELTE) ProtoReflect() protoreflect.Message
func (*SFixed64GTELTE) Reset ¶
func (x *SFixed64GTELTE) Reset()
func (*SFixed64GTELTE) SetVal ¶ added in v0.8.1
func (x *SFixed64GTELTE) SetVal(v int64)
func (*SFixed64GTELTE) String ¶
func (x *SFixed64GTELTE) String() string
type SFixed64GTELTE_builder ¶ added in v0.8.1
type SFixed64GTELTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64GTELTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed64GTELTE_builder) Build() *SFixed64GTELTE
type SFixed64GTE_builder ¶ added in v0.8.1
type SFixed64GTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64GTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed64GTE_builder) Build() *SFixed64GTE
type SFixed64GTLT ¶
type SFixed64GTLT struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64GTLT) GetVal ¶
func (x *SFixed64GTLT) GetVal() int64
func (*SFixed64GTLT) ProtoMessage ¶
func (*SFixed64GTLT) ProtoMessage()
func (*SFixed64GTLT) ProtoReflect ¶
func (x *SFixed64GTLT) ProtoReflect() protoreflect.Message
func (*SFixed64GTLT) Reset ¶
func (x *SFixed64GTLT) Reset()
func (*SFixed64GTLT) SetVal ¶ added in v0.8.1
func (x *SFixed64GTLT) SetVal(v int64)
func (*SFixed64GTLT) String ¶
func (x *SFixed64GTLT) String() string
type SFixed64GTLT_builder ¶ added in v0.8.1
type SFixed64GTLT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64GTLT_builder) Build ¶ added in v0.8.1
func (b0 SFixed64GTLT_builder) Build() *SFixed64GTLT
type SFixed64GT_builder ¶ added in v0.8.1
type SFixed64GT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64GT_builder) Build ¶ added in v0.8.1
func (b0 SFixed64GT_builder) Build() *SFixed64GT
type SFixed64Ignore ¶
type SFixed64Ignore struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64Ignore) GetVal ¶
func (x *SFixed64Ignore) GetVal() int64
func (*SFixed64Ignore) ProtoMessage ¶
func (*SFixed64Ignore) ProtoMessage()
func (*SFixed64Ignore) ProtoReflect ¶
func (x *SFixed64Ignore) ProtoReflect() protoreflect.Message
func (*SFixed64Ignore) Reset ¶
func (x *SFixed64Ignore) Reset()
func (*SFixed64Ignore) SetVal ¶ added in v0.8.1
func (x *SFixed64Ignore) SetVal(v int64)
func (*SFixed64Ignore) String ¶
func (x *SFixed64Ignore) String() string
type SFixed64Ignore_builder ¶ added in v0.8.1
type SFixed64Ignore_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64Ignore_builder) Build ¶ added in v0.8.1
func (b0 SFixed64Ignore_builder) Build() *SFixed64Ignore
type SFixed64In ¶
type SFixed64In struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64In) GetVal ¶
func (x *SFixed64In) GetVal() int64
func (*SFixed64In) ProtoMessage ¶
func (*SFixed64In) ProtoMessage()
func (*SFixed64In) ProtoReflect ¶
func (x *SFixed64In) ProtoReflect() protoreflect.Message
func (*SFixed64In) Reset ¶
func (x *SFixed64In) Reset()
func (*SFixed64In) SetVal ¶ added in v0.8.1
func (x *SFixed64In) SetVal(v int64)
func (*SFixed64In) String ¶
func (x *SFixed64In) String() string
type SFixed64In_builder ¶ added in v0.8.1
type SFixed64In_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64In_builder) Build ¶ added in v0.8.1
func (b0 SFixed64In_builder) Build() *SFixed64In
type SFixed64IncorrectType ¶
type SFixed64IncorrectType struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64IncorrectType) GetVal ¶
func (x *SFixed64IncorrectType) GetVal() int64
func (*SFixed64IncorrectType) ProtoMessage ¶
func (*SFixed64IncorrectType) ProtoMessage()
func (*SFixed64IncorrectType) ProtoReflect ¶
func (x *SFixed64IncorrectType) ProtoReflect() protoreflect.Message
func (*SFixed64IncorrectType) Reset ¶
func (x *SFixed64IncorrectType) Reset()
func (*SFixed64IncorrectType) SetVal ¶ added in v0.8.1
func (x *SFixed64IncorrectType) SetVal(v int64)
func (*SFixed64IncorrectType) String ¶
func (x *SFixed64IncorrectType) String() string
type SFixed64IncorrectType_builder ¶ added in v0.8.1
type SFixed64IncorrectType_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 SFixed64IncorrectType_builder) Build() *SFixed64IncorrectType
type SFixed64LT ¶
type SFixed64LT struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64LT) GetVal ¶
func (x *SFixed64LT) GetVal() int64
func (*SFixed64LT) ProtoMessage ¶
func (*SFixed64LT) ProtoMessage()
func (*SFixed64LT) ProtoReflect ¶
func (x *SFixed64LT) ProtoReflect() protoreflect.Message
func (*SFixed64LT) Reset ¶
func (x *SFixed64LT) Reset()
func (*SFixed64LT) SetVal ¶ added in v0.8.1
func (x *SFixed64LT) SetVal(v int64)
func (*SFixed64LT) String ¶
func (x *SFixed64LT) String() string
type SFixed64LTE ¶
type SFixed64LTE struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64LTE) GetVal ¶
func (x *SFixed64LTE) GetVal() int64
func (*SFixed64LTE) ProtoMessage ¶
func (*SFixed64LTE) ProtoMessage()
func (*SFixed64LTE) ProtoReflect ¶
func (x *SFixed64LTE) ProtoReflect() protoreflect.Message
func (*SFixed64LTE) Reset ¶
func (x *SFixed64LTE) Reset()
func (*SFixed64LTE) SetVal ¶ added in v0.8.1
func (x *SFixed64LTE) SetVal(v int64)
func (*SFixed64LTE) String ¶
func (x *SFixed64LTE) String() string
type SFixed64LTE_builder ¶ added in v0.8.1
type SFixed64LTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64LTE_builder) Build ¶ added in v0.8.1
func (b0 SFixed64LTE_builder) Build() *SFixed64LTE
type SFixed64LT_builder ¶ added in v0.8.1
type SFixed64LT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64LT_builder) Build ¶ added in v0.8.1
func (b0 SFixed64LT_builder) Build() *SFixed64LT
type SFixed64None ¶
type SFixed64None struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64None) GetVal ¶
func (x *SFixed64None) GetVal() int64
func (*SFixed64None) ProtoMessage ¶
func (*SFixed64None) ProtoMessage()
func (*SFixed64None) ProtoReflect ¶
func (x *SFixed64None) ProtoReflect() protoreflect.Message
func (*SFixed64None) Reset ¶
func (x *SFixed64None) Reset()
func (*SFixed64None) SetVal ¶ added in v0.8.1
func (x *SFixed64None) SetVal(v int64)
func (*SFixed64None) String ¶
func (x *SFixed64None) String() string
type SFixed64None_builder ¶ added in v0.8.1
type SFixed64None_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64None_builder) Build ¶ added in v0.8.1
func (b0 SFixed64None_builder) Build() *SFixed64None
type SFixed64NotIn ¶
type SFixed64NotIn struct {
Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SFixed64NotIn) GetVal ¶
func (x *SFixed64NotIn) GetVal() int64
func (*SFixed64NotIn) ProtoMessage ¶
func (*SFixed64NotIn) ProtoMessage()
func (*SFixed64NotIn) ProtoReflect ¶
func (x *SFixed64NotIn) ProtoReflect() protoreflect.Message
func (*SFixed64NotIn) Reset ¶
func (x *SFixed64NotIn) Reset()
func (*SFixed64NotIn) SetVal ¶ added in v0.8.1
func (x *SFixed64NotIn) SetVal(v int64)
func (*SFixed64NotIn) String ¶
func (x *SFixed64NotIn) String() string
type SFixed64NotIn_builder ¶ added in v0.8.1
type SFixed64NotIn_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SFixed64NotIn_builder) Build ¶ added in v0.8.1
func (b0 SFixed64NotIn_builder) Build() *SFixed64NotIn
type SInt32Const ¶
type SInt32Const struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32Const) GetVal ¶
func (x *SInt32Const) GetVal() int32
func (*SInt32Const) ProtoMessage ¶
func (*SInt32Const) ProtoMessage()
func (*SInt32Const) ProtoReflect ¶
func (x *SInt32Const) ProtoReflect() protoreflect.Message
func (*SInt32Const) Reset ¶
func (x *SInt32Const) Reset()
func (*SInt32Const) SetVal ¶ added in v0.8.1
func (x *SInt32Const) SetVal(v int32)
func (*SInt32Const) String ¶
func (x *SInt32Const) String() string
type SInt32Const_builder ¶ added in v0.8.1
type SInt32Const_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32Const_builder) Build ¶ added in v0.8.1
func (b0 SInt32Const_builder) Build() *SInt32Const
type SInt32ExGTELTE ¶
type SInt32ExGTELTE struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32ExGTELTE) GetVal ¶
func (x *SInt32ExGTELTE) GetVal() int32
func (*SInt32ExGTELTE) ProtoMessage ¶
func (*SInt32ExGTELTE) ProtoMessage()
func (*SInt32ExGTELTE) ProtoReflect ¶
func (x *SInt32ExGTELTE) ProtoReflect() protoreflect.Message
func (*SInt32ExGTELTE) Reset ¶
func (x *SInt32ExGTELTE) Reset()
func (*SInt32ExGTELTE) SetVal ¶ added in v0.8.1
func (x *SInt32ExGTELTE) SetVal(v int32)
func (*SInt32ExGTELTE) String ¶
func (x *SInt32ExGTELTE) String() string
type SInt32ExGTELTE_builder ¶ added in v0.8.1
type SInt32ExGTELTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 SInt32ExGTELTE_builder) Build() *SInt32ExGTELTE
type SInt32ExLTGT ¶
type SInt32ExLTGT struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32ExLTGT) GetVal ¶
func (x *SInt32ExLTGT) GetVal() int32
func (*SInt32ExLTGT) ProtoMessage ¶
func (*SInt32ExLTGT) ProtoMessage()
func (*SInt32ExLTGT) ProtoReflect ¶
func (x *SInt32ExLTGT) ProtoReflect() protoreflect.Message
func (*SInt32ExLTGT) Reset ¶
func (x *SInt32ExLTGT) Reset()
func (*SInt32ExLTGT) SetVal ¶ added in v0.8.1
func (x *SInt32ExLTGT) SetVal(v int32)
func (*SInt32ExLTGT) String ¶
func (x *SInt32ExLTGT) String() string
type SInt32ExLTGT_builder ¶ added in v0.8.1
type SInt32ExLTGT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 SInt32ExLTGT_builder) Build() *SInt32ExLTGT
type SInt32Example ¶ added in v0.7.0
type SInt32Example struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32Example) GetVal ¶ added in v0.7.0
func (x *SInt32Example) GetVal() int32
func (*SInt32Example) ProtoMessage ¶ added in v0.7.0
func (*SInt32Example) ProtoMessage()
func (*SInt32Example) ProtoReflect ¶ added in v0.7.0
func (x *SInt32Example) ProtoReflect() protoreflect.Message
func (*SInt32Example) Reset ¶ added in v0.7.0
func (x *SInt32Example) Reset()
func (*SInt32Example) SetVal ¶ added in v0.8.1
func (x *SInt32Example) SetVal(v int32)
func (*SInt32Example) String ¶ added in v0.7.0
func (x *SInt32Example) String() string
type SInt32Example_builder ¶ added in v0.8.1
type SInt32Example_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32Example_builder) Build ¶ added in v0.8.1
func (b0 SInt32Example_builder) Build() *SInt32Example
type SInt32GT ¶
type SInt32GT struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32GT) ProtoMessage ¶
func (*SInt32GT) ProtoMessage()
func (*SInt32GT) ProtoReflect ¶
func (x *SInt32GT) ProtoReflect() protoreflect.Message
type SInt32GTE ¶
type SInt32GTE struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32GTE) ProtoMessage ¶
func (*SInt32GTE) ProtoMessage()
func (*SInt32GTE) ProtoReflect ¶
func (x *SInt32GTE) ProtoReflect() protoreflect.Message
type SInt32GTELTE ¶
type SInt32GTELTE struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32GTELTE) GetVal ¶
func (x *SInt32GTELTE) GetVal() int32
func (*SInt32GTELTE) ProtoMessage ¶
func (*SInt32GTELTE) ProtoMessage()
func (*SInt32GTELTE) ProtoReflect ¶
func (x *SInt32GTELTE) ProtoReflect() protoreflect.Message
func (*SInt32GTELTE) Reset ¶
func (x *SInt32GTELTE) Reset()
func (*SInt32GTELTE) SetVal ¶ added in v0.8.1
func (x *SInt32GTELTE) SetVal(v int32)
func (*SInt32GTELTE) String ¶
func (x *SInt32GTELTE) String() string
type SInt32GTELTE_builder ¶ added in v0.8.1
type SInt32GTELTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32GTELTE_builder) Build ¶ added in v0.8.1
func (b0 SInt32GTELTE_builder) Build() *SInt32GTELTE
type SInt32GTE_builder ¶ added in v0.8.1
type SInt32GTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32GTE_builder) Build ¶ added in v0.8.1
func (b0 SInt32GTE_builder) Build() *SInt32GTE
type SInt32GTLT ¶
type SInt32GTLT struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32GTLT) GetVal ¶
func (x *SInt32GTLT) GetVal() int32
func (*SInt32GTLT) ProtoMessage ¶
func (*SInt32GTLT) ProtoMessage()
func (*SInt32GTLT) ProtoReflect ¶
func (x *SInt32GTLT) ProtoReflect() protoreflect.Message
func (*SInt32GTLT) Reset ¶
func (x *SInt32GTLT) Reset()
func (*SInt32GTLT) SetVal ¶ added in v0.8.1
func (x *SInt32GTLT) SetVal(v int32)
func (*SInt32GTLT) String ¶
func (x *SInt32GTLT) String() string
type SInt32GTLT_builder ¶ added in v0.8.1
type SInt32GTLT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32GTLT_builder) Build ¶ added in v0.8.1
func (b0 SInt32GTLT_builder) Build() *SInt32GTLT
type SInt32GT_builder ¶ added in v0.8.1
type SInt32GT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32GT_builder) Build ¶ added in v0.8.1
func (b0 SInt32GT_builder) Build() *SInt32GT
type SInt32Ignore ¶
type SInt32Ignore struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32Ignore) GetVal ¶
func (x *SInt32Ignore) GetVal() int32
func (*SInt32Ignore) ProtoMessage ¶
func (*SInt32Ignore) ProtoMessage()
func (*SInt32Ignore) ProtoReflect ¶
func (x *SInt32Ignore) ProtoReflect() protoreflect.Message
func (*SInt32Ignore) Reset ¶
func (x *SInt32Ignore) Reset()
func (*SInt32Ignore) SetVal ¶ added in v0.8.1
func (x *SInt32Ignore) SetVal(v int32)
func (*SInt32Ignore) String ¶
func (x *SInt32Ignore) String() string
type SInt32Ignore_builder ¶ added in v0.8.1
type SInt32Ignore_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32Ignore_builder) Build ¶ added in v0.8.1
func (b0 SInt32Ignore_builder) Build() *SInt32Ignore
type SInt32In ¶
type SInt32In struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32In) ProtoMessage ¶
func (*SInt32In) ProtoMessage()
func (*SInt32In) ProtoReflect ¶
func (x *SInt32In) ProtoReflect() protoreflect.Message
type SInt32In_builder ¶ added in v0.8.1
type SInt32In_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32In_builder) Build ¶ added in v0.8.1
func (b0 SInt32In_builder) Build() *SInt32In
type SInt32IncorrectType ¶
type SInt32IncorrectType struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32IncorrectType) GetVal ¶
func (x *SInt32IncorrectType) GetVal() int32
func (*SInt32IncorrectType) ProtoMessage ¶
func (*SInt32IncorrectType) ProtoMessage()
func (*SInt32IncorrectType) ProtoReflect ¶
func (x *SInt32IncorrectType) ProtoReflect() protoreflect.Message
func (*SInt32IncorrectType) Reset ¶
func (x *SInt32IncorrectType) Reset()
func (*SInt32IncorrectType) SetVal ¶ added in v0.8.1
func (x *SInt32IncorrectType) SetVal(v int32)
func (*SInt32IncorrectType) String ¶
func (x *SInt32IncorrectType) String() string
type SInt32IncorrectType_builder ¶ added in v0.8.1
type SInt32IncorrectType_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 SInt32IncorrectType_builder) Build() *SInt32IncorrectType
type SInt32LT ¶
type SInt32LT struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32LT) ProtoMessage ¶
func (*SInt32LT) ProtoMessage()
func (*SInt32LT) ProtoReflect ¶
func (x *SInt32LT) ProtoReflect() protoreflect.Message
type SInt32LTE ¶
type SInt32LTE struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32LTE) ProtoMessage ¶
func (*SInt32LTE) ProtoMessage()
func (*SInt32LTE) ProtoReflect ¶
func (x *SInt32LTE) ProtoReflect() protoreflect.Message
type SInt32LTE_builder ¶ added in v0.8.1
type SInt32LTE_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32LTE_builder) Build ¶ added in v0.8.1
func (b0 SInt32LTE_builder) Build() *SInt32LTE
type SInt32LT_builder ¶ added in v0.8.1
type SInt32LT_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32LT_builder) Build ¶ added in v0.8.1
func (b0 SInt32LT_builder) Build() *SInt32LT
type SInt32None ¶
type SInt32None struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32None) GetVal ¶
func (x *SInt32None) GetVal() int32
func (*SInt32None) ProtoMessage ¶
func (*SInt32None) ProtoMessage()
func (*SInt32None) ProtoReflect ¶
func (x *SInt32None) ProtoReflect() protoreflect.Message
func (*SInt32None) Reset ¶
func (x *SInt32None) Reset()
func (*SInt32None) SetVal ¶ added in v0.8.1
func (x *SInt32None) SetVal(v int32)
func (*SInt32None) String ¶
func (x *SInt32None) String() string
type SInt32None_builder ¶ added in v0.8.1
type SInt32None_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32None_builder) Build ¶ added in v0.8.1
func (b0 SInt32None_builder) Build() *SInt32None
type SInt32NotIn ¶
type SInt32NotIn struct {
Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt32NotIn) GetVal ¶
func (x *SInt32NotIn) GetVal() int32
func (*SInt32NotIn) ProtoMessage ¶
func (*SInt32NotIn) ProtoMessage()
func (*SInt32NotIn) ProtoReflect ¶
func (x *SInt32NotIn) ProtoReflect() protoreflect.Message
func (*SInt32NotIn) Reset ¶
func (x *SInt32NotIn) Reset()
func (*SInt32NotIn) SetVal ¶ added in v0.8.1
func (x *SInt32NotIn) SetVal(v int32)
func (*SInt32NotIn) String ¶
func (x *SInt32NotIn) String() string
type SInt32NotIn_builder ¶ added in v0.8.1
type SInt32NotIn_builder struct {
Val int32
// contains filtered or unexported fields
}
func (SInt32NotIn_builder) Build ¶ added in v0.8.1
func (b0 SInt32NotIn_builder) Build() *SInt32NotIn
type SInt64Const ¶
type SInt64Const struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64Const) GetVal ¶
func (x *SInt64Const) GetVal() int64
func (*SInt64Const) ProtoMessage ¶
func (*SInt64Const) ProtoMessage()
func (*SInt64Const) ProtoReflect ¶
func (x *SInt64Const) ProtoReflect() protoreflect.Message
func (*SInt64Const) Reset ¶
func (x *SInt64Const) Reset()
func (*SInt64Const) SetVal ¶ added in v0.8.1
func (x *SInt64Const) SetVal(v int64)
func (*SInt64Const) String ¶
func (x *SInt64Const) String() string
type SInt64Const_builder ¶ added in v0.8.1
type SInt64Const_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64Const_builder) Build ¶ added in v0.8.1
func (b0 SInt64Const_builder) Build() *SInt64Const
type SInt64ExGTELTE ¶
type SInt64ExGTELTE struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64ExGTELTE) GetVal ¶
func (x *SInt64ExGTELTE) GetVal() int64
func (*SInt64ExGTELTE) ProtoMessage ¶
func (*SInt64ExGTELTE) ProtoMessage()
func (*SInt64ExGTELTE) ProtoReflect ¶
func (x *SInt64ExGTELTE) ProtoReflect() protoreflect.Message
func (*SInt64ExGTELTE) Reset ¶
func (x *SInt64ExGTELTE) Reset()
func (*SInt64ExGTELTE) SetVal ¶ added in v0.8.1
func (x *SInt64ExGTELTE) SetVal(v int64)
func (*SInt64ExGTELTE) String ¶
func (x *SInt64ExGTELTE) String() string
type SInt64ExGTELTE_builder ¶ added in v0.8.1
type SInt64ExGTELTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 SInt64ExGTELTE_builder) Build() *SInt64ExGTELTE
type SInt64ExLTGT ¶
type SInt64ExLTGT struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64ExLTGT) GetVal ¶
func (x *SInt64ExLTGT) GetVal() int64
func (*SInt64ExLTGT) ProtoMessage ¶
func (*SInt64ExLTGT) ProtoMessage()
func (*SInt64ExLTGT) ProtoReflect ¶
func (x *SInt64ExLTGT) ProtoReflect() protoreflect.Message
func (*SInt64ExLTGT) Reset ¶
func (x *SInt64ExLTGT) Reset()
func (*SInt64ExLTGT) SetVal ¶ added in v0.8.1
func (x *SInt64ExLTGT) SetVal(v int64)
func (*SInt64ExLTGT) String ¶
func (x *SInt64ExLTGT) String() string
type SInt64ExLTGT_builder ¶ added in v0.8.1
type SInt64ExLTGT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 SInt64ExLTGT_builder) Build() *SInt64ExLTGT
type SInt64Example ¶ added in v0.7.0
type SInt64Example struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64Example) GetVal ¶ added in v0.7.0
func (x *SInt64Example) GetVal() int64
func (*SInt64Example) ProtoMessage ¶ added in v0.7.0
func (*SInt64Example) ProtoMessage()
func (*SInt64Example) ProtoReflect ¶ added in v0.7.0
func (x *SInt64Example) ProtoReflect() protoreflect.Message
func (*SInt64Example) Reset ¶ added in v0.7.0
func (x *SInt64Example) Reset()
func (*SInt64Example) SetVal ¶ added in v0.8.1
func (x *SInt64Example) SetVal(v int64)
func (*SInt64Example) String ¶ added in v0.7.0
func (x *SInt64Example) String() string
type SInt64Example_builder ¶ added in v0.8.1
type SInt64Example_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64Example_builder) Build ¶ added in v0.8.1
func (b0 SInt64Example_builder) Build() *SInt64Example
type SInt64GT ¶
type SInt64GT struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64GT) ProtoMessage ¶
func (*SInt64GT) ProtoMessage()
func (*SInt64GT) ProtoReflect ¶
func (x *SInt64GT) ProtoReflect() protoreflect.Message
type SInt64GTE ¶
type SInt64GTE struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64GTE) ProtoMessage ¶
func (*SInt64GTE) ProtoMessage()
func (*SInt64GTE) ProtoReflect ¶
func (x *SInt64GTE) ProtoReflect() protoreflect.Message
type SInt64GTELTE ¶
type SInt64GTELTE struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64GTELTE) GetVal ¶
func (x *SInt64GTELTE) GetVal() int64
func (*SInt64GTELTE) ProtoMessage ¶
func (*SInt64GTELTE) ProtoMessage()
func (*SInt64GTELTE) ProtoReflect ¶
func (x *SInt64GTELTE) ProtoReflect() protoreflect.Message
func (*SInt64GTELTE) Reset ¶
func (x *SInt64GTELTE) Reset()
func (*SInt64GTELTE) SetVal ¶ added in v0.8.1
func (x *SInt64GTELTE) SetVal(v int64)
func (*SInt64GTELTE) String ¶
func (x *SInt64GTELTE) String() string
type SInt64GTELTE_builder ¶ added in v0.8.1
type SInt64GTELTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64GTELTE_builder) Build ¶ added in v0.8.1
func (b0 SInt64GTELTE_builder) Build() *SInt64GTELTE
type SInt64GTE_builder ¶ added in v0.8.1
type SInt64GTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64GTE_builder) Build ¶ added in v0.8.1
func (b0 SInt64GTE_builder) Build() *SInt64GTE
type SInt64GTLT ¶
type SInt64GTLT struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64GTLT) GetVal ¶
func (x *SInt64GTLT) GetVal() int64
func (*SInt64GTLT) ProtoMessage ¶
func (*SInt64GTLT) ProtoMessage()
func (*SInt64GTLT) ProtoReflect ¶
func (x *SInt64GTLT) ProtoReflect() protoreflect.Message
func (*SInt64GTLT) Reset ¶
func (x *SInt64GTLT) Reset()
func (*SInt64GTLT) SetVal ¶ added in v0.8.1
func (x *SInt64GTLT) SetVal(v int64)
func (*SInt64GTLT) String ¶
func (x *SInt64GTLT) String() string
type SInt64GTLT_builder ¶ added in v0.8.1
type SInt64GTLT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64GTLT_builder) Build ¶ added in v0.8.1
func (b0 SInt64GTLT_builder) Build() *SInt64GTLT
type SInt64GT_builder ¶ added in v0.8.1
type SInt64GT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64GT_builder) Build ¶ added in v0.8.1
func (b0 SInt64GT_builder) Build() *SInt64GT
type SInt64Ignore ¶
type SInt64Ignore struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64Ignore) GetVal ¶
func (x *SInt64Ignore) GetVal() int64
func (*SInt64Ignore) ProtoMessage ¶
func (*SInt64Ignore) ProtoMessage()
func (*SInt64Ignore) ProtoReflect ¶
func (x *SInt64Ignore) ProtoReflect() protoreflect.Message
func (*SInt64Ignore) Reset ¶
func (x *SInt64Ignore) Reset()
func (*SInt64Ignore) SetVal ¶ added in v0.8.1
func (x *SInt64Ignore) SetVal(v int64)
func (*SInt64Ignore) String ¶
func (x *SInt64Ignore) String() string
type SInt64Ignore_builder ¶ added in v0.8.1
type SInt64Ignore_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64Ignore_builder) Build ¶ added in v0.8.1
func (b0 SInt64Ignore_builder) Build() *SInt64Ignore
type SInt64In ¶
type SInt64In struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64In) ProtoMessage ¶
func (*SInt64In) ProtoMessage()
func (*SInt64In) ProtoReflect ¶
func (x *SInt64In) ProtoReflect() protoreflect.Message
type SInt64In_builder ¶ added in v0.8.1
type SInt64In_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64In_builder) Build ¶ added in v0.8.1
func (b0 SInt64In_builder) Build() *SInt64In
type SInt64IncorrectType ¶
type SInt64IncorrectType struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64IncorrectType) GetVal ¶
func (x *SInt64IncorrectType) GetVal() int64
func (*SInt64IncorrectType) ProtoMessage ¶
func (*SInt64IncorrectType) ProtoMessage()
func (*SInt64IncorrectType) ProtoReflect ¶
func (x *SInt64IncorrectType) ProtoReflect() protoreflect.Message
func (*SInt64IncorrectType) Reset ¶
func (x *SInt64IncorrectType) Reset()
func (*SInt64IncorrectType) SetVal ¶ added in v0.8.1
func (x *SInt64IncorrectType) SetVal(v int64)
func (*SInt64IncorrectType) String ¶
func (x *SInt64IncorrectType) String() string
type SInt64IncorrectType_builder ¶ added in v0.8.1
type SInt64IncorrectType_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 SInt64IncorrectType_builder) Build() *SInt64IncorrectType
type SInt64LT ¶
type SInt64LT struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64LT) ProtoMessage ¶
func (*SInt64LT) ProtoMessage()
func (*SInt64LT) ProtoReflect ¶
func (x *SInt64LT) ProtoReflect() protoreflect.Message
type SInt64LTE ¶
type SInt64LTE struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64LTE) ProtoMessage ¶
func (*SInt64LTE) ProtoMessage()
func (*SInt64LTE) ProtoReflect ¶
func (x *SInt64LTE) ProtoReflect() protoreflect.Message
type SInt64LTE_builder ¶ added in v0.8.1
type SInt64LTE_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64LTE_builder) Build ¶ added in v0.8.1
func (b0 SInt64LTE_builder) Build() *SInt64LTE
type SInt64LT_builder ¶ added in v0.8.1
type SInt64LT_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64LT_builder) Build ¶ added in v0.8.1
func (b0 SInt64LT_builder) Build() *SInt64LT
type SInt64None ¶
type SInt64None struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64None) GetVal ¶
func (x *SInt64None) GetVal() int64
func (*SInt64None) ProtoMessage ¶
func (*SInt64None) ProtoMessage()
func (*SInt64None) ProtoReflect ¶
func (x *SInt64None) ProtoReflect() protoreflect.Message
func (*SInt64None) Reset ¶
func (x *SInt64None) Reset()
func (*SInt64None) SetVal ¶ added in v0.8.1
func (x *SInt64None) SetVal(v int64)
func (*SInt64None) String ¶
func (x *SInt64None) String() string
type SInt64None_builder ¶ added in v0.8.1
type SInt64None_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64None_builder) Build ¶ added in v0.8.1
func (b0 SInt64None_builder) Build() *SInt64None
type SInt64NotIn ¶
type SInt64NotIn struct {
Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*SInt64NotIn) GetVal ¶
func (x *SInt64NotIn) GetVal() int64
func (*SInt64NotIn) ProtoMessage ¶
func (*SInt64NotIn) ProtoMessage()
func (*SInt64NotIn) ProtoReflect ¶
func (x *SInt64NotIn) ProtoReflect() protoreflect.Message
func (*SInt64NotIn) Reset ¶
func (x *SInt64NotIn) Reset()
func (*SInt64NotIn) SetVal ¶ added in v0.8.1
func (x *SInt64NotIn) SetVal(v int64)
func (*SInt64NotIn) String ¶
func (x *SInt64NotIn) String() string
type SInt64NotIn_builder ¶ added in v0.8.1
type SInt64NotIn_builder struct {
Val int64
// contains filtered or unexported fields
}
func (SInt64NotIn_builder) Build ¶ added in v0.8.1
func (b0 SInt64NotIn_builder) Build() *SInt64NotIn
type StandardPredefinedAndCustomRuleEdition2023 ¶ added in v0.7.0
type StandardPredefinedAndCustomRuleEdition2023 struct {
A *int32 `protobuf:"zigzag32,1,opt,name=a" json:"a,omitempty"`
// contains filtered or unexported fields
}
func (*StandardPredefinedAndCustomRuleEdition2023) ClearA ¶ added in v0.8.1
func (x *StandardPredefinedAndCustomRuleEdition2023) ClearA()
func (*StandardPredefinedAndCustomRuleEdition2023) GetA ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleEdition2023) GetA() int32
func (*StandardPredefinedAndCustomRuleEdition2023) HasA ¶ added in v0.8.1
func (x *StandardPredefinedAndCustomRuleEdition2023) HasA() bool
func (*StandardPredefinedAndCustomRuleEdition2023) ProtoMessage ¶ added in v0.7.0
func (*StandardPredefinedAndCustomRuleEdition2023) ProtoMessage()
func (*StandardPredefinedAndCustomRuleEdition2023) ProtoReflect ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleEdition2023) ProtoReflect() protoreflect.Message
func (*StandardPredefinedAndCustomRuleEdition2023) Reset ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleEdition2023) Reset()
func (*StandardPredefinedAndCustomRuleEdition2023) SetA ¶ added in v0.8.1
func (x *StandardPredefinedAndCustomRuleEdition2023) SetA(v int32)
func (*StandardPredefinedAndCustomRuleEdition2023) String ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleEdition2023) String() string
type StandardPredefinedAndCustomRuleEdition2023_builder ¶ added in v0.8.1
type StandardPredefinedAndCustomRuleEdition2023_builder struct {
A *int32
// contains filtered or unexported fields
}
type StandardPredefinedAndCustomRuleProto2 ¶ added in v0.7.0
type StandardPredefinedAndCustomRuleProto2 struct {
A *int32 `protobuf:"zigzag32,1,opt,name=a" json:"a,omitempty"`
// contains filtered or unexported fields
}
func (*StandardPredefinedAndCustomRuleProto2) ClearA ¶ added in v0.8.1
func (x *StandardPredefinedAndCustomRuleProto2) ClearA()
func (*StandardPredefinedAndCustomRuleProto2) GetA ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto2) GetA() int32
func (*StandardPredefinedAndCustomRuleProto2) HasA ¶ added in v0.8.1
func (x *StandardPredefinedAndCustomRuleProto2) HasA() bool
func (*StandardPredefinedAndCustomRuleProto2) ProtoMessage ¶ added in v0.7.0
func (*StandardPredefinedAndCustomRuleProto2) ProtoMessage()
func (*StandardPredefinedAndCustomRuleProto2) ProtoReflect ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto2) ProtoReflect() protoreflect.Message
func (*StandardPredefinedAndCustomRuleProto2) Reset ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto2) Reset()
func (*StandardPredefinedAndCustomRuleProto2) SetA ¶ added in v0.8.1
func (x *StandardPredefinedAndCustomRuleProto2) SetA(v int32)
func (*StandardPredefinedAndCustomRuleProto2) String ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto2) String() string
type StandardPredefinedAndCustomRuleProto2_builder ¶ added in v0.8.1
type StandardPredefinedAndCustomRuleProto2_builder struct {
A *int32
// contains filtered or unexported fields
}
type StandardPredefinedAndCustomRuleProto3 ¶ added in v0.7.0
type StandardPredefinedAndCustomRuleProto3 struct {
A int32 `protobuf:"zigzag32,1,opt,name=a,proto3" json:"a,omitempty"`
// contains filtered or unexported fields
}
func (*StandardPredefinedAndCustomRuleProto3) GetA ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto3) GetA() int32
func (*StandardPredefinedAndCustomRuleProto3) ProtoMessage ¶ added in v0.7.0
func (*StandardPredefinedAndCustomRuleProto3) ProtoMessage()
func (*StandardPredefinedAndCustomRuleProto3) ProtoReflect ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto3) ProtoReflect() protoreflect.Message
func (*StandardPredefinedAndCustomRuleProto3) Reset ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto3) Reset()
func (*StandardPredefinedAndCustomRuleProto3) SetA ¶ added in v0.8.1
func (x *StandardPredefinedAndCustomRuleProto3) SetA(v int32)
func (*StandardPredefinedAndCustomRuleProto3) String ¶ added in v0.7.0
func (x *StandardPredefinedAndCustomRuleProto3) String() string
type StandardPredefinedAndCustomRuleProto3_builder ¶ added in v0.8.1
type StandardPredefinedAndCustomRuleProto3_builder struct {
A int32
// contains filtered or unexported fields
}
type StringAddress ¶
type StringAddress struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringAddress) GetVal ¶
func (x *StringAddress) GetVal() string
func (*StringAddress) ProtoMessage ¶
func (*StringAddress) ProtoMessage()
func (*StringAddress) ProtoReflect ¶
func (x *StringAddress) ProtoReflect() protoreflect.Message
func (*StringAddress) Reset ¶
func (x *StringAddress) Reset()
func (*StringAddress) SetVal ¶ added in v0.8.1
func (x *StringAddress) SetVal(v string)
func (*StringAddress) String ¶
func (x *StringAddress) String() string
type StringAddress_builder ¶ added in v0.8.1
type StringAddress_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringAddress_builder) Build ¶ added in v0.8.1
func (b0 StringAddress_builder) Build() *StringAddress
type StringConst ¶
type StringConst struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringConst) GetVal ¶
func (x *StringConst) GetVal() string
func (*StringConst) ProtoMessage ¶
func (*StringConst) ProtoMessage()
func (*StringConst) ProtoReflect ¶
func (x *StringConst) ProtoReflect() protoreflect.Message
func (*StringConst) Reset ¶
func (x *StringConst) Reset()
func (*StringConst) SetVal ¶ added in v0.8.1
func (x *StringConst) SetVal(v string)
func (*StringConst) String ¶
func (x *StringConst) String() string
type StringConst_builder ¶ added in v0.8.1
type StringConst_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringConst_builder) Build ¶ added in v0.8.1
func (b0 StringConst_builder) Build() *StringConst
type StringContains ¶
type StringContains struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringContains) GetVal ¶
func (x *StringContains) GetVal() string
func (*StringContains) ProtoMessage ¶
func (*StringContains) ProtoMessage()
func (*StringContains) ProtoReflect ¶
func (x *StringContains) ProtoReflect() protoreflect.Message
func (*StringContains) Reset ¶
func (x *StringContains) Reset()
func (*StringContains) SetVal ¶ added in v0.8.1
func (x *StringContains) SetVal(v string)
func (*StringContains) String ¶
func (x *StringContains) String() string
type StringContains_builder ¶ added in v0.8.1
type StringContains_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringContains_builder) Build ¶ added in v0.8.1
func (b0 StringContains_builder) Build() *StringContains
type StringEmail ¶
type StringEmail struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringEmail) GetVal ¶
func (x *StringEmail) GetVal() string
func (*StringEmail) ProtoMessage ¶
func (*StringEmail) ProtoMessage()
func (*StringEmail) ProtoReflect ¶
func (x *StringEmail) ProtoReflect() protoreflect.Message
func (*StringEmail) Reset ¶
func (x *StringEmail) Reset()
func (*StringEmail) SetVal ¶ added in v0.8.1
func (x *StringEmail) SetVal(v string)
func (*StringEmail) String ¶
func (x *StringEmail) String() string
type StringEmail_builder ¶ added in v0.8.1
type StringEmail_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringEmail_builder) Build ¶ added in v0.8.1
func (b0 StringEmail_builder) Build() *StringEmail
type StringEqualMinMaxBytes ¶
type StringEqualMinMaxBytes struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringEqualMinMaxBytes) GetVal ¶
func (x *StringEqualMinMaxBytes) GetVal() string
func (*StringEqualMinMaxBytes) ProtoMessage ¶
func (*StringEqualMinMaxBytes) ProtoMessage()
func (*StringEqualMinMaxBytes) ProtoReflect ¶
func (x *StringEqualMinMaxBytes) ProtoReflect() protoreflect.Message
func (*StringEqualMinMaxBytes) Reset ¶
func (x *StringEqualMinMaxBytes) Reset()
func (*StringEqualMinMaxBytes) SetVal ¶ added in v0.8.1
func (x *StringEqualMinMaxBytes) SetVal(v string)
func (*StringEqualMinMaxBytes) String ¶
func (x *StringEqualMinMaxBytes) String() string
type StringEqualMinMaxBytes_builder ¶ added in v0.8.1
type StringEqualMinMaxBytes_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringEqualMinMaxBytes_builder) Build ¶ added in v0.8.1
func (b0 StringEqualMinMaxBytes_builder) Build() *StringEqualMinMaxBytes
type StringEqualMinMaxLen ¶
type StringEqualMinMaxLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringEqualMinMaxLen) GetVal ¶
func (x *StringEqualMinMaxLen) GetVal() string
func (*StringEqualMinMaxLen) ProtoMessage ¶
func (*StringEqualMinMaxLen) ProtoMessage()
func (*StringEqualMinMaxLen) ProtoReflect ¶
func (x *StringEqualMinMaxLen) ProtoReflect() protoreflect.Message
func (*StringEqualMinMaxLen) Reset ¶
func (x *StringEqualMinMaxLen) Reset()
func (*StringEqualMinMaxLen) SetVal ¶ added in v0.8.1
func (x *StringEqualMinMaxLen) SetVal(v string)
func (*StringEqualMinMaxLen) String ¶
func (x *StringEqualMinMaxLen) String() string
type StringEqualMinMaxLen_builder ¶ added in v0.8.1
type StringEqualMinMaxLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringEqualMinMaxLen_builder) Build ¶ added in v0.8.1
func (b0 StringEqualMinMaxLen_builder) Build() *StringEqualMinMaxLen
type StringExample ¶ added in v0.7.0
type StringExample struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringExample) GetVal ¶ added in v0.7.0
func (x *StringExample) GetVal() string
func (*StringExample) ProtoMessage ¶ added in v0.7.0
func (*StringExample) ProtoMessage()
func (*StringExample) ProtoReflect ¶ added in v0.7.0
func (x *StringExample) ProtoReflect() protoreflect.Message
func (*StringExample) Reset ¶ added in v0.7.0
func (x *StringExample) Reset()
func (*StringExample) SetVal ¶ added in v0.8.1
func (x *StringExample) SetVal(v string)
func (*StringExample) String ¶ added in v0.7.0
func (x *StringExample) String() string
type StringExample_builder ¶ added in v0.8.1
type StringExample_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringExample_builder) Build ¶ added in v0.8.1
func (b0 StringExample_builder) Build() *StringExample
type StringHostAndOptionalPort ¶ added in v0.5.2
type StringHostAndOptionalPort struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringHostAndOptionalPort) GetVal ¶ added in v0.5.2
func (x *StringHostAndOptionalPort) GetVal() string
func (*StringHostAndOptionalPort) ProtoMessage ¶ added in v0.5.2
func (*StringHostAndOptionalPort) ProtoMessage()
func (*StringHostAndOptionalPort) ProtoReflect ¶ added in v0.5.2
func (x *StringHostAndOptionalPort) ProtoReflect() protoreflect.Message
func (*StringHostAndOptionalPort) Reset ¶ added in v0.5.2
func (x *StringHostAndOptionalPort) Reset()
func (*StringHostAndOptionalPort) SetVal ¶ added in v0.8.1
func (x *StringHostAndOptionalPort) SetVal(v string)
func (*StringHostAndOptionalPort) String ¶ added in v0.5.2
func (x *StringHostAndOptionalPort) String() string
type StringHostAndOptionalPort_builder ¶ added in v0.8.1
type StringHostAndOptionalPort_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringHostAndOptionalPort_builder) Build ¶ added in v0.8.1
func (b0 StringHostAndOptionalPort_builder) Build() *StringHostAndOptionalPort
type StringHostAndPort ¶ added in v0.5.2
type StringHostAndPort struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringHostAndPort) GetVal ¶ added in v0.5.2
func (x *StringHostAndPort) GetVal() string
func (*StringHostAndPort) ProtoMessage ¶ added in v0.5.2
func (*StringHostAndPort) ProtoMessage()
func (*StringHostAndPort) ProtoReflect ¶ added in v0.5.2
func (x *StringHostAndPort) ProtoReflect() protoreflect.Message
func (*StringHostAndPort) Reset ¶ added in v0.5.2
func (x *StringHostAndPort) Reset()
func (*StringHostAndPort) SetVal ¶ added in v0.8.1
func (x *StringHostAndPort) SetVal(v string)
func (*StringHostAndPort) String ¶ added in v0.5.2
func (x *StringHostAndPort) String() string
type StringHostAndPort_builder ¶ added in v0.8.1
type StringHostAndPort_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringHostAndPort_builder) Build ¶ added in v0.8.1
func (b0 StringHostAndPort_builder) Build() *StringHostAndPort
type StringHostname ¶
type StringHostname struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringHostname) GetVal ¶
func (x *StringHostname) GetVal() string
func (*StringHostname) ProtoMessage ¶
func (*StringHostname) ProtoMessage()
func (*StringHostname) ProtoReflect ¶
func (x *StringHostname) ProtoReflect() protoreflect.Message
func (*StringHostname) Reset ¶
func (x *StringHostname) Reset()
func (*StringHostname) SetVal ¶ added in v0.8.1
func (x *StringHostname) SetVal(v string)
func (*StringHostname) String ¶
func (x *StringHostname) String() string
type StringHostname_builder ¶ added in v0.8.1
type StringHostname_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringHostname_builder) Build ¶ added in v0.8.1
func (b0 StringHostname_builder) Build() *StringHostname
type StringHttpHeaderName ¶
type StringHttpHeaderName struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringHttpHeaderName) GetVal ¶
func (x *StringHttpHeaderName) GetVal() string
func (*StringHttpHeaderName) ProtoMessage ¶
func (*StringHttpHeaderName) ProtoMessage()
func (*StringHttpHeaderName) ProtoReflect ¶
func (x *StringHttpHeaderName) ProtoReflect() protoreflect.Message
func (*StringHttpHeaderName) Reset ¶
func (x *StringHttpHeaderName) Reset()
func (*StringHttpHeaderName) SetVal ¶ added in v0.8.1
func (x *StringHttpHeaderName) SetVal(v string)
func (*StringHttpHeaderName) String ¶
func (x *StringHttpHeaderName) String() string
type StringHttpHeaderNameLoose ¶
type StringHttpHeaderNameLoose struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringHttpHeaderNameLoose) GetVal ¶
func (x *StringHttpHeaderNameLoose) GetVal() string
func (*StringHttpHeaderNameLoose) ProtoMessage ¶
func (*StringHttpHeaderNameLoose) ProtoMessage()
func (*StringHttpHeaderNameLoose) ProtoReflect ¶
func (x *StringHttpHeaderNameLoose) ProtoReflect() protoreflect.Message
func (*StringHttpHeaderNameLoose) Reset ¶
func (x *StringHttpHeaderNameLoose) Reset()
func (*StringHttpHeaderNameLoose) SetVal ¶ added in v0.8.1
func (x *StringHttpHeaderNameLoose) SetVal(v string)
func (*StringHttpHeaderNameLoose) String ¶
func (x *StringHttpHeaderNameLoose) String() string
type StringHttpHeaderNameLoose_builder ¶ added in v0.8.1
type StringHttpHeaderNameLoose_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringHttpHeaderNameLoose_builder) Build ¶ added in v0.8.1
func (b0 StringHttpHeaderNameLoose_builder) Build() *StringHttpHeaderNameLoose
type StringHttpHeaderName_builder ¶ added in v0.8.1
type StringHttpHeaderName_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringHttpHeaderName_builder) Build ¶ added in v0.8.1
func (b0 StringHttpHeaderName_builder) Build() *StringHttpHeaderName
type StringHttpHeaderValue ¶
type StringHttpHeaderValue struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringHttpHeaderValue) GetVal ¶
func (x *StringHttpHeaderValue) GetVal() string
func (*StringHttpHeaderValue) ProtoMessage ¶
func (*StringHttpHeaderValue) ProtoMessage()
func (*StringHttpHeaderValue) ProtoReflect ¶
func (x *StringHttpHeaderValue) ProtoReflect() protoreflect.Message
func (*StringHttpHeaderValue) Reset ¶
func (x *StringHttpHeaderValue) Reset()
func (*StringHttpHeaderValue) SetVal ¶ added in v0.8.1
func (x *StringHttpHeaderValue) SetVal(v string)
func (*StringHttpHeaderValue) String ¶
func (x *StringHttpHeaderValue) String() string
type StringHttpHeaderValueLoose ¶
type StringHttpHeaderValueLoose struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringHttpHeaderValueLoose) GetVal ¶
func (x *StringHttpHeaderValueLoose) GetVal() string
func (*StringHttpHeaderValueLoose) ProtoMessage ¶
func (*StringHttpHeaderValueLoose) ProtoMessage()
func (*StringHttpHeaderValueLoose) ProtoReflect ¶
func (x *StringHttpHeaderValueLoose) ProtoReflect() protoreflect.Message
func (*StringHttpHeaderValueLoose) Reset ¶
func (x *StringHttpHeaderValueLoose) Reset()
func (*StringHttpHeaderValueLoose) SetVal ¶ added in v0.8.1
func (x *StringHttpHeaderValueLoose) SetVal(v string)
func (*StringHttpHeaderValueLoose) String ¶
func (x *StringHttpHeaderValueLoose) String() string
type StringHttpHeaderValueLoose_builder ¶ added in v0.8.1
type StringHttpHeaderValueLoose_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringHttpHeaderValueLoose_builder) Build ¶ added in v0.8.1
func (b0 StringHttpHeaderValueLoose_builder) Build() *StringHttpHeaderValueLoose
type StringHttpHeaderValue_builder ¶ added in v0.8.1
type StringHttpHeaderValue_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringHttpHeaderValue_builder) Build ¶ added in v0.8.1
func (b0 StringHttpHeaderValue_builder) Build() *StringHttpHeaderValue
type StringIP ¶
type StringIP struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIP) ProtoMessage ¶
func (*StringIP) ProtoMessage()
func (*StringIP) ProtoReflect ¶
func (x *StringIP) ProtoReflect() protoreflect.Message
type StringIPPrefix ¶ added in v0.4.0
type StringIPPrefix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPPrefix) GetVal ¶ added in v0.4.0
func (x *StringIPPrefix) GetVal() string
func (*StringIPPrefix) ProtoMessage ¶ added in v0.4.0
func (*StringIPPrefix) ProtoMessage()
func (*StringIPPrefix) ProtoReflect ¶ added in v0.4.0
func (x *StringIPPrefix) ProtoReflect() protoreflect.Message
func (*StringIPPrefix) Reset ¶ added in v0.4.0
func (x *StringIPPrefix) Reset()
func (*StringIPPrefix) SetVal ¶ added in v0.8.1
func (x *StringIPPrefix) SetVal(v string)
func (*StringIPPrefix) String ¶ added in v0.4.0
func (x *StringIPPrefix) String() string
type StringIPPrefix_builder ¶ added in v0.8.1
type StringIPPrefix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPPrefix_builder) Build ¶ added in v0.8.1
func (b0 StringIPPrefix_builder) Build() *StringIPPrefix
type StringIPWithPrefixLen ¶ added in v0.4.0
type StringIPWithPrefixLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPWithPrefixLen) GetVal ¶ added in v0.4.0
func (x *StringIPWithPrefixLen) GetVal() string
func (*StringIPWithPrefixLen) ProtoMessage ¶ added in v0.4.0
func (*StringIPWithPrefixLen) ProtoMessage()
func (*StringIPWithPrefixLen) ProtoReflect ¶ added in v0.4.0
func (x *StringIPWithPrefixLen) ProtoReflect() protoreflect.Message
func (*StringIPWithPrefixLen) Reset ¶ added in v0.4.0
func (x *StringIPWithPrefixLen) Reset()
func (*StringIPWithPrefixLen) SetVal ¶ added in v0.8.1
func (x *StringIPWithPrefixLen) SetVal(v string)
func (*StringIPWithPrefixLen) String ¶ added in v0.4.0
func (x *StringIPWithPrefixLen) String() string
type StringIPWithPrefixLen_builder ¶ added in v0.8.1
type StringIPWithPrefixLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPWithPrefixLen_builder) Build ¶ added in v0.8.1
func (b0 StringIPWithPrefixLen_builder) Build() *StringIPWithPrefixLen
type StringIP_builder ¶ added in v0.8.1
type StringIP_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIP_builder) Build ¶ added in v0.8.1
func (b0 StringIP_builder) Build() *StringIP
type StringIPv4 ¶
type StringIPv4 struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPv4) GetVal ¶
func (x *StringIPv4) GetVal() string
func (*StringIPv4) ProtoMessage ¶
func (*StringIPv4) ProtoMessage()
func (*StringIPv4) ProtoReflect ¶
func (x *StringIPv4) ProtoReflect() protoreflect.Message
func (*StringIPv4) Reset ¶
func (x *StringIPv4) Reset()
func (*StringIPv4) SetVal ¶ added in v0.8.1
func (x *StringIPv4) SetVal(v string)
func (*StringIPv4) String ¶
func (x *StringIPv4) String() string
type StringIPv4Prefix ¶ added in v0.4.0
type StringIPv4Prefix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPv4Prefix) GetVal ¶ added in v0.4.0
func (x *StringIPv4Prefix) GetVal() string
func (*StringIPv4Prefix) ProtoMessage ¶ added in v0.4.0
func (*StringIPv4Prefix) ProtoMessage()
func (*StringIPv4Prefix) ProtoReflect ¶ added in v0.4.0
func (x *StringIPv4Prefix) ProtoReflect() protoreflect.Message
func (*StringIPv4Prefix) Reset ¶ added in v0.4.0
func (x *StringIPv4Prefix) Reset()
func (*StringIPv4Prefix) SetVal ¶ added in v0.8.1
func (x *StringIPv4Prefix) SetVal(v string)
func (*StringIPv4Prefix) String ¶ added in v0.4.0
func (x *StringIPv4Prefix) String() string
type StringIPv4Prefix_builder ¶ added in v0.8.1
type StringIPv4Prefix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPv4Prefix_builder) Build ¶ added in v0.8.1
func (b0 StringIPv4Prefix_builder) Build() *StringIPv4Prefix
type StringIPv4WithPrefixLen ¶ added in v0.4.0
type StringIPv4WithPrefixLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPv4WithPrefixLen) GetVal ¶ added in v0.4.0
func (x *StringIPv4WithPrefixLen) GetVal() string
func (*StringIPv4WithPrefixLen) ProtoMessage ¶ added in v0.4.0
func (*StringIPv4WithPrefixLen) ProtoMessage()
func (*StringIPv4WithPrefixLen) ProtoReflect ¶ added in v0.4.0
func (x *StringIPv4WithPrefixLen) ProtoReflect() protoreflect.Message
func (*StringIPv4WithPrefixLen) Reset ¶ added in v0.4.0
func (x *StringIPv4WithPrefixLen) Reset()
func (*StringIPv4WithPrefixLen) SetVal ¶ added in v0.8.1
func (x *StringIPv4WithPrefixLen) SetVal(v string)
func (*StringIPv4WithPrefixLen) String ¶ added in v0.4.0
func (x *StringIPv4WithPrefixLen) String() string
type StringIPv4WithPrefixLen_builder ¶ added in v0.8.1
type StringIPv4WithPrefixLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPv4WithPrefixLen_builder) Build ¶ added in v0.8.1
func (b0 StringIPv4WithPrefixLen_builder) Build() *StringIPv4WithPrefixLen
type StringIPv4_builder ¶ added in v0.8.1
type StringIPv4_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPv4_builder) Build ¶ added in v0.8.1
func (b0 StringIPv4_builder) Build() *StringIPv4
type StringIPv6 ¶
type StringIPv6 struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPv6) GetVal ¶
func (x *StringIPv6) GetVal() string
func (*StringIPv6) ProtoMessage ¶
func (*StringIPv6) ProtoMessage()
func (*StringIPv6) ProtoReflect ¶
func (x *StringIPv6) ProtoReflect() protoreflect.Message
func (*StringIPv6) Reset ¶
func (x *StringIPv6) Reset()
func (*StringIPv6) SetVal ¶ added in v0.8.1
func (x *StringIPv6) SetVal(v string)
func (*StringIPv6) String ¶
func (x *StringIPv6) String() string
type StringIPv6Prefix ¶ added in v0.4.0
type StringIPv6Prefix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPv6Prefix) GetVal ¶ added in v0.4.0
func (x *StringIPv6Prefix) GetVal() string
func (*StringIPv6Prefix) ProtoMessage ¶ added in v0.4.0
func (*StringIPv6Prefix) ProtoMessage()
func (*StringIPv6Prefix) ProtoReflect ¶ added in v0.4.0
func (x *StringIPv6Prefix) ProtoReflect() protoreflect.Message
func (*StringIPv6Prefix) Reset ¶ added in v0.4.0
func (x *StringIPv6Prefix) Reset()
func (*StringIPv6Prefix) SetVal ¶ added in v0.8.1
func (x *StringIPv6Prefix) SetVal(v string)
func (*StringIPv6Prefix) String ¶ added in v0.4.0
func (x *StringIPv6Prefix) String() string
type StringIPv6Prefix_builder ¶ added in v0.8.1
type StringIPv6Prefix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPv6Prefix_builder) Build ¶ added in v0.8.1
func (b0 StringIPv6Prefix_builder) Build() *StringIPv6Prefix
type StringIPv6WithPrefixLen ¶ added in v0.4.0
type StringIPv6WithPrefixLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIPv6WithPrefixLen) GetVal ¶ added in v0.4.0
func (x *StringIPv6WithPrefixLen) GetVal() string
func (*StringIPv6WithPrefixLen) ProtoMessage ¶ added in v0.4.0
func (*StringIPv6WithPrefixLen) ProtoMessage()
func (*StringIPv6WithPrefixLen) ProtoReflect ¶ added in v0.4.0
func (x *StringIPv6WithPrefixLen) ProtoReflect() protoreflect.Message
func (*StringIPv6WithPrefixLen) Reset ¶ added in v0.4.0
func (x *StringIPv6WithPrefixLen) Reset()
func (*StringIPv6WithPrefixLen) SetVal ¶ added in v0.8.1
func (x *StringIPv6WithPrefixLen) SetVal(v string)
func (*StringIPv6WithPrefixLen) String ¶ added in v0.4.0
func (x *StringIPv6WithPrefixLen) String() string
type StringIPv6WithPrefixLen_builder ¶ added in v0.8.1
type StringIPv6WithPrefixLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPv6WithPrefixLen_builder) Build ¶ added in v0.8.1
func (b0 StringIPv6WithPrefixLen_builder) Build() *StringIPv6WithPrefixLen
type StringIPv6_builder ¶ added in v0.8.1
type StringIPv6_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIPv6_builder) Build ¶ added in v0.8.1
func (b0 StringIPv6_builder) Build() *StringIPv6
type StringIn ¶
type StringIn struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringIn) ProtoMessage ¶
func (*StringIn) ProtoMessage()
func (*StringIn) ProtoReflect ¶
func (x *StringIn) ProtoReflect() protoreflect.Message
type StringInOneof ¶
type StringInOneof struct {
// Types that are valid to be assigned to Foo:
//
// *StringInOneof_Bar
Foo isStringInOneof_Foo `protobuf_oneof:"foo"`
// contains filtered or unexported fields
}
func (*StringInOneof) ClearBar ¶ added in v0.8.1
func (x *StringInOneof) ClearBar()
func (*StringInOneof) ClearFoo ¶ added in v0.8.1
func (x *StringInOneof) ClearFoo()
func (*StringInOneof) GetBar ¶
func (x *StringInOneof) GetBar() string
func (*StringInOneof) GetFoo ¶
func (x *StringInOneof) GetFoo() isStringInOneof_Foo
func (*StringInOneof) HasBar ¶ added in v0.8.1
func (x *StringInOneof) HasBar() bool
func (*StringInOneof) HasFoo ¶ added in v0.8.1
func (x *StringInOneof) HasFoo() bool
func (*StringInOneof) ProtoMessage ¶
func (*StringInOneof) ProtoMessage()
func (*StringInOneof) ProtoReflect ¶
func (x *StringInOneof) ProtoReflect() protoreflect.Message
func (*StringInOneof) Reset ¶
func (x *StringInOneof) Reset()
func (*StringInOneof) SetBar ¶ added in v0.8.1
func (x *StringInOneof) SetBar(v string)
func (*StringInOneof) String ¶
func (x *StringInOneof) String() string
func (*StringInOneof) WhichFoo ¶ added in v0.8.1
func (x *StringInOneof) WhichFoo() case_StringInOneof_Foo
type StringInOneof_Bar ¶
type StringInOneof_Bar struct {
Bar string `protobuf:"bytes,1,opt,name=bar,proto3,oneof"`
}
type StringInOneof_builder ¶ added in v0.8.1
type StringInOneof_builder struct {
// Fields of oneof Foo:
Bar *string
// contains filtered or unexported fields
}
func (StringInOneof_builder) Build ¶ added in v0.8.1
func (b0 StringInOneof_builder) Build() *StringInOneof
type StringIn_builder ¶ added in v0.8.1
type StringIn_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringIn_builder) Build ¶ added in v0.8.1
func (b0 StringIn_builder) Build() *StringIn
type StringLen ¶
type StringLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringLen) ProtoMessage ¶
func (*StringLen) ProtoMessage()
func (*StringLen) ProtoReflect ¶
func (x *StringLen) ProtoReflect() protoreflect.Message
type StringLenBytes ¶
type StringLenBytes struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringLenBytes) GetVal ¶
func (x *StringLenBytes) GetVal() string
func (*StringLenBytes) ProtoMessage ¶
func (*StringLenBytes) ProtoMessage()
func (*StringLenBytes) ProtoReflect ¶
func (x *StringLenBytes) ProtoReflect() protoreflect.Message
func (*StringLenBytes) Reset ¶
func (x *StringLenBytes) Reset()
func (*StringLenBytes) SetVal ¶ added in v0.8.1
func (x *StringLenBytes) SetVal(v string)
func (*StringLenBytes) String ¶
func (x *StringLenBytes) String() string
type StringLenBytes_builder ¶ added in v0.8.1
type StringLenBytes_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringLenBytes_builder) Build ¶ added in v0.8.1
func (b0 StringLenBytes_builder) Build() *StringLenBytes
type StringLen_builder ¶ added in v0.8.1
type StringLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringLen_builder) Build ¶ added in v0.8.1
func (b0 StringLen_builder) Build() *StringLen
type StringMaxBytes ¶
type StringMaxBytes struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringMaxBytes) GetVal ¶
func (x *StringMaxBytes) GetVal() string
func (*StringMaxBytes) ProtoMessage ¶
func (*StringMaxBytes) ProtoMessage()
func (*StringMaxBytes) ProtoReflect ¶
func (x *StringMaxBytes) ProtoReflect() protoreflect.Message
func (*StringMaxBytes) Reset ¶
func (x *StringMaxBytes) Reset()
func (*StringMaxBytes) SetVal ¶ added in v0.8.1
func (x *StringMaxBytes) SetVal(v string)
func (*StringMaxBytes) String ¶
func (x *StringMaxBytes) String() string
type StringMaxBytes_builder ¶ added in v0.8.1
type StringMaxBytes_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringMaxBytes_builder) Build ¶ added in v0.8.1
func (b0 StringMaxBytes_builder) Build() *StringMaxBytes
type StringMaxLen ¶
type StringMaxLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringMaxLen) GetVal ¶
func (x *StringMaxLen) GetVal() string
func (*StringMaxLen) ProtoMessage ¶
func (*StringMaxLen) ProtoMessage()
func (*StringMaxLen) ProtoReflect ¶
func (x *StringMaxLen) ProtoReflect() protoreflect.Message
func (*StringMaxLen) Reset ¶
func (x *StringMaxLen) Reset()
func (*StringMaxLen) SetVal ¶ added in v0.8.1
func (x *StringMaxLen) SetVal(v string)
func (*StringMaxLen) String ¶
func (x *StringMaxLen) String() string
type StringMaxLen_builder ¶ added in v0.8.1
type StringMaxLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringMaxLen_builder) Build ¶ added in v0.8.1
func (b0 StringMaxLen_builder) Build() *StringMaxLen
type StringMinBytes ¶
type StringMinBytes struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringMinBytes) GetVal ¶
func (x *StringMinBytes) GetVal() string
func (*StringMinBytes) ProtoMessage ¶
func (*StringMinBytes) ProtoMessage()
func (*StringMinBytes) ProtoReflect ¶
func (x *StringMinBytes) ProtoReflect() protoreflect.Message
func (*StringMinBytes) Reset ¶
func (x *StringMinBytes) Reset()
func (*StringMinBytes) SetVal ¶ added in v0.8.1
func (x *StringMinBytes) SetVal(v string)
func (*StringMinBytes) String ¶
func (x *StringMinBytes) String() string
type StringMinBytes_builder ¶ added in v0.8.1
type StringMinBytes_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringMinBytes_builder) Build ¶ added in v0.8.1
func (b0 StringMinBytes_builder) Build() *StringMinBytes
type StringMinLen ¶
type StringMinLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringMinLen) GetVal ¶
func (x *StringMinLen) GetVal() string
func (*StringMinLen) ProtoMessage ¶
func (*StringMinLen) ProtoMessage()
func (*StringMinLen) ProtoReflect ¶
func (x *StringMinLen) ProtoReflect() protoreflect.Message
func (*StringMinLen) Reset ¶
func (x *StringMinLen) Reset()
func (*StringMinLen) SetVal ¶ added in v0.8.1
func (x *StringMinLen) SetVal(v string)
func (*StringMinLen) String ¶
func (x *StringMinLen) String() string
type StringMinLen_builder ¶ added in v0.8.1
type StringMinLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringMinLen_builder) Build ¶ added in v0.8.1
func (b0 StringMinLen_builder) Build() *StringMinLen
type StringMinMaxBytes ¶
type StringMinMaxBytes struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringMinMaxBytes) GetVal ¶
func (x *StringMinMaxBytes) GetVal() string
func (*StringMinMaxBytes) ProtoMessage ¶
func (*StringMinMaxBytes) ProtoMessage()
func (*StringMinMaxBytes) ProtoReflect ¶
func (x *StringMinMaxBytes) ProtoReflect() protoreflect.Message
func (*StringMinMaxBytes) Reset ¶
func (x *StringMinMaxBytes) Reset()
func (*StringMinMaxBytes) SetVal ¶ added in v0.8.1
func (x *StringMinMaxBytes) SetVal(v string)
func (*StringMinMaxBytes) String ¶
func (x *StringMinMaxBytes) String() string
type StringMinMaxBytes_builder ¶ added in v0.8.1
type StringMinMaxBytes_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringMinMaxBytes_builder) Build ¶ added in v0.8.1
func (b0 StringMinMaxBytes_builder) Build() *StringMinMaxBytes
type StringMinMaxLen ¶
type StringMinMaxLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringMinMaxLen) GetVal ¶
func (x *StringMinMaxLen) GetVal() string
func (*StringMinMaxLen) ProtoMessage ¶
func (*StringMinMaxLen) ProtoMessage()
func (*StringMinMaxLen) ProtoReflect ¶
func (x *StringMinMaxLen) ProtoReflect() protoreflect.Message
func (*StringMinMaxLen) Reset ¶
func (x *StringMinMaxLen) Reset()
func (*StringMinMaxLen) SetVal ¶ added in v0.8.1
func (x *StringMinMaxLen) SetVal(v string)
func (*StringMinMaxLen) String ¶
func (x *StringMinMaxLen) String() string
type StringMinMaxLen_builder ¶ added in v0.8.1
type StringMinMaxLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringMinMaxLen_builder) Build ¶ added in v0.8.1
func (b0 StringMinMaxLen_builder) Build() *StringMinMaxLen
type StringNone ¶
type StringNone struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNone) GetVal ¶
func (x *StringNone) GetVal() string
func (*StringNone) ProtoMessage ¶
func (*StringNone) ProtoMessage()
func (*StringNone) ProtoReflect ¶
func (x *StringNone) ProtoReflect() protoreflect.Message
func (*StringNone) Reset ¶
func (x *StringNone) Reset()
func (*StringNone) SetVal ¶ added in v0.8.1
func (x *StringNone) SetVal(v string)
func (*StringNone) String ¶
func (x *StringNone) String() string
type StringNone_builder ¶ added in v0.8.1
type StringNone_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNone_builder) Build ¶ added in v0.8.1
func (b0 StringNone_builder) Build() *StringNone
type StringNotAddress ¶ added in v0.7.0
type StringNotAddress struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotAddress) GetVal ¶ added in v0.7.0
func (x *StringNotAddress) GetVal() string
func (*StringNotAddress) ProtoMessage ¶ added in v0.7.0
func (*StringNotAddress) ProtoMessage()
func (*StringNotAddress) ProtoReflect ¶ added in v0.7.0
func (x *StringNotAddress) ProtoReflect() protoreflect.Message
func (*StringNotAddress) Reset ¶ added in v0.7.0
func (x *StringNotAddress) Reset()
func (*StringNotAddress) SetVal ¶ added in v0.8.1
func (x *StringNotAddress) SetVal(v string)
func (*StringNotAddress) String ¶ added in v0.7.0
func (x *StringNotAddress) String() string
type StringNotAddress_builder ¶ added in v0.8.1
type StringNotAddress_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotAddress_builder) Build ¶ added in v0.8.1
func (b0 StringNotAddress_builder) Build() *StringNotAddress
type StringNotContains ¶
type StringNotContains struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotContains) GetVal ¶
func (x *StringNotContains) GetVal() string
func (*StringNotContains) ProtoMessage ¶
func (*StringNotContains) ProtoMessage()
func (*StringNotContains) ProtoReflect ¶
func (x *StringNotContains) ProtoReflect() protoreflect.Message
func (*StringNotContains) Reset ¶
func (x *StringNotContains) Reset()
func (*StringNotContains) SetVal ¶ added in v0.8.1
func (x *StringNotContains) SetVal(v string)
func (*StringNotContains) String ¶
func (x *StringNotContains) String() string
type StringNotContains_builder ¶ added in v0.8.1
type StringNotContains_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotContains_builder) Build ¶ added in v0.8.1
func (b0 StringNotContains_builder) Build() *StringNotContains
type StringNotEmail ¶ added in v0.7.0
type StringNotEmail struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotEmail) GetVal ¶ added in v0.7.0
func (x *StringNotEmail) GetVal() string
func (*StringNotEmail) ProtoMessage ¶ added in v0.7.0
func (*StringNotEmail) ProtoMessage()
func (*StringNotEmail) ProtoReflect ¶ added in v0.7.0
func (x *StringNotEmail) ProtoReflect() protoreflect.Message
func (*StringNotEmail) Reset ¶ added in v0.7.0
func (x *StringNotEmail) Reset()
func (*StringNotEmail) SetVal ¶ added in v0.8.1
func (x *StringNotEmail) SetVal(v string)
func (*StringNotEmail) String ¶ added in v0.7.0
func (x *StringNotEmail) String() string
type StringNotEmail_builder ¶ added in v0.8.1
type StringNotEmail_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotEmail_builder) Build ¶ added in v0.8.1
func (b0 StringNotEmail_builder) Build() *StringNotEmail
type StringNotHostname ¶ added in v0.7.0
type StringNotHostname struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotHostname) GetVal ¶ added in v0.7.0
func (x *StringNotHostname) GetVal() string
func (*StringNotHostname) ProtoMessage ¶ added in v0.7.0
func (*StringNotHostname) ProtoMessage()
func (*StringNotHostname) ProtoReflect ¶ added in v0.7.0
func (x *StringNotHostname) ProtoReflect() protoreflect.Message
func (*StringNotHostname) Reset ¶ added in v0.7.0
func (x *StringNotHostname) Reset()
func (*StringNotHostname) SetVal ¶ added in v0.8.1
func (x *StringNotHostname) SetVal(v string)
func (*StringNotHostname) String ¶ added in v0.7.0
func (x *StringNotHostname) String() string
type StringNotHostname_builder ¶ added in v0.8.1
type StringNotHostname_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotHostname_builder) Build ¶ added in v0.8.1
func (b0 StringNotHostname_builder) Build() *StringNotHostname
type StringNotIP ¶ added in v0.7.0
type StringNotIP struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIP) GetVal ¶ added in v0.7.0
func (x *StringNotIP) GetVal() string
func (*StringNotIP) ProtoMessage ¶ added in v0.7.0
func (*StringNotIP) ProtoMessage()
func (*StringNotIP) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIP) ProtoReflect() protoreflect.Message
func (*StringNotIP) Reset ¶ added in v0.7.0
func (x *StringNotIP) Reset()
func (*StringNotIP) SetVal ¶ added in v0.8.1
func (x *StringNotIP) SetVal(v string)
func (*StringNotIP) String ¶ added in v0.7.0
func (x *StringNotIP) String() string
type StringNotIPPrefix ¶ added in v0.7.0
type StringNotIPPrefix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPPrefix) GetVal ¶ added in v0.7.0
func (x *StringNotIPPrefix) GetVal() string
func (*StringNotIPPrefix) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPPrefix) ProtoMessage()
func (*StringNotIPPrefix) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPPrefix) ProtoReflect() protoreflect.Message
func (*StringNotIPPrefix) Reset ¶ added in v0.7.0
func (x *StringNotIPPrefix) Reset()
func (*StringNotIPPrefix) SetVal ¶ added in v0.8.1
func (x *StringNotIPPrefix) SetVal(v string)
func (*StringNotIPPrefix) String ¶ added in v0.7.0
func (x *StringNotIPPrefix) String() string
type StringNotIPPrefix_builder ¶ added in v0.8.1
type StringNotIPPrefix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPPrefix_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPPrefix_builder) Build() *StringNotIPPrefix
type StringNotIPWithPrefixLen ¶ added in v0.7.0
type StringNotIPWithPrefixLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPWithPrefixLen) GetVal ¶ added in v0.7.0
func (x *StringNotIPWithPrefixLen) GetVal() string
func (*StringNotIPWithPrefixLen) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPWithPrefixLen) ProtoMessage()
func (*StringNotIPWithPrefixLen) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPWithPrefixLen) ProtoReflect() protoreflect.Message
func (*StringNotIPWithPrefixLen) Reset ¶ added in v0.7.0
func (x *StringNotIPWithPrefixLen) Reset()
func (*StringNotIPWithPrefixLen) SetVal ¶ added in v0.8.1
func (x *StringNotIPWithPrefixLen) SetVal(v string)
func (*StringNotIPWithPrefixLen) String ¶ added in v0.7.0
func (x *StringNotIPWithPrefixLen) String() string
type StringNotIPWithPrefixLen_builder ¶ added in v0.8.1
type StringNotIPWithPrefixLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPWithPrefixLen_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPWithPrefixLen_builder) Build() *StringNotIPWithPrefixLen
type StringNotIP_builder ¶ added in v0.8.1
type StringNotIP_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIP_builder) Build ¶ added in v0.8.1
func (b0 StringNotIP_builder) Build() *StringNotIP
type StringNotIPv4 ¶ added in v0.7.0
type StringNotIPv4 struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPv4) GetVal ¶ added in v0.7.0
func (x *StringNotIPv4) GetVal() string
func (*StringNotIPv4) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPv4) ProtoMessage()
func (*StringNotIPv4) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPv4) ProtoReflect() protoreflect.Message
func (*StringNotIPv4) Reset ¶ added in v0.7.0
func (x *StringNotIPv4) Reset()
func (*StringNotIPv4) SetVal ¶ added in v0.8.1
func (x *StringNotIPv4) SetVal(v string)
func (*StringNotIPv4) String ¶ added in v0.7.0
func (x *StringNotIPv4) String() string
type StringNotIPv4Prefix ¶ added in v0.7.0
type StringNotIPv4Prefix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPv4Prefix) GetVal ¶ added in v0.7.0
func (x *StringNotIPv4Prefix) GetVal() string
func (*StringNotIPv4Prefix) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPv4Prefix) ProtoMessage()
func (*StringNotIPv4Prefix) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPv4Prefix) ProtoReflect() protoreflect.Message
func (*StringNotIPv4Prefix) Reset ¶ added in v0.7.0
func (x *StringNotIPv4Prefix) Reset()
func (*StringNotIPv4Prefix) SetVal ¶ added in v0.8.1
func (x *StringNotIPv4Prefix) SetVal(v string)
func (*StringNotIPv4Prefix) String ¶ added in v0.7.0
func (x *StringNotIPv4Prefix) String() string
type StringNotIPv4Prefix_builder ¶ added in v0.8.1
type StringNotIPv4Prefix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPv4Prefix_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPv4Prefix_builder) Build() *StringNotIPv4Prefix
type StringNotIPv4WithPrefixLen ¶ added in v0.7.0
type StringNotIPv4WithPrefixLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPv4WithPrefixLen) GetVal ¶ added in v0.7.0
func (x *StringNotIPv4WithPrefixLen) GetVal() string
func (*StringNotIPv4WithPrefixLen) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPv4WithPrefixLen) ProtoMessage()
func (*StringNotIPv4WithPrefixLen) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPv4WithPrefixLen) ProtoReflect() protoreflect.Message
func (*StringNotIPv4WithPrefixLen) Reset ¶ added in v0.7.0
func (x *StringNotIPv4WithPrefixLen) Reset()
func (*StringNotIPv4WithPrefixLen) SetVal ¶ added in v0.8.1
func (x *StringNotIPv4WithPrefixLen) SetVal(v string)
func (*StringNotIPv4WithPrefixLen) String ¶ added in v0.7.0
func (x *StringNotIPv4WithPrefixLen) String() string
type StringNotIPv4WithPrefixLen_builder ¶ added in v0.8.1
type StringNotIPv4WithPrefixLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPv4WithPrefixLen_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPv4WithPrefixLen_builder) Build() *StringNotIPv4WithPrefixLen
type StringNotIPv4_builder ¶ added in v0.8.1
type StringNotIPv4_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPv4_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPv4_builder) Build() *StringNotIPv4
type StringNotIPv6 ¶ added in v0.7.0
type StringNotIPv6 struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPv6) GetVal ¶ added in v0.7.0
func (x *StringNotIPv6) GetVal() string
func (*StringNotIPv6) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPv6) ProtoMessage()
func (*StringNotIPv6) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPv6) ProtoReflect() protoreflect.Message
func (*StringNotIPv6) Reset ¶ added in v0.7.0
func (x *StringNotIPv6) Reset()
func (*StringNotIPv6) SetVal ¶ added in v0.8.1
func (x *StringNotIPv6) SetVal(v string)
func (*StringNotIPv6) String ¶ added in v0.7.0
func (x *StringNotIPv6) String() string
type StringNotIPv6Prefix ¶ added in v0.7.0
type StringNotIPv6Prefix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPv6Prefix) GetVal ¶ added in v0.7.0
func (x *StringNotIPv6Prefix) GetVal() string
func (*StringNotIPv6Prefix) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPv6Prefix) ProtoMessage()
func (*StringNotIPv6Prefix) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPv6Prefix) ProtoReflect() protoreflect.Message
func (*StringNotIPv6Prefix) Reset ¶ added in v0.7.0
func (x *StringNotIPv6Prefix) Reset()
func (*StringNotIPv6Prefix) SetVal ¶ added in v0.8.1
func (x *StringNotIPv6Prefix) SetVal(v string)
func (*StringNotIPv6Prefix) String ¶ added in v0.7.0
func (x *StringNotIPv6Prefix) String() string
type StringNotIPv6Prefix_builder ¶ added in v0.8.1
type StringNotIPv6Prefix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPv6Prefix_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPv6Prefix_builder) Build() *StringNotIPv6Prefix
type StringNotIPv6WithPrefixLen ¶ added in v0.7.0
type StringNotIPv6WithPrefixLen struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIPv6WithPrefixLen) GetVal ¶ added in v0.7.0
func (x *StringNotIPv6WithPrefixLen) GetVal() string
func (*StringNotIPv6WithPrefixLen) ProtoMessage ¶ added in v0.7.0
func (*StringNotIPv6WithPrefixLen) ProtoMessage()
func (*StringNotIPv6WithPrefixLen) ProtoReflect ¶ added in v0.7.0
func (x *StringNotIPv6WithPrefixLen) ProtoReflect() protoreflect.Message
func (*StringNotIPv6WithPrefixLen) Reset ¶ added in v0.7.0
func (x *StringNotIPv6WithPrefixLen) Reset()
func (*StringNotIPv6WithPrefixLen) SetVal ¶ added in v0.8.1
func (x *StringNotIPv6WithPrefixLen) SetVal(v string)
func (*StringNotIPv6WithPrefixLen) String ¶ added in v0.7.0
func (x *StringNotIPv6WithPrefixLen) String() string
type StringNotIPv6WithPrefixLen_builder ¶ added in v0.8.1
type StringNotIPv6WithPrefixLen_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPv6WithPrefixLen_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPv6WithPrefixLen_builder) Build() *StringNotIPv6WithPrefixLen
type StringNotIPv6_builder ¶ added in v0.8.1
type StringNotIPv6_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIPv6_builder) Build ¶ added in v0.8.1
func (b0 StringNotIPv6_builder) Build() *StringNotIPv6
type StringNotIn ¶
type StringNotIn struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotIn) GetVal ¶
func (x *StringNotIn) GetVal() string
func (*StringNotIn) ProtoMessage ¶
func (*StringNotIn) ProtoMessage()
func (*StringNotIn) ProtoReflect ¶
func (x *StringNotIn) ProtoReflect() protoreflect.Message
func (*StringNotIn) Reset ¶
func (x *StringNotIn) Reset()
func (*StringNotIn) SetVal ¶ added in v0.8.1
func (x *StringNotIn) SetVal(v string)
func (*StringNotIn) String ¶
func (x *StringNotIn) String() string
type StringNotIn_builder ¶ added in v0.8.1
type StringNotIn_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotIn_builder) Build ¶ added in v0.8.1
func (b0 StringNotIn_builder) Build() *StringNotIn
type StringNotTUUID ¶ added in v0.7.0
type StringNotTUUID struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotTUUID) GetVal ¶ added in v0.7.0
func (x *StringNotTUUID) GetVal() string
func (*StringNotTUUID) ProtoMessage ¶ added in v0.7.0
func (*StringNotTUUID) ProtoMessage()
func (*StringNotTUUID) ProtoReflect ¶ added in v0.7.0
func (x *StringNotTUUID) ProtoReflect() protoreflect.Message
func (*StringNotTUUID) Reset ¶ added in v0.7.0
func (x *StringNotTUUID) Reset()
func (*StringNotTUUID) SetVal ¶ added in v0.8.1
func (x *StringNotTUUID) SetVal(v string)
func (*StringNotTUUID) String ¶ added in v0.7.0
func (x *StringNotTUUID) String() string
type StringNotTUUID_builder ¶ added in v0.8.1
type StringNotTUUID_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotTUUID_builder) Build ¶ added in v0.8.1
func (b0 StringNotTUUID_builder) Build() *StringNotTUUID
type StringNotURI ¶ added in v0.7.0
type StringNotURI struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotURI) GetVal ¶ added in v0.7.0
func (x *StringNotURI) GetVal() string
func (*StringNotURI) ProtoMessage ¶ added in v0.7.0
func (*StringNotURI) ProtoMessage()
func (*StringNotURI) ProtoReflect ¶ added in v0.7.0
func (x *StringNotURI) ProtoReflect() protoreflect.Message
func (*StringNotURI) Reset ¶ added in v0.7.0
func (x *StringNotURI) Reset()
func (*StringNotURI) SetVal ¶ added in v0.8.1
func (x *StringNotURI) SetVal(v string)
func (*StringNotURI) String ¶ added in v0.7.0
func (x *StringNotURI) String() string
type StringNotURIRef ¶ added in v0.7.0
type StringNotURIRef struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotURIRef) GetVal ¶ added in v0.7.0
func (x *StringNotURIRef) GetVal() string
func (*StringNotURIRef) ProtoMessage ¶ added in v0.7.0
func (*StringNotURIRef) ProtoMessage()
func (*StringNotURIRef) ProtoReflect ¶ added in v0.7.0
func (x *StringNotURIRef) ProtoReflect() protoreflect.Message
func (*StringNotURIRef) Reset ¶ added in v0.7.0
func (x *StringNotURIRef) Reset()
func (*StringNotURIRef) SetVal ¶ added in v0.8.1
func (x *StringNotURIRef) SetVal(v string)
func (*StringNotURIRef) String ¶ added in v0.7.0
func (x *StringNotURIRef) String() string
type StringNotURIRef_builder ¶ added in v0.8.1
type StringNotURIRef_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotURIRef_builder) Build ¶ added in v0.8.1
func (b0 StringNotURIRef_builder) Build() *StringNotURIRef
type StringNotURI_builder ¶ added in v0.8.1
type StringNotURI_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotURI_builder) Build ¶ added in v0.8.1
func (b0 StringNotURI_builder) Build() *StringNotURI
type StringNotUUID ¶ added in v0.7.0
type StringNotUUID struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringNotUUID) GetVal ¶ added in v0.7.0
func (x *StringNotUUID) GetVal() string
func (*StringNotUUID) ProtoMessage ¶ added in v0.7.0
func (*StringNotUUID) ProtoMessage()
func (*StringNotUUID) ProtoReflect ¶ added in v0.7.0
func (x *StringNotUUID) ProtoReflect() protoreflect.Message
func (*StringNotUUID) Reset ¶ added in v0.7.0
func (x *StringNotUUID) Reset()
func (*StringNotUUID) SetVal ¶ added in v0.8.1
func (x *StringNotUUID) SetVal(v string)
func (*StringNotUUID) String ¶ added in v0.7.0
func (x *StringNotUUID) String() string
type StringNotUUID_builder ¶ added in v0.8.1
type StringNotUUID_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringNotUUID_builder) Build ¶ added in v0.8.1
func (b0 StringNotUUID_builder) Build() *StringNotUUID
type StringPattern ¶
type StringPattern struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringPattern) GetVal ¶
func (x *StringPattern) GetVal() string
func (*StringPattern) ProtoMessage ¶
func (*StringPattern) ProtoMessage()
func (*StringPattern) ProtoReflect ¶
func (x *StringPattern) ProtoReflect() protoreflect.Message
func (*StringPattern) Reset ¶
func (x *StringPattern) Reset()
func (*StringPattern) SetVal ¶ added in v0.8.1
func (x *StringPattern) SetVal(v string)
func (*StringPattern) String ¶
func (x *StringPattern) String() string
type StringPatternEscapes ¶
type StringPatternEscapes struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringPatternEscapes) GetVal ¶
func (x *StringPatternEscapes) GetVal() string
func (*StringPatternEscapes) ProtoMessage ¶
func (*StringPatternEscapes) ProtoMessage()
func (*StringPatternEscapes) ProtoReflect ¶
func (x *StringPatternEscapes) ProtoReflect() protoreflect.Message
func (*StringPatternEscapes) Reset ¶
func (x *StringPatternEscapes) Reset()
func (*StringPatternEscapes) SetVal ¶ added in v0.8.1
func (x *StringPatternEscapes) SetVal(v string)
func (*StringPatternEscapes) String ¶
func (x *StringPatternEscapes) String() string
type StringPatternEscapes_builder ¶ added in v0.8.1
type StringPatternEscapes_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringPatternEscapes_builder) Build ¶ added in v0.8.1
func (b0 StringPatternEscapes_builder) Build() *StringPatternEscapes
type StringPattern_builder ¶ added in v0.8.1
type StringPattern_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringPattern_builder) Build ¶ added in v0.8.1
func (b0 StringPattern_builder) Build() *StringPattern
type StringPrefix ¶
type StringPrefix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringPrefix) GetVal ¶
func (x *StringPrefix) GetVal() string
func (*StringPrefix) ProtoMessage ¶
func (*StringPrefix) ProtoMessage()
func (*StringPrefix) ProtoReflect ¶
func (x *StringPrefix) ProtoReflect() protoreflect.Message
func (*StringPrefix) Reset ¶
func (x *StringPrefix) Reset()
func (*StringPrefix) SetVal ¶ added in v0.8.1
func (x *StringPrefix) SetVal(v string)
func (*StringPrefix) String ¶
func (x *StringPrefix) String() string
type StringPrefix_builder ¶ added in v0.8.1
type StringPrefix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringPrefix_builder) Build ¶ added in v0.8.1
func (b0 StringPrefix_builder) Build() *StringPrefix
type StringSuffix ¶
type StringSuffix struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringSuffix) GetVal ¶
func (x *StringSuffix) GetVal() string
func (*StringSuffix) ProtoMessage ¶
func (*StringSuffix) ProtoMessage()
func (*StringSuffix) ProtoReflect ¶
func (x *StringSuffix) ProtoReflect() protoreflect.Message
func (*StringSuffix) Reset ¶
func (x *StringSuffix) Reset()
func (*StringSuffix) SetVal ¶ added in v0.8.1
func (x *StringSuffix) SetVal(v string)
func (*StringSuffix) String ¶
func (x *StringSuffix) String() string
type StringSuffix_builder ¶ added in v0.8.1
type StringSuffix_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringSuffix_builder) Build ¶ added in v0.8.1
func (b0 StringSuffix_builder) Build() *StringSuffix
type StringTUUID ¶ added in v0.6.1
type StringTUUID struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringTUUID) GetVal ¶ added in v0.6.1
func (x *StringTUUID) GetVal() string
func (*StringTUUID) ProtoMessage ¶ added in v0.6.1
func (*StringTUUID) ProtoMessage()
func (*StringTUUID) ProtoReflect ¶ added in v0.6.1
func (x *StringTUUID) ProtoReflect() protoreflect.Message
func (*StringTUUID) Reset ¶ added in v0.6.1
func (x *StringTUUID) Reset()
func (*StringTUUID) SetVal ¶ added in v0.8.1
func (x *StringTUUID) SetVal(v string)
func (*StringTUUID) String ¶ added in v0.6.1
func (x *StringTUUID) String() string
type StringTUUID_builder ¶ added in v0.8.1
type StringTUUID_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringTUUID_builder) Build ¶ added in v0.8.1
func (b0 StringTUUID_builder) Build() *StringTUUID
type StringURI ¶
type StringURI struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringURI) ProtoMessage ¶
func (*StringURI) ProtoMessage()
func (*StringURI) ProtoReflect ¶
func (x *StringURI) ProtoReflect() protoreflect.Message
type StringURIRef ¶
type StringURIRef struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringURIRef) GetVal ¶
func (x *StringURIRef) GetVal() string
func (*StringURIRef) ProtoMessage ¶
func (*StringURIRef) ProtoMessage()
func (*StringURIRef) ProtoReflect ¶
func (x *StringURIRef) ProtoReflect() protoreflect.Message
func (*StringURIRef) Reset ¶
func (x *StringURIRef) Reset()
func (*StringURIRef) SetVal ¶ added in v0.8.1
func (x *StringURIRef) SetVal(v string)
func (*StringURIRef) String ¶
func (x *StringURIRef) String() string
type StringURIRef_builder ¶ added in v0.8.1
type StringURIRef_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringURIRef_builder) Build ¶ added in v0.8.1
func (b0 StringURIRef_builder) Build() *StringURIRef
type StringURI_builder ¶ added in v0.8.1
type StringURI_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringURI_builder) Build ¶ added in v0.8.1
func (b0 StringURI_builder) Build() *StringURI
type StringUUID ¶
type StringUUID struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringUUID) GetVal ¶
func (x *StringUUID) GetVal() string
func (*StringUUID) ProtoMessage ¶
func (*StringUUID) ProtoMessage()
func (*StringUUID) ProtoReflect ¶
func (x *StringUUID) ProtoReflect() protoreflect.Message
func (*StringUUID) Reset ¶
func (x *StringUUID) Reset()
func (*StringUUID) SetVal ¶ added in v0.8.1
func (x *StringUUID) SetVal(v string)
func (*StringUUID) String ¶
func (x *StringUUID) String() string
type StringUUIDIgnore ¶
type StringUUIDIgnore struct {
Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*StringUUIDIgnore) GetVal ¶
func (x *StringUUIDIgnore) GetVal() string
func (*StringUUIDIgnore) ProtoMessage ¶
func (*StringUUIDIgnore) ProtoMessage()
func (*StringUUIDIgnore) ProtoReflect ¶
func (x *StringUUIDIgnore) ProtoReflect() protoreflect.Message
func (*StringUUIDIgnore) Reset ¶
func (x *StringUUIDIgnore) Reset()
func (*StringUUIDIgnore) SetVal ¶ added in v0.8.1
func (x *StringUUIDIgnore) SetVal(v string)
func (*StringUUIDIgnore) String ¶
func (x *StringUUIDIgnore) String() string
type StringUUIDIgnore_builder ¶ added in v0.8.1
type StringUUIDIgnore_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringUUIDIgnore_builder) Build ¶ added in v0.8.1
func (b0 StringUUIDIgnore_builder) Build() *StringUUIDIgnore
type StringUUID_builder ¶ added in v0.8.1
type StringUUID_builder struct {
Val string
// contains filtered or unexported fields
}
func (StringUUID_builder) Build ¶ added in v0.8.1
func (b0 StringUUID_builder) Build() *StringUUID
type TestEnum ¶
type TestEnum int32
func (TestEnum) Descriptor ¶
func (TestEnum) Descriptor() protoreflect.EnumDescriptor
func (TestEnum) Number ¶
func (x TestEnum) Number() protoreflect.EnumNumber
func (TestEnum) Type ¶
func (TestEnum) Type() protoreflect.EnumType
type TestEnumAlias ¶
type TestEnumAlias int32
const ( TestEnumAlias_TEST_ENUM_ALIAS_UNSPECIFIED TestEnumAlias = 0 TestEnumAlias_TEST_ENUM_ALIAS_A TestEnumAlias = 1 TestEnumAlias_TEST_ENUM_ALIAS_B TestEnumAlias = 2 TestEnumAlias_TEST_ENUM_ALIAS_C TestEnumAlias = 3 TestEnumAlias_TEST_ENUM_ALIAS_ALPHA TestEnumAlias = 1 TestEnumAlias_TEST_ENUM_ALIAS_BETA TestEnumAlias = 2 TestEnumAlias_TEST_ENUM_ALIAS_GAMMA TestEnumAlias = 3 )
func (TestEnumAlias) Descriptor ¶
func (TestEnumAlias) Descriptor() protoreflect.EnumDescriptor
func (TestEnumAlias) Enum ¶
func (x TestEnumAlias) Enum() *TestEnumAlias
func (TestEnumAlias) Number ¶
func (x TestEnumAlias) Number() protoreflect.EnumNumber
func (TestEnumAlias) String ¶
func (x TestEnumAlias) String() string
func (TestEnumAlias) Type ¶
func (TestEnumAlias) Type() protoreflect.EnumType
type TestMsg ¶
type TestMsg struct {
Const string `protobuf:"bytes,1,opt,name=const,proto3" json:"const,omitempty"`
Nested *TestMsg `protobuf:"bytes,2,opt,name=nested,proto3" json:"nested,omitempty"`
// contains filtered or unexported fields
}
func (*TestMsg) ClearNested ¶ added in v0.8.1
func (x *TestMsg) ClearNested()
func (*TestMsg) ProtoMessage ¶
func (*TestMsg) ProtoMessage()
func (*TestMsg) ProtoReflect ¶
func (x *TestMsg) ProtoReflect() protoreflect.Message
type TestMsg_builder ¶ added in v0.8.1
type TestMsg_builder struct {
Const string
Nested *TestMsg
// contains filtered or unexported fields
}
func (TestMsg_builder) Build ¶ added in v0.8.1
func (b0 TestMsg_builder) Build() *TestMsg
type TestOneofMsg ¶
type TestOneofMsg struct {
Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TestOneofMsg) GetVal ¶
func (x *TestOneofMsg) GetVal() bool
func (*TestOneofMsg) ProtoMessage ¶
func (*TestOneofMsg) ProtoMessage()
func (*TestOneofMsg) ProtoReflect ¶
func (x *TestOneofMsg) ProtoReflect() protoreflect.Message
func (*TestOneofMsg) Reset ¶
func (x *TestOneofMsg) Reset()
func (*TestOneofMsg) SetVal ¶ added in v0.8.1
func (x *TestOneofMsg) SetVal(v bool)
func (*TestOneofMsg) String ¶
func (x *TestOneofMsg) String() string
type TestOneofMsg_builder ¶ added in v0.8.1
type TestOneofMsg_builder struct {
Val bool
// contains filtered or unexported fields
}
func (TestOneofMsg_builder) Build ¶ added in v0.8.1
func (b0 TestOneofMsg_builder) Build() *TestOneofMsg
type TimestampConst ¶
type TimestampConst struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampConst) ClearVal ¶ added in v0.8.1
func (x *TimestampConst) ClearVal()
func (*TimestampConst) GetVal ¶
func (x *TimestampConst) GetVal() *timestamppb.Timestamp
func (*TimestampConst) HasVal ¶ added in v0.8.1
func (x *TimestampConst) HasVal() bool
func (*TimestampConst) ProtoMessage ¶
func (*TimestampConst) ProtoMessage()
func (*TimestampConst) ProtoReflect ¶
func (x *TimestampConst) ProtoReflect() protoreflect.Message
func (*TimestampConst) Reset ¶
func (x *TimestampConst) Reset()
func (*TimestampConst) SetVal ¶ added in v0.8.1
func (x *TimestampConst) SetVal(v *timestamppb.Timestamp)
func (*TimestampConst) String ¶
func (x *TimestampConst) String() string
type TimestampConst_builder ¶ added in v0.8.1
type TimestampConst_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampConst_builder) Build ¶ added in v0.8.1
func (b0 TimestampConst_builder) Build() *TimestampConst
type TimestampExGTELTE ¶
type TimestampExGTELTE struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampExGTELTE) ClearVal ¶ added in v0.8.1
func (x *TimestampExGTELTE) ClearVal()
func (*TimestampExGTELTE) GetVal ¶
func (x *TimestampExGTELTE) GetVal() *timestamppb.Timestamp
func (*TimestampExGTELTE) HasVal ¶ added in v0.8.1
func (x *TimestampExGTELTE) HasVal() bool
func (*TimestampExGTELTE) ProtoMessage ¶
func (*TimestampExGTELTE) ProtoMessage()
func (*TimestampExGTELTE) ProtoReflect ¶
func (x *TimestampExGTELTE) ProtoReflect() protoreflect.Message
func (*TimestampExGTELTE) Reset ¶
func (x *TimestampExGTELTE) Reset()
func (*TimestampExGTELTE) SetVal ¶ added in v0.8.1
func (x *TimestampExGTELTE) SetVal(v *timestamppb.Timestamp)
func (*TimestampExGTELTE) String ¶
func (x *TimestampExGTELTE) String() string
type TimestampExGTELTE_builder ¶ added in v0.8.1
type TimestampExGTELTE_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 TimestampExGTELTE_builder) Build() *TimestampExGTELTE
type TimestampExLTGT ¶
type TimestampExLTGT struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampExLTGT) ClearVal ¶ added in v0.8.1
func (x *TimestampExLTGT) ClearVal()
func (*TimestampExLTGT) GetVal ¶
func (x *TimestampExLTGT) GetVal() *timestamppb.Timestamp
func (*TimestampExLTGT) HasVal ¶ added in v0.8.1
func (x *TimestampExLTGT) HasVal() bool
func (*TimestampExLTGT) ProtoMessage ¶
func (*TimestampExLTGT) ProtoMessage()
func (*TimestampExLTGT) ProtoReflect ¶
func (x *TimestampExLTGT) ProtoReflect() protoreflect.Message
func (*TimestampExLTGT) Reset ¶
func (x *TimestampExLTGT) Reset()
func (*TimestampExLTGT) SetVal ¶ added in v0.8.1
func (x *TimestampExLTGT) SetVal(v *timestamppb.Timestamp)
func (*TimestampExLTGT) String ¶
func (x *TimestampExLTGT) String() string
type TimestampExLTGT_builder ¶ added in v0.8.1
type TimestampExLTGT_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampExLTGT_builder) Build ¶ added in v0.8.1
func (b0 TimestampExLTGT_builder) Build() *TimestampExLTGT
type TimestampExample ¶ added in v0.7.0
type TimestampExample struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampExample) ClearVal ¶ added in v0.8.1
func (x *TimestampExample) ClearVal()
func (*TimestampExample) GetVal ¶ added in v0.7.0
func (x *TimestampExample) GetVal() *timestamppb.Timestamp
func (*TimestampExample) HasVal ¶ added in v0.8.1
func (x *TimestampExample) HasVal() bool
func (*TimestampExample) ProtoMessage ¶ added in v0.7.0
func (*TimestampExample) ProtoMessage()
func (*TimestampExample) ProtoReflect ¶ added in v0.7.0
func (x *TimestampExample) ProtoReflect() protoreflect.Message
func (*TimestampExample) Reset ¶ added in v0.7.0
func (x *TimestampExample) Reset()
func (*TimestampExample) SetVal ¶ added in v0.8.1
func (x *TimestampExample) SetVal(v *timestamppb.Timestamp)
func (*TimestampExample) String ¶ added in v0.7.0
func (x *TimestampExample) String() string
type TimestampExample_builder ¶ added in v0.8.1
type TimestampExample_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampExample_builder) Build ¶ added in v0.8.1
func (b0 TimestampExample_builder) Build() *TimestampExample
type TimestampGT ¶
type TimestampGT struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampGT) ClearVal ¶ added in v0.8.1
func (x *TimestampGT) ClearVal()
func (*TimestampGT) GetVal ¶
func (x *TimestampGT) GetVal() *timestamppb.Timestamp
func (*TimestampGT) HasVal ¶ added in v0.8.1
func (x *TimestampGT) HasVal() bool
func (*TimestampGT) ProtoMessage ¶
func (*TimestampGT) ProtoMessage()
func (*TimestampGT) ProtoReflect ¶
func (x *TimestampGT) ProtoReflect() protoreflect.Message
func (*TimestampGT) Reset ¶
func (x *TimestampGT) Reset()
func (*TimestampGT) SetVal ¶ added in v0.8.1
func (x *TimestampGT) SetVal(v *timestamppb.Timestamp)
func (*TimestampGT) String ¶
func (x *TimestampGT) String() string
type TimestampGTE ¶
type TimestampGTE struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampGTE) ClearVal ¶ added in v0.8.1
func (x *TimestampGTE) ClearVal()
func (*TimestampGTE) GetVal ¶
func (x *TimestampGTE) GetVal() *timestamppb.Timestamp
func (*TimestampGTE) HasVal ¶ added in v0.8.1
func (x *TimestampGTE) HasVal() bool
func (*TimestampGTE) ProtoMessage ¶
func (*TimestampGTE) ProtoMessage()
func (*TimestampGTE) ProtoReflect ¶
func (x *TimestampGTE) ProtoReflect() protoreflect.Message
func (*TimestampGTE) Reset ¶
func (x *TimestampGTE) Reset()
func (*TimestampGTE) SetVal ¶ added in v0.8.1
func (x *TimestampGTE) SetVal(v *timestamppb.Timestamp)
func (*TimestampGTE) String ¶
func (x *TimestampGTE) String() string
type TimestampGTELTE ¶
type TimestampGTELTE struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampGTELTE) ClearVal ¶ added in v0.8.1
func (x *TimestampGTELTE) ClearVal()
func (*TimestampGTELTE) GetVal ¶
func (x *TimestampGTELTE) GetVal() *timestamppb.Timestamp
func (*TimestampGTELTE) HasVal ¶ added in v0.8.1
func (x *TimestampGTELTE) HasVal() bool
func (*TimestampGTELTE) ProtoMessage ¶
func (*TimestampGTELTE) ProtoMessage()
func (*TimestampGTELTE) ProtoReflect ¶
func (x *TimestampGTELTE) ProtoReflect() protoreflect.Message
func (*TimestampGTELTE) Reset ¶
func (x *TimestampGTELTE) Reset()
func (*TimestampGTELTE) SetVal ¶ added in v0.8.1
func (x *TimestampGTELTE) SetVal(v *timestamppb.Timestamp)
func (*TimestampGTELTE) String ¶
func (x *TimestampGTELTE) String() string
type TimestampGTELTE_builder ¶ added in v0.8.1
type TimestampGTELTE_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampGTELTE_builder) Build ¶ added in v0.8.1
func (b0 TimestampGTELTE_builder) Build() *TimestampGTELTE
type TimestampGTE_builder ¶ added in v0.8.1
type TimestampGTE_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampGTE_builder) Build ¶ added in v0.8.1
func (b0 TimestampGTE_builder) Build() *TimestampGTE
type TimestampGTLT ¶
type TimestampGTLT struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampGTLT) ClearVal ¶ added in v0.8.1
func (x *TimestampGTLT) ClearVal()
func (*TimestampGTLT) GetVal ¶
func (x *TimestampGTLT) GetVal() *timestamppb.Timestamp
func (*TimestampGTLT) HasVal ¶ added in v0.8.1
func (x *TimestampGTLT) HasVal() bool
func (*TimestampGTLT) ProtoMessage ¶
func (*TimestampGTLT) ProtoMessage()
func (*TimestampGTLT) ProtoReflect ¶
func (x *TimestampGTLT) ProtoReflect() protoreflect.Message
func (*TimestampGTLT) Reset ¶
func (x *TimestampGTLT) Reset()
func (*TimestampGTLT) SetVal ¶ added in v0.8.1
func (x *TimestampGTLT) SetVal(v *timestamppb.Timestamp)
func (*TimestampGTLT) String ¶
func (x *TimestampGTLT) String() string
type TimestampGTLT_builder ¶ added in v0.8.1
type TimestampGTLT_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampGTLT_builder) Build ¶ added in v0.8.1
func (b0 TimestampGTLT_builder) Build() *TimestampGTLT
type TimestampGTNow ¶
type TimestampGTNow struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampGTNow) ClearVal ¶ added in v0.8.1
func (x *TimestampGTNow) ClearVal()
func (*TimestampGTNow) GetVal ¶
func (x *TimestampGTNow) GetVal() *timestamppb.Timestamp
func (*TimestampGTNow) HasVal ¶ added in v0.8.1
func (x *TimestampGTNow) HasVal() bool
func (*TimestampGTNow) ProtoMessage ¶
func (*TimestampGTNow) ProtoMessage()
func (*TimestampGTNow) ProtoReflect ¶
func (x *TimestampGTNow) ProtoReflect() protoreflect.Message
func (*TimestampGTNow) Reset ¶
func (x *TimestampGTNow) Reset()
func (*TimestampGTNow) SetVal ¶ added in v0.8.1
func (x *TimestampGTNow) SetVal(v *timestamppb.Timestamp)
func (*TimestampGTNow) String ¶
func (x *TimestampGTNow) String() string
type TimestampGTNowWithin ¶
type TimestampGTNowWithin struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampGTNowWithin) ClearVal ¶ added in v0.8.1
func (x *TimestampGTNowWithin) ClearVal()
func (*TimestampGTNowWithin) GetVal ¶
func (x *TimestampGTNowWithin) GetVal() *timestamppb.Timestamp
func (*TimestampGTNowWithin) HasVal ¶ added in v0.8.1
func (x *TimestampGTNowWithin) HasVal() bool
func (*TimestampGTNowWithin) ProtoMessage ¶
func (*TimestampGTNowWithin) ProtoMessage()
func (*TimestampGTNowWithin) ProtoReflect ¶
func (x *TimestampGTNowWithin) ProtoReflect() protoreflect.Message
func (*TimestampGTNowWithin) Reset ¶
func (x *TimestampGTNowWithin) Reset()
func (*TimestampGTNowWithin) SetVal ¶ added in v0.8.1
func (x *TimestampGTNowWithin) SetVal(v *timestamppb.Timestamp)
func (*TimestampGTNowWithin) String ¶
func (x *TimestampGTNowWithin) String() string
type TimestampGTNowWithin_builder ¶ added in v0.8.1
type TimestampGTNowWithin_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampGTNowWithin_builder) Build ¶ added in v0.8.1
func (b0 TimestampGTNowWithin_builder) Build() *TimestampGTNowWithin
type TimestampGTNow_builder ¶ added in v0.8.1
type TimestampGTNow_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampGTNow_builder) Build ¶ added in v0.8.1
func (b0 TimestampGTNow_builder) Build() *TimestampGTNow
type TimestampGT_builder ¶ added in v0.8.1
type TimestampGT_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampGT_builder) Build ¶ added in v0.8.1
func (b0 TimestampGT_builder) Build() *TimestampGT
type TimestampLT ¶
type TimestampLT struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampLT) ClearVal ¶ added in v0.8.1
func (x *TimestampLT) ClearVal()
func (*TimestampLT) GetVal ¶
func (x *TimestampLT) GetVal() *timestamppb.Timestamp
func (*TimestampLT) HasVal ¶ added in v0.8.1
func (x *TimestampLT) HasVal() bool
func (*TimestampLT) ProtoMessage ¶
func (*TimestampLT) ProtoMessage()
func (*TimestampLT) ProtoReflect ¶
func (x *TimestampLT) ProtoReflect() protoreflect.Message
func (*TimestampLT) Reset ¶
func (x *TimestampLT) Reset()
func (*TimestampLT) SetVal ¶ added in v0.8.1
func (x *TimestampLT) SetVal(v *timestamppb.Timestamp)
func (*TimestampLT) String ¶
func (x *TimestampLT) String() string
type TimestampLTE ¶
type TimestampLTE struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampLTE) ClearVal ¶ added in v0.8.1
func (x *TimestampLTE) ClearVal()
func (*TimestampLTE) GetVal ¶
func (x *TimestampLTE) GetVal() *timestamppb.Timestamp
func (*TimestampLTE) HasVal ¶ added in v0.8.1
func (x *TimestampLTE) HasVal() bool
func (*TimestampLTE) ProtoMessage ¶
func (*TimestampLTE) ProtoMessage()
func (*TimestampLTE) ProtoReflect ¶
func (x *TimestampLTE) ProtoReflect() protoreflect.Message
func (*TimestampLTE) Reset ¶
func (x *TimestampLTE) Reset()
func (*TimestampLTE) SetVal ¶ added in v0.8.1
func (x *TimestampLTE) SetVal(v *timestamppb.Timestamp)
func (*TimestampLTE) String ¶
func (x *TimestampLTE) String() string
type TimestampLTE_builder ¶ added in v0.8.1
type TimestampLTE_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampLTE_builder) Build ¶ added in v0.8.1
func (b0 TimestampLTE_builder) Build() *TimestampLTE
type TimestampLTNow ¶
type TimestampLTNow struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampLTNow) ClearVal ¶ added in v0.8.1
func (x *TimestampLTNow) ClearVal()
func (*TimestampLTNow) GetVal ¶
func (x *TimestampLTNow) GetVal() *timestamppb.Timestamp
func (*TimestampLTNow) HasVal ¶ added in v0.8.1
func (x *TimestampLTNow) HasVal() bool
func (*TimestampLTNow) ProtoMessage ¶
func (*TimestampLTNow) ProtoMessage()
func (*TimestampLTNow) ProtoReflect ¶
func (x *TimestampLTNow) ProtoReflect() protoreflect.Message
func (*TimestampLTNow) Reset ¶
func (x *TimestampLTNow) Reset()
func (*TimestampLTNow) SetVal ¶ added in v0.8.1
func (x *TimestampLTNow) SetVal(v *timestamppb.Timestamp)
func (*TimestampLTNow) String ¶
func (x *TimestampLTNow) String() string
type TimestampLTNowWithin ¶
type TimestampLTNowWithin struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampLTNowWithin) ClearVal ¶ added in v0.8.1
func (x *TimestampLTNowWithin) ClearVal()
func (*TimestampLTNowWithin) GetVal ¶
func (x *TimestampLTNowWithin) GetVal() *timestamppb.Timestamp
func (*TimestampLTNowWithin) HasVal ¶ added in v0.8.1
func (x *TimestampLTNowWithin) HasVal() bool
func (*TimestampLTNowWithin) ProtoMessage ¶
func (*TimestampLTNowWithin) ProtoMessage()
func (*TimestampLTNowWithin) ProtoReflect ¶
func (x *TimestampLTNowWithin) ProtoReflect() protoreflect.Message
func (*TimestampLTNowWithin) Reset ¶
func (x *TimestampLTNowWithin) Reset()
func (*TimestampLTNowWithin) SetVal ¶ added in v0.8.1
func (x *TimestampLTNowWithin) SetVal(v *timestamppb.Timestamp)
func (*TimestampLTNowWithin) String ¶
func (x *TimestampLTNowWithin) String() string
type TimestampLTNowWithin_builder ¶ added in v0.8.1
type TimestampLTNowWithin_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampLTNowWithin_builder) Build ¶ added in v0.8.1
func (b0 TimestampLTNowWithin_builder) Build() *TimestampLTNowWithin
type TimestampLTNow_builder ¶ added in v0.8.1
type TimestampLTNow_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampLTNow_builder) Build ¶ added in v0.8.1
func (b0 TimestampLTNow_builder) Build() *TimestampLTNow
type TimestampLT_builder ¶ added in v0.8.1
type TimestampLT_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampLT_builder) Build ¶ added in v0.8.1
func (b0 TimestampLT_builder) Build() *TimestampLT
type TimestampNone ¶
type TimestampNone struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampNone) ClearVal ¶ added in v0.8.1
func (x *TimestampNone) ClearVal()
func (*TimestampNone) GetVal ¶
func (x *TimestampNone) GetVal() *timestamppb.Timestamp
func (*TimestampNone) HasVal ¶ added in v0.8.1
func (x *TimestampNone) HasVal() bool
func (*TimestampNone) ProtoMessage ¶
func (*TimestampNone) ProtoMessage()
func (*TimestampNone) ProtoReflect ¶
func (x *TimestampNone) ProtoReflect() protoreflect.Message
func (*TimestampNone) Reset ¶
func (x *TimestampNone) Reset()
func (*TimestampNone) SetVal ¶ added in v0.8.1
func (x *TimestampNone) SetVal(v *timestamppb.Timestamp)
func (*TimestampNone) String ¶
func (x *TimestampNone) String() string
type TimestampNone_builder ¶ added in v0.8.1
type TimestampNone_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampNone_builder) Build ¶ added in v0.8.1
func (b0 TimestampNone_builder) Build() *TimestampNone
type TimestampNotGTNow ¶ added in v0.7.0
type TimestampNotGTNow struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampNotGTNow) ClearVal ¶ added in v0.8.1
func (x *TimestampNotGTNow) ClearVal()
func (*TimestampNotGTNow) GetVal ¶ added in v0.7.0
func (x *TimestampNotGTNow) GetVal() *timestamppb.Timestamp
func (*TimestampNotGTNow) HasVal ¶ added in v0.8.1
func (x *TimestampNotGTNow) HasVal() bool
func (*TimestampNotGTNow) ProtoMessage ¶ added in v0.7.0
func (*TimestampNotGTNow) ProtoMessage()
func (*TimestampNotGTNow) ProtoReflect ¶ added in v0.7.0
func (x *TimestampNotGTNow) ProtoReflect() protoreflect.Message
func (*TimestampNotGTNow) Reset ¶ added in v0.7.0
func (x *TimestampNotGTNow) Reset()
func (*TimestampNotGTNow) SetVal ¶ added in v0.8.1
func (x *TimestampNotGTNow) SetVal(v *timestamppb.Timestamp)
func (*TimestampNotGTNow) String ¶ added in v0.7.0
func (x *TimestampNotGTNow) String() string
type TimestampNotGTNow_builder ¶ added in v0.8.1
type TimestampNotGTNow_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampNotGTNow_builder) Build ¶ added in v0.8.1
func (b0 TimestampNotGTNow_builder) Build() *TimestampNotGTNow
type TimestampNotLTNow ¶ added in v0.7.0
type TimestampNotLTNow struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampNotLTNow) ClearVal ¶ added in v0.8.1
func (x *TimestampNotLTNow) ClearVal()
func (*TimestampNotLTNow) GetVal ¶ added in v0.7.0
func (x *TimestampNotLTNow) GetVal() *timestamppb.Timestamp
func (*TimestampNotLTNow) HasVal ¶ added in v0.8.1
func (x *TimestampNotLTNow) HasVal() bool
func (*TimestampNotLTNow) ProtoMessage ¶ added in v0.7.0
func (*TimestampNotLTNow) ProtoMessage()
func (*TimestampNotLTNow) ProtoReflect ¶ added in v0.7.0
func (x *TimestampNotLTNow) ProtoReflect() protoreflect.Message
func (*TimestampNotLTNow) Reset ¶ added in v0.7.0
func (x *TimestampNotLTNow) Reset()
func (*TimestampNotLTNow) SetVal ¶ added in v0.8.1
func (x *TimestampNotLTNow) SetVal(v *timestamppb.Timestamp)
func (*TimestampNotLTNow) String ¶ added in v0.7.0
func (x *TimestampNotLTNow) String() string
type TimestampNotLTNow_builder ¶ added in v0.8.1
type TimestampNotLTNow_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampNotLTNow_builder) Build ¶ added in v0.8.1
func (b0 TimestampNotLTNow_builder) Build() *TimestampNotLTNow
type TimestampRequired ¶
type TimestampRequired struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampRequired) ClearVal ¶ added in v0.8.1
func (x *TimestampRequired) ClearVal()
func (*TimestampRequired) GetVal ¶
func (x *TimestampRequired) GetVal() *timestamppb.Timestamp
func (*TimestampRequired) HasVal ¶ added in v0.8.1
func (x *TimestampRequired) HasVal() bool
func (*TimestampRequired) ProtoMessage ¶
func (*TimestampRequired) ProtoMessage()
func (*TimestampRequired) ProtoReflect ¶
func (x *TimestampRequired) ProtoReflect() protoreflect.Message
func (*TimestampRequired) Reset ¶
func (x *TimestampRequired) Reset()
func (*TimestampRequired) SetVal ¶ added in v0.8.1
func (x *TimestampRequired) SetVal(v *timestamppb.Timestamp)
func (*TimestampRequired) String ¶
func (x *TimestampRequired) String() string
type TimestampRequired_builder ¶ added in v0.8.1
type TimestampRequired_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampRequired_builder) Build ¶ added in v0.8.1
func (b0 TimestampRequired_builder) Build() *TimestampRequired
type TimestampWithin ¶
type TimestampWithin struct {
Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*TimestampWithin) ClearVal ¶ added in v0.8.1
func (x *TimestampWithin) ClearVal()
func (*TimestampWithin) GetVal ¶
func (x *TimestampWithin) GetVal() *timestamppb.Timestamp
func (*TimestampWithin) HasVal ¶ added in v0.8.1
func (x *TimestampWithin) HasVal() bool
func (*TimestampWithin) ProtoMessage ¶
func (*TimestampWithin) ProtoMessage()
func (*TimestampWithin) ProtoReflect ¶
func (x *TimestampWithin) ProtoReflect() protoreflect.Message
func (*TimestampWithin) Reset ¶
func (x *TimestampWithin) Reset()
func (*TimestampWithin) SetVal ¶ added in v0.8.1
func (x *TimestampWithin) SetVal(v *timestamppb.Timestamp)
func (*TimestampWithin) String ¶
func (x *TimestampWithin) String() string
type TimestampWithin_builder ¶ added in v0.8.1
type TimestampWithin_builder struct {
Val *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (TimestampWithin_builder) Build ¶ added in v0.8.1
func (b0 TimestampWithin_builder) Build() *TimestampWithin
type UInt32Const ¶
type UInt32Const struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32Const) GetVal ¶
func (x *UInt32Const) GetVal() uint32
func (*UInt32Const) ProtoMessage ¶
func (*UInt32Const) ProtoMessage()
func (*UInt32Const) ProtoReflect ¶
func (x *UInt32Const) ProtoReflect() protoreflect.Message
func (*UInt32Const) Reset ¶
func (x *UInt32Const) Reset()
func (*UInt32Const) SetVal ¶ added in v0.8.1
func (x *UInt32Const) SetVal(v uint32)
func (*UInt32Const) String ¶
func (x *UInt32Const) String() string
type UInt32Const_builder ¶ added in v0.8.1
type UInt32Const_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32Const_builder) Build ¶ added in v0.8.1
func (b0 UInt32Const_builder) Build() *UInt32Const
type UInt32ExGTELTE ¶
type UInt32ExGTELTE struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32ExGTELTE) GetVal ¶
func (x *UInt32ExGTELTE) GetVal() uint32
func (*UInt32ExGTELTE) ProtoMessage ¶
func (*UInt32ExGTELTE) ProtoMessage()
func (*UInt32ExGTELTE) ProtoReflect ¶
func (x *UInt32ExGTELTE) ProtoReflect() protoreflect.Message
func (*UInt32ExGTELTE) Reset ¶
func (x *UInt32ExGTELTE) Reset()
func (*UInt32ExGTELTE) SetVal ¶ added in v0.8.1
func (x *UInt32ExGTELTE) SetVal(v uint32)
func (*UInt32ExGTELTE) String ¶
func (x *UInt32ExGTELTE) String() string
type UInt32ExGTELTE_builder ¶ added in v0.8.1
type UInt32ExGTELTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 UInt32ExGTELTE_builder) Build() *UInt32ExGTELTE
type UInt32ExLTGT ¶
type UInt32ExLTGT struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32ExLTGT) GetVal ¶
func (x *UInt32ExLTGT) GetVal() uint32
func (*UInt32ExLTGT) ProtoMessage ¶
func (*UInt32ExLTGT) ProtoMessage()
func (*UInt32ExLTGT) ProtoReflect ¶
func (x *UInt32ExLTGT) ProtoReflect() protoreflect.Message
func (*UInt32ExLTGT) Reset ¶
func (x *UInt32ExLTGT) Reset()
func (*UInt32ExLTGT) SetVal ¶ added in v0.8.1
func (x *UInt32ExLTGT) SetVal(v uint32)
func (*UInt32ExLTGT) String ¶
func (x *UInt32ExLTGT) String() string
type UInt32ExLTGT_builder ¶ added in v0.8.1
type UInt32ExLTGT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 UInt32ExLTGT_builder) Build() *UInt32ExLTGT
type UInt32Example ¶ added in v0.7.0
type UInt32Example struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32Example) GetVal ¶ added in v0.7.0
func (x *UInt32Example) GetVal() uint32
func (*UInt32Example) ProtoMessage ¶ added in v0.7.0
func (*UInt32Example) ProtoMessage()
func (*UInt32Example) ProtoReflect ¶ added in v0.7.0
func (x *UInt32Example) ProtoReflect() protoreflect.Message
func (*UInt32Example) Reset ¶ added in v0.7.0
func (x *UInt32Example) Reset()
func (*UInt32Example) SetVal ¶ added in v0.8.1
func (x *UInt32Example) SetVal(v uint32)
func (*UInt32Example) String ¶ added in v0.7.0
func (x *UInt32Example) String() string
type UInt32Example_builder ¶ added in v0.8.1
type UInt32Example_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32Example_builder) Build ¶ added in v0.8.1
func (b0 UInt32Example_builder) Build() *UInt32Example
type UInt32GT ¶
type UInt32GT struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32GT) ProtoMessage ¶
func (*UInt32GT) ProtoMessage()
func (*UInt32GT) ProtoReflect ¶
func (x *UInt32GT) ProtoReflect() protoreflect.Message
type UInt32GTE ¶
type UInt32GTE struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32GTE) ProtoMessage ¶
func (*UInt32GTE) ProtoMessage()
func (*UInt32GTE) ProtoReflect ¶
func (x *UInt32GTE) ProtoReflect() protoreflect.Message
type UInt32GTELTE ¶
type UInt32GTELTE struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32GTELTE) GetVal ¶
func (x *UInt32GTELTE) GetVal() uint32
func (*UInt32GTELTE) ProtoMessage ¶
func (*UInt32GTELTE) ProtoMessage()
func (*UInt32GTELTE) ProtoReflect ¶
func (x *UInt32GTELTE) ProtoReflect() protoreflect.Message
func (*UInt32GTELTE) Reset ¶
func (x *UInt32GTELTE) Reset()
func (*UInt32GTELTE) SetVal ¶ added in v0.8.1
func (x *UInt32GTELTE) SetVal(v uint32)
func (*UInt32GTELTE) String ¶
func (x *UInt32GTELTE) String() string
type UInt32GTELTE_builder ¶ added in v0.8.1
type UInt32GTELTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32GTELTE_builder) Build ¶ added in v0.8.1
func (b0 UInt32GTELTE_builder) Build() *UInt32GTELTE
type UInt32GTE_builder ¶ added in v0.8.1
type UInt32GTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32GTE_builder) Build ¶ added in v0.8.1
func (b0 UInt32GTE_builder) Build() *UInt32GTE
type UInt32GTLT ¶
type UInt32GTLT struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32GTLT) GetVal ¶
func (x *UInt32GTLT) GetVal() uint32
func (*UInt32GTLT) ProtoMessage ¶
func (*UInt32GTLT) ProtoMessage()
func (*UInt32GTLT) ProtoReflect ¶
func (x *UInt32GTLT) ProtoReflect() protoreflect.Message
func (*UInt32GTLT) Reset ¶
func (x *UInt32GTLT) Reset()
func (*UInt32GTLT) SetVal ¶ added in v0.8.1
func (x *UInt32GTLT) SetVal(v uint32)
func (*UInt32GTLT) String ¶
func (x *UInt32GTLT) String() string
type UInt32GTLT_builder ¶ added in v0.8.1
type UInt32GTLT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32GTLT_builder) Build ¶ added in v0.8.1
func (b0 UInt32GTLT_builder) Build() *UInt32GTLT
type UInt32GT_builder ¶ added in v0.8.1
type UInt32GT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32GT_builder) Build ¶ added in v0.8.1
func (b0 UInt32GT_builder) Build() *UInt32GT
type UInt32Ignore ¶
type UInt32Ignore struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32Ignore) GetVal ¶
func (x *UInt32Ignore) GetVal() uint32
func (*UInt32Ignore) ProtoMessage ¶
func (*UInt32Ignore) ProtoMessage()
func (*UInt32Ignore) ProtoReflect ¶
func (x *UInt32Ignore) ProtoReflect() protoreflect.Message
func (*UInt32Ignore) Reset ¶
func (x *UInt32Ignore) Reset()
func (*UInt32Ignore) SetVal ¶ added in v0.8.1
func (x *UInt32Ignore) SetVal(v uint32)
func (*UInt32Ignore) String ¶
func (x *UInt32Ignore) String() string
type UInt32Ignore_builder ¶ added in v0.8.1
type UInt32Ignore_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32Ignore_builder) Build ¶ added in v0.8.1
func (b0 UInt32Ignore_builder) Build() *UInt32Ignore
type UInt32In ¶
type UInt32In struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32In) ProtoMessage ¶
func (*UInt32In) ProtoMessage()
func (*UInt32In) ProtoReflect ¶
func (x *UInt32In) ProtoReflect() protoreflect.Message
type UInt32In_builder ¶ added in v0.8.1
type UInt32In_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32In_builder) Build ¶ added in v0.8.1
func (b0 UInt32In_builder) Build() *UInt32In
type UInt32IncorrectType ¶
type UInt32IncorrectType struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32IncorrectType) GetVal ¶
func (x *UInt32IncorrectType) GetVal() uint32
func (*UInt32IncorrectType) ProtoMessage ¶
func (*UInt32IncorrectType) ProtoMessage()
func (*UInt32IncorrectType) ProtoReflect ¶
func (x *UInt32IncorrectType) ProtoReflect() protoreflect.Message
func (*UInt32IncorrectType) Reset ¶
func (x *UInt32IncorrectType) Reset()
func (*UInt32IncorrectType) SetVal ¶ added in v0.8.1
func (x *UInt32IncorrectType) SetVal(v uint32)
func (*UInt32IncorrectType) String ¶
func (x *UInt32IncorrectType) String() string
type UInt32IncorrectType_builder ¶ added in v0.8.1
type UInt32IncorrectType_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 UInt32IncorrectType_builder) Build() *UInt32IncorrectType
type UInt32LT ¶
type UInt32LT struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32LT) ProtoMessage ¶
func (*UInt32LT) ProtoMessage()
func (*UInt32LT) ProtoReflect ¶
func (x *UInt32LT) ProtoReflect() protoreflect.Message
type UInt32LTE ¶
type UInt32LTE struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32LTE) ProtoMessage ¶
func (*UInt32LTE) ProtoMessage()
func (*UInt32LTE) ProtoReflect ¶
func (x *UInt32LTE) ProtoReflect() protoreflect.Message
type UInt32LTE_builder ¶ added in v0.8.1
type UInt32LTE_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32LTE_builder) Build ¶ added in v0.8.1
func (b0 UInt32LTE_builder) Build() *UInt32LTE
type UInt32LT_builder ¶ added in v0.8.1
type UInt32LT_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32LT_builder) Build ¶ added in v0.8.1
func (b0 UInt32LT_builder) Build() *UInt32LT
type UInt32None ¶
type UInt32None struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32None) GetVal ¶
func (x *UInt32None) GetVal() uint32
func (*UInt32None) ProtoMessage ¶
func (*UInt32None) ProtoMessage()
func (*UInt32None) ProtoReflect ¶
func (x *UInt32None) ProtoReflect() protoreflect.Message
func (*UInt32None) Reset ¶
func (x *UInt32None) Reset()
func (*UInt32None) SetVal ¶ added in v0.8.1
func (x *UInt32None) SetVal(v uint32)
func (*UInt32None) String ¶
func (x *UInt32None) String() string
type UInt32None_builder ¶ added in v0.8.1
type UInt32None_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32None_builder) Build ¶ added in v0.8.1
func (b0 UInt32None_builder) Build() *UInt32None
type UInt32NotIn ¶
type UInt32NotIn struct {
Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt32NotIn) GetVal ¶
func (x *UInt32NotIn) GetVal() uint32
func (*UInt32NotIn) ProtoMessage ¶
func (*UInt32NotIn) ProtoMessage()
func (*UInt32NotIn) ProtoReflect ¶
func (x *UInt32NotIn) ProtoReflect() protoreflect.Message
func (*UInt32NotIn) Reset ¶
func (x *UInt32NotIn) Reset()
func (*UInt32NotIn) SetVal ¶ added in v0.8.1
func (x *UInt32NotIn) SetVal(v uint32)
func (*UInt32NotIn) String ¶
func (x *UInt32NotIn) String() string
type UInt32NotIn_builder ¶ added in v0.8.1
type UInt32NotIn_builder struct {
Val uint32
// contains filtered or unexported fields
}
func (UInt32NotIn_builder) Build ¶ added in v0.8.1
func (b0 UInt32NotIn_builder) Build() *UInt32NotIn
type UInt64Const ¶
type UInt64Const struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64Const) GetVal ¶
func (x *UInt64Const) GetVal() uint64
func (*UInt64Const) ProtoMessage ¶
func (*UInt64Const) ProtoMessage()
func (*UInt64Const) ProtoReflect ¶
func (x *UInt64Const) ProtoReflect() protoreflect.Message
func (*UInt64Const) Reset ¶
func (x *UInt64Const) Reset()
func (*UInt64Const) SetVal ¶ added in v0.8.1
func (x *UInt64Const) SetVal(v uint64)
func (*UInt64Const) String ¶
func (x *UInt64Const) String() string
type UInt64Const_builder ¶ added in v0.8.1
type UInt64Const_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64Const_builder) Build ¶ added in v0.8.1
func (b0 UInt64Const_builder) Build() *UInt64Const
type UInt64ExGTELTE ¶
type UInt64ExGTELTE struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64ExGTELTE) GetVal ¶
func (x *UInt64ExGTELTE) GetVal() uint64
func (*UInt64ExGTELTE) ProtoMessage ¶
func (*UInt64ExGTELTE) ProtoMessage()
func (*UInt64ExGTELTE) ProtoReflect ¶
func (x *UInt64ExGTELTE) ProtoReflect() protoreflect.Message
func (*UInt64ExGTELTE) Reset ¶
func (x *UInt64ExGTELTE) Reset()
func (*UInt64ExGTELTE) SetVal ¶ added in v0.8.1
func (x *UInt64ExGTELTE) SetVal(v uint64)
func (*UInt64ExGTELTE) String ¶
func (x *UInt64ExGTELTE) String() string
type UInt64ExGTELTE_builder ¶ added in v0.8.1
type UInt64ExGTELTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64ExGTELTE_builder) Build ¶ added in v0.8.1
func (b0 UInt64ExGTELTE_builder) Build() *UInt64ExGTELTE
type UInt64ExLTGT ¶
type UInt64ExLTGT struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64ExLTGT) GetVal ¶
func (x *UInt64ExLTGT) GetVal() uint64
func (*UInt64ExLTGT) ProtoMessage ¶
func (*UInt64ExLTGT) ProtoMessage()
func (*UInt64ExLTGT) ProtoReflect ¶
func (x *UInt64ExLTGT) ProtoReflect() protoreflect.Message
func (*UInt64ExLTGT) Reset ¶
func (x *UInt64ExLTGT) Reset()
func (*UInt64ExLTGT) SetVal ¶ added in v0.8.1
func (x *UInt64ExLTGT) SetVal(v uint64)
func (*UInt64ExLTGT) String ¶
func (x *UInt64ExLTGT) String() string
type UInt64ExLTGT_builder ¶ added in v0.8.1
type UInt64ExLTGT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64ExLTGT_builder) Build ¶ added in v0.8.1
func (b0 UInt64ExLTGT_builder) Build() *UInt64ExLTGT
type UInt64Example ¶ added in v0.7.0
type UInt64Example struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64Example) GetVal ¶ added in v0.7.0
func (x *UInt64Example) GetVal() uint64
func (*UInt64Example) ProtoMessage ¶ added in v0.7.0
func (*UInt64Example) ProtoMessage()
func (*UInt64Example) ProtoReflect ¶ added in v0.7.0
func (x *UInt64Example) ProtoReflect() protoreflect.Message
func (*UInt64Example) Reset ¶ added in v0.7.0
func (x *UInt64Example) Reset()
func (*UInt64Example) SetVal ¶ added in v0.8.1
func (x *UInt64Example) SetVal(v uint64)
func (*UInt64Example) String ¶ added in v0.7.0
func (x *UInt64Example) String() string
type UInt64Example_builder ¶ added in v0.8.1
type UInt64Example_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64Example_builder) Build ¶ added in v0.8.1
func (b0 UInt64Example_builder) Build() *UInt64Example
type UInt64GT ¶
type UInt64GT struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64GT) ProtoMessage ¶
func (*UInt64GT) ProtoMessage()
func (*UInt64GT) ProtoReflect ¶
func (x *UInt64GT) ProtoReflect() protoreflect.Message
type UInt64GTE ¶
type UInt64GTE struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64GTE) ProtoMessage ¶
func (*UInt64GTE) ProtoMessage()
func (*UInt64GTE) ProtoReflect ¶
func (x *UInt64GTE) ProtoReflect() protoreflect.Message
type UInt64GTELTE ¶
type UInt64GTELTE struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64GTELTE) GetVal ¶
func (x *UInt64GTELTE) GetVal() uint64
func (*UInt64GTELTE) ProtoMessage ¶
func (*UInt64GTELTE) ProtoMessage()
func (*UInt64GTELTE) ProtoReflect ¶
func (x *UInt64GTELTE) ProtoReflect() protoreflect.Message
func (*UInt64GTELTE) Reset ¶
func (x *UInt64GTELTE) Reset()
func (*UInt64GTELTE) SetVal ¶ added in v0.8.1
func (x *UInt64GTELTE) SetVal(v uint64)
func (*UInt64GTELTE) String ¶
func (x *UInt64GTELTE) String() string
type UInt64GTELTE_builder ¶ added in v0.8.1
type UInt64GTELTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64GTELTE_builder) Build ¶ added in v0.8.1
func (b0 UInt64GTELTE_builder) Build() *UInt64GTELTE
type UInt64GTE_builder ¶ added in v0.8.1
type UInt64GTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64GTE_builder) Build ¶ added in v0.8.1
func (b0 UInt64GTE_builder) Build() *UInt64GTE
type UInt64GTLT ¶
type UInt64GTLT struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64GTLT) GetVal ¶
func (x *UInt64GTLT) GetVal() uint64
func (*UInt64GTLT) ProtoMessage ¶
func (*UInt64GTLT) ProtoMessage()
func (*UInt64GTLT) ProtoReflect ¶
func (x *UInt64GTLT) ProtoReflect() protoreflect.Message
func (*UInt64GTLT) Reset ¶
func (x *UInt64GTLT) Reset()
func (*UInt64GTLT) SetVal ¶ added in v0.8.1
func (x *UInt64GTLT) SetVal(v uint64)
func (*UInt64GTLT) String ¶
func (x *UInt64GTLT) String() string
type UInt64GTLT_builder ¶ added in v0.8.1
type UInt64GTLT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64GTLT_builder) Build ¶ added in v0.8.1
func (b0 UInt64GTLT_builder) Build() *UInt64GTLT
type UInt64GT_builder ¶ added in v0.8.1
type UInt64GT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64GT_builder) Build ¶ added in v0.8.1
func (b0 UInt64GT_builder) Build() *UInt64GT
type UInt64Ignore ¶
type UInt64Ignore struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64Ignore) GetVal ¶
func (x *UInt64Ignore) GetVal() uint64
func (*UInt64Ignore) ProtoMessage ¶
func (*UInt64Ignore) ProtoMessage()
func (*UInt64Ignore) ProtoReflect ¶
func (x *UInt64Ignore) ProtoReflect() protoreflect.Message
func (*UInt64Ignore) Reset ¶
func (x *UInt64Ignore) Reset()
func (*UInt64Ignore) SetVal ¶ added in v0.8.1
func (x *UInt64Ignore) SetVal(v uint64)
func (*UInt64Ignore) String ¶
func (x *UInt64Ignore) String() string
type UInt64Ignore_builder ¶ added in v0.8.1
type UInt64Ignore_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64Ignore_builder) Build ¶ added in v0.8.1
func (b0 UInt64Ignore_builder) Build() *UInt64Ignore
type UInt64In ¶
type UInt64In struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64In) ProtoMessage ¶
func (*UInt64In) ProtoMessage()
func (*UInt64In) ProtoReflect ¶
func (x *UInt64In) ProtoReflect() protoreflect.Message
type UInt64In_builder ¶ added in v0.8.1
type UInt64In_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64In_builder) Build ¶ added in v0.8.1
func (b0 UInt64In_builder) Build() *UInt64In
type UInt64IncorrectType ¶
type UInt64IncorrectType struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64IncorrectType) GetVal ¶
func (x *UInt64IncorrectType) GetVal() uint64
func (*UInt64IncorrectType) ProtoMessage ¶
func (*UInt64IncorrectType) ProtoMessage()
func (*UInt64IncorrectType) ProtoReflect ¶
func (x *UInt64IncorrectType) ProtoReflect() protoreflect.Message
func (*UInt64IncorrectType) Reset ¶
func (x *UInt64IncorrectType) Reset()
func (*UInt64IncorrectType) SetVal ¶ added in v0.8.1
func (x *UInt64IncorrectType) SetVal(v uint64)
func (*UInt64IncorrectType) String ¶
func (x *UInt64IncorrectType) String() string
type UInt64IncorrectType_builder ¶ added in v0.8.1
type UInt64IncorrectType_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64IncorrectType_builder) Build ¶ added in v0.8.1
func (b0 UInt64IncorrectType_builder) Build() *UInt64IncorrectType
type UInt64LT ¶
type UInt64LT struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64LT) ProtoMessage ¶
func (*UInt64LT) ProtoMessage()
func (*UInt64LT) ProtoReflect ¶
func (x *UInt64LT) ProtoReflect() protoreflect.Message
type UInt64LTE ¶
type UInt64LTE struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64LTE) ProtoMessage ¶
func (*UInt64LTE) ProtoMessage()
func (*UInt64LTE) ProtoReflect ¶
func (x *UInt64LTE) ProtoReflect() protoreflect.Message
type UInt64LTE_builder ¶ added in v0.8.1
type UInt64LTE_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64LTE_builder) Build ¶ added in v0.8.1
func (b0 UInt64LTE_builder) Build() *UInt64LTE
type UInt64LT_builder ¶ added in v0.8.1
type UInt64LT_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64LT_builder) Build ¶ added in v0.8.1
func (b0 UInt64LT_builder) Build() *UInt64LT
type UInt64None ¶
type UInt64None struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64None) GetVal ¶
func (x *UInt64None) GetVal() uint64
func (*UInt64None) ProtoMessage ¶
func (*UInt64None) ProtoMessage()
func (*UInt64None) ProtoReflect ¶
func (x *UInt64None) ProtoReflect() protoreflect.Message
func (*UInt64None) Reset ¶
func (x *UInt64None) Reset()
func (*UInt64None) SetVal ¶ added in v0.8.1
func (x *UInt64None) SetVal(v uint64)
func (*UInt64None) String ¶
func (x *UInt64None) String() string
type UInt64None_builder ¶ added in v0.8.1
type UInt64None_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64None_builder) Build ¶ added in v0.8.1
func (b0 UInt64None_builder) Build() *UInt64None
type UInt64NotIn ¶
type UInt64NotIn struct {
Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*UInt64NotIn) GetVal ¶
func (x *UInt64NotIn) GetVal() uint64
func (*UInt64NotIn) ProtoMessage ¶
func (*UInt64NotIn) ProtoMessage()
func (*UInt64NotIn) ProtoReflect ¶
func (x *UInt64NotIn) ProtoReflect() protoreflect.Message
func (*UInt64NotIn) Reset ¶
func (x *UInt64NotIn) Reset()
func (*UInt64NotIn) SetVal ¶ added in v0.8.1
func (x *UInt64NotIn) SetVal(v uint64)
func (*UInt64NotIn) String ¶
func (x *UInt64NotIn) String() string
type UInt64NotIn_builder ¶ added in v0.8.1
type UInt64NotIn_builder struct {
Val uint64
// contains filtered or unexported fields
}
func (UInt64NotIn_builder) Build ¶ added in v0.8.1
func (b0 UInt64NotIn_builder) Build() *UInt64NotIn
type WktLevelOne ¶
type WktLevelOne struct {
Two *WktLevelOne_WktLevelTwo `protobuf:"bytes,1,opt,name=two,proto3" json:"two,omitempty"`
// contains filtered or unexported fields
}
func (*WktLevelOne) ClearTwo ¶ added in v0.8.1
func (x *WktLevelOne) ClearTwo()
func (*WktLevelOne) GetTwo ¶
func (x *WktLevelOne) GetTwo() *WktLevelOne_WktLevelTwo
func (*WktLevelOne) HasTwo ¶ added in v0.8.1
func (x *WktLevelOne) HasTwo() bool
func (*WktLevelOne) ProtoMessage ¶
func (*WktLevelOne) ProtoMessage()
func (*WktLevelOne) ProtoReflect ¶
func (x *WktLevelOne) ProtoReflect() protoreflect.Message
func (*WktLevelOne) Reset ¶
func (x *WktLevelOne) Reset()
func (*WktLevelOne) SetTwo ¶ added in v0.8.1
func (x *WktLevelOne) SetTwo(v *WktLevelOne_WktLevelTwo)
func (*WktLevelOne) String ¶
func (x *WktLevelOne) String() string
type WktLevelOne_WktLevelTwo ¶
type WktLevelOne_WktLevelTwo struct {
Three *WktLevelOne_WktLevelTwo_WktLevelThree `protobuf:"bytes,1,opt,name=three,proto3" json:"three,omitempty"`
// contains filtered or unexported fields
}
func (*WktLevelOne_WktLevelTwo) ClearThree ¶ added in v0.8.1
func (x *WktLevelOne_WktLevelTwo) ClearThree()
func (*WktLevelOne_WktLevelTwo) GetThree ¶
func (x *WktLevelOne_WktLevelTwo) GetThree() *WktLevelOne_WktLevelTwo_WktLevelThree
func (*WktLevelOne_WktLevelTwo) HasThree ¶ added in v0.8.1
func (x *WktLevelOne_WktLevelTwo) HasThree() bool
func (*WktLevelOne_WktLevelTwo) ProtoMessage ¶
func (*WktLevelOne_WktLevelTwo) ProtoMessage()
func (*WktLevelOne_WktLevelTwo) ProtoReflect ¶
func (x *WktLevelOne_WktLevelTwo) ProtoReflect() protoreflect.Message
func (*WktLevelOne_WktLevelTwo) Reset ¶
func (x *WktLevelOne_WktLevelTwo) Reset()
func (*WktLevelOne_WktLevelTwo) SetThree ¶ added in v0.8.1
func (x *WktLevelOne_WktLevelTwo) SetThree(v *WktLevelOne_WktLevelTwo_WktLevelThree)
func (*WktLevelOne_WktLevelTwo) String ¶
func (x *WktLevelOne_WktLevelTwo) String() string
type WktLevelOne_WktLevelTwo_WktLevelThree ¶
type WktLevelOne_WktLevelTwo_WktLevelThree struct {
Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
// contains filtered or unexported fields
}
func (*WktLevelOne_WktLevelTwo_WktLevelThree) GetUuid ¶
func (x *WktLevelOne_WktLevelTwo_WktLevelThree) GetUuid() string
func (*WktLevelOne_WktLevelTwo_WktLevelThree) ProtoMessage ¶
func (*WktLevelOne_WktLevelTwo_WktLevelThree) ProtoMessage()
func (*WktLevelOne_WktLevelTwo_WktLevelThree) ProtoReflect ¶
func (x *WktLevelOne_WktLevelTwo_WktLevelThree) ProtoReflect() protoreflect.Message
func (*WktLevelOne_WktLevelTwo_WktLevelThree) Reset ¶
func (x *WktLevelOne_WktLevelTwo_WktLevelThree) Reset()
func (*WktLevelOne_WktLevelTwo_WktLevelThree) SetUuid ¶ added in v0.8.1
func (x *WktLevelOne_WktLevelTwo_WktLevelThree) SetUuid(v string)
func (*WktLevelOne_WktLevelTwo_WktLevelThree) String ¶
func (x *WktLevelOne_WktLevelTwo_WktLevelThree) String() string
type WktLevelOne_WktLevelTwo_WktLevelThree_builder ¶ added in v0.8.1
type WktLevelOne_WktLevelTwo_WktLevelThree_builder struct {
Uuid string
// contains filtered or unexported fields
}
type WktLevelOne_WktLevelTwo_builder ¶ added in v0.8.1
type WktLevelOne_WktLevelTwo_builder struct {
Three *WktLevelOne_WktLevelTwo_WktLevelThree
// contains filtered or unexported fields
}
func (WktLevelOne_WktLevelTwo_builder) Build ¶ added in v0.8.1
func (b0 WktLevelOne_WktLevelTwo_builder) Build() *WktLevelOne_WktLevelTwo
type WktLevelOne_builder ¶ added in v0.8.1
type WktLevelOne_builder struct {
Two *WktLevelOne_WktLevelTwo
// contains filtered or unexported fields
}
func (WktLevelOne_builder) Build ¶ added in v0.8.1
func (b0 WktLevelOne_builder) Build() *WktLevelOne
type WrapperBool ¶
type WrapperBool struct {
Val *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperBool) ClearVal ¶ added in v0.8.1
func (x *WrapperBool) ClearVal()
func (*WrapperBool) GetVal ¶
func (x *WrapperBool) GetVal() *wrapperspb.BoolValue
func (*WrapperBool) HasVal ¶ added in v0.8.1
func (x *WrapperBool) HasVal() bool
func (*WrapperBool) ProtoMessage ¶
func (*WrapperBool) ProtoMessage()
func (*WrapperBool) ProtoReflect ¶
func (x *WrapperBool) ProtoReflect() protoreflect.Message
func (*WrapperBool) Reset ¶
func (x *WrapperBool) Reset()
func (*WrapperBool) SetVal ¶ added in v0.8.1
func (x *WrapperBool) SetVal(v *wrapperspb.BoolValue)
func (*WrapperBool) String ¶
func (x *WrapperBool) String() string
type WrapperBool_builder ¶ added in v0.8.1
type WrapperBool_builder struct {
Val *wrapperspb.BoolValue
// contains filtered or unexported fields
}
func (WrapperBool_builder) Build ¶ added in v0.8.1
func (b0 WrapperBool_builder) Build() *WrapperBool
type WrapperBytes ¶
type WrapperBytes struct {
Val *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperBytes) ClearVal ¶ added in v0.8.1
func (x *WrapperBytes) ClearVal()
func (*WrapperBytes) GetVal ¶
func (x *WrapperBytes) GetVal() *wrapperspb.BytesValue
func (*WrapperBytes) HasVal ¶ added in v0.8.1
func (x *WrapperBytes) HasVal() bool
func (*WrapperBytes) ProtoMessage ¶
func (*WrapperBytes) ProtoMessage()
func (*WrapperBytes) ProtoReflect ¶
func (x *WrapperBytes) ProtoReflect() protoreflect.Message
func (*WrapperBytes) Reset ¶
func (x *WrapperBytes) Reset()
func (*WrapperBytes) SetVal ¶ added in v0.8.1
func (x *WrapperBytes) SetVal(v *wrapperspb.BytesValue)
func (*WrapperBytes) String ¶
func (x *WrapperBytes) String() string
type WrapperBytes_builder ¶ added in v0.8.1
type WrapperBytes_builder struct {
Val *wrapperspb.BytesValue
// contains filtered or unexported fields
}
func (WrapperBytes_builder) Build ¶ added in v0.8.1
func (b0 WrapperBytes_builder) Build() *WrapperBytes
type WrapperDouble ¶
type WrapperDouble struct {
Val *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperDouble) ClearVal ¶ added in v0.8.1
func (x *WrapperDouble) ClearVal()
func (*WrapperDouble) GetVal ¶
func (x *WrapperDouble) GetVal() *wrapperspb.DoubleValue
func (*WrapperDouble) HasVal ¶ added in v0.8.1
func (x *WrapperDouble) HasVal() bool
func (*WrapperDouble) ProtoMessage ¶
func (*WrapperDouble) ProtoMessage()
func (*WrapperDouble) ProtoReflect ¶
func (x *WrapperDouble) ProtoReflect() protoreflect.Message
func (*WrapperDouble) Reset ¶
func (x *WrapperDouble) Reset()
func (*WrapperDouble) SetVal ¶ added in v0.8.1
func (x *WrapperDouble) SetVal(v *wrapperspb.DoubleValue)
func (*WrapperDouble) String ¶
func (x *WrapperDouble) String() string
type WrapperDouble_builder ¶ added in v0.8.1
type WrapperDouble_builder struct {
Val *wrapperspb.DoubleValue
// contains filtered or unexported fields
}
func (WrapperDouble_builder) Build ¶ added in v0.8.1
func (b0 WrapperDouble_builder) Build() *WrapperDouble
type WrapperFloat ¶
type WrapperFloat struct {
Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperFloat) ClearVal ¶ added in v0.8.1
func (x *WrapperFloat) ClearVal()
func (*WrapperFloat) GetVal ¶
func (x *WrapperFloat) GetVal() *wrapperspb.FloatValue
func (*WrapperFloat) HasVal ¶ added in v0.8.1
func (x *WrapperFloat) HasVal() bool
func (*WrapperFloat) ProtoMessage ¶
func (*WrapperFloat) ProtoMessage()
func (*WrapperFloat) ProtoReflect ¶
func (x *WrapperFloat) ProtoReflect() protoreflect.Message
func (*WrapperFloat) Reset ¶
func (x *WrapperFloat) Reset()
func (*WrapperFloat) SetVal ¶ added in v0.8.1
func (x *WrapperFloat) SetVal(v *wrapperspb.FloatValue)
func (*WrapperFloat) String ¶
func (x *WrapperFloat) String() string
type WrapperFloat_builder ¶ added in v0.8.1
type WrapperFloat_builder struct {
Val *wrapperspb.FloatValue
// contains filtered or unexported fields
}
func (WrapperFloat_builder) Build ¶ added in v0.8.1
func (b0 WrapperFloat_builder) Build() *WrapperFloat
type WrapperInt32 ¶
type WrapperInt32 struct {
Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperInt32) ClearVal ¶ added in v0.8.1
func (x *WrapperInt32) ClearVal()
func (*WrapperInt32) GetVal ¶
func (x *WrapperInt32) GetVal() *wrapperspb.Int32Value
func (*WrapperInt32) HasVal ¶ added in v0.8.1
func (x *WrapperInt32) HasVal() bool
func (*WrapperInt32) ProtoMessage ¶
func (*WrapperInt32) ProtoMessage()
func (*WrapperInt32) ProtoReflect ¶
func (x *WrapperInt32) ProtoReflect() protoreflect.Message
func (*WrapperInt32) Reset ¶
func (x *WrapperInt32) Reset()
func (*WrapperInt32) SetVal ¶ added in v0.8.1
func (x *WrapperInt32) SetVal(v *wrapperspb.Int32Value)
func (*WrapperInt32) String ¶
func (x *WrapperInt32) String() string
type WrapperInt32_builder ¶ added in v0.8.1
type WrapperInt32_builder struct {
Val *wrapperspb.Int32Value
// contains filtered or unexported fields
}
func (WrapperInt32_builder) Build ¶ added in v0.8.1
func (b0 WrapperInt32_builder) Build() *WrapperInt32
type WrapperInt64 ¶
type WrapperInt64 struct {
Val *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperInt64) ClearVal ¶ added in v0.8.1
func (x *WrapperInt64) ClearVal()
func (*WrapperInt64) GetVal ¶
func (x *WrapperInt64) GetVal() *wrapperspb.Int64Value
func (*WrapperInt64) HasVal ¶ added in v0.8.1
func (x *WrapperInt64) HasVal() bool
func (*WrapperInt64) ProtoMessage ¶
func (*WrapperInt64) ProtoMessage()
func (*WrapperInt64) ProtoReflect ¶
func (x *WrapperInt64) ProtoReflect() protoreflect.Message
func (*WrapperInt64) Reset ¶
func (x *WrapperInt64) Reset()
func (*WrapperInt64) SetVal ¶ added in v0.8.1
func (x *WrapperInt64) SetVal(v *wrapperspb.Int64Value)
func (*WrapperInt64) String ¶
func (x *WrapperInt64) String() string
type WrapperInt64_builder ¶ added in v0.8.1
type WrapperInt64_builder struct {
Val *wrapperspb.Int64Value
// contains filtered or unexported fields
}
func (WrapperInt64_builder) Build ¶ added in v0.8.1
func (b0 WrapperInt64_builder) Build() *WrapperInt64
type WrapperNone ¶
type WrapperNone struct {
Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperNone) ClearVal ¶ added in v0.8.1
func (x *WrapperNone) ClearVal()
func (*WrapperNone) GetVal ¶
func (x *WrapperNone) GetVal() *wrapperspb.Int32Value
func (*WrapperNone) HasVal ¶ added in v0.8.1
func (x *WrapperNone) HasVal() bool
func (*WrapperNone) ProtoMessage ¶
func (*WrapperNone) ProtoMessage()
func (*WrapperNone) ProtoReflect ¶
func (x *WrapperNone) ProtoReflect() protoreflect.Message
func (*WrapperNone) Reset ¶
func (x *WrapperNone) Reset()
func (*WrapperNone) SetVal ¶ added in v0.8.1
func (x *WrapperNone) SetVal(v *wrapperspb.Int32Value)
func (*WrapperNone) String ¶
func (x *WrapperNone) String() string
type WrapperNone_builder ¶ added in v0.8.1
type WrapperNone_builder struct {
Val *wrapperspb.Int32Value
// contains filtered or unexported fields
}
func (WrapperNone_builder) Build ¶ added in v0.8.1
func (b0 WrapperNone_builder) Build() *WrapperNone
type WrapperOptionalUuidString ¶
type WrapperOptionalUuidString struct {
Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperOptionalUuidString) ClearVal ¶ added in v0.8.1
func (x *WrapperOptionalUuidString) ClearVal()
func (*WrapperOptionalUuidString) GetVal ¶
func (x *WrapperOptionalUuidString) GetVal() *wrapperspb.StringValue
func (*WrapperOptionalUuidString) HasVal ¶ added in v0.8.1
func (x *WrapperOptionalUuidString) HasVal() bool
func (*WrapperOptionalUuidString) ProtoMessage ¶
func (*WrapperOptionalUuidString) ProtoMessage()
func (*WrapperOptionalUuidString) ProtoReflect ¶
func (x *WrapperOptionalUuidString) ProtoReflect() protoreflect.Message
func (*WrapperOptionalUuidString) Reset ¶
func (x *WrapperOptionalUuidString) Reset()
func (*WrapperOptionalUuidString) SetVal ¶ added in v0.8.1
func (x *WrapperOptionalUuidString) SetVal(v *wrapperspb.StringValue)
func (*WrapperOptionalUuidString) String ¶
func (x *WrapperOptionalUuidString) String() string
type WrapperOptionalUuidString_builder ¶ added in v0.8.1
type WrapperOptionalUuidString_builder struct {
Val *wrapperspb.StringValue
// contains filtered or unexported fields
}
func (WrapperOptionalUuidString_builder) Build ¶ added in v0.8.1
func (b0 WrapperOptionalUuidString_builder) Build() *WrapperOptionalUuidString
type WrapperRequiredEmptyString ¶
type WrapperRequiredEmptyString struct {
Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperRequiredEmptyString) ClearVal ¶ added in v0.8.1
func (x *WrapperRequiredEmptyString) ClearVal()
func (*WrapperRequiredEmptyString) GetVal ¶
func (x *WrapperRequiredEmptyString) GetVal() *wrapperspb.StringValue
func (*WrapperRequiredEmptyString) HasVal ¶ added in v0.8.1
func (x *WrapperRequiredEmptyString) HasVal() bool
func (*WrapperRequiredEmptyString) ProtoMessage ¶
func (*WrapperRequiredEmptyString) ProtoMessage()
func (*WrapperRequiredEmptyString) ProtoReflect ¶
func (x *WrapperRequiredEmptyString) ProtoReflect() protoreflect.Message
func (*WrapperRequiredEmptyString) Reset ¶
func (x *WrapperRequiredEmptyString) Reset()
func (*WrapperRequiredEmptyString) SetVal ¶ added in v0.8.1
func (x *WrapperRequiredEmptyString) SetVal(v *wrapperspb.StringValue)
func (*WrapperRequiredEmptyString) String ¶
func (x *WrapperRequiredEmptyString) String() string
type WrapperRequiredEmptyString_builder ¶ added in v0.8.1
type WrapperRequiredEmptyString_builder struct {
Val *wrapperspb.StringValue
// contains filtered or unexported fields
}
func (WrapperRequiredEmptyString_builder) Build ¶ added in v0.8.1
func (b0 WrapperRequiredEmptyString_builder) Build() *WrapperRequiredEmptyString
type WrapperRequiredFloat ¶
type WrapperRequiredFloat struct {
Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperRequiredFloat) ClearVal ¶ added in v0.8.1
func (x *WrapperRequiredFloat) ClearVal()
func (*WrapperRequiredFloat) GetVal ¶
func (x *WrapperRequiredFloat) GetVal() *wrapperspb.FloatValue
func (*WrapperRequiredFloat) HasVal ¶ added in v0.8.1
func (x *WrapperRequiredFloat) HasVal() bool
func (*WrapperRequiredFloat) ProtoMessage ¶
func (*WrapperRequiredFloat) ProtoMessage()
func (*WrapperRequiredFloat) ProtoReflect ¶
func (x *WrapperRequiredFloat) ProtoReflect() protoreflect.Message
func (*WrapperRequiredFloat) Reset ¶
func (x *WrapperRequiredFloat) Reset()
func (*WrapperRequiredFloat) SetVal ¶ added in v0.8.1
func (x *WrapperRequiredFloat) SetVal(v *wrapperspb.FloatValue)
func (*WrapperRequiredFloat) String ¶
func (x *WrapperRequiredFloat) String() string
type WrapperRequiredFloat_builder ¶ added in v0.8.1
type WrapperRequiredFloat_builder struct {
Val *wrapperspb.FloatValue
// contains filtered or unexported fields
}
func (WrapperRequiredFloat_builder) Build ¶ added in v0.8.1
func (b0 WrapperRequiredFloat_builder) Build() *WrapperRequiredFloat
type WrapperRequiredString ¶
type WrapperRequiredString struct {
Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperRequiredString) ClearVal ¶ added in v0.8.1
func (x *WrapperRequiredString) ClearVal()
func (*WrapperRequiredString) GetVal ¶
func (x *WrapperRequiredString) GetVal() *wrapperspb.StringValue
func (*WrapperRequiredString) HasVal ¶ added in v0.8.1
func (x *WrapperRequiredString) HasVal() bool
func (*WrapperRequiredString) ProtoMessage ¶
func (*WrapperRequiredString) ProtoMessage()
func (*WrapperRequiredString) ProtoReflect ¶
func (x *WrapperRequiredString) ProtoReflect() protoreflect.Message
func (*WrapperRequiredString) Reset ¶
func (x *WrapperRequiredString) Reset()
func (*WrapperRequiredString) SetVal ¶ added in v0.8.1
func (x *WrapperRequiredString) SetVal(v *wrapperspb.StringValue)
func (*WrapperRequiredString) String ¶
func (x *WrapperRequiredString) String() string
type WrapperRequiredString_builder ¶ added in v0.8.1
type WrapperRequiredString_builder struct {
Val *wrapperspb.StringValue
// contains filtered or unexported fields
}
func (WrapperRequiredString_builder) Build ¶ added in v0.8.1
func (b0 WrapperRequiredString_builder) Build() *WrapperRequiredString
type WrapperString ¶
type WrapperString struct {
Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperString) ClearVal ¶ added in v0.8.1
func (x *WrapperString) ClearVal()
func (*WrapperString) GetVal ¶
func (x *WrapperString) GetVal() *wrapperspb.StringValue
func (*WrapperString) HasVal ¶ added in v0.8.1
func (x *WrapperString) HasVal() bool
func (*WrapperString) ProtoMessage ¶
func (*WrapperString) ProtoMessage()
func (*WrapperString) ProtoReflect ¶
func (x *WrapperString) ProtoReflect() protoreflect.Message
func (*WrapperString) Reset ¶
func (x *WrapperString) Reset()
func (*WrapperString) SetVal ¶ added in v0.8.1
func (x *WrapperString) SetVal(v *wrapperspb.StringValue)
func (*WrapperString) String ¶
func (x *WrapperString) String() string
type WrapperString_builder ¶ added in v0.8.1
type WrapperString_builder struct {
Val *wrapperspb.StringValue
// contains filtered or unexported fields
}
func (WrapperString_builder) Build ¶ added in v0.8.1
func (b0 WrapperString_builder) Build() *WrapperString
type WrapperUInt32 ¶
type WrapperUInt32 struct {
Val *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperUInt32) ClearVal ¶ added in v0.8.1
func (x *WrapperUInt32) ClearVal()
func (*WrapperUInt32) GetVal ¶
func (x *WrapperUInt32) GetVal() *wrapperspb.UInt32Value
func (*WrapperUInt32) HasVal ¶ added in v0.8.1
func (x *WrapperUInt32) HasVal() bool
func (*WrapperUInt32) ProtoMessage ¶
func (*WrapperUInt32) ProtoMessage()
func (*WrapperUInt32) ProtoReflect ¶
func (x *WrapperUInt32) ProtoReflect() protoreflect.Message
func (*WrapperUInt32) Reset ¶
func (x *WrapperUInt32) Reset()
func (*WrapperUInt32) SetVal ¶ added in v0.8.1
func (x *WrapperUInt32) SetVal(v *wrapperspb.UInt32Value)
func (*WrapperUInt32) String ¶
func (x *WrapperUInt32) String() string
type WrapperUInt32_builder ¶ added in v0.8.1
type WrapperUInt32_builder struct {
Val *wrapperspb.UInt32Value
// contains filtered or unexported fields
}
func (WrapperUInt32_builder) Build ¶ added in v0.8.1
func (b0 WrapperUInt32_builder) Build() *WrapperUInt32
type WrapperUInt64 ¶
type WrapperUInt64 struct {
Val *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*WrapperUInt64) ClearVal ¶ added in v0.8.1
func (x *WrapperUInt64) ClearVal()
func (*WrapperUInt64) GetVal ¶
func (x *WrapperUInt64) GetVal() *wrapperspb.UInt64Value
func (*WrapperUInt64) HasVal ¶ added in v0.8.1
func (x *WrapperUInt64) HasVal() bool
func (*WrapperUInt64) ProtoMessage ¶
func (*WrapperUInt64) ProtoMessage()
func (*WrapperUInt64) ProtoReflect ¶
func (x *WrapperUInt64) ProtoReflect() protoreflect.Message
func (*WrapperUInt64) Reset ¶
func (x *WrapperUInt64) Reset()
func (*WrapperUInt64) SetVal ¶ added in v0.8.1
func (x *WrapperUInt64) SetVal(v *wrapperspb.UInt64Value)
func (*WrapperUInt64) String ¶
func (x *WrapperUInt64) String() string
type WrapperUInt64_builder ¶ added in v0.8.1
type WrapperUInt64_builder struct {
Val *wrapperspb.UInt64Value
// contains filtered or unexported fields
}
func (WrapperUInt64_builder) Build ¶ added in v0.8.1
func (b0 WrapperUInt64_builder) Build() *WrapperUInt64
Source Files
¶
- bool.pb.go
- bytes.pb.go
- enums.pb.go
- filename-with-dash.pb.go
- ignore_empty_proto2.pb.go
- ignore_empty_proto3.pb.go
- ignore_empty_proto_editions.pb.go
- ignore_proto2.pb.go
- ignore_proto3.pb.go
- ignore_proto_editions.pb.go
- kitchen_sink.pb.go
- maps.pb.go
- messages.pb.go
- numbers.pb.go
- oneofs.pb.go
- predefined_rules_proto2.pb.go
- predefined_rules_proto3.pb.go
- predefined_rules_proto_editions.pb.go
- repeated.pb.go
- required_field_proto2.pb.go
- required_field_proto3.pb.go
- required_field_proto_editions.pb.go
- strings.pb.go
- wkt_any.pb.go
- wkt_duration.pb.go
- wkt_nested.pb.go
- wkt_timestamp.pb.go
- wkt_wrappers.pb.go