rsb

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional hyperpb.rsb.FieldOptions f = 777777;
	E_F = &file_rsb_options_proto_extTypes[1]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var (
	// optional hyperpb.rsb.MessageOptions m = 777777;
	E_M = &file_rsb_options_proto_extTypes[0]
)

Extension fields to descriptorpb.MessageOptions.

View Source
var File_rsb_options_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type FieldOptions

type FieldOptions struct {
	P    float64            `protobuf:"fixed64,1,opt,name=p,proto3" json:"p,omitempty"` // Probability of being set.
	Int  *FieldOptions_Int  `protobuf:"bytes,2,opt,name=int,proto3" json:"int,omitempty"`
	Uint *FieldOptions_Uint `protobuf:"bytes,3,opt,name=uint,proto3" json:"uint,omitempty"`
	Len  *FieldOptions_Len  `protobuf:"bytes,10,opt,name=len,proto3" json:"len,omitempty"`
	// contains filtered or unexported fields
}

Options for generating a field value.

func (*FieldOptions) CloneMessageVT

func (m *FieldOptions) CloneMessageVT() proto.Message

func (*FieldOptions) CloneVT

func (m *FieldOptions) CloneVT() *FieldOptions

func (*FieldOptions) Descriptor deprecated

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

Deprecated: Use FieldOptions.ProtoReflect.Descriptor instead.

func (*FieldOptions) EqualMessageVT

func (this *FieldOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldOptions) EqualVT

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

func (*FieldOptions) GetInt

func (x *FieldOptions) GetInt() *FieldOptions_Int

func (*FieldOptions) GetLen

func (x *FieldOptions) GetLen() *FieldOptions_Len

func (*FieldOptions) GetP

func (x *FieldOptions) GetP() float64

func (*FieldOptions) GetUint

func (x *FieldOptions) GetUint() *FieldOptions_Uint

func (*FieldOptions) MarshalToSizedBufferVT

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

func (*FieldOptions) MarshalToSizedBufferVTStrict

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

func (*FieldOptions) MarshalToVT

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

func (*FieldOptions) MarshalToVTStrict

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

func (*FieldOptions) MarshalVT

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

func (*FieldOptions) MarshalVTStrict

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

func (*FieldOptions) ProtoMessage

func (*FieldOptions) ProtoMessage()

func (*FieldOptions) ProtoReflect

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

func (*FieldOptions) Reset

func (x *FieldOptions) Reset()

func (*FieldOptions) SizeVT

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

func (*FieldOptions) String

func (x *FieldOptions) String() string

func (*FieldOptions) UnmarshalVT

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

func (*FieldOptions) UnmarshalVTUnsafe

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

type FieldOptions_Int

type FieldOptions_Int struct {
	Min *int64 `protobuf:"zigzag64,1,opt,name=min,proto3,oneof" json:"min,omitempty"`
	Max *int64 `protobuf:"zigzag64,2,opt,name=max,proto3,oneof" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldOptions_Int) CloneMessageVT

func (m *FieldOptions_Int) CloneMessageVT() proto.Message

func (*FieldOptions_Int) CloneVT

func (m *FieldOptions_Int) CloneVT() *FieldOptions_Int

func (*FieldOptions_Int) Descriptor deprecated

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

Deprecated: Use FieldOptions_Int.ProtoReflect.Descriptor instead.

func (*FieldOptions_Int) EqualMessageVT

func (this *FieldOptions_Int) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldOptions_Int) EqualVT

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

func (*FieldOptions_Int) GetMax

func (x *FieldOptions_Int) GetMax() int64

func (*FieldOptions_Int) GetMin

func (x *FieldOptions_Int) GetMin() int64

func (*FieldOptions_Int) MarshalToSizedBufferVT

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

func (*FieldOptions_Int) MarshalToSizedBufferVTStrict

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

func (*FieldOptions_Int) MarshalToVT

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

func (*FieldOptions_Int) MarshalToVTStrict

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

func (*FieldOptions_Int) MarshalVT

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

func (*FieldOptions_Int) MarshalVTStrict

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

func (*FieldOptions_Int) ProtoMessage

func (*FieldOptions_Int) ProtoMessage()

func (*FieldOptions_Int) ProtoReflect

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

func (*FieldOptions_Int) Reset

func (x *FieldOptions_Int) Reset()

func (*FieldOptions_Int) SizeVT

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

func (*FieldOptions_Int) String

func (x *FieldOptions_Int) String() string

func (*FieldOptions_Int) UnmarshalVT

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

func (*FieldOptions_Int) UnmarshalVTUnsafe

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

type FieldOptions_Len

type FieldOptions_Len struct {
	Min *int32 `protobuf:"varint,1,opt,name=min,proto3,oneof" json:"min,omitempty"`
	Max *int32 `protobuf:"varint,2,opt,name=max,proto3,oneof" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldOptions_Len) CloneMessageVT

func (m *FieldOptions_Len) CloneMessageVT() proto.Message

func (*FieldOptions_Len) CloneVT

func (m *FieldOptions_Len) CloneVT() *FieldOptions_Len

func (*FieldOptions_Len) Descriptor deprecated

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

Deprecated: Use FieldOptions_Len.ProtoReflect.Descriptor instead.

func (*FieldOptions_Len) EqualMessageVT

func (this *FieldOptions_Len) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldOptions_Len) EqualVT

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

func (*FieldOptions_Len) GetMax

func (x *FieldOptions_Len) GetMax() int32

func (*FieldOptions_Len) GetMin

func (x *FieldOptions_Len) GetMin() int32

func (*FieldOptions_Len) MarshalToSizedBufferVT

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

func (*FieldOptions_Len) MarshalToSizedBufferVTStrict

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

func (*FieldOptions_Len) MarshalToVT

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

func (*FieldOptions_Len) MarshalToVTStrict

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

func (*FieldOptions_Len) MarshalVT

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

func (*FieldOptions_Len) MarshalVTStrict

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

func (*FieldOptions_Len) ProtoMessage

func (*FieldOptions_Len) ProtoMessage()

func (*FieldOptions_Len) ProtoReflect

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

func (*FieldOptions_Len) Reset

func (x *FieldOptions_Len) Reset()

func (*FieldOptions_Len) SizeVT

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

func (*FieldOptions_Len) String

func (x *FieldOptions_Len) String() string

func (*FieldOptions_Len) UnmarshalVT

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

func (*FieldOptions_Len) UnmarshalVTUnsafe

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

type FieldOptions_Uint

type FieldOptions_Uint struct {
	Min *uint64 `protobuf:"varint,1,opt,name=min,proto3,oneof" json:"min,omitempty"`
	Max *uint64 `protobuf:"varint,2,opt,name=max,proto3,oneof" json:"max,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldOptions_Uint) CloneMessageVT

func (m *FieldOptions_Uint) CloneMessageVT() proto.Message

func (*FieldOptions_Uint) CloneVT

func (m *FieldOptions_Uint) CloneVT() *FieldOptions_Uint

func (*FieldOptions_Uint) Descriptor deprecated

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

Deprecated: Use FieldOptions_Uint.ProtoReflect.Descriptor instead.

func (*FieldOptions_Uint) EqualMessageVT

func (this *FieldOptions_Uint) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldOptions_Uint) EqualVT

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

func (*FieldOptions_Uint) GetMax

func (x *FieldOptions_Uint) GetMax() uint64

func (*FieldOptions_Uint) GetMin

func (x *FieldOptions_Uint) GetMin() uint64

func (*FieldOptions_Uint) MarshalToSizedBufferVT

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

func (*FieldOptions_Uint) MarshalToSizedBufferVTStrict

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

func (*FieldOptions_Uint) MarshalToVT

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

func (*FieldOptions_Uint) MarshalToVTStrict

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

func (*FieldOptions_Uint) MarshalVT

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

func (*FieldOptions_Uint) MarshalVTStrict

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

func (*FieldOptions_Uint) ProtoMessage

func (*FieldOptions_Uint) ProtoMessage()

func (*FieldOptions_Uint) ProtoReflect

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

func (*FieldOptions_Uint) Reset

func (x *FieldOptions_Uint) Reset()

func (*FieldOptions_Uint) SizeVT

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

func (*FieldOptions_Uint) String

func (x *FieldOptions_Uint) String() string

func (*FieldOptions_Uint) UnmarshalVT

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

func (*FieldOptions_Uint) UnmarshalVTUnsafe

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

type MessageOptions

type MessageOptions struct {
	MaxDepth *int32 `protobuf:"varint,1,opt,name=max_depth,json=maxDepth,proto3,oneof" json:"max_depth,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageOptions) CloneMessageVT

func (m *MessageOptions) CloneMessageVT() proto.Message

func (*MessageOptions) CloneVT

func (m *MessageOptions) CloneVT() *MessageOptions

func (*MessageOptions) Descriptor deprecated

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

Deprecated: Use MessageOptions.ProtoReflect.Descriptor instead.

func (*MessageOptions) EqualMessageVT

func (this *MessageOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*MessageOptions) EqualVT

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

func (*MessageOptions) GetMaxDepth

func (x *MessageOptions) GetMaxDepth() int32

func (*MessageOptions) MarshalToSizedBufferVT

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

func (*MessageOptions) MarshalToSizedBufferVTStrict

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

func (*MessageOptions) MarshalToVT

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

func (*MessageOptions) MarshalToVTStrict

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

func (*MessageOptions) MarshalVT

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

func (*MessageOptions) MarshalVTStrict

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

func (*MessageOptions) ProtoMessage

func (*MessageOptions) ProtoMessage()

func (*MessageOptions) ProtoReflect

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

func (*MessageOptions) Reset

func (x *MessageOptions) Reset()

func (*MessageOptions) SizeVT

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

func (*MessageOptions) String

func (x *MessageOptions) String() string

func (*MessageOptions) UnmarshalVT

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

func (*MessageOptions) UnmarshalVTUnsafe

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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