Documentation
¶
Index ¶
- Constants
- Variables
- type AllTypes
- func (x *AllTypes) ClearBoolOption()
- func (x *AllTypes) ClearBoolValue()
- func (x *AllTypes) ClearBytesOption()
- func (x *AllTypes) ClearBytesValue()
- func (x *AllTypes) ClearDoubleOption()
- func (x *AllTypes) ClearDoubleValue()
- func (x *AllTypes) ClearEnumOption()
- func (x *AllTypes) ClearEnumValue()
- func (x *AllTypes) ClearFixed32Option()
- func (x *AllTypes) ClearFixed32Value()
- func (x *AllTypes) ClearFixed64Option()
- func (x *AllTypes) ClearFixed64Value()
- func (x *AllTypes) ClearFloatOption()
- func (x *AllTypes) ClearFloatValue()
- func (x *AllTypes) ClearInt32Option()
- func (x *AllTypes) ClearInt32Value()
- func (x *AllTypes) ClearInt64Option()
- func (x *AllTypes) ClearInt64Value()
- func (x *AllTypes) ClearMsgOption()
- func (x *AllTypes) ClearMsgValue()
- func (x *AllTypes) ClearOptBoolValue()
- func (x *AllTypes) ClearOptBytesValue()
- func (x *AllTypes) ClearOptDoubleValue()
- func (x *AllTypes) ClearOptEnumValue()
- func (x *AllTypes) ClearOptFixed32Value()
- func (x *AllTypes) ClearOptFixed64Value()
- func (x *AllTypes) ClearOptFloatValue()
- func (x *AllTypes) ClearOptInt32Value()
- func (x *AllTypes) ClearOptInt64Value()
- func (x *AllTypes) ClearOptMsgValue()
- func (x *AllTypes) ClearOptSfixed32Value()
- func (x *AllTypes) ClearOptSfixed64Value()
- func (x *AllTypes) ClearOptSint32Value()
- func (x *AllTypes) ClearOptSint64Value()
- func (x *AllTypes) ClearOptStringValue()
- func (x *AllTypes) ClearOptUint32Value()
- func (x *AllTypes) ClearOptUint64Value()
- func (x *AllTypes) ClearOption()
- func (x *AllTypes) ClearSfixed32Option()
- func (x *AllTypes) ClearSfixed32Value()
- func (x *AllTypes) ClearSfixed64Option()
- func (x *AllTypes) ClearSfixed64Value()
- func (x *AllTypes) ClearSint32Option()
- func (x *AllTypes) ClearSint32Value()
- func (x *AllTypes) ClearSint64Option()
- func (x *AllTypes) ClearSint64Value()
- func (x *AllTypes) ClearStringOption()
- func (x *AllTypes) ClearStringValue()
- func (x *AllTypes) ClearUint32Option()
- func (x *AllTypes) ClearUint32Value()
- func (x *AllTypes) ClearUint64Option()
- func (x *AllTypes) ClearUint64Value()
- func (x *AllTypes) GetBoolList() []bool
- func (x *AllTypes) GetBoolMap() map[string]bool
- func (x *AllTypes) GetBoolOption() bool
- func (x *AllTypes) GetBoolToStringMap() map[bool]string
- func (x *AllTypes) GetBoolValue() bool
- func (x *AllTypes) GetBytesList() [][]byte
- func (x *AllTypes) GetBytesMap() map[string][]byte
- func (x *AllTypes) GetBytesOption() []byte
- func (x *AllTypes) GetBytesValue() []byte
- func (x *AllTypes) GetDoubleList() []float64
- func (x *AllTypes) GetDoubleMap() map[string]float64
- func (x *AllTypes) GetDoubleOption() float64
- func (x *AllTypes) GetDoubleValue() float64
- func (x *AllTypes) GetEnumList() []AllTypes_Enum
- func (x *AllTypes) GetEnumMap() map[string]AllTypes_Enum
- func (x *AllTypes) GetEnumOption() AllTypes_Enum
- func (x *AllTypes) GetEnumValue() AllTypes_Enum
- func (x *AllTypes) GetFixed32List() []uint32
- func (x *AllTypes) GetFixed32Map() map[string]uint32
- func (x *AllTypes) GetFixed32Option() uint32
- func (x *AllTypes) GetFixed32ToStringMap() map[uint32]string
- func (x *AllTypes) GetFixed32Value() uint32
- func (x *AllTypes) GetFixed64List() []uint64
- func (x *AllTypes) GetFixed64Map() map[string]uint64
- func (x *AllTypes) GetFixed64Option() uint64
- func (x *AllTypes) GetFixed64ToStringMap() map[uint64]string
- func (x *AllTypes) GetFixed64Value() uint64
- func (x *AllTypes) GetFloatList() []float32
- func (x *AllTypes) GetFloatMap() map[string]float32
- func (x *AllTypes) GetFloatOption() float32
- func (x *AllTypes) GetFloatValue() float32
- func (x *AllTypes) GetInt32List() []int32
- func (x *AllTypes) GetInt32Map() map[string]int32
- func (x *AllTypes) GetInt32Option() int32
- func (x *AllTypes) GetInt32ToStringMap() map[int32]string
- func (x *AllTypes) GetInt32Value() int32
- func (x *AllTypes) GetInt64List() []int64
- func (x *AllTypes) GetInt64Map() map[string]int64
- func (x *AllTypes) GetInt64Option() int64
- func (x *AllTypes) GetInt64ToStringMap() map[int64]string
- func (x *AllTypes) GetInt64Value() int64
- func (x *AllTypes) GetMsgList() []*AllTypes
- func (x *AllTypes) GetMsgMap() map[string]*AllTypes
- func (x *AllTypes) GetMsgOption() *AllTypes
- func (x *AllTypes) GetMsgValue() *AllTypes
- func (x *AllTypes) GetOptBoolValue() bool
- func (x *AllTypes) GetOptBytesValue() []byte
- func (x *AllTypes) GetOptDoubleValue() float64
- func (x *AllTypes) GetOptEnumValue() AllTypes_Enum
- func (x *AllTypes) GetOptFixed32Value() uint32
- func (x *AllTypes) GetOptFixed64Value() uint64
- func (x *AllTypes) GetOptFloatValue() float32
- func (x *AllTypes) GetOptInt32Value() int32
- func (x *AllTypes) GetOptInt64Value() int64
- func (x *AllTypes) GetOptMsgValue() *AllTypes
- func (x *AllTypes) GetOptSfixed32Value() int32
- func (x *AllTypes) GetOptSfixed64Value() int64
- func (x *AllTypes) GetOptSint32Value() int32
- func (x *AllTypes) GetOptSint64Value() int64
- func (x *AllTypes) GetOptStringValue() string
- func (x *AllTypes) GetOptUint32Value() uint32
- func (x *AllTypes) GetOptUint64Value() uint64
- func (x *AllTypes) GetSfixed32List() []int32
- func (x *AllTypes) GetSfixed32Map() map[string]int32
- func (x *AllTypes) GetSfixed32Option() int32
- func (x *AllTypes) GetSfixed32ToStringMap() map[int32]string
- func (x *AllTypes) GetSfixed32Value() int32
- func (x *AllTypes) GetSfixed64List() []int64
- func (x *AllTypes) GetSfixed64Map() map[string]int64
- func (x *AllTypes) GetSfixed64Option() int64
- func (x *AllTypes) GetSfixed64ToStringMap() map[int64]string
- func (x *AllTypes) GetSfixed64Value() int64
- func (x *AllTypes) GetSint32List() []int32
- func (x *AllTypes) GetSint32Map() map[string]int32
- func (x *AllTypes) GetSint32Option() int32
- func (x *AllTypes) GetSint32ToStringMap() map[int32]string
- func (x *AllTypes) GetSint32Value() int32
- func (x *AllTypes) GetSint64List() []int64
- func (x *AllTypes) GetSint64Map() map[string]int64
- func (x *AllTypes) GetSint64Option() int64
- func (x *AllTypes) GetSint64ToStringMap() map[int64]string
- func (x *AllTypes) GetSint64Value() int64
- func (x *AllTypes) GetStringList() []string
- func (x *AllTypes) GetStringMap() map[string]string
- func (x *AllTypes) GetStringOption() string
- func (x *AllTypes) GetStringToStringMap() map[string]string
- func (x *AllTypes) GetStringValue() string
- func (x *AllTypes) GetUint32List() []uint32
- func (x *AllTypes) GetUint32Map() map[string]uint32
- func (x *AllTypes) GetUint32Option() uint32
- func (x *AllTypes) GetUint32ToStringMap() map[uint32]string
- func (x *AllTypes) GetUint32Value() uint32
- func (x *AllTypes) GetUint64List() []uint64
- func (x *AllTypes) GetUint64Map() map[string]uint64
- func (x *AllTypes) GetUint64Option() uint64
- func (x *AllTypes) GetUint64ToStringMap() map[uint64]string
- func (x *AllTypes) GetUint64Value() uint64
- func (x *AllTypes) HasBoolOption() bool
- func (x *AllTypes) HasBoolValue() bool
- func (x *AllTypes) HasBytesOption() bool
- func (x *AllTypes) HasBytesValue() bool
- func (x *AllTypes) HasDoubleOption() bool
- func (x *AllTypes) HasDoubleValue() bool
- func (x *AllTypes) HasEnumOption() bool
- func (x *AllTypes) HasEnumValue() bool
- func (x *AllTypes) HasFixed32Option() bool
- func (x *AllTypes) HasFixed32Value() bool
- func (x *AllTypes) HasFixed64Option() bool
- func (x *AllTypes) HasFixed64Value() bool
- func (x *AllTypes) HasFloatOption() bool
- func (x *AllTypes) HasFloatValue() bool
- func (x *AllTypes) HasInt32Option() bool
- func (x *AllTypes) HasInt32Value() bool
- func (x *AllTypes) HasInt64Option() bool
- func (x *AllTypes) HasInt64Value() bool
- func (x *AllTypes) HasMsgOption() bool
- func (x *AllTypes) HasMsgValue() bool
- func (x *AllTypes) HasOptBoolValue() bool
- func (x *AllTypes) HasOptBytesValue() bool
- func (x *AllTypes) HasOptDoubleValue() bool
- func (x *AllTypes) HasOptEnumValue() bool
- func (x *AllTypes) HasOptFixed32Value() bool
- func (x *AllTypes) HasOptFixed64Value() bool
- func (x *AllTypes) HasOptFloatValue() bool
- func (x *AllTypes) HasOptInt32Value() bool
- func (x *AllTypes) HasOptInt64Value() bool
- func (x *AllTypes) HasOptMsgValue() bool
- func (x *AllTypes) HasOptSfixed32Value() bool
- func (x *AllTypes) HasOptSfixed64Value() bool
- func (x *AllTypes) HasOptSint32Value() bool
- func (x *AllTypes) HasOptSint64Value() bool
- func (x *AllTypes) HasOptStringValue() bool
- func (x *AllTypes) HasOptUint32Value() bool
- func (x *AllTypes) HasOptUint64Value() bool
- func (x *AllTypes) HasOption() bool
- func (x *AllTypes) HasSfixed32Option() bool
- func (x *AllTypes) HasSfixed32Value() bool
- func (x *AllTypes) HasSfixed64Option() bool
- func (x *AllTypes) HasSfixed64Value() bool
- func (x *AllTypes) HasSint32Option() bool
- func (x *AllTypes) HasSint32Value() bool
- func (x *AllTypes) HasSint64Option() bool
- func (x *AllTypes) HasSint64Value() bool
- func (x *AllTypes) HasStringOption() bool
- func (x *AllTypes) HasStringValue() bool
- func (x *AllTypes) HasUint32Option() bool
- func (x *AllTypes) HasUint32Value() bool
- func (x *AllTypes) HasUint64Option() bool
- func (x *AllTypes) HasUint64Value() bool
- func (*AllTypes) ProtoMessage()
- func (x *AllTypes) ProtoReflect() protoreflect.Message
- func (x *AllTypes) Reset()
- func (x *AllTypes) SetBoolList(v []bool)
- func (x *AllTypes) SetBoolMap(v map[string]bool)
- func (x *AllTypes) SetBoolOption(v bool)
- func (x *AllTypes) SetBoolToStringMap(v map[bool]string)
- func (x *AllTypes) SetBoolValue(v bool)
- func (x *AllTypes) SetBytesList(v [][]byte)
- func (x *AllTypes) SetBytesMap(v map[string][]byte)
- func (x *AllTypes) SetBytesOption(v []byte)
- func (x *AllTypes) SetBytesValue(v []byte)
- func (x *AllTypes) SetDoubleList(v []float64)
- func (x *AllTypes) SetDoubleMap(v map[string]float64)
- func (x *AllTypes) SetDoubleOption(v float64)
- func (x *AllTypes) SetDoubleValue(v float64)
- func (x *AllTypes) SetEnumList(v []AllTypes_Enum)
- func (x *AllTypes) SetEnumMap(v map[string]AllTypes_Enum)
- func (x *AllTypes) SetEnumOption(v AllTypes_Enum)
- func (x *AllTypes) SetEnumValue(v AllTypes_Enum)
- func (x *AllTypes) SetFixed32List(v []uint32)
- func (x *AllTypes) SetFixed32Map(v map[string]uint32)
- func (x *AllTypes) SetFixed32Option(v uint32)
- func (x *AllTypes) SetFixed32ToStringMap(v map[uint32]string)
- func (x *AllTypes) SetFixed32Value(v uint32)
- func (x *AllTypes) SetFixed64List(v []uint64)
- func (x *AllTypes) SetFixed64Map(v map[string]uint64)
- func (x *AllTypes) SetFixed64Option(v uint64)
- func (x *AllTypes) SetFixed64ToStringMap(v map[uint64]string)
- func (x *AllTypes) SetFixed64Value(v uint64)
- func (x *AllTypes) SetFloatList(v []float32)
- func (x *AllTypes) SetFloatMap(v map[string]float32)
- func (x *AllTypes) SetFloatOption(v float32)
- func (x *AllTypes) SetFloatValue(v float32)
- func (x *AllTypes) SetInt32List(v []int32)
- func (x *AllTypes) SetInt32Map(v map[string]int32)
- func (x *AllTypes) SetInt32Option(v int32)
- func (x *AllTypes) SetInt32ToStringMap(v map[int32]string)
- func (x *AllTypes) SetInt32Value(v int32)
- func (x *AllTypes) SetInt64List(v []int64)
- func (x *AllTypes) SetInt64Map(v map[string]int64)
- func (x *AllTypes) SetInt64Option(v int64)
- func (x *AllTypes) SetInt64ToStringMap(v map[int64]string)
- func (x *AllTypes) SetInt64Value(v int64)
- func (x *AllTypes) SetMsgList(v []*AllTypes)
- func (x *AllTypes) SetMsgMap(v map[string]*AllTypes)
- func (x *AllTypes) SetMsgOption(v *AllTypes)
- func (x *AllTypes) SetMsgValue(v *AllTypes)
- func (x *AllTypes) SetOptBoolValue(v bool)
- func (x *AllTypes) SetOptBytesValue(v []byte)
- func (x *AllTypes) SetOptDoubleValue(v float64)
- func (x *AllTypes) SetOptEnumValue(v AllTypes_Enum)
- func (x *AllTypes) SetOptFixed32Value(v uint32)
- func (x *AllTypes) SetOptFixed64Value(v uint64)
- func (x *AllTypes) SetOptFloatValue(v float32)
- func (x *AllTypes) SetOptInt32Value(v int32)
- func (x *AllTypes) SetOptInt64Value(v int64)
- func (x *AllTypes) SetOptMsgValue(v *AllTypes)
- func (x *AllTypes) SetOptSfixed32Value(v int32)
- func (x *AllTypes) SetOptSfixed64Value(v int64)
- func (x *AllTypes) SetOptSint32Value(v int32)
- func (x *AllTypes) SetOptSint64Value(v int64)
- func (x *AllTypes) SetOptStringValue(v string)
- func (x *AllTypes) SetOptUint32Value(v uint32)
- func (x *AllTypes) SetOptUint64Value(v uint64)
- func (x *AllTypes) SetSfixed32List(v []int32)
- func (x *AllTypes) SetSfixed32Map(v map[string]int32)
- func (x *AllTypes) SetSfixed32Option(v int32)
- func (x *AllTypes) SetSfixed32ToStringMap(v map[int32]string)
- func (x *AllTypes) SetSfixed32Value(v int32)
- func (x *AllTypes) SetSfixed64List(v []int64)
- func (x *AllTypes) SetSfixed64Map(v map[string]int64)
- func (x *AllTypes) SetSfixed64Option(v int64)
- func (x *AllTypes) SetSfixed64ToStringMap(v map[int64]string)
- func (x *AllTypes) SetSfixed64Value(v int64)
- func (x *AllTypes) SetSint32List(v []int32)
- func (x *AllTypes) SetSint32Map(v map[string]int32)
- func (x *AllTypes) SetSint32Option(v int32)
- func (x *AllTypes) SetSint32ToStringMap(v map[int32]string)
- func (x *AllTypes) SetSint32Value(v int32)
- func (x *AllTypes) SetSint64List(v []int64)
- func (x *AllTypes) SetSint64Map(v map[string]int64)
- func (x *AllTypes) SetSint64Option(v int64)
- func (x *AllTypes) SetSint64ToStringMap(v map[int64]string)
- func (x *AllTypes) SetSint64Value(v int64)
- func (x *AllTypes) SetStringList(v []string)
- func (x *AllTypes) SetStringMap(v map[string]string)
- func (x *AllTypes) SetStringOption(v string)
- func (x *AllTypes) SetStringToStringMap(v map[string]string)
- func (x *AllTypes) SetStringValue(v string)
- func (x *AllTypes) SetUint32List(v []uint32)
- func (x *AllTypes) SetUint32Map(v map[string]uint32)
- func (x *AllTypes) SetUint32Option(v uint32)
- func (x *AllTypes) SetUint32ToStringMap(v map[uint32]string)
- func (x *AllTypes) SetUint32Value(v uint32)
- func (x *AllTypes) SetUint64List(v []uint64)
- func (x *AllTypes) SetUint64Map(v map[string]uint64)
- func (x *AllTypes) SetUint64Option(v uint64)
- func (x *AllTypes) SetUint64ToStringMap(v map[uint64]string)
- func (x *AllTypes) SetUint64Value(v uint64)
- func (x *AllTypes) String() string
- func (x *AllTypes) WhichOption() case_AllTypes_Option
- type AllTypes_Enum
- type AllTypes_builder
- type ParameterValues
- func (x *ParameterValues) ClearBoolValue()
- func (x *ParameterValues) ClearBoolValueWrapper()
- func (x *ParameterValues) ClearBytesValue()
- func (x *ParameterValues) ClearBytesValueWrapper()
- func (x *ParameterValues) ClearDoubleValue()
- func (x *ParameterValues) ClearDoubleValueWrapper()
- func (x *ParameterValues) ClearDuration()
- func (x *ParameterValues) ClearEnumValue()
- func (x *ParameterValues) ClearFieldMask()
- func (x *ParameterValues) ClearFixed32Value()
- func (x *ParameterValues) ClearFixed64Value()
- func (x *ParameterValues) ClearFloatValue()
- func (x *ParameterValues) ClearFloatValueWrapper()
- func (x *ParameterValues) ClearInt32Value()
- func (x *ParameterValues) ClearInt32ValueWrapper()
- func (x *ParameterValues) ClearInt64Value()
- func (x *ParameterValues) ClearInt64ValueWrapper()
- func (x *ParameterValues) ClearNested()
- func (x *ParameterValues) ClearOneof()
- func (x *ParameterValues) ClearOneofDoubleValue()
- func (x *ParameterValues) ClearOneofDoubleValueWrapper()
- func (x *ParameterValues) ClearOneofEnumValue()
- func (x *ParameterValues) ClearRecursive()
- func (x *ParameterValues) ClearSfixed32Value()
- func (x *ParameterValues) ClearSfixed64Value()
- func (x *ParameterValues) ClearSint32Value()
- func (x *ParameterValues) ClearSint64Value()
- func (x *ParameterValues) ClearStringValue()
- func (x *ParameterValues) ClearStringValueWrapper()
- func (x *ParameterValues) ClearStructValue()
- func (x *ParameterValues) ClearTimestamp()
- func (x *ParameterValues) ClearUint32Value()
- func (x *ParameterValues) ClearUint32ValueWrapper()
- func (x *ParameterValues) ClearUint64Value()
- func (x *ParameterValues) ClearUint64ValueWrapper()
- func (x *ParameterValues) ClearValue()
- func (x *ParameterValues) GetBoolValue() bool
- func (x *ParameterValues) GetBoolValueWrapper() *wrapperspb.BoolValue
- func (x *ParameterValues) GetBytesValue() []byte
- func (x *ParameterValues) GetBytesValueWrapper() *wrapperspb.BytesValue
- func (x *ParameterValues) GetDoubleList() []float64
- func (x *ParameterValues) GetDoubleValue() float64
- func (x *ParameterValues) GetDoubleValueList() []*wrapperspb.DoubleValue
- func (x *ParameterValues) GetDoubleValueWrapper() *wrapperspb.DoubleValue
- func (x *ParameterValues) GetDuration() *durationpb.Duration
- func (x *ParameterValues) GetEnumList() []ParameterValues_Enum
- func (x *ParameterValues) GetEnumMap() map[string]ParameterValues_Enum
- func (x *ParameterValues) GetEnumValue() ParameterValues_Enum
- func (x *ParameterValues) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *ParameterValues) GetFixed32Value() uint32
- func (x *ParameterValues) GetFixed64Value() uint64
- func (x *ParameterValues) GetFloatValue() float32
- func (x *ParameterValues) GetFloatValueWrapper() *wrapperspb.FloatValue
- func (x *ParameterValues) GetInt32Value() int32
- func (x *ParameterValues) GetInt32ValueWrapper() *wrapperspb.Int32Value
- func (x *ParameterValues) GetInt64Value() int64
- func (x *ParameterValues) GetInt64ValueWrapper() *wrapperspb.Int64Value
- func (x *ParameterValues) GetNested() *ParameterValues_Nested
- func (x *ParameterValues) GetNestedMap() map[string]*ParameterValues_Nested
- func (x *ParameterValues) GetOneofDoubleValue() float64
- func (x *ParameterValues) GetOneofDoubleValueWrapper() *wrapperspb.DoubleValue
- func (x *ParameterValues) GetOneofEnumValue() ParameterValues_Enum
- func (x *ParameterValues) GetRecursive() *ParameterValues
- func (x *ParameterValues) GetRecursiveList() []*ParameterValues
- func (x *ParameterValues) GetSfixed32Value() int32
- func (x *ParameterValues) GetSfixed64Value() int64
- func (x *ParameterValues) GetSint32Value() int32
- func (x *ParameterValues) GetSint64Value() int64
- func (x *ParameterValues) GetStringMap() map[string]string
- func (x *ParameterValues) GetStringValue() string
- func (x *ParameterValues) GetStringValueMap() map[string]*wrapperspb.StringValue
- func (x *ParameterValues) GetStringValueWrapper() *wrapperspb.StringValue
- func (x *ParameterValues) GetStructValue() *structpb.Struct
- func (x *ParameterValues) GetTimestamp() *timestamppb.Timestamp
- func (x *ParameterValues) GetUint32Value() uint32
- func (x *ParameterValues) GetUint32ValueWrapper() *wrapperspb.UInt32Value
- func (x *ParameterValues) GetUint64Value() uint64
- func (x *ParameterValues) GetUint64ValueWrapper() *wrapperspb.UInt64Value
- func (x *ParameterValues) GetValue() *structpb.Value
- func (x *ParameterValues) HasBoolValue() bool
- func (x *ParameterValues) HasBoolValueWrapper() bool
- func (x *ParameterValues) HasBytesValue() bool
- func (x *ParameterValues) HasBytesValueWrapper() bool
- func (x *ParameterValues) HasDoubleValue() bool
- func (x *ParameterValues) HasDoubleValueWrapper() bool
- func (x *ParameterValues) HasDuration() bool
- func (x *ParameterValues) HasEnumValue() bool
- func (x *ParameterValues) HasFieldMask() bool
- func (x *ParameterValues) HasFixed32Value() bool
- func (x *ParameterValues) HasFixed64Value() bool
- func (x *ParameterValues) HasFloatValue() bool
- func (x *ParameterValues) HasFloatValueWrapper() bool
- func (x *ParameterValues) HasInt32Value() bool
- func (x *ParameterValues) HasInt32ValueWrapper() bool
- func (x *ParameterValues) HasInt64Value() bool
- func (x *ParameterValues) HasInt64ValueWrapper() bool
- func (x *ParameterValues) HasNested() bool
- func (x *ParameterValues) HasOneof() bool
- func (x *ParameterValues) HasOneofDoubleValue() bool
- func (x *ParameterValues) HasOneofDoubleValueWrapper() bool
- func (x *ParameterValues) HasOneofEnumValue() bool
- func (x *ParameterValues) HasRecursive() bool
- func (x *ParameterValues) HasSfixed32Value() bool
- func (x *ParameterValues) HasSfixed64Value() bool
- func (x *ParameterValues) HasSint32Value() bool
- func (x *ParameterValues) HasSint64Value() bool
- func (x *ParameterValues) HasStringValue() bool
- func (x *ParameterValues) HasStringValueWrapper() bool
- func (x *ParameterValues) HasStructValue() bool
- func (x *ParameterValues) HasTimestamp() bool
- func (x *ParameterValues) HasUint32Value() bool
- func (x *ParameterValues) HasUint32ValueWrapper() bool
- func (x *ParameterValues) HasUint64Value() bool
- func (x *ParameterValues) HasUint64ValueWrapper() bool
- func (x *ParameterValues) HasValue() bool
- func (*ParameterValues) ProtoMessage()
- func (x *ParameterValues) ProtoReflect() protoreflect.Message
- func (x *ParameterValues) Reset()
- func (x *ParameterValues) SetBoolValue(v bool)
- func (x *ParameterValues) SetBoolValueWrapper(v *wrapperspb.BoolValue)
- func (x *ParameterValues) SetBytesValue(v []byte)
- func (x *ParameterValues) SetBytesValueWrapper(v *wrapperspb.BytesValue)
- func (x *ParameterValues) SetDoubleList(v []float64)
- func (x *ParameterValues) SetDoubleValue(v float64)
- func (x *ParameterValues) SetDoubleValueList(v []*wrapperspb.DoubleValue)
- func (x *ParameterValues) SetDoubleValueWrapper(v *wrapperspb.DoubleValue)
- func (x *ParameterValues) SetDuration(v *durationpb.Duration)
- func (x *ParameterValues) SetEnumList(v []ParameterValues_Enum)
- func (x *ParameterValues) SetEnumMap(v map[string]ParameterValues_Enum)
- func (x *ParameterValues) SetEnumValue(v ParameterValues_Enum)
- func (x *ParameterValues) SetFieldMask(v *fieldmaskpb.FieldMask)
- func (x *ParameterValues) SetFixed32Value(v uint32)
- func (x *ParameterValues) SetFixed64Value(v uint64)
- func (x *ParameterValues) SetFloatValue(v float32)
- func (x *ParameterValues) SetFloatValueWrapper(v *wrapperspb.FloatValue)
- func (x *ParameterValues) SetInt32Value(v int32)
- func (x *ParameterValues) SetInt32ValueWrapper(v *wrapperspb.Int32Value)
- func (x *ParameterValues) SetInt64Value(v int64)
- func (x *ParameterValues) SetInt64ValueWrapper(v *wrapperspb.Int64Value)
- func (x *ParameterValues) SetNested(v *ParameterValues_Nested)
- func (x *ParameterValues) SetNestedMap(v map[string]*ParameterValues_Nested)
- func (x *ParameterValues) SetOneofDoubleValue(v float64)
- func (x *ParameterValues) SetOneofDoubleValueWrapper(v *wrapperspb.DoubleValue)
- func (x *ParameterValues) SetOneofEnumValue(v ParameterValues_Enum)
- func (x *ParameterValues) SetRecursive(v *ParameterValues)
- func (x *ParameterValues) SetRecursiveList(v []*ParameterValues)
- func (x *ParameterValues) SetSfixed32Value(v int32)
- func (x *ParameterValues) SetSfixed64Value(v int64)
- func (x *ParameterValues) SetSint32Value(v int32)
- func (x *ParameterValues) SetSint64Value(v int64)
- func (x *ParameterValues) SetStringMap(v map[string]string)
- func (x *ParameterValues) SetStringValue(v string)
- func (x *ParameterValues) SetStringValueMap(v map[string]*wrapperspb.StringValue)
- func (x *ParameterValues) SetStringValueWrapper(v *wrapperspb.StringValue)
- func (x *ParameterValues) SetStructValue(v *structpb.Struct)
- func (x *ParameterValues) SetTimestamp(v *timestamppb.Timestamp)
- func (x *ParameterValues) SetUint32Value(v uint32)
- func (x *ParameterValues) SetUint32ValueWrapper(v *wrapperspb.UInt32Value)
- func (x *ParameterValues) SetUint64Value(v uint64)
- func (x *ParameterValues) SetUint64ValueWrapper(v *wrapperspb.UInt64Value)
- func (x *ParameterValues) SetValue(v *structpb.Value)
- func (x *ParameterValues) String() string
- func (x *ParameterValues) WhichOneof() case_ParameterValues_Oneof
- type ParameterValues_Enum
- type ParameterValues_Nested
- func (x *ParameterValues_Nested) ClearDoubleValue()
- func (x *ParameterValues_Nested) ClearDoubleValueWrapper()
- func (x *ParameterValues_Nested) ClearEnumValue()
- func (x *ParameterValues_Nested) GetDoubleValue() float64
- func (x *ParameterValues_Nested) GetDoubleValueWrapper() *wrapperspb.DoubleValue
- func (x *ParameterValues_Nested) GetEnumValue() ParameterValues_Nested_Enum
- func (x *ParameterValues_Nested) HasDoubleValue() bool
- func (x *ParameterValues_Nested) HasDoubleValueWrapper() bool
- func (x *ParameterValues_Nested) HasEnumValue() bool
- func (*ParameterValues_Nested) ProtoMessage()
- func (x *ParameterValues_Nested) ProtoReflect() protoreflect.Message
- func (x *ParameterValues_Nested) Reset()
- func (x *ParameterValues_Nested) SetDoubleValue(v float64)
- func (x *ParameterValues_Nested) SetDoubleValueWrapper(v *wrapperspb.DoubleValue)
- func (x *ParameterValues_Nested) SetEnumValue(v ParameterValues_Nested_Enum)
- func (x *ParameterValues_Nested) String() string
- type ParameterValues_Nested_Enum
- func (ParameterValues_Nested_Enum) Descriptor() protoreflect.EnumDescriptor
- func (x ParameterValues_Nested_Enum) Enum() *ParameterValues_Nested_Enum
- func (x ParameterValues_Nested_Enum) Number() protoreflect.EnumNumber
- func (x ParameterValues_Nested_Enum) String() string
- func (ParameterValues_Nested_Enum) Type() protoreflect.EnumType
- type ParameterValues_Nested_builder
- type ParameterValues_builder
Constants ¶
View Source
const AllTypes_BoolOption_case case_AllTypes_Option = 93
View Source
const AllTypes_BytesOption_case case_AllTypes_Option = 95
View Source
const AllTypes_DoubleOption_case case_AllTypes_Option = 81
View Source
const AllTypes_EnumOption_case case_AllTypes_Option = 97
View Source
const AllTypes_Fixed32Option_case case_AllTypes_Option = 89
View Source
const AllTypes_Fixed64Option_case case_AllTypes_Option = 90
View Source
const AllTypes_FloatOption_case case_AllTypes_Option = 82
View Source
const AllTypes_Int32Option_case case_AllTypes_Option = 83
View Source
const AllTypes_Int64Option_case case_AllTypes_Option = 84
View Source
const AllTypes_MsgOption_case case_AllTypes_Option = 96
View Source
const AllTypes_Option_not_set_case case_AllTypes_Option = 0
View Source
const AllTypes_Sfixed32Option_case case_AllTypes_Option = 91
View Source
const AllTypes_Sfixed64Option_case case_AllTypes_Option = 92
View Source
const AllTypes_Sint32Option_case case_AllTypes_Option = 87
View Source
const AllTypes_Sint64Option_case case_AllTypes_Option = 88
View Source
const AllTypes_StringOption_case case_AllTypes_Option = 94
View Source
const AllTypes_Uint32Option_case case_AllTypes_Option = 85
View Source
const AllTypes_Uint64Option_case case_AllTypes_Option = 86
View Source
const ParameterValues_OneofDoubleValueWrapper_case case_ParameterValues_Oneof = 34
View Source
const ParameterValues_OneofDoubleValue_case case_ParameterValues_Oneof = 33
View Source
const ParameterValues_OneofEnumValue_case case_ParameterValues_Oneof = 35
View Source
const ParameterValues_Oneof_not_set_case case_ParameterValues_Oneof = 0
Variables ¶
View Source
var ( ParameterValues_Enum_name = map[int32]string{ 0: "ENUM_UNSPECIFIED", 1: "ENUM_VALUE", } ParameterValues_Enum_value = map[string]int32{ "ENUM_UNSPECIFIED": 0, "ENUM_VALUE": 1, } )
Enum value maps for ParameterValues_Enum.
View Source
var ( ParameterValues_Nested_Enum_name = map[int32]string{ 0: "ENUM_UNSPECIFIED", 1: "ENUM_VALUE", } ParameterValues_Nested_Enum_value = map[string]int32{ "ENUM_UNSPECIFIED": 0, "ENUM_VALUE": 1, } )
Enum value maps for ParameterValues_Nested_Enum.
View Source
var ( AllTypes_Enum_name = map[int32]string{ 0: "ENUM_UNSPECIFIED", 1: "ENUM_ONE", 2: "ENUM_TWO", } AllTypes_Enum_value = map[string]int32{ "ENUM_UNSPECIFIED": 0, "ENUM_ONE": 1, "ENUM_TWO": 2, } )
Enum value maps for AllTypes_Enum.
View Source
var File_test_v1_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AllTypes ¶
type AllTypes struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [3]uint32 // contains filtered or unexported fields }
func (*AllTypes) ClearBoolOption ¶ added in v0.4.1
func (x *AllTypes) ClearBoolOption()
func (*AllTypes) ClearBoolValue ¶ added in v0.4.1
func (x *AllTypes) ClearBoolValue()
func (*AllTypes) ClearBytesOption ¶ added in v0.4.1
func (x *AllTypes) ClearBytesOption()
func (*AllTypes) ClearBytesValue ¶ added in v0.4.1
func (x *AllTypes) ClearBytesValue()
func (*AllTypes) ClearDoubleOption ¶ added in v0.4.1
func (x *AllTypes) ClearDoubleOption()
func (*AllTypes) ClearDoubleValue ¶ added in v0.4.1
func (x *AllTypes) ClearDoubleValue()
func (*AllTypes) ClearEnumOption ¶ added in v0.4.1
func (x *AllTypes) ClearEnumOption()
func (*AllTypes) ClearEnumValue ¶ added in v0.4.1
func (x *AllTypes) ClearEnumValue()
func (*AllTypes) ClearFixed32Option ¶ added in v0.4.1
func (x *AllTypes) ClearFixed32Option()
func (*AllTypes) ClearFixed32Value ¶ added in v0.4.1
func (x *AllTypes) ClearFixed32Value()
func (*AllTypes) ClearFixed64Option ¶ added in v0.4.1
func (x *AllTypes) ClearFixed64Option()
func (*AllTypes) ClearFixed64Value ¶ added in v0.4.1
func (x *AllTypes) ClearFixed64Value()
func (*AllTypes) ClearFloatOption ¶ added in v0.4.1
func (x *AllTypes) ClearFloatOption()
func (*AllTypes) ClearFloatValue ¶ added in v0.4.1
func (x *AllTypes) ClearFloatValue()
func (*AllTypes) ClearInt32Option ¶ added in v0.4.1
func (x *AllTypes) ClearInt32Option()
func (*AllTypes) ClearInt32Value ¶ added in v0.4.1
func (x *AllTypes) ClearInt32Value()
func (*AllTypes) ClearInt64Option ¶ added in v0.4.1
func (x *AllTypes) ClearInt64Option()
func (*AllTypes) ClearInt64Value ¶ added in v0.4.1
func (x *AllTypes) ClearInt64Value()
func (*AllTypes) ClearMsgOption ¶ added in v0.4.1
func (x *AllTypes) ClearMsgOption()
func (*AllTypes) ClearMsgValue ¶ added in v0.4.1
func (x *AllTypes) ClearMsgValue()
func (*AllTypes) ClearOptBoolValue ¶ added in v0.4.1
func (x *AllTypes) ClearOptBoolValue()
func (*AllTypes) ClearOptBytesValue ¶ added in v0.4.1
func (x *AllTypes) ClearOptBytesValue()
func (*AllTypes) ClearOptDoubleValue ¶ added in v0.4.1
func (x *AllTypes) ClearOptDoubleValue()
func (*AllTypes) ClearOptEnumValue ¶ added in v0.4.1
func (x *AllTypes) ClearOptEnumValue()
func (*AllTypes) ClearOptFixed32Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptFixed32Value()
func (*AllTypes) ClearOptFixed64Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptFixed64Value()
func (*AllTypes) ClearOptFloatValue ¶ added in v0.4.1
func (x *AllTypes) ClearOptFloatValue()
func (*AllTypes) ClearOptInt32Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptInt32Value()
func (*AllTypes) ClearOptInt64Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptInt64Value()
func (*AllTypes) ClearOptMsgValue ¶ added in v0.4.1
func (x *AllTypes) ClearOptMsgValue()
func (*AllTypes) ClearOptSfixed32Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptSfixed32Value()
func (*AllTypes) ClearOptSfixed64Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptSfixed64Value()
func (*AllTypes) ClearOptSint32Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptSint32Value()
func (*AllTypes) ClearOptSint64Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptSint64Value()
func (*AllTypes) ClearOptStringValue ¶ added in v0.4.1
func (x *AllTypes) ClearOptStringValue()
func (*AllTypes) ClearOptUint32Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptUint32Value()
func (*AllTypes) ClearOptUint64Value ¶ added in v0.4.1
func (x *AllTypes) ClearOptUint64Value()
func (*AllTypes) ClearOption ¶ added in v0.4.1
func (x *AllTypes) ClearOption()
func (*AllTypes) ClearSfixed32Option ¶ added in v0.4.1
func (x *AllTypes) ClearSfixed32Option()
func (*AllTypes) ClearSfixed32Value ¶ added in v0.4.1
func (x *AllTypes) ClearSfixed32Value()
func (*AllTypes) ClearSfixed64Option ¶ added in v0.4.1
func (x *AllTypes) ClearSfixed64Option()
func (*AllTypes) ClearSfixed64Value ¶ added in v0.4.1
func (x *AllTypes) ClearSfixed64Value()
func (*AllTypes) ClearSint32Option ¶ added in v0.4.1
func (x *AllTypes) ClearSint32Option()
func (*AllTypes) ClearSint32Value ¶ added in v0.4.1
func (x *AllTypes) ClearSint32Value()
func (*AllTypes) ClearSint64Option ¶ added in v0.4.1
func (x *AllTypes) ClearSint64Option()
func (*AllTypes) ClearSint64Value ¶ added in v0.4.1
func (x *AllTypes) ClearSint64Value()
func (*AllTypes) ClearStringOption ¶ added in v0.4.1
func (x *AllTypes) ClearStringOption()
func (*AllTypes) ClearStringValue ¶ added in v0.4.1
func (x *AllTypes) ClearStringValue()
func (*AllTypes) ClearUint32Option ¶ added in v0.4.1
func (x *AllTypes) ClearUint32Option()
func (*AllTypes) ClearUint32Value ¶ added in v0.4.1
func (x *AllTypes) ClearUint32Value()
func (*AllTypes) ClearUint64Option ¶ added in v0.4.1
func (x *AllTypes) ClearUint64Option()
func (*AllTypes) ClearUint64Value ¶ added in v0.4.1
func (x *AllTypes) ClearUint64Value()
func (*AllTypes) GetBoolList ¶
func (*AllTypes) GetBoolMap ¶
func (*AllTypes) GetBoolOption ¶
func (*AllTypes) GetBoolToStringMap ¶
func (*AllTypes) GetBoolValue ¶
func (*AllTypes) GetBytesList ¶
func (*AllTypes) GetBytesMap ¶
func (*AllTypes) GetBytesOption ¶
func (*AllTypes) GetBytesValue ¶
func (*AllTypes) GetDoubleList ¶
func (*AllTypes) GetDoubleMap ¶
func (*AllTypes) GetDoubleOption ¶
func (*AllTypes) GetDoubleValue ¶
func (*AllTypes) GetEnumList ¶
func (x *AllTypes) GetEnumList() []AllTypes_Enum
func (*AllTypes) GetEnumMap ¶
func (x *AllTypes) GetEnumMap() map[string]AllTypes_Enum
func (*AllTypes) GetEnumOption ¶
func (x *AllTypes) GetEnumOption() AllTypes_Enum
func (*AllTypes) GetEnumValue ¶
func (x *AllTypes) GetEnumValue() AllTypes_Enum
func (*AllTypes) GetFixed32List ¶
func (*AllTypes) GetFixed32Map ¶
func (*AllTypes) GetFixed32Option ¶
func (*AllTypes) GetFixed32ToStringMap ¶
func (*AllTypes) GetFixed32Value ¶
func (*AllTypes) GetFixed64List ¶
func (*AllTypes) GetFixed64Map ¶
func (*AllTypes) GetFixed64Option ¶
func (*AllTypes) GetFixed64ToStringMap ¶
func (*AllTypes) GetFixed64Value ¶
func (*AllTypes) GetFloatList ¶
func (*AllTypes) GetFloatMap ¶
func (*AllTypes) GetFloatOption ¶
func (*AllTypes) GetFloatValue ¶
func (*AllTypes) GetInt32List ¶
func (*AllTypes) GetInt32Map ¶
func (*AllTypes) GetInt32Option ¶
func (*AllTypes) GetInt32ToStringMap ¶
func (*AllTypes) GetInt32Value ¶
func (*AllTypes) GetInt64List ¶
func (*AllTypes) GetInt64Map ¶
func (*AllTypes) GetInt64Option ¶
func (*AllTypes) GetInt64ToStringMap ¶
func (*AllTypes) GetInt64Value ¶
func (*AllTypes) GetMsgList ¶
func (*AllTypes) GetMsgOption ¶
func (*AllTypes) GetMsgValue ¶
func (*AllTypes) GetOptBoolValue ¶
func (*AllTypes) GetOptBytesValue ¶
func (*AllTypes) GetOptDoubleValue ¶
func (*AllTypes) GetOptEnumValue ¶
func (x *AllTypes) GetOptEnumValue() AllTypes_Enum
func (*AllTypes) GetOptFixed32Value ¶
func (*AllTypes) GetOptFixed64Value ¶
func (*AllTypes) GetOptFloatValue ¶
func (*AllTypes) GetOptInt32Value ¶
func (*AllTypes) GetOptInt64Value ¶
func (*AllTypes) GetOptMsgValue ¶
func (*AllTypes) GetOptSfixed32Value ¶
func (*AllTypes) GetOptSfixed64Value ¶
func (*AllTypes) GetOptSint32Value ¶
func (*AllTypes) GetOptSint64Value ¶
func (*AllTypes) GetOptStringValue ¶
func (*AllTypes) GetOptUint32Value ¶
func (*AllTypes) GetOptUint64Value ¶
func (*AllTypes) GetSfixed32List ¶
func (*AllTypes) GetSfixed32Map ¶
func (*AllTypes) GetSfixed32Option ¶
func (*AllTypes) GetSfixed32ToStringMap ¶
func (*AllTypes) GetSfixed32Value ¶
func (*AllTypes) GetSfixed64List ¶
func (*AllTypes) GetSfixed64Map ¶
func (*AllTypes) GetSfixed64Option ¶
func (*AllTypes) GetSfixed64ToStringMap ¶
func (*AllTypes) GetSfixed64Value ¶
func (*AllTypes) GetSint32List ¶
func (*AllTypes) GetSint32Map ¶
func (*AllTypes) GetSint32Option ¶
func (*AllTypes) GetSint32ToStringMap ¶
func (*AllTypes) GetSint32Value ¶
func (*AllTypes) GetSint64List ¶
func (*AllTypes) GetSint64Map ¶
func (*AllTypes) GetSint64Option ¶
func (*AllTypes) GetSint64ToStringMap ¶
func (*AllTypes) GetSint64Value ¶
func (*AllTypes) GetStringList ¶
func (*AllTypes) GetStringMap ¶
func (*AllTypes) GetStringOption ¶
func (*AllTypes) GetStringToStringMap ¶
func (*AllTypes) GetStringValue ¶
func (*AllTypes) GetUint32List ¶
func (*AllTypes) GetUint32Map ¶
func (*AllTypes) GetUint32Option ¶
func (*AllTypes) GetUint32ToStringMap ¶
func (*AllTypes) GetUint32Value ¶
func (*AllTypes) GetUint64List ¶
func (*AllTypes) GetUint64Map ¶
func (*AllTypes) GetUint64Option ¶
func (*AllTypes) GetUint64ToStringMap ¶
func (*AllTypes) GetUint64Value ¶
func (*AllTypes) HasBoolOption ¶ added in v0.4.1
func (*AllTypes) HasBoolValue ¶ added in v0.4.1
func (*AllTypes) HasBytesOption ¶ added in v0.4.1
func (*AllTypes) HasBytesValue ¶ added in v0.4.1
func (*AllTypes) HasDoubleOption ¶ added in v0.4.1
func (*AllTypes) HasDoubleValue ¶ added in v0.4.1
func (*AllTypes) HasEnumOption ¶ added in v0.4.1
func (*AllTypes) HasEnumValue ¶ added in v0.4.1
func (*AllTypes) HasFixed32Option ¶ added in v0.4.1
func (*AllTypes) HasFixed32Value ¶ added in v0.4.1
func (*AllTypes) HasFixed64Option ¶ added in v0.4.1
func (*AllTypes) HasFixed64Value ¶ added in v0.4.1
func (*AllTypes) HasFloatOption ¶ added in v0.4.1
func (*AllTypes) HasFloatValue ¶ added in v0.4.1
func (*AllTypes) HasInt32Option ¶ added in v0.4.1
func (*AllTypes) HasInt32Value ¶ added in v0.4.1
func (*AllTypes) HasInt64Option ¶ added in v0.4.1
func (*AllTypes) HasInt64Value ¶ added in v0.4.1
func (*AllTypes) HasMsgOption ¶ added in v0.4.1
func (*AllTypes) HasMsgValue ¶ added in v0.4.1
func (*AllTypes) HasOptBoolValue ¶ added in v0.4.1
func (*AllTypes) HasOptBytesValue ¶ added in v0.4.1
func (*AllTypes) HasOptDoubleValue ¶ added in v0.4.1
func (*AllTypes) HasOptEnumValue ¶ added in v0.4.1
func (*AllTypes) HasOptFixed32Value ¶ added in v0.4.1
func (*AllTypes) HasOptFixed64Value ¶ added in v0.4.1
func (*AllTypes) HasOptFloatValue ¶ added in v0.4.1
func (*AllTypes) HasOptInt32Value ¶ added in v0.4.1
func (*AllTypes) HasOptInt64Value ¶ added in v0.4.1
func (*AllTypes) HasOptMsgValue ¶ added in v0.4.1
func (*AllTypes) HasOptSfixed32Value ¶ added in v0.4.1
func (*AllTypes) HasOptSfixed64Value ¶ added in v0.4.1
func (*AllTypes) HasOptSint32Value ¶ added in v0.4.1
func (*AllTypes) HasOptSint64Value ¶ added in v0.4.1
func (*AllTypes) HasOptStringValue ¶ added in v0.4.1
func (*AllTypes) HasOptUint32Value ¶ added in v0.4.1
func (*AllTypes) HasOptUint64Value ¶ added in v0.4.1
func (*AllTypes) HasSfixed32Option ¶ added in v0.4.1
func (*AllTypes) HasSfixed32Value ¶ added in v0.4.1
func (*AllTypes) HasSfixed64Option ¶ added in v0.4.1
func (*AllTypes) HasSfixed64Value ¶ added in v0.4.1
func (*AllTypes) HasSint32Option ¶ added in v0.4.1
func (*AllTypes) HasSint32Value ¶ added in v0.4.1
func (*AllTypes) HasSint64Option ¶ added in v0.4.1
func (*AllTypes) HasSint64Value ¶ added in v0.4.1
func (*AllTypes) HasStringOption ¶ added in v0.4.1
func (*AllTypes) HasStringValue ¶ added in v0.4.1
func (*AllTypes) HasUint32Option ¶ added in v0.4.1
func (*AllTypes) HasUint32Value ¶ added in v0.4.1
func (*AllTypes) HasUint64Option ¶ added in v0.4.1
func (*AllTypes) HasUint64Value ¶ added in v0.4.1
func (*AllTypes) ProtoMessage ¶
func (*AllTypes) ProtoMessage()
func (*AllTypes) ProtoReflect ¶
func (x *AllTypes) ProtoReflect() protoreflect.Message
func (*AllTypes) SetBoolList ¶ added in v0.4.1
func (*AllTypes) SetBoolMap ¶ added in v0.4.1
func (*AllTypes) SetBoolOption ¶ added in v0.4.1
func (*AllTypes) SetBoolToStringMap ¶ added in v0.4.1
func (*AllTypes) SetBoolValue ¶ added in v0.4.1
func (*AllTypes) SetBytesList ¶ added in v0.4.1
func (*AllTypes) SetBytesMap ¶ added in v0.4.1
func (*AllTypes) SetBytesOption ¶ added in v0.4.1
func (*AllTypes) SetBytesValue ¶ added in v0.4.1
func (*AllTypes) SetDoubleList ¶ added in v0.4.1
func (*AllTypes) SetDoubleMap ¶ added in v0.4.1
func (*AllTypes) SetDoubleOption ¶ added in v0.4.1
func (*AllTypes) SetDoubleValue ¶ added in v0.4.1
func (*AllTypes) SetEnumList ¶ added in v0.4.1
func (x *AllTypes) SetEnumList(v []AllTypes_Enum)
func (*AllTypes) SetEnumMap ¶ added in v0.4.1
func (x *AllTypes) SetEnumMap(v map[string]AllTypes_Enum)
func (*AllTypes) SetEnumOption ¶ added in v0.4.1
func (x *AllTypes) SetEnumOption(v AllTypes_Enum)
func (*AllTypes) SetEnumValue ¶ added in v0.4.1
func (x *AllTypes) SetEnumValue(v AllTypes_Enum)
func (*AllTypes) SetFixed32List ¶ added in v0.4.1
func (*AllTypes) SetFixed32Map ¶ added in v0.4.1
func (*AllTypes) SetFixed32Option ¶ added in v0.4.1
func (*AllTypes) SetFixed32ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetFixed32Value ¶ added in v0.4.1
func (*AllTypes) SetFixed64List ¶ added in v0.4.1
func (*AllTypes) SetFixed64Map ¶ added in v0.4.1
func (*AllTypes) SetFixed64Option ¶ added in v0.4.1
func (*AllTypes) SetFixed64ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetFixed64Value ¶ added in v0.4.1
func (*AllTypes) SetFloatList ¶ added in v0.4.1
func (*AllTypes) SetFloatMap ¶ added in v0.4.1
func (*AllTypes) SetFloatOption ¶ added in v0.4.1
func (*AllTypes) SetFloatValue ¶ added in v0.4.1
func (*AllTypes) SetInt32List ¶ added in v0.4.1
func (*AllTypes) SetInt32Map ¶ added in v0.4.1
func (*AllTypes) SetInt32Option ¶ added in v0.4.1
func (*AllTypes) SetInt32ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetInt32Value ¶ added in v0.4.1
func (*AllTypes) SetInt64List ¶ added in v0.4.1
func (*AllTypes) SetInt64Map ¶ added in v0.4.1
func (*AllTypes) SetInt64Option ¶ added in v0.4.1
func (*AllTypes) SetInt64ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetInt64Value ¶ added in v0.4.1
func (*AllTypes) SetMsgList ¶ added in v0.4.1
func (*AllTypes) SetMsgOption ¶ added in v0.4.1
func (*AllTypes) SetMsgValue ¶ added in v0.4.1
func (*AllTypes) SetOptBoolValue ¶ added in v0.4.1
func (*AllTypes) SetOptBytesValue ¶ added in v0.4.1
func (*AllTypes) SetOptDoubleValue ¶ added in v0.4.1
func (*AllTypes) SetOptEnumValue ¶ added in v0.4.1
func (x *AllTypes) SetOptEnumValue(v AllTypes_Enum)
func (*AllTypes) SetOptFixed32Value ¶ added in v0.4.1
func (*AllTypes) SetOptFixed64Value ¶ added in v0.4.1
func (*AllTypes) SetOptFloatValue ¶ added in v0.4.1
func (*AllTypes) SetOptInt32Value ¶ added in v0.4.1
func (*AllTypes) SetOptInt64Value ¶ added in v0.4.1
func (*AllTypes) SetOptMsgValue ¶ added in v0.4.1
func (*AllTypes) SetOptSfixed32Value ¶ added in v0.4.1
func (*AllTypes) SetOptSfixed64Value ¶ added in v0.4.1
func (*AllTypes) SetOptSint32Value ¶ added in v0.4.1
func (*AllTypes) SetOptSint64Value ¶ added in v0.4.1
func (*AllTypes) SetOptStringValue ¶ added in v0.4.1
func (*AllTypes) SetOptUint32Value ¶ added in v0.4.1
func (*AllTypes) SetOptUint64Value ¶ added in v0.4.1
func (*AllTypes) SetSfixed32List ¶ added in v0.4.1
func (*AllTypes) SetSfixed32Map ¶ added in v0.4.1
func (*AllTypes) SetSfixed32Option ¶ added in v0.4.1
func (*AllTypes) SetSfixed32ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetSfixed32Value ¶ added in v0.4.1
func (*AllTypes) SetSfixed64List ¶ added in v0.4.1
func (*AllTypes) SetSfixed64Map ¶ added in v0.4.1
func (*AllTypes) SetSfixed64Option ¶ added in v0.4.1
func (*AllTypes) SetSfixed64ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetSfixed64Value ¶ added in v0.4.1
func (*AllTypes) SetSint32List ¶ added in v0.4.1
func (*AllTypes) SetSint32Map ¶ added in v0.4.1
func (*AllTypes) SetSint32Option ¶ added in v0.4.1
func (*AllTypes) SetSint32ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetSint32Value ¶ added in v0.4.1
func (*AllTypes) SetSint64List ¶ added in v0.4.1
func (*AllTypes) SetSint64Map ¶ added in v0.4.1
func (*AllTypes) SetSint64Option ¶ added in v0.4.1
func (*AllTypes) SetSint64ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetSint64Value ¶ added in v0.4.1
func (*AllTypes) SetStringList ¶ added in v0.4.1
func (*AllTypes) SetStringMap ¶ added in v0.4.1
func (*AllTypes) SetStringOption ¶ added in v0.4.1
func (*AllTypes) SetStringToStringMap ¶ added in v0.4.1
func (*AllTypes) SetStringValue ¶ added in v0.4.1
func (*AllTypes) SetUint32List ¶ added in v0.4.1
func (*AllTypes) SetUint32Map ¶ added in v0.4.1
func (*AllTypes) SetUint32Option ¶ added in v0.4.1
func (*AllTypes) SetUint32ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetUint32Value ¶ added in v0.4.1
func (*AllTypes) SetUint64List ¶ added in v0.4.1
func (*AllTypes) SetUint64Map ¶ added in v0.4.1
func (*AllTypes) SetUint64Option ¶ added in v0.4.1
func (*AllTypes) SetUint64ToStringMap ¶ added in v0.4.1
func (*AllTypes) SetUint64Value ¶ added in v0.4.1
func (*AllTypes) WhichOption ¶ added in v0.4.1
func (x *AllTypes) WhichOption() case_AllTypes_Option
type AllTypes_Enum ¶
type AllTypes_Enum int32
named types
const ( AllTypes_ENUM_UNSPECIFIED AllTypes_Enum = 0 AllTypes_ENUM_ONE AllTypes_Enum = 1 AllTypes_ENUM_TWO AllTypes_Enum = 2 )
func (AllTypes_Enum) Descriptor ¶
func (AllTypes_Enum) Descriptor() protoreflect.EnumDescriptor
func (AllTypes_Enum) Enum ¶
func (x AllTypes_Enum) Enum() *AllTypes_Enum
func (AllTypes_Enum) Number ¶
func (x AllTypes_Enum) Number() protoreflect.EnumNumber
func (AllTypes_Enum) String ¶
func (x AllTypes_Enum) String() string
func (AllTypes_Enum) Type ¶
func (AllTypes_Enum) Type() protoreflect.EnumType
type AllTypes_builder ¶ added in v0.4.1
type AllTypes_builder struct { // scalar types DoubleValue *float64 FloatValue *float32 Int32Value *int32 Int64Value *int64 Uint32Value *uint32 Uint64Value *uint64 Sint32Value *int32 Sint64Value *int64 Fixed32Value *uint32 Fixed64Value *uint64 Sfixed32Value *int32 Sfixed64Value *int64 BoolValue *bool StringValue *string BytesValue []byte // repeated types DoubleList []float64 FloatList []float32 Int32List []int32 Int64List []int64 Uint32List []uint32 Uint64List []uint64 Sint32List []int32 Sint64List []int64 Fixed32List []uint32 Fixed64List []uint64 Sfixed32List []int32 Sfixed64List []int64 BoolList []bool StringList []string BytesList [][]byte // map key types Int32ToStringMap map[int32]string Int64ToStringMap map[int64]string Uint32ToStringMap map[uint32]string Uint64ToStringMap map[uint64]string Sint32ToStringMap map[int32]string Sint64ToStringMap map[int64]string Fixed32ToStringMap map[uint32]string Fixed64ToStringMap map[uint64]string Sfixed32ToStringMap map[int32]string Sfixed64ToStringMap map[int64]string BoolToStringMap map[bool]string StringToStringMap map[string]string // map value types DoubleMap map[string]float64 FloatMap map[string]float32 Int32Map map[string]int32 Int64Map map[string]int64 Uint32Map map[string]uint32 Uint64Map map[string]uint64 Sint32Map map[string]int32 Sint64Map map[string]int64 Fixed32Map map[string]uint32 Fixed64Map map[string]uint64 Sfixed32Map map[string]int32 Sfixed64Map map[string]int64 BoolMap map[string]bool StringMap map[string]string BytesMap map[string][]byte // explicit presence types OptDoubleValue *float64 OptFloatValue *float32 OptInt32Value *int32 OptInt64Value *int64 OptUint32Value *uint32 OptUint64Value *uint64 OptSint32Value *int32 OptSint64Value *int64 OptFixed32Value *uint32 OptFixed64Value *uint64 OptSfixed32Value *int32 OptSfixed64Value *int64 OptBoolValue *bool OptStringValue *string OptBytesValue []byte MsgValue *AllTypes EnumValue *AllTypes_Enum OptMsgValue *AllTypes OptEnumValue *AllTypes_Enum MsgList []*AllTypes EnumList []AllTypes_Enum MsgMap map[string]*AllTypes EnumMap map[string]AllTypes_Enum // Fields of oneof xxx_hidden_Option: DoubleOption *float64 FloatOption *float32 Int32Option *int32 Int64Option *int64 Uint32Option *uint32 Uint64Option *uint64 Sint32Option *int32 Sint64Option *int64 Fixed32Option *uint32 Fixed64Option *uint64 Sfixed32Option *int32 Sfixed64Option *int64 BoolOption *bool StringOption *string BytesOption []byte MsgOption *AllTypes EnumOption *AllTypes_Enum // contains filtered or unexported fields }
func (AllTypes_builder) Build ¶ added in v0.4.1
func (b0 AllTypes_builder) Build() *AllTypes
type ParameterValues ¶
type ParameterValues struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [2]uint32 // contains filtered or unexported fields }
func (*ParameterValues) ClearBoolValue ¶ added in v0.4.1
func (x *ParameterValues) ClearBoolValue()
func (*ParameterValues) ClearBoolValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearBoolValueWrapper()
func (*ParameterValues) ClearBytesValue ¶ added in v0.4.1
func (x *ParameterValues) ClearBytesValue()
func (*ParameterValues) ClearBytesValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearBytesValueWrapper()
func (*ParameterValues) ClearDoubleValue ¶ added in v0.4.1
func (x *ParameterValues) ClearDoubleValue()
func (*ParameterValues) ClearDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearDoubleValueWrapper()
func (*ParameterValues) ClearDuration ¶ added in v0.4.1
func (x *ParameterValues) ClearDuration()
func (*ParameterValues) ClearEnumValue ¶ added in v0.4.1
func (x *ParameterValues) ClearEnumValue()
func (*ParameterValues) ClearFieldMask ¶ added in v0.4.1
func (x *ParameterValues) ClearFieldMask()
func (*ParameterValues) ClearFixed32Value ¶ added in v0.4.1
func (x *ParameterValues) ClearFixed32Value()
func (*ParameterValues) ClearFixed64Value ¶ added in v0.4.1
func (x *ParameterValues) ClearFixed64Value()
func (*ParameterValues) ClearFloatValue ¶ added in v0.4.1
func (x *ParameterValues) ClearFloatValue()
func (*ParameterValues) ClearFloatValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearFloatValueWrapper()
func (*ParameterValues) ClearInt32Value ¶ added in v0.4.1
func (x *ParameterValues) ClearInt32Value()
func (*ParameterValues) ClearInt32ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearInt32ValueWrapper()
func (*ParameterValues) ClearInt64Value ¶ added in v0.4.1
func (x *ParameterValues) ClearInt64Value()
func (*ParameterValues) ClearInt64ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearInt64ValueWrapper()
func (*ParameterValues) ClearNested ¶ added in v0.4.1
func (x *ParameterValues) ClearNested()
func (*ParameterValues) ClearOneof ¶ added in v0.4.1
func (x *ParameterValues) ClearOneof()
func (*ParameterValues) ClearOneofDoubleValue ¶ added in v0.4.1
func (x *ParameterValues) ClearOneofDoubleValue()
func (*ParameterValues) ClearOneofDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearOneofDoubleValueWrapper()
func (*ParameterValues) ClearOneofEnumValue ¶ added in v0.4.1
func (x *ParameterValues) ClearOneofEnumValue()
func (*ParameterValues) ClearRecursive ¶ added in v0.4.1
func (x *ParameterValues) ClearRecursive()
func (*ParameterValues) ClearSfixed32Value ¶ added in v0.4.1
func (x *ParameterValues) ClearSfixed32Value()
func (*ParameterValues) ClearSfixed64Value ¶ added in v0.4.1
func (x *ParameterValues) ClearSfixed64Value()
func (*ParameterValues) ClearSint32Value ¶ added in v0.4.1
func (x *ParameterValues) ClearSint32Value()
func (*ParameterValues) ClearSint64Value ¶ added in v0.4.1
func (x *ParameterValues) ClearSint64Value()
func (*ParameterValues) ClearStringValue ¶ added in v0.4.1
func (x *ParameterValues) ClearStringValue()
func (*ParameterValues) ClearStringValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearStringValueWrapper()
func (*ParameterValues) ClearStructValue ¶ added in v0.4.1
func (x *ParameterValues) ClearStructValue()
func (*ParameterValues) ClearTimestamp ¶ added in v0.4.1
func (x *ParameterValues) ClearTimestamp()
func (*ParameterValues) ClearUint32Value ¶ added in v0.4.1
func (x *ParameterValues) ClearUint32Value()
func (*ParameterValues) ClearUint32ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearUint32ValueWrapper()
func (*ParameterValues) ClearUint64Value ¶ added in v0.4.1
func (x *ParameterValues) ClearUint64Value()
func (*ParameterValues) ClearUint64ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) ClearUint64ValueWrapper()
func (*ParameterValues) ClearValue ¶ added in v0.4.1
func (x *ParameterValues) ClearValue()
func (*ParameterValues) GetBoolValue ¶
func (x *ParameterValues) GetBoolValue() bool
func (*ParameterValues) GetBoolValueWrapper ¶
func (x *ParameterValues) GetBoolValueWrapper() *wrapperspb.BoolValue
func (*ParameterValues) GetBytesValue ¶
func (x *ParameterValues) GetBytesValue() []byte
func (*ParameterValues) GetBytesValueWrapper ¶
func (x *ParameterValues) GetBytesValueWrapper() *wrapperspb.BytesValue
func (*ParameterValues) GetDoubleList ¶
func (x *ParameterValues) GetDoubleList() []float64
func (*ParameterValues) GetDoubleValue ¶
func (x *ParameterValues) GetDoubleValue() float64
func (*ParameterValues) GetDoubleValueList ¶
func (x *ParameterValues) GetDoubleValueList() []*wrapperspb.DoubleValue
func (*ParameterValues) GetDoubleValueWrapper ¶
func (x *ParameterValues) GetDoubleValueWrapper() *wrapperspb.DoubleValue
func (*ParameterValues) GetDuration ¶
func (x *ParameterValues) GetDuration() *durationpb.Duration
func (*ParameterValues) GetEnumList ¶
func (x *ParameterValues) GetEnumList() []ParameterValues_Enum
func (*ParameterValues) GetEnumMap ¶
func (x *ParameterValues) GetEnumMap() map[string]ParameterValues_Enum
func (*ParameterValues) GetEnumValue ¶
func (x *ParameterValues) GetEnumValue() ParameterValues_Enum
func (*ParameterValues) GetFieldMask ¶
func (x *ParameterValues) GetFieldMask() *fieldmaskpb.FieldMask
func (*ParameterValues) GetFixed32Value ¶
func (x *ParameterValues) GetFixed32Value() uint32
func (*ParameterValues) GetFixed64Value ¶
func (x *ParameterValues) GetFixed64Value() uint64
func (*ParameterValues) GetFloatValue ¶
func (x *ParameterValues) GetFloatValue() float32
func (*ParameterValues) GetFloatValueWrapper ¶
func (x *ParameterValues) GetFloatValueWrapper() *wrapperspb.FloatValue
func (*ParameterValues) GetInt32Value ¶
func (x *ParameterValues) GetInt32Value() int32
func (*ParameterValues) GetInt32ValueWrapper ¶
func (x *ParameterValues) GetInt32ValueWrapper() *wrapperspb.Int32Value
func (*ParameterValues) GetInt64Value ¶
func (x *ParameterValues) GetInt64Value() int64
func (*ParameterValues) GetInt64ValueWrapper ¶
func (x *ParameterValues) GetInt64ValueWrapper() *wrapperspb.Int64Value
func (*ParameterValues) GetNested ¶
func (x *ParameterValues) GetNested() *ParameterValues_Nested
func (*ParameterValues) GetNestedMap ¶
func (x *ParameterValues) GetNestedMap() map[string]*ParameterValues_Nested
func (*ParameterValues) GetOneofDoubleValue ¶
func (x *ParameterValues) GetOneofDoubleValue() float64
func (*ParameterValues) GetOneofDoubleValueWrapper ¶
func (x *ParameterValues) GetOneofDoubleValueWrapper() *wrapperspb.DoubleValue
func (*ParameterValues) GetOneofEnumValue ¶
func (x *ParameterValues) GetOneofEnumValue() ParameterValues_Enum
func (*ParameterValues) GetRecursive ¶
func (x *ParameterValues) GetRecursive() *ParameterValues
func (*ParameterValues) GetRecursiveList ¶
func (x *ParameterValues) GetRecursiveList() []*ParameterValues
func (*ParameterValues) GetSfixed32Value ¶
func (x *ParameterValues) GetSfixed32Value() int32
func (*ParameterValues) GetSfixed64Value ¶
func (x *ParameterValues) GetSfixed64Value() int64
func (*ParameterValues) GetSint32Value ¶
func (x *ParameterValues) GetSint32Value() int32
func (*ParameterValues) GetSint64Value ¶
func (x *ParameterValues) GetSint64Value() int64
func (*ParameterValues) GetStringMap ¶
func (x *ParameterValues) GetStringMap() map[string]string
func (*ParameterValues) GetStringValue ¶
func (x *ParameterValues) GetStringValue() string
func (*ParameterValues) GetStringValueMap ¶
func (x *ParameterValues) GetStringValueMap() map[string]*wrapperspb.StringValue
func (*ParameterValues) GetStringValueWrapper ¶
func (x *ParameterValues) GetStringValueWrapper() *wrapperspb.StringValue
func (*ParameterValues) GetStructValue ¶
func (x *ParameterValues) GetStructValue() *structpb.Struct
func (*ParameterValues) GetTimestamp ¶
func (x *ParameterValues) GetTimestamp() *timestamppb.Timestamp
func (*ParameterValues) GetUint32Value ¶
func (x *ParameterValues) GetUint32Value() uint32
func (*ParameterValues) GetUint32ValueWrapper ¶
func (x *ParameterValues) GetUint32ValueWrapper() *wrapperspb.UInt32Value
func (*ParameterValues) GetUint64Value ¶
func (x *ParameterValues) GetUint64Value() uint64
func (*ParameterValues) GetUint64ValueWrapper ¶
func (x *ParameterValues) GetUint64ValueWrapper() *wrapperspb.UInt64Value
func (*ParameterValues) GetValue ¶
func (x *ParameterValues) GetValue() *structpb.Value
func (*ParameterValues) HasBoolValue ¶ added in v0.4.1
func (x *ParameterValues) HasBoolValue() bool
func (*ParameterValues) HasBoolValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasBoolValueWrapper() bool
func (*ParameterValues) HasBytesValue ¶ added in v0.4.1
func (x *ParameterValues) HasBytesValue() bool
func (*ParameterValues) HasBytesValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasBytesValueWrapper() bool
func (*ParameterValues) HasDoubleValue ¶ added in v0.4.1
func (x *ParameterValues) HasDoubleValue() bool
func (*ParameterValues) HasDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasDoubleValueWrapper() bool
func (*ParameterValues) HasDuration ¶ added in v0.4.1
func (x *ParameterValues) HasDuration() bool
func (*ParameterValues) HasEnumValue ¶ added in v0.4.1
func (x *ParameterValues) HasEnumValue() bool
func (*ParameterValues) HasFieldMask ¶ added in v0.4.1
func (x *ParameterValues) HasFieldMask() bool
func (*ParameterValues) HasFixed32Value ¶ added in v0.4.1
func (x *ParameterValues) HasFixed32Value() bool
func (*ParameterValues) HasFixed64Value ¶ added in v0.4.1
func (x *ParameterValues) HasFixed64Value() bool
func (*ParameterValues) HasFloatValue ¶ added in v0.4.1
func (x *ParameterValues) HasFloatValue() bool
func (*ParameterValues) HasFloatValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasFloatValueWrapper() bool
func (*ParameterValues) HasInt32Value ¶ added in v0.4.1
func (x *ParameterValues) HasInt32Value() bool
func (*ParameterValues) HasInt32ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasInt32ValueWrapper() bool
func (*ParameterValues) HasInt64Value ¶ added in v0.4.1
func (x *ParameterValues) HasInt64Value() bool
func (*ParameterValues) HasInt64ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasInt64ValueWrapper() bool
func (*ParameterValues) HasNested ¶ added in v0.4.1
func (x *ParameterValues) HasNested() bool
func (*ParameterValues) HasOneof ¶ added in v0.4.1
func (x *ParameterValues) HasOneof() bool
func (*ParameterValues) HasOneofDoubleValue ¶ added in v0.4.1
func (x *ParameterValues) HasOneofDoubleValue() bool
func (*ParameterValues) HasOneofDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasOneofDoubleValueWrapper() bool
func (*ParameterValues) HasOneofEnumValue ¶ added in v0.4.1
func (x *ParameterValues) HasOneofEnumValue() bool
func (*ParameterValues) HasRecursive ¶ added in v0.4.1
func (x *ParameterValues) HasRecursive() bool
func (*ParameterValues) HasSfixed32Value ¶ added in v0.4.1
func (x *ParameterValues) HasSfixed32Value() bool
func (*ParameterValues) HasSfixed64Value ¶ added in v0.4.1
func (x *ParameterValues) HasSfixed64Value() bool
func (*ParameterValues) HasSint32Value ¶ added in v0.4.1
func (x *ParameterValues) HasSint32Value() bool
func (*ParameterValues) HasSint64Value ¶ added in v0.4.1
func (x *ParameterValues) HasSint64Value() bool
func (*ParameterValues) HasStringValue ¶ added in v0.4.1
func (x *ParameterValues) HasStringValue() bool
func (*ParameterValues) HasStringValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasStringValueWrapper() bool
func (*ParameterValues) HasStructValue ¶ added in v0.4.1
func (x *ParameterValues) HasStructValue() bool
func (*ParameterValues) HasTimestamp ¶ added in v0.4.1
func (x *ParameterValues) HasTimestamp() bool
func (*ParameterValues) HasUint32Value ¶ added in v0.4.1
func (x *ParameterValues) HasUint32Value() bool
func (*ParameterValues) HasUint32ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasUint32ValueWrapper() bool
func (*ParameterValues) HasUint64Value ¶ added in v0.4.1
func (x *ParameterValues) HasUint64Value() bool
func (*ParameterValues) HasUint64ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) HasUint64ValueWrapper() bool
func (*ParameterValues) HasValue ¶ added in v0.4.1
func (x *ParameterValues) HasValue() bool
func (*ParameterValues) ProtoMessage ¶
func (*ParameterValues) ProtoMessage()
func (*ParameterValues) ProtoReflect ¶
func (x *ParameterValues) ProtoReflect() protoreflect.Message
func (*ParameterValues) Reset ¶
func (x *ParameterValues) Reset()
func (*ParameterValues) SetBoolValue ¶ added in v0.4.1
func (x *ParameterValues) SetBoolValue(v bool)
func (*ParameterValues) SetBoolValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetBoolValueWrapper(v *wrapperspb.BoolValue)
func (*ParameterValues) SetBytesValue ¶ added in v0.4.1
func (x *ParameterValues) SetBytesValue(v []byte)
func (*ParameterValues) SetBytesValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetBytesValueWrapper(v *wrapperspb.BytesValue)
func (*ParameterValues) SetDoubleList ¶ added in v0.4.1
func (x *ParameterValues) SetDoubleList(v []float64)
func (*ParameterValues) SetDoubleValue ¶ added in v0.4.1
func (x *ParameterValues) SetDoubleValue(v float64)
func (*ParameterValues) SetDoubleValueList ¶ added in v0.4.1
func (x *ParameterValues) SetDoubleValueList(v []*wrapperspb.DoubleValue)
func (*ParameterValues) SetDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetDoubleValueWrapper(v *wrapperspb.DoubleValue)
func (*ParameterValues) SetDuration ¶ added in v0.4.1
func (x *ParameterValues) SetDuration(v *durationpb.Duration)
func (*ParameterValues) SetEnumList ¶ added in v0.4.1
func (x *ParameterValues) SetEnumList(v []ParameterValues_Enum)
func (*ParameterValues) SetEnumMap ¶ added in v0.4.1
func (x *ParameterValues) SetEnumMap(v map[string]ParameterValues_Enum)
func (*ParameterValues) SetEnumValue ¶ added in v0.4.1
func (x *ParameterValues) SetEnumValue(v ParameterValues_Enum)
func (*ParameterValues) SetFieldMask ¶ added in v0.4.1
func (x *ParameterValues) SetFieldMask(v *fieldmaskpb.FieldMask)
func (*ParameterValues) SetFixed32Value ¶ added in v0.4.1
func (x *ParameterValues) SetFixed32Value(v uint32)
func (*ParameterValues) SetFixed64Value ¶ added in v0.4.1
func (x *ParameterValues) SetFixed64Value(v uint64)
func (*ParameterValues) SetFloatValue ¶ added in v0.4.1
func (x *ParameterValues) SetFloatValue(v float32)
func (*ParameterValues) SetFloatValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetFloatValueWrapper(v *wrapperspb.FloatValue)
func (*ParameterValues) SetInt32Value ¶ added in v0.4.1
func (x *ParameterValues) SetInt32Value(v int32)
func (*ParameterValues) SetInt32ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetInt32ValueWrapper(v *wrapperspb.Int32Value)
func (*ParameterValues) SetInt64Value ¶ added in v0.4.1
func (x *ParameterValues) SetInt64Value(v int64)
func (*ParameterValues) SetInt64ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetInt64ValueWrapper(v *wrapperspb.Int64Value)
func (*ParameterValues) SetNested ¶ added in v0.4.1
func (x *ParameterValues) SetNested(v *ParameterValues_Nested)
func (*ParameterValues) SetNestedMap ¶ added in v0.4.1
func (x *ParameterValues) SetNestedMap(v map[string]*ParameterValues_Nested)
func (*ParameterValues) SetOneofDoubleValue ¶ added in v0.4.1
func (x *ParameterValues) SetOneofDoubleValue(v float64)
func (*ParameterValues) SetOneofDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetOneofDoubleValueWrapper(v *wrapperspb.DoubleValue)
func (*ParameterValues) SetOneofEnumValue ¶ added in v0.4.1
func (x *ParameterValues) SetOneofEnumValue(v ParameterValues_Enum)
func (*ParameterValues) SetRecursive ¶ added in v0.4.1
func (x *ParameterValues) SetRecursive(v *ParameterValues)
func (*ParameterValues) SetRecursiveList ¶ added in v0.4.1
func (x *ParameterValues) SetRecursiveList(v []*ParameterValues)
func (*ParameterValues) SetSfixed32Value ¶ added in v0.4.1
func (x *ParameterValues) SetSfixed32Value(v int32)
func (*ParameterValues) SetSfixed64Value ¶ added in v0.4.1
func (x *ParameterValues) SetSfixed64Value(v int64)
func (*ParameterValues) SetSint32Value ¶ added in v0.4.1
func (x *ParameterValues) SetSint32Value(v int32)
func (*ParameterValues) SetSint64Value ¶ added in v0.4.1
func (x *ParameterValues) SetSint64Value(v int64)
func (*ParameterValues) SetStringMap ¶ added in v0.4.1
func (x *ParameterValues) SetStringMap(v map[string]string)
func (*ParameterValues) SetStringValue ¶ added in v0.4.1
func (x *ParameterValues) SetStringValue(v string)
func (*ParameterValues) SetStringValueMap ¶ added in v0.4.1
func (x *ParameterValues) SetStringValueMap(v map[string]*wrapperspb.StringValue)
func (*ParameterValues) SetStringValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetStringValueWrapper(v *wrapperspb.StringValue)
func (*ParameterValues) SetStructValue ¶ added in v0.4.1
func (x *ParameterValues) SetStructValue(v *structpb.Struct)
func (*ParameterValues) SetTimestamp ¶ added in v0.4.1
func (x *ParameterValues) SetTimestamp(v *timestamppb.Timestamp)
func (*ParameterValues) SetUint32Value ¶ added in v0.4.1
func (x *ParameterValues) SetUint32Value(v uint32)
func (*ParameterValues) SetUint32ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetUint32ValueWrapper(v *wrapperspb.UInt32Value)
func (*ParameterValues) SetUint64Value ¶ added in v0.4.1
func (x *ParameterValues) SetUint64Value(v uint64)
func (*ParameterValues) SetUint64ValueWrapper ¶ added in v0.4.1
func (x *ParameterValues) SetUint64ValueWrapper(v *wrapperspb.UInt64Value)
func (*ParameterValues) SetValue ¶ added in v0.4.1
func (x *ParameterValues) SetValue(v *structpb.Value)
func (*ParameterValues) String ¶
func (x *ParameterValues) String() string
func (*ParameterValues) WhichOneof ¶ added in v0.4.1
func (x *ParameterValues) WhichOneof() case_ParameterValues_Oneof
type ParameterValues_Enum ¶
type ParameterValues_Enum int32
enum types
const ( ParameterValues_ENUM_UNSPECIFIED ParameterValues_Enum = 0 ParameterValues_ENUM_VALUE ParameterValues_Enum = 1 )
func (ParameterValues_Enum) Descriptor ¶
func (ParameterValues_Enum) Descriptor() protoreflect.EnumDescriptor
func (ParameterValues_Enum) Enum ¶
func (x ParameterValues_Enum) Enum() *ParameterValues_Enum
func (ParameterValues_Enum) Number ¶
func (x ParameterValues_Enum) Number() protoreflect.EnumNumber
func (ParameterValues_Enum) String ¶
func (x ParameterValues_Enum) String() string
func (ParameterValues_Enum) Type ¶
func (ParameterValues_Enum) Type() protoreflect.EnumType
type ParameterValues_Nested ¶
type ParameterValues_Nested struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*ParameterValues_Nested) ClearDoubleValue ¶ added in v0.4.1
func (x *ParameterValues_Nested) ClearDoubleValue()
func (*ParameterValues_Nested) ClearDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues_Nested) ClearDoubleValueWrapper()
func (*ParameterValues_Nested) ClearEnumValue ¶ added in v0.4.1
func (x *ParameterValues_Nested) ClearEnumValue()
func (*ParameterValues_Nested) GetDoubleValue ¶
func (x *ParameterValues_Nested) GetDoubleValue() float64
func (*ParameterValues_Nested) GetDoubleValueWrapper ¶
func (x *ParameterValues_Nested) GetDoubleValueWrapper() *wrapperspb.DoubleValue
func (*ParameterValues_Nested) GetEnumValue ¶
func (x *ParameterValues_Nested) GetEnumValue() ParameterValues_Nested_Enum
func (*ParameterValues_Nested) HasDoubleValue ¶ added in v0.4.1
func (x *ParameterValues_Nested) HasDoubleValue() bool
func (*ParameterValues_Nested) HasDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues_Nested) HasDoubleValueWrapper() bool
func (*ParameterValues_Nested) HasEnumValue ¶ added in v0.4.1
func (x *ParameterValues_Nested) HasEnumValue() bool
func (*ParameterValues_Nested) ProtoMessage ¶
func (*ParameterValues_Nested) ProtoMessage()
func (*ParameterValues_Nested) ProtoReflect ¶
func (x *ParameterValues_Nested) ProtoReflect() protoreflect.Message
func (*ParameterValues_Nested) Reset ¶
func (x *ParameterValues_Nested) Reset()
func (*ParameterValues_Nested) SetDoubleValue ¶ added in v0.4.1
func (x *ParameterValues_Nested) SetDoubleValue(v float64)
func (*ParameterValues_Nested) SetDoubleValueWrapper ¶ added in v0.4.1
func (x *ParameterValues_Nested) SetDoubleValueWrapper(v *wrapperspb.DoubleValue)
func (*ParameterValues_Nested) SetEnumValue ¶ added in v0.4.1
func (x *ParameterValues_Nested) SetEnumValue(v ParameterValues_Nested_Enum)
func (*ParameterValues_Nested) String ¶
func (x *ParameterValues_Nested) String() string
type ParameterValues_Nested_Enum ¶
type ParameterValues_Nested_Enum int32
const ( ParameterValues_Nested_ENUM_UNSPECIFIED ParameterValues_Nested_Enum = 0 ParameterValues_Nested_ENUM_VALUE ParameterValues_Nested_Enum = 1 )
func (ParameterValues_Nested_Enum) Descriptor ¶
func (ParameterValues_Nested_Enum) Descriptor() protoreflect.EnumDescriptor
func (ParameterValues_Nested_Enum) Enum ¶
func (x ParameterValues_Nested_Enum) Enum() *ParameterValues_Nested_Enum
func (ParameterValues_Nested_Enum) Number ¶
func (x ParameterValues_Nested_Enum) Number() protoreflect.EnumNumber
func (ParameterValues_Nested_Enum) String ¶
func (x ParameterValues_Nested_Enum) String() string
func (ParameterValues_Nested_Enum) Type ¶
func (ParameterValues_Nested_Enum) Type() protoreflect.EnumType
type ParameterValues_Nested_builder ¶ added in v0.4.1
type ParameterValues_Nested_builder struct { DoubleValue *float64 DoubleValueWrapper *wrapperspb.DoubleValue EnumValue *ParameterValues_Nested_Enum // contains filtered or unexported fields }
func (ParameterValues_Nested_builder) Build ¶ added in v0.4.1
func (b0 ParameterValues_Nested_builder) Build() *ParameterValues_Nested
type ParameterValues_builder ¶ added in v0.4.1
type ParameterValues_builder struct { // scalar types DoubleValue *float64 FloatValue *float32 Int32Value *int32 Int64Value *int64 Uint32Value *uint32 Uint64Value *uint64 Sint32Value *int32 Sint64Value *int64 Fixed32Value *uint32 Fixed64Value *uint64 Sfixed32Value *int32 Sfixed64Value *int64 BoolValue *bool StringValue *string BytesValue []byte // scalar wrappers Timestamp *timestamppb.Timestamp Duration *durationpb.Duration BoolValueWrapper *wrapperspb.BoolValue Int32ValueWrapper *wrapperspb.Int32Value Int64ValueWrapper *wrapperspb.Int64Value Uint32ValueWrapper *wrapperspb.UInt32Value Uint64ValueWrapper *wrapperspb.UInt64Value FloatValueWrapper *wrapperspb.FloatValue DoubleValueWrapper *wrapperspb.DoubleValue BytesValueWrapper *wrapperspb.BytesValue StringValueWrapper *wrapperspb.StringValue FieldMask *fieldmaskpb.FieldMask EnumValue *ParameterValues_Enum // complex types EnumList []ParameterValues_Enum DoubleList []float64 DoubleValueList []*wrapperspb.DoubleValue // Fields of oneof xxx_hidden_Oneof: OneofDoubleValue *float64 OneofDoubleValueWrapper *wrapperspb.DoubleValue OneofEnumValue *ParameterValues_Enum // -- end of xxx_hidden_Oneof Nested *ParameterValues_Nested Recursive *ParameterValues // unsupported StringMap map[string]string StringValueMap map[string]*wrapperspb.StringValue EnumMap map[string]ParameterValues_Enum NestedMap map[string]*ParameterValues_Nested StructValue *structpb.Struct Value *structpb.Value RecursiveList []*ParameterValues // contains filtered or unexported fields }
func (ParameterValues_builder) Build ¶ added in v0.4.1
func (b0 ParameterValues_builder) Build() *ParameterValues
Click to show internal directories.
Click to hide internal directories.