wrapperspb

package
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: BSD-3-Clause Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoolValue

type BoolValue struct {

	// The bool value.
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `bool`.

The JSON representation for `BoolValue` is JSON `true` and `false`.

protobuf-go-lite:disable-text

func Bool

func Bool(v bool) *BoolValue

Bool stores v in a new BoolValue and returns a pointer to it.

func (*BoolValue) CloneMessageVT added in v0.2.1

func (m *BoolValue) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*BoolValue) CloneVT added in v0.2.1

func (m *BoolValue) CloneVT() *BoolValue

func (*BoolValue) EqualMessageVT added in v0.2.1

func (this *BoolValue) EqualMessageVT(thatMsg any) bool

func (*BoolValue) EqualVT added in v0.2.1

func (this *BoolValue) EqualVT(that *BoolValue) bool

func (*BoolValue) GetValue

func (x *BoolValue) GetValue() bool

func (*BoolValue) MarshalJSON added in v0.3.0

func (x *BoolValue) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BoolValue to JSON.

func (*BoolValue) MarshalProtoJSON added in v0.3.0

func (x *BoolValue) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a BoolValue to JSON.

func (*BoolValue) MarshalProtoText added in v0.5.0

func (x *BoolValue) MarshalProtoText() string

MarshalProtoText formats the BoolValue to a proto text string.

func (*BoolValue) MarshalToSizedBufferVT added in v0.2.1

func (m *BoolValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BoolValue) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *BoolValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BoolValue) MarshalToVT added in v0.2.1

func (m *BoolValue) MarshalToVT(dAtA []byte) (int, error)

func (*BoolValue) MarshalToVTStrict added in v0.2.1

func (m *BoolValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BoolValue) MarshalVT added in v0.2.1

func (m *BoolValue) MarshalVT() (dAtA []byte, err error)

func (*BoolValue) MarshalVTStrict added in v0.2.1

func (m *BoolValue) MarshalVTStrict() (dAtA []byte, err error)

func (*BoolValue) ProtoMessage

func (*BoolValue) ProtoMessage()

func (*BoolValue) Reset

func (x *BoolValue) Reset()

func (*BoolValue) SizeVT added in v0.2.1

func (m *BoolValue) SizeVT() (n int)

func (*BoolValue) String added in v0.4.0

func (x *BoolValue) String() string

String formats the BoolValue to a string.

func (*BoolValue) UnmarshalJSON added in v0.4.0

func (x *BoolValue) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BoolValue from JSON.

func (*BoolValue) UnmarshalProtoJSON added in v0.4.0

func (x *BoolValue) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a BoolValue from JSON.

func (*BoolValue) UnmarshalVT added in v0.2.1

func (m *BoolValue) UnmarshalVT(dAtA []byte) error

func (*BoolValue) UnmarshalVTUnsafe added in v0.2.1

func (m *BoolValue) UnmarshalVTUnsafe(dAtA []byte) error

type BytesValue

type BytesValue struct {

	// The bytes value.
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `bytes`.

The JSON representation for `BytesValue` is JSON string.

protobuf-go-lite:disable-text

func Bytes

func Bytes(v []byte) *BytesValue

Bytes stores v in a new BytesValue and returns a pointer to it.

func (*BytesValue) CloneMessageVT added in v0.2.1

func (m *BytesValue) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*BytesValue) CloneVT added in v0.2.1

func (m *BytesValue) CloneVT() *BytesValue

func (*BytesValue) EqualMessageVT added in v0.2.1

func (this *BytesValue) EqualMessageVT(thatMsg any) bool

func (*BytesValue) EqualVT added in v0.2.1

func (this *BytesValue) EqualVT(that *BytesValue) bool

func (*BytesValue) GetValue

func (x *BytesValue) GetValue() []byte

func (*BytesValue) MarshalJSON added in v0.3.0

func (x *BytesValue) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BytesValue to JSON.

func (*BytesValue) MarshalProtoJSON added in v0.3.0

func (x *BytesValue) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a BytesValue to JSON.

func (*BytesValue) MarshalProtoText added in v0.5.0

func (x *BytesValue) MarshalProtoText() string

MarshalProtoText formats the BytesValue to a proto text string.

func (*BytesValue) MarshalToSizedBufferVT added in v0.2.1

func (m *BytesValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*BytesValue) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *BytesValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BytesValue) MarshalToVT added in v0.2.1

func (m *BytesValue) MarshalToVT(dAtA []byte) (int, error)

func (*BytesValue) MarshalToVTStrict added in v0.2.1

func (m *BytesValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BytesValue) MarshalVT added in v0.2.1

func (m *BytesValue) MarshalVT() (dAtA []byte, err error)

func (*BytesValue) MarshalVTStrict added in v0.2.1

func (m *BytesValue) MarshalVTStrict() (dAtA []byte, err error)

func (*BytesValue) ProtoMessage

func (*BytesValue) ProtoMessage()

func (*BytesValue) Reset

func (x *BytesValue) Reset()

func (*BytesValue) SizeVT added in v0.2.1

func (m *BytesValue) SizeVT() (n int)

func (*BytesValue) String added in v0.4.0

func (x *BytesValue) String() string

String formats the BytesValue to a string.

func (*BytesValue) UnmarshalJSON added in v0.4.0

func (x *BytesValue) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the BytesValue from JSON.

func (*BytesValue) UnmarshalProtoJSON added in v0.4.0

func (x *BytesValue) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a BytesValue from JSON.

func (*BytesValue) UnmarshalVT added in v0.2.1

func (m *BytesValue) UnmarshalVT(dAtA []byte) error

func (*BytesValue) UnmarshalVTUnsafe added in v0.2.1

func (m *BytesValue) UnmarshalVTUnsafe(dAtA []byte) error

type DoubleValue

type DoubleValue struct {

	// The double value.
	Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `double`.

The JSON representation for `DoubleValue` is JSON number.

protobuf-go-lite:disable-text

func Double

func Double(v float64) *DoubleValue

Double stores v in a new DoubleValue and returns a pointer to it.

func (*DoubleValue) CloneMessageVT added in v0.2.1

func (m *DoubleValue) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*DoubleValue) CloneVT added in v0.2.1

func (m *DoubleValue) CloneVT() *DoubleValue

func (*DoubleValue) EqualMessageVT added in v0.2.1

func (this *DoubleValue) EqualMessageVT(thatMsg any) bool

func (*DoubleValue) EqualVT added in v0.2.1

func (this *DoubleValue) EqualVT(that *DoubleValue) bool

func (*DoubleValue) GetValue

func (x *DoubleValue) GetValue() float64

func (*DoubleValue) MarshalJSON added in v0.3.0

func (x *DoubleValue) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DoubleValue to JSON.

func (*DoubleValue) MarshalProtoJSON added in v0.3.0

func (x *DoubleValue) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a DoubleValue to JSON.

func (*DoubleValue) MarshalProtoText added in v0.5.0

func (x *DoubleValue) MarshalProtoText() string

MarshalProtoText formats the DoubleValue to a proto text string.

func (*DoubleValue) MarshalToSizedBufferVT added in v0.2.1

func (m *DoubleValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DoubleValue) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *DoubleValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DoubleValue) MarshalToVT added in v0.2.1

func (m *DoubleValue) MarshalToVT(dAtA []byte) (int, error)

func (*DoubleValue) MarshalToVTStrict added in v0.2.1

func (m *DoubleValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DoubleValue) MarshalVT added in v0.2.1

func (m *DoubleValue) MarshalVT() (dAtA []byte, err error)

func (*DoubleValue) MarshalVTStrict added in v0.2.1

func (m *DoubleValue) MarshalVTStrict() (dAtA []byte, err error)

func (*DoubleValue) ProtoMessage

func (*DoubleValue) ProtoMessage()

func (*DoubleValue) Reset

func (x *DoubleValue) Reset()

func (*DoubleValue) SizeVT added in v0.2.1

func (m *DoubleValue) SizeVT() (n int)

func (*DoubleValue) String added in v0.4.0

func (x *DoubleValue) String() string

String formats the DoubleValue to a string.

func (*DoubleValue) UnmarshalJSON added in v0.4.0

func (x *DoubleValue) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the DoubleValue from JSON.

func (*DoubleValue) UnmarshalProtoJSON added in v0.4.0

func (x *DoubleValue) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a DoubleValue from JSON.

func (*DoubleValue) UnmarshalVT added in v0.2.1

func (m *DoubleValue) UnmarshalVT(dAtA []byte) error

func (*DoubleValue) UnmarshalVTUnsafe added in v0.2.1

func (m *DoubleValue) UnmarshalVTUnsafe(dAtA []byte) error

type FloatValue

type FloatValue struct {

	// The float value.
	Value float32 `protobuf:"fixed32,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `float`.

The JSON representation for `FloatValue` is JSON number.

protobuf-go-lite:disable-text

func Float

func Float(v float32) *FloatValue

Float stores v in a new FloatValue and returns a pointer to it.

func (*FloatValue) CloneMessageVT added in v0.2.1

func (m *FloatValue) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*FloatValue) CloneVT added in v0.2.1

func (m *FloatValue) CloneVT() *FloatValue

func (*FloatValue) EqualMessageVT added in v0.2.1

func (this *FloatValue) EqualMessageVT(thatMsg any) bool

func (*FloatValue) EqualVT added in v0.2.1

func (this *FloatValue) EqualVT(that *FloatValue) bool

func (*FloatValue) GetValue

func (x *FloatValue) GetValue() float32

func (*FloatValue) MarshalJSON added in v0.3.0

func (x *FloatValue) MarshalJSON() ([]byte, error)

MarshalJSON marshals the FloatValue to JSON.

func (*FloatValue) MarshalProtoJSON added in v0.3.0

func (x *FloatValue) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a FloatValue to JSON.

func (*FloatValue) MarshalProtoText added in v0.5.0

func (x *FloatValue) MarshalProtoText() string

MarshalProtoText formats the FloatValue to a proto text string.

func (*FloatValue) MarshalToSizedBufferVT added in v0.2.1

func (m *FloatValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FloatValue) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *FloatValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FloatValue) MarshalToVT added in v0.2.1

func (m *FloatValue) MarshalToVT(dAtA []byte) (int, error)

func (*FloatValue) MarshalToVTStrict added in v0.2.1

func (m *FloatValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FloatValue) MarshalVT added in v0.2.1

func (m *FloatValue) MarshalVT() (dAtA []byte, err error)

func (*FloatValue) MarshalVTStrict added in v0.2.1

func (m *FloatValue) MarshalVTStrict() (dAtA []byte, err error)

func (*FloatValue) ProtoMessage

func (*FloatValue) ProtoMessage()

func (*FloatValue) Reset

func (x *FloatValue) Reset()

func (*FloatValue) SizeVT added in v0.2.1

func (m *FloatValue) SizeVT() (n int)

func (*FloatValue) String added in v0.4.0

func (x *FloatValue) String() string

String formats the FloatValue to a string.

func (*FloatValue) UnmarshalJSON added in v0.4.0

func (x *FloatValue) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the FloatValue from JSON.

func (*FloatValue) UnmarshalProtoJSON added in v0.4.0

func (x *FloatValue) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a FloatValue from JSON.

func (*FloatValue) UnmarshalVT added in v0.2.1

func (m *FloatValue) UnmarshalVT(dAtA []byte) error

func (*FloatValue) UnmarshalVTUnsafe added in v0.2.1

func (m *FloatValue) UnmarshalVTUnsafe(dAtA []byte) error

type Int32Value

type Int32Value struct {

	// The int32 value.
	Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `int32`.

The JSON representation for `Int32Value` is JSON number.

protobuf-go-lite:disable-text

func Int32

func Int32(v int32) *Int32Value

Int32 stores v in a new Int32Value and returns a pointer to it.

func (*Int32Value) CloneMessageVT added in v0.2.1

func (m *Int32Value) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Int32Value) CloneVT added in v0.2.1

func (m *Int32Value) CloneVT() *Int32Value

func (*Int32Value) EqualMessageVT added in v0.2.1

func (this *Int32Value) EqualMessageVT(thatMsg any) bool

func (*Int32Value) EqualVT added in v0.2.1

func (this *Int32Value) EqualVT(that *Int32Value) bool

func (*Int32Value) GetValue

func (x *Int32Value) GetValue() int32

func (*Int32Value) MarshalJSON added in v0.3.0

func (x *Int32Value) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Int32Value to JSON.

func (*Int32Value) MarshalProtoJSON added in v0.3.0

func (x *Int32Value) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a Int32Value to JSON.

func (*Int32Value) MarshalProtoText added in v0.5.0

func (x *Int32Value) MarshalProtoText() string

MarshalProtoText formats the Int32Value to a proto text string.

func (*Int32Value) MarshalToSizedBufferVT added in v0.2.1

func (m *Int32Value) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Int32Value) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *Int32Value) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Int32Value) MarshalToVT added in v0.2.1

func (m *Int32Value) MarshalToVT(dAtA []byte) (int, error)

func (*Int32Value) MarshalToVTStrict added in v0.2.1

func (m *Int32Value) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Int32Value) MarshalVT added in v0.2.1

func (m *Int32Value) MarshalVT() (dAtA []byte, err error)

func (*Int32Value) MarshalVTStrict added in v0.2.1

func (m *Int32Value) MarshalVTStrict() (dAtA []byte, err error)

func (*Int32Value) ProtoMessage

func (*Int32Value) ProtoMessage()

func (*Int32Value) Reset

func (x *Int32Value) Reset()

func (*Int32Value) SizeVT added in v0.2.1

func (m *Int32Value) SizeVT() (n int)

func (*Int32Value) String added in v0.4.0

func (x *Int32Value) String() string

String formats the Int32Value to a string.

func (*Int32Value) UnmarshalJSON added in v0.4.0

func (x *Int32Value) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the Int32Value from JSON.

func (*Int32Value) UnmarshalProtoJSON added in v0.4.0

func (x *Int32Value) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a Int32Value from JSON.

func (*Int32Value) UnmarshalVT added in v0.2.1

func (m *Int32Value) UnmarshalVT(dAtA []byte) error

func (*Int32Value) UnmarshalVTUnsafe added in v0.2.1

func (m *Int32Value) UnmarshalVTUnsafe(dAtA []byte) error

type Int64Value

type Int64Value struct {

	// The int64 value.
	Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `int64`.

The JSON representation for `Int64Value` is JSON string.

protobuf-go-lite:disable-text

func Int64

func Int64(v int64) *Int64Value

Int64 stores v in a new Int64Value and returns a pointer to it.

func (*Int64Value) CloneMessageVT added in v0.2.1

func (m *Int64Value) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Int64Value) CloneVT added in v0.2.1

func (m *Int64Value) CloneVT() *Int64Value

func (*Int64Value) EqualMessageVT added in v0.2.1

func (this *Int64Value) EqualMessageVT(thatMsg any) bool

func (*Int64Value) EqualVT added in v0.2.1

func (this *Int64Value) EqualVT(that *Int64Value) bool

func (*Int64Value) GetValue

func (x *Int64Value) GetValue() int64

func (*Int64Value) MarshalJSON added in v0.3.0

func (x *Int64Value) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Int64Value to JSON.

func (*Int64Value) MarshalProtoJSON added in v0.3.0

func (x *Int64Value) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a Int64Value to JSON.

func (*Int64Value) MarshalProtoText added in v0.5.0

func (x *Int64Value) MarshalProtoText() string

MarshalProtoText formats the Int64Value to a proto text string.

func (*Int64Value) MarshalToSizedBufferVT added in v0.2.1

func (m *Int64Value) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Int64Value) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *Int64Value) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Int64Value) MarshalToVT added in v0.2.1

func (m *Int64Value) MarshalToVT(dAtA []byte) (int, error)

func (*Int64Value) MarshalToVTStrict added in v0.2.1

func (m *Int64Value) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Int64Value) MarshalVT added in v0.2.1

func (m *Int64Value) MarshalVT() (dAtA []byte, err error)

func (*Int64Value) MarshalVTStrict added in v0.2.1

func (m *Int64Value) MarshalVTStrict() (dAtA []byte, err error)

func (*Int64Value) ProtoMessage

func (*Int64Value) ProtoMessage()

func (*Int64Value) Reset

func (x *Int64Value) Reset()

func (*Int64Value) SizeVT added in v0.2.1

func (m *Int64Value) SizeVT() (n int)

func (*Int64Value) String added in v0.4.0

func (x *Int64Value) String() string

String formats the Int64Value to a string.

func (*Int64Value) UnmarshalJSON added in v0.4.0

func (x *Int64Value) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the Int64Value from JSON.

func (*Int64Value) UnmarshalProtoJSON added in v0.4.0

func (x *Int64Value) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a Int64Value from JSON.

func (*Int64Value) UnmarshalVT added in v0.2.1

func (m *Int64Value) UnmarshalVT(dAtA []byte) error

func (*Int64Value) UnmarshalVTUnsafe added in v0.2.1

func (m *Int64Value) UnmarshalVTUnsafe(dAtA []byte) error

type StringValue

type StringValue struct {

	// The string value.
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `string`.

The JSON representation for `StringValue` is JSON string.

protobuf-go-lite:disable-text

func String

func String(v string) *StringValue

String stores v in a new StringValue and returns a pointer to it.

func (*StringValue) CloneMessageVT added in v0.2.1

func (m *StringValue) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*StringValue) CloneVT added in v0.2.1

func (m *StringValue) CloneVT() *StringValue

func (*StringValue) EqualMessageVT added in v0.2.1

func (this *StringValue) EqualMessageVT(thatMsg any) bool

func (*StringValue) EqualVT added in v0.2.1

func (this *StringValue) EqualVT(that *StringValue) bool

func (*StringValue) GetValue

func (x *StringValue) GetValue() string

func (*StringValue) MarshalJSON added in v0.3.0

func (x *StringValue) MarshalJSON() ([]byte, error)

MarshalJSON marshals the StringValue to JSON.

func (*StringValue) MarshalProtoJSON added in v0.3.0

func (x *StringValue) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a StringValue to JSON.

func (*StringValue) MarshalProtoText added in v0.5.0

func (x *StringValue) MarshalProtoText() string

MarshalProtoText formats the StringValue to a proto text string.

func (*StringValue) MarshalToSizedBufferVT added in v0.2.1

func (m *StringValue) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*StringValue) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *StringValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StringValue) MarshalToVT added in v0.2.1

func (m *StringValue) MarshalToVT(dAtA []byte) (int, error)

func (*StringValue) MarshalToVTStrict added in v0.2.1

func (m *StringValue) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StringValue) MarshalVT added in v0.2.1

func (m *StringValue) MarshalVT() (dAtA []byte, err error)

func (*StringValue) MarshalVTStrict added in v0.2.1

func (m *StringValue) MarshalVTStrict() (dAtA []byte, err error)

func (*StringValue) ProtoMessage

func (*StringValue) ProtoMessage()

func (*StringValue) Reset

func (x *StringValue) Reset()

func (*StringValue) SizeVT added in v0.2.1

func (m *StringValue) SizeVT() (n int)

func (*StringValue) String added in v0.4.0

func (x *StringValue) String() string

String formats the StringValue to a string.

func (*StringValue) UnmarshalJSON added in v0.4.0

func (x *StringValue) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the StringValue from JSON.

func (*StringValue) UnmarshalProtoJSON added in v0.4.0

func (x *StringValue) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a StringValue from JSON.

func (*StringValue) UnmarshalVT added in v0.2.1

func (m *StringValue) UnmarshalVT(dAtA []byte) error

func (*StringValue) UnmarshalVTUnsafe added in v0.2.1

func (m *StringValue) UnmarshalVTUnsafe(dAtA []byte) error

type UInt32Value

type UInt32Value struct {

	// The uint32 value.
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `uint32`.

The JSON representation for `UInt32Value` is JSON number.

protobuf-go-lite:disable-text

func UInt32

func UInt32(v uint32) *UInt32Value

UInt32 stores v in a new UInt32Value and returns a pointer to it.

func (*UInt32Value) CloneMessageVT added in v0.2.1

func (m *UInt32Value) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UInt32Value) CloneVT added in v0.2.1

func (m *UInt32Value) CloneVT() *UInt32Value

func (*UInt32Value) EqualMessageVT added in v0.2.1

func (this *UInt32Value) EqualMessageVT(thatMsg any) bool

func (*UInt32Value) EqualVT added in v0.2.1

func (this *UInt32Value) EqualVT(that *UInt32Value) bool

func (*UInt32Value) GetValue

func (x *UInt32Value) GetValue() uint32

func (*UInt32Value) MarshalJSON added in v0.3.0

func (x *UInt32Value) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UInt32Value to JSON.

func (*UInt32Value) MarshalProtoJSON added in v0.3.0

func (x *UInt32Value) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a UInt32Value to JSON.

func (*UInt32Value) MarshalProtoText added in v0.5.0

func (x *UInt32Value) MarshalProtoText() string

MarshalProtoText formats the UInt32Value to a proto text string.

func (*UInt32Value) MarshalToSizedBufferVT added in v0.2.1

func (m *UInt32Value) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UInt32Value) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *UInt32Value) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UInt32Value) MarshalToVT added in v0.2.1

func (m *UInt32Value) MarshalToVT(dAtA []byte) (int, error)

func (*UInt32Value) MarshalToVTStrict added in v0.2.1

func (m *UInt32Value) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UInt32Value) MarshalVT added in v0.2.1

func (m *UInt32Value) MarshalVT() (dAtA []byte, err error)

func (*UInt32Value) MarshalVTStrict added in v0.2.1

func (m *UInt32Value) MarshalVTStrict() (dAtA []byte, err error)

func (*UInt32Value) ProtoMessage

func (*UInt32Value) ProtoMessage()

func (*UInt32Value) Reset

func (x *UInt32Value) Reset()

func (*UInt32Value) SizeVT added in v0.2.1

func (m *UInt32Value) SizeVT() (n int)

func (*UInt32Value) String added in v0.4.0

func (x *UInt32Value) String() string

String formats the UInt32Value to a string.

func (*UInt32Value) UnmarshalJSON added in v0.4.0

func (x *UInt32Value) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UInt32Value from JSON.

func (*UInt32Value) UnmarshalProtoJSON added in v0.4.0

func (x *UInt32Value) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a UInt32Value from JSON.

func (*UInt32Value) UnmarshalVT added in v0.2.1

func (m *UInt32Value) UnmarshalVT(dAtA []byte) error

func (*UInt32Value) UnmarshalVTUnsafe added in v0.2.1

func (m *UInt32Value) UnmarshalVTUnsafe(dAtA []byte) error

type UInt64Value

type UInt64Value struct {

	// The uint64 value.
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Wrapper message for `uint64`.

The JSON representation for `UInt64Value` is JSON string.

protobuf-go-lite:disable-text

func UInt64

func UInt64(v uint64) *UInt64Value

UInt64 stores v in a new UInt64Value and returns a pointer to it.

func (*UInt64Value) CloneMessageVT added in v0.2.1

func (m *UInt64Value) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UInt64Value) CloneVT added in v0.2.1

func (m *UInt64Value) CloneVT() *UInt64Value

func (*UInt64Value) EqualMessageVT added in v0.2.1

func (this *UInt64Value) EqualMessageVT(thatMsg any) bool

func (*UInt64Value) EqualVT added in v0.2.1

func (this *UInt64Value) EqualVT(that *UInt64Value) bool

func (*UInt64Value) GetValue

func (x *UInt64Value) GetValue() uint64

func (*UInt64Value) MarshalJSON added in v0.3.0

func (x *UInt64Value) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UInt64Value to JSON.

func (*UInt64Value) MarshalProtoJSON added in v0.3.0

func (x *UInt64Value) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals a UInt64Value to JSON.

func (*UInt64Value) MarshalProtoText added in v0.5.0

func (x *UInt64Value) MarshalProtoText() string

MarshalProtoText formats the UInt64Value to a proto text string.

func (*UInt64Value) MarshalToSizedBufferVT added in v0.2.1

func (m *UInt64Value) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UInt64Value) MarshalToSizedBufferVTStrict added in v0.2.1

func (m *UInt64Value) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UInt64Value) MarshalToVT added in v0.2.1

func (m *UInt64Value) MarshalToVT(dAtA []byte) (int, error)

func (*UInt64Value) MarshalToVTStrict added in v0.2.1

func (m *UInt64Value) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UInt64Value) MarshalVT added in v0.2.1

func (m *UInt64Value) MarshalVT() (dAtA []byte, err error)

func (*UInt64Value) MarshalVTStrict added in v0.2.1

func (m *UInt64Value) MarshalVTStrict() (dAtA []byte, err error)

func (*UInt64Value) ProtoMessage

func (*UInt64Value) ProtoMessage()

func (*UInt64Value) Reset

func (x *UInt64Value) Reset()

func (*UInt64Value) SizeVT added in v0.2.1

func (m *UInt64Value) SizeVT() (n int)

func (*UInt64Value) String added in v0.4.0

func (x *UInt64Value) String() string

String formats the UInt64Value to a string.

func (*UInt64Value) UnmarshalJSON added in v0.4.0

func (x *UInt64Value) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UInt64Value from JSON.

func (*UInt64Value) UnmarshalProtoJSON added in v0.4.0

func (x *UInt64Value) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals a UInt64Value from JSON.

func (*UInt64Value) UnmarshalVT added in v0.2.1

func (m *UInt64Value) UnmarshalVT(dAtA []byte) error

func (*UInt64Value) UnmarshalVTUnsafe added in v0.2.1

func (m *UInt64Value) UnmarshalVTUnsafe(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL