kubernetes/vendor/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go

type DoubleValue

// Double stores v in a new DoubleValue and returns a pointer to it.
func Double(v float64) *DoubleValue {}

func (x *DoubleValue) Reset() {}

func (x *DoubleValue) String() string {}

func (*DoubleValue) ProtoMessage() {}

func (x *DoubleValue) ProtoReflect() protoreflect.Message {}

// Deprecated: Use DoubleValue.ProtoReflect.Descriptor instead.
func (*DoubleValue) Descriptor() ([]byte, []int) {}

func (x *DoubleValue) GetValue() float64 {}

type FloatValue

// Float stores v in a new FloatValue and returns a pointer to it.
func Float(v float32) *FloatValue {}

func (x *FloatValue) Reset() {}

func (x *FloatValue) String() string {}

func (*FloatValue) ProtoMessage() {}

func (x *FloatValue) ProtoReflect() protoreflect.Message {}

// Deprecated: Use FloatValue.ProtoReflect.Descriptor instead.
func (*FloatValue) Descriptor() ([]byte, []int) {}

func (x *FloatValue) GetValue() float32 {}

type Int64Value

// Int64 stores v in a new Int64Value and returns a pointer to it.
func Int64(v int64) *Int64Value {}

func (x *Int64Value) Reset() {}

func (x *Int64Value) String() string {}

func (*Int64Value) ProtoMessage() {}

func (x *Int64Value) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Int64Value.ProtoReflect.Descriptor instead.
func (*Int64Value) Descriptor() ([]byte, []int) {}

func (x *Int64Value) GetValue() int64 {}

type UInt64Value

// UInt64 stores v in a new UInt64Value and returns a pointer to it.
func UInt64(v uint64) *UInt64Value {}

func (x *UInt64Value) Reset() {}

func (x *UInt64Value) String() string {}

func (*UInt64Value) ProtoMessage() {}

func (x *UInt64Value) ProtoReflect() protoreflect.Message {}

// Deprecated: Use UInt64Value.ProtoReflect.Descriptor instead.
func (*UInt64Value) Descriptor() ([]byte, []int) {}

func (x *UInt64Value) GetValue() uint64 {}

type Int32Value

// Int32 stores v in a new Int32Value and returns a pointer to it.
func Int32(v int32) *Int32Value {}

func (x *Int32Value) Reset() {}

func (x *Int32Value) String() string {}

func (*Int32Value) ProtoMessage() {}

func (x *Int32Value) ProtoReflect() protoreflect.Message {}

// Deprecated: Use Int32Value.ProtoReflect.Descriptor instead.
func (*Int32Value) Descriptor() ([]byte, []int) {}

func (x *Int32Value) GetValue() int32 {}

type UInt32Value

// UInt32 stores v in a new UInt32Value and returns a pointer to it.
func UInt32(v uint32) *UInt32Value {}

func (x *UInt32Value) Reset() {}

func (x *UInt32Value) String() string {}

func (*UInt32Value) ProtoMessage() {}

func (x *UInt32Value) ProtoReflect() protoreflect.Message {}

// Deprecated: Use UInt32Value.ProtoReflect.Descriptor instead.
func (*UInt32Value) Descriptor() ([]byte, []int) {}

func (x *UInt32Value) GetValue() uint32 {}

type BoolValue

// Bool stores v in a new BoolValue and returns a pointer to it.
func Bool(v bool) *BoolValue {}

func (x *BoolValue) Reset() {}

func (x *BoolValue) String() string {}

func (*BoolValue) ProtoMessage() {}

func (x *BoolValue) ProtoReflect() protoreflect.Message {}

// Deprecated: Use BoolValue.ProtoReflect.Descriptor instead.
func (*BoolValue) Descriptor() ([]byte, []int) {}

func (x *BoolValue) GetValue() bool {}

type StringValue

// String stores v in a new StringValue and returns a pointer to it.
func String(v string) *StringValue {}

func (x *StringValue) Reset() {}

func (x *StringValue) String() string {}

func (*StringValue) ProtoMessage() {}

func (x *StringValue) ProtoReflect() protoreflect.Message {}

// Deprecated: Use StringValue.ProtoReflect.Descriptor instead.
func (*StringValue) Descriptor() ([]byte, []int) {}

func (x *StringValue) GetValue() string {}

type BytesValue

// Bytes stores v in a new BytesValue and returns a pointer to it.
func Bytes(v []byte) *BytesValue {}

func (x *BytesValue) Reset() {}

func (x *BytesValue) String() string {}

func (*BytesValue) ProtoMessage() {}

func (x *BytesValue) ProtoReflect() protoreflect.Message {}

// Deprecated: Use BytesValue.ProtoReflect.Descriptor instead.
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() {}