datatype

package
v0.0.0-...-e8da0a6 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pkg_server_api_datatype_nullable_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type NullBool

type NullBool struct {
	Bool  bool `protobuf:"varint,1,opt,name=bool,proto3" json:"bool,omitempty"`
	Valid bool `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullBool) Descriptor deprecated

func (*NullBool) Descriptor() ([]byte, []int)

Deprecated: Use NullBool.ProtoReflect.Descriptor instead.

func (*NullBool) GetBool

func (x *NullBool) GetBool() bool

func (*NullBool) GetValid

func (x *NullBool) GetValid() bool

func (*NullBool) ProtoMessage

func (*NullBool) ProtoMessage()

func (*NullBool) ProtoReflect

func (x *NullBool) ProtoReflect() protoreflect.Message

func (*NullBool) Reset

func (x *NullBool) Reset()

func (*NullBool) String

func (x *NullBool) String() string

type NullDuration

type NullDuration struct {
	Duration *durationpb.Duration `protobuf:"bytes,1,opt,name=duration,proto3" json:"duration,omitempty"`
	Valid    bool                 `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullDuration) Descriptor deprecated

func (*NullDuration) Descriptor() ([]byte, []int)

Deprecated: Use NullDuration.ProtoReflect.Descriptor instead.

func (*NullDuration) GetDuration

func (x *NullDuration) GetDuration() *durationpb.Duration

func (*NullDuration) GetValid

func (x *NullDuration) GetValid() bool

func (*NullDuration) ProtoMessage

func (*NullDuration) ProtoMessage()

func (*NullDuration) ProtoReflect

func (x *NullDuration) ProtoReflect() protoreflect.Message

func (*NullDuration) Reset

func (x *NullDuration) Reset()

func (*NullDuration) String

func (x *NullDuration) String() string

type NullFloat32

type NullFloat32 struct {
	Float32 float32 `protobuf:"fixed32,1,opt,name=float32,proto3" json:"float32,omitempty"`
	Valid   bool    `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullFloat32) Descriptor deprecated

func (*NullFloat32) Descriptor() ([]byte, []int)

Deprecated: Use NullFloat32.ProtoReflect.Descriptor instead.

func (*NullFloat32) GetFloat32

func (x *NullFloat32) GetFloat32() float32

func (*NullFloat32) GetValid

func (x *NullFloat32) GetValid() bool

func (*NullFloat32) ProtoMessage

func (*NullFloat32) ProtoMessage()

func (*NullFloat32) ProtoReflect

func (x *NullFloat32) ProtoReflect() protoreflect.Message

func (*NullFloat32) Reset

func (x *NullFloat32) Reset()

func (*NullFloat32) String

func (x *NullFloat32) String() string

type NullFloat64

type NullFloat64 struct {
	Float64 float64 `protobuf:"fixed64,1,opt,name=float64,proto3" json:"float64,omitempty"`
	Valid   bool    `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullFloat64) Descriptor deprecated

func (*NullFloat64) Descriptor() ([]byte, []int)

Deprecated: Use NullFloat64.ProtoReflect.Descriptor instead.

func (*NullFloat64) GetFloat64

func (x *NullFloat64) GetFloat64() float64

func (*NullFloat64) GetValid

func (x *NullFloat64) GetValid() bool

func (*NullFloat64) ProtoMessage

func (*NullFloat64) ProtoMessage()

func (*NullFloat64) ProtoReflect

func (x *NullFloat64) ProtoReflect() protoreflect.Message

func (*NullFloat64) Reset

func (x *NullFloat64) Reset()

func (*NullFloat64) String

func (x *NullFloat64) String() string

type NullInt32

type NullInt32 struct {
	Int32 int32 `protobuf:"varint,1,opt,name=int32,proto3" json:"int32,omitempty"`
	Valid bool  `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullInt32) Descriptor deprecated

func (*NullInt32) Descriptor() ([]byte, []int)

Deprecated: Use NullInt32.ProtoReflect.Descriptor instead.

func (*NullInt32) GetInt32

func (x *NullInt32) GetInt32() int32

func (*NullInt32) GetValid

func (x *NullInt32) GetValid() bool

func (*NullInt32) ProtoMessage

func (*NullInt32) ProtoMessage()

func (*NullInt32) ProtoReflect

func (x *NullInt32) ProtoReflect() protoreflect.Message

func (*NullInt32) Reset

func (x *NullInt32) Reset()

func (*NullInt32) String

func (x *NullInt32) String() string

type NullInt64

type NullInt64 struct {
	Int64 int64 `protobuf:"varint,1,opt,name=int64,proto3" json:"int64,omitempty"`
	Valid bool  `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullInt64) Descriptor deprecated

func (*NullInt64) Descriptor() ([]byte, []int)

Deprecated: Use NullInt64.ProtoReflect.Descriptor instead.

func (*NullInt64) GetInt64

func (x *NullInt64) GetInt64() int64

func (*NullInt64) GetValid

func (x *NullInt64) GetValid() bool

func (*NullInt64) ProtoMessage

func (*NullInt64) ProtoMessage()

func (*NullInt64) ProtoReflect

func (x *NullInt64) ProtoReflect() protoreflect.Message

func (*NullInt64) Reset

func (x *NullInt64) Reset()

func (*NullInt64) String

func (x *NullInt64) String() string

type NullString

type NullString struct {
	String_ string `protobuf:"bytes,1,opt,name=string,proto3" json:"string,omitempty"`
	Valid   bool   `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullString) Descriptor deprecated

func (*NullString) Descriptor() ([]byte, []int)

Deprecated: Use NullString.ProtoReflect.Descriptor instead.

func (*NullString) GetString_

func (x *NullString) GetString_() string

func (*NullString) GetValid

func (x *NullString) GetValid() bool

func (*NullString) ProtoMessage

func (*NullString) ProtoMessage()

func (*NullString) ProtoReflect

func (x *NullString) ProtoReflect() protoreflect.Message

func (*NullString) Reset

func (x *NullString) Reset()

func (*NullString) String

func (x *NullString) String() string

type NullTimestamp

type NullTimestamp struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Valid     bool                   `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullTimestamp) Descriptor deprecated

func (*NullTimestamp) Descriptor() ([]byte, []int)

Deprecated: Use NullTimestamp.ProtoReflect.Descriptor instead.

func (*NullTimestamp) GetTimestamp

func (x *NullTimestamp) GetTimestamp() *timestamppb.Timestamp

func (*NullTimestamp) GetValid

func (x *NullTimestamp) GetValid() bool

func (*NullTimestamp) ProtoMessage

func (*NullTimestamp) ProtoMessage()

func (*NullTimestamp) ProtoReflect

func (x *NullTimestamp) ProtoReflect() protoreflect.Message

func (*NullTimestamp) Reset

func (x *NullTimestamp) Reset()

func (*NullTimestamp) String

func (x *NullTimestamp) String() string

type NullUint32

type NullUint32 struct {
	Uint32 uint32 `protobuf:"varint,1,opt,name=uint32,proto3" json:"uint32,omitempty"`
	Valid  bool   `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullUint32) Descriptor deprecated

func (*NullUint32) Descriptor() ([]byte, []int)

Deprecated: Use NullUint32.ProtoReflect.Descriptor instead.

func (*NullUint32) GetUint32

func (x *NullUint32) GetUint32() uint32

func (*NullUint32) GetValid

func (x *NullUint32) GetValid() bool

func (*NullUint32) ProtoMessage

func (*NullUint32) ProtoMessage()

func (*NullUint32) ProtoReflect

func (x *NullUint32) ProtoReflect() protoreflect.Message

func (*NullUint32) Reset

func (x *NullUint32) Reset()

func (*NullUint32) String

func (x *NullUint32) String() string

type NullUint64

type NullUint64 struct {
	Uint64 uint64 `protobuf:"varint,1,opt,name=uint64,proto3" json:"uint64,omitempty"`
	Valid  bool   `protobuf:"varint,2,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*NullUint64) Descriptor deprecated

func (*NullUint64) Descriptor() ([]byte, []int)

Deprecated: Use NullUint64.ProtoReflect.Descriptor instead.

func (*NullUint64) GetUint64

func (x *NullUint64) GetUint64() uint64

func (*NullUint64) GetValid

func (x *NullUint64) GetValid() bool

func (*NullUint64) ProtoMessage

func (*NullUint64) ProtoMessage()

func (*NullUint64) ProtoReflect

func (x *NullUint64) ProtoReflect() protoreflect.Message

func (*NullUint64) Reset

func (x *NullUint64) Reset()

func (*NullUint64) String

func (x *NullUint64) String() string

Jump to

Keyboard shortcuts

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