Documentation
¶
Index ¶
- Variables
- type Any
- type DecodableReference
- func (*DecodableReference) Descriptor() ([]byte, []int)deprecated
- func (x *DecodableReference) GetDecodingParameters() []byte
- func (x *DecodableReference) GetReference() *Reference
- func (*DecodableReference) ProtoMessage()
- func (x *DecodableReference) ProtoReflect() protoreflect.Message
- func (x *DecodableReference) Reset()
- func (x *DecodableReference) String() string
- type ObjectFormat
- func (*ObjectFormat) Descriptor() ([]byte, []int)deprecated
- func (x *ObjectFormat) GetFormat() isObjectFormat_Format
- func (x *ObjectFormat) GetProtoListTypeName() string
- func (x *ObjectFormat) GetProtoTypeName() string
- func (x *ObjectFormat) GetRaw() *emptypb.Empty
- func (*ObjectFormat) ProtoMessage()
- func (x *ObjectFormat) ProtoReflect() protoreflect.Message
- func (x *ObjectFormat) Reset()
- func (x *ObjectFormat) String() string
- type ObjectFormat_ProtoListTypeName
- type ObjectFormat_ProtoTypeName
- type ObjectFormat_Raw
- type Reference
- type ReferenceSet
- type WeakDecodableReference
- func (*WeakDecodableReference) Descriptor() ([]byte, []int)deprecated
- func (x *WeakDecodableReference) GetDecodingParameters() []byte
- func (x *WeakDecodableReference) GetReference() []byte
- func (*WeakDecodableReference) ProtoMessage()
- func (x *WeakDecodableReference) ProtoReflect() protoreflect.Message
- func (x *WeakDecodableReference) Reset()
- func (x *WeakDecodableReference) String() string
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) GetReferences ¶
func (x *Any) GetReferences() *ReferenceSet
func (*Any) ProtoMessage ¶
func (*Any) ProtoMessage()
func (*Any) ProtoReflect ¶
func (x *Any) ProtoReflect() protoreflect.Message
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 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) ProtoMessage ¶
func (*Reference) ProtoMessage()
func (*Reference) ProtoReflect ¶
func (x *Reference) ProtoReflect() protoreflect.Message
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
Click to show internal directories.
Click to hide internal directories.