var File_google_protobuf_wrappers_proto protoreflect.FileDescriptor
Wrapper message for `bool`.
The JSON representation for `BoolValue` is JSON `true` and `false`.
type BoolValue struct { // The bool value. Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func Bool(v bool) *BoolValue
Bool stores v in a new BoolValue and returns a pointer to it.
func (*BoolValue) Descriptor() ([]byte, []int)
Deprecated: Use BoolValue.ProtoReflect.Descriptor instead.
func (x *BoolValue) GetValue() bool
func (*BoolValue) ProtoMessage()
func (x *BoolValue) ProtoReflect() protoreflect.Message
func (x *BoolValue) Reset()
func (x *BoolValue) String() string
Wrapper message for `bytes`.
The JSON representation for `BytesValue` is JSON string.
type BytesValue struct { // The bytes value. Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func Bytes(v []byte) *BytesValue
Bytes stores v in a new BytesValue and returns a pointer to it.
func (*BytesValue) Descriptor() ([]byte, []int)
Deprecated: Use BytesValue.ProtoReflect.Descriptor instead.
func (x *BytesValue) GetValue() []byte
func (*BytesValue) ProtoMessage()
func (x *BytesValue) ProtoReflect() protoreflect.Message
func (x *BytesValue) Reset()
func (x *BytesValue) String() string
Wrapper message for `double`.
The JSON representation for `DoubleValue` is JSON number.
type DoubleValue struct { // The double value. Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func Double(v float64) *DoubleValue
Double stores v in a new DoubleValue and returns a pointer to it.
func (*DoubleValue) Descriptor() ([]byte, []int)
Deprecated: Use DoubleValue.ProtoReflect.Descriptor instead.
func (x *DoubleValue) GetValue() float64
func (*DoubleValue) ProtoMessage()
func (x *DoubleValue) ProtoReflect() protoreflect.Message
func (x *DoubleValue) Reset()
func (x *DoubleValue) String() string
Wrapper message for `float`.
The JSON representation for `FloatValue` is JSON number.
type FloatValue struct { // The float value. Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func Float(v float32) *FloatValue
Float stores v in a new FloatValue and returns a pointer to it.
func (*FloatValue) Descriptor() ([]byte, []int)
Deprecated: Use FloatValue.ProtoReflect.Descriptor instead.
func (x *FloatValue) GetValue() float32
func (*FloatValue) ProtoMessage()
func (x *FloatValue) ProtoReflect() protoreflect.Message
func (x *FloatValue) Reset()
func (x *FloatValue) String() string
Wrapper message for `int32`.
The JSON representation for `Int32Value` is JSON number.
type Int32Value struct { // The int32 value. Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func Int32(v int32) *Int32Value
Int32 stores v in a new Int32Value and returns a pointer to it.
func (*Int32Value) Descriptor() ([]byte, []int)
Deprecated: Use Int32Value.ProtoReflect.Descriptor instead.
func (x *Int32Value) GetValue() int32
func (*Int32Value) ProtoMessage()
func (x *Int32Value) ProtoReflect() protoreflect.Message
func (x *Int32Value) Reset()
func (x *Int32Value) String() string
Wrapper message for `int64`.
The JSON representation for `Int64Value` is JSON string.
type Int64Value struct { // The int64 value. Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func Int64(v int64) *Int64Value
Int64 stores v in a new Int64Value and returns a pointer to it.
func (*Int64Value) Descriptor() ([]byte, []int)
Deprecated: Use Int64Value.ProtoReflect.Descriptor instead.
func (x *Int64Value) GetValue() int64
func (*Int64Value) ProtoMessage()
func (x *Int64Value) ProtoReflect() protoreflect.Message
func (x *Int64Value) Reset()
func (x *Int64Value) String() string
Wrapper message for `string`.
The JSON representation for `StringValue` is JSON string.
type StringValue struct { // The string value. Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func String(v string) *StringValue
String stores v in a new StringValue and returns a pointer to it.
func (*StringValue) Descriptor() ([]byte, []int)
Deprecated: Use StringValue.ProtoReflect.Descriptor instead.
func (x *StringValue) GetValue() string
func (*StringValue) ProtoMessage()
func (x *StringValue) ProtoReflect() protoreflect.Message
func (x *StringValue) Reset()
func (x *StringValue) String() string
Wrapper message for `uint32`.
The JSON representation for `UInt32Value` is JSON number.
type UInt32Value struct { // The uint32 value. Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func UInt32(v uint32) *UInt32Value
UInt32 stores v in a new UInt32Value and returns a pointer to it.
func (*UInt32Value) Descriptor() ([]byte, []int)
Deprecated: Use UInt32Value.ProtoReflect.Descriptor instead.
func (x *UInt32Value) GetValue() uint32
func (*UInt32Value) ProtoMessage()
func (x *UInt32Value) ProtoReflect() protoreflect.Message
func (x *UInt32Value) Reset()
func (x *UInt32Value) String() string
Wrapper message for `uint64`.
The JSON representation for `UInt64Value` is JSON string.
type UInt64Value struct { // The uint64 value. Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func UInt64(v uint64) *UInt64Value
UInt64 stores v in a new UInt64Value and returns a pointer to it.
func (*UInt64Value) Descriptor() ([]byte, []int)
Deprecated: Use UInt64Value.ProtoReflect.Descriptor instead.
func (x *UInt64Value) GetValue() uint64
func (*UInt64Value) ProtoMessage()
func (x *UInt64Value) ProtoReflect() protoreflect.Message
func (x *UInt64Value) Reset()
func (x *UInt64Value) String() string