type DoubleValue …
func Double(v float64) *DoubleValue { … }
func (x *DoubleValue) Reset() { … }
func (x *DoubleValue) String() string { … }
func (*DoubleValue) ProtoMessage() { … }
func (x *DoubleValue) ProtoReflect() protoreflect.Message { … }
func (*DoubleValue) Descriptor() ([]byte, []int) { … }
func (x *DoubleValue) GetValue() float64 { … }
type FloatValue …
func Float(v float32) *FloatValue { … }
func (x *FloatValue) Reset() { … }
func (x *FloatValue) String() string { … }
func (*FloatValue) ProtoMessage() { … }
func (x *FloatValue) ProtoReflect() protoreflect.Message { … }
func (*FloatValue) Descriptor() ([]byte, []int) { … }
func (x *FloatValue) GetValue() float32 { … }
type Int64Value …
func Int64(v int64) *Int64Value { … }
func (x *Int64Value) Reset() { … }
func (x *Int64Value) String() string { … }
func (*Int64Value) ProtoMessage() { … }
func (x *Int64Value) ProtoReflect() protoreflect.Message { … }
func (*Int64Value) Descriptor() ([]byte, []int) { … }
func (x *Int64Value) GetValue() int64 { … }
type UInt64Value …
func UInt64(v uint64) *UInt64Value { … }
func (x *UInt64Value) Reset() { … }
func (x *UInt64Value) String() string { … }
func (*UInt64Value) ProtoMessage() { … }
func (x *UInt64Value) ProtoReflect() protoreflect.Message { … }
func (*UInt64Value) Descriptor() ([]byte, []int) { … }
func (x *UInt64Value) GetValue() uint64 { … }
type Int32Value …
func Int32(v int32) *Int32Value { … }
func (x *Int32Value) Reset() { … }
func (x *Int32Value) String() string { … }
func (*Int32Value) ProtoMessage() { … }
func (x *Int32Value) ProtoReflect() protoreflect.Message { … }
func (*Int32Value) Descriptor() ([]byte, []int) { … }
func (x *Int32Value) GetValue() int32 { … }
type UInt32Value …
func UInt32(v uint32) *UInt32Value { … }
func (x *UInt32Value) Reset() { … }
func (x *UInt32Value) String() string { … }
func (*UInt32Value) ProtoMessage() { … }
func (x *UInt32Value) ProtoReflect() protoreflect.Message { … }
func (*UInt32Value) Descriptor() ([]byte, []int) { … }
func (x *UInt32Value) GetValue() uint32 { … }
type BoolValue …
func Bool(v bool) *BoolValue { … }
func (x *BoolValue) Reset() { … }
func (x *BoolValue) String() string { … }
func (*BoolValue) ProtoMessage() { … }
func (x *BoolValue) ProtoReflect() protoreflect.Message { … }
func (*BoolValue) Descriptor() ([]byte, []int) { … }
func (x *BoolValue) GetValue() bool { … }
type StringValue …
func String(v string) *StringValue { … }
func (x *StringValue) Reset() { … }
func (x *StringValue) String() string { … }
func (*StringValue) ProtoMessage() { … }
func (x *StringValue) ProtoReflect() protoreflect.Message { … }
func (*StringValue) Descriptor() ([]byte, []int) { … }
func (x *StringValue) GetValue() string { … }
type BytesValue …
func Bytes(v []byte) *BytesValue { … }
func (x *BytesValue) Reset() { … }
func (x *BytesValue) String() string { … }
func (*BytesValue) ProtoMessage() { … }
func (x *BytesValue) ProtoReflect() protoreflect.Message { … }
func (*BytesValue) Descriptor() ([]byte, []int) { … }
func (x *BytesValue) GetValue() []byte { … }
var File_google_protobuf_wrappers_proto …
var file_google_protobuf_wrappers_proto_rawDesc …
var file_google_protobuf_wrappers_proto_rawDescOnce …
var file_google_protobuf_wrappers_proto_rawDescData …
func file_google_protobuf_wrappers_proto_rawDescGZIP() []byte { … }
var file_google_protobuf_wrappers_proto_msgTypes …
var file_google_protobuf_wrappers_proto_goTypes …
var file_google_protobuf_wrappers_proto_depIdxs …
func init() { … }
func file_google_protobuf_wrappers_proto_init() { … }