core

package
v0.0.0-...-1b293c9 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional bonanza.model.core.ObjectFormat object_format = 66941;
	E_ObjectFormat = &file_pkg_proto_model_core_core_proto_extTypes[0]
)

Extension fields to descriptorpb.FieldOptions.

View Source
var File_pkg_proto_model_core_core_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Any

type Any struct {
	Value      *anypb.Any    `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	References *ReferenceSet `protobuf:"bytes,2,opt,name=references,proto3" json:"references,omitempty"`
	// contains filtered or unexported fields
}

func (*Any) Descriptor deprecated

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

Deprecated: Use Any.ProtoReflect.Descriptor instead.

func (*Any) GetReferences

func (x *Any) GetReferences() *ReferenceSet

func (*Any) GetValue

func (x *Any) GetValue() *anypb.Any

func (*Any) ProtoMessage

func (*Any) ProtoMessage()

func (*Any) ProtoReflect

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

func (*Any) Reset

func (x *Any) Reset()

func (*Any) String

func (x *Any) String() string

type DecodableReference

type DecodableReference struct {
	Reference          *Reference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	DecodingParameters []byte     `protobuf:"bytes,2,opt,name=decoding_parameters,json=decodingParameters,proto3" json:"decoding_parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*DecodableReference) Descriptor deprecated

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

Deprecated: Use DecodableReference.ProtoReflect.Descriptor instead.

func (*DecodableReference) GetDecodingParameters

func (x *DecodableReference) GetDecodingParameters() []byte

func (*DecodableReference) GetReference

func (x *DecodableReference) GetReference() *Reference

func (*DecodableReference) ProtoMessage

func (*DecodableReference) ProtoMessage()

func (*DecodableReference) ProtoReflect

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

func (*DecodableReference) Reset

func (x *DecodableReference) Reset()

func (*DecodableReference) String

func (x *DecodableReference) String() string

type ObjectFormat

type ObjectFormat struct {

	// Types that are valid to be assigned to Format:
	//
	//	*ObjectFormat_Raw
	//	*ObjectFormat_ProtoTypeName
	//	*ObjectFormat_ProtoListTypeName
	Format isObjectFormat_Format `protobuf_oneof:"format"`
	// contains filtered or unexported fields
}

func (*ObjectFormat) Descriptor deprecated

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

Deprecated: Use ObjectFormat.ProtoReflect.Descriptor instead.

func (*ObjectFormat) GetFormat

func (x *ObjectFormat) GetFormat() isObjectFormat_Format

func (*ObjectFormat) GetProtoListTypeName

func (x *ObjectFormat) GetProtoListTypeName() string

func (*ObjectFormat) GetProtoTypeName

func (x *ObjectFormat) GetProtoTypeName() string

func (*ObjectFormat) GetRaw

func (x *ObjectFormat) GetRaw() *emptypb.Empty

func (*ObjectFormat) ProtoMessage

func (*ObjectFormat) ProtoMessage()

func (*ObjectFormat) ProtoReflect

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

func (*ObjectFormat) Reset

func (x *ObjectFormat) Reset()

func (*ObjectFormat) String

func (x *ObjectFormat) String() string

type ObjectFormat_ProtoListTypeName

type ObjectFormat_ProtoListTypeName struct {
	ProtoListTypeName string `protobuf:"bytes,3,opt,name=proto_list_type_name,json=protoListTypeName,proto3,oneof"`
}

type ObjectFormat_ProtoTypeName

type ObjectFormat_ProtoTypeName struct {
	ProtoTypeName string `protobuf:"bytes,2,opt,name=proto_type_name,json=protoTypeName,proto3,oneof"`
}

type ObjectFormat_Raw

type ObjectFormat_Raw struct {
	Raw *emptypb.Empty `protobuf:"bytes,1,opt,name=raw,proto3,oneof"`
}

type Reference

type Reference struct {
	Index uint32 `protobuf:"fixed32,1,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*Reference) Descriptor deprecated

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

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetIndex

func (x *Reference) GetIndex() uint32

func (*Reference) ProtoMessage

func (*Reference) ProtoMessage()

func (*Reference) ProtoReflect

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

func (*Reference) Reset

func (x *Reference) Reset()

func (*Reference) String

func (x *Reference) String() string

type ReferenceSet

type ReferenceSet struct {
	Indices []uint32 `protobuf:"fixed32,1,rep,packed,name=indices,proto3" json:"indices,omitempty"`
	// contains filtered or unexported fields
}

func (*ReferenceSet) Descriptor deprecated

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

Deprecated: Use ReferenceSet.ProtoReflect.Descriptor instead.

func (*ReferenceSet) GetIndices

func (x *ReferenceSet) GetIndices() []uint32

func (*ReferenceSet) ProtoMessage

func (*ReferenceSet) ProtoMessage()

func (*ReferenceSet) ProtoReflect

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

func (*ReferenceSet) Reset

func (x *ReferenceSet) Reset()

func (*ReferenceSet) String

func (x *ReferenceSet) String() string

type WeakDecodableReference

type WeakDecodableReference struct {
	Reference          []byte `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	DecodingParameters []byte `protobuf:"bytes,2,opt,name=decoding_parameters,json=decodingParameters,proto3" json:"decoding_parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*WeakDecodableReference) Descriptor deprecated

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

Deprecated: Use WeakDecodableReference.ProtoReflect.Descriptor instead.

func (*WeakDecodableReference) GetDecodingParameters

func (x *WeakDecodableReference) GetDecodingParameters() []byte

func (*WeakDecodableReference) GetReference

func (x *WeakDecodableReference) GetReference() []byte

func (*WeakDecodableReference) ProtoMessage

func (*WeakDecodableReference) ProtoMessage()

func (*WeakDecodableReference) ProtoReflect

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

func (*WeakDecodableReference) Reset

func (x *WeakDecodableReference) Reset()

func (*WeakDecodableReference) String

func (x *WeakDecodableReference) String() string

Jump to

Keyboard shortcuts

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