Documentation
¶
Index ¶
- Variables
- type DataProduct
- func (*DataProduct) Descriptor() ([]byte, []int)deprecated
- func (x *DataProduct) GetDescription() string
- func (x *DataProduct) GetDomain() string
- func (x *DataProduct) GetName() string
- func (x *DataProduct) GetSourceDataProducts() []*DataProduct
- func (x *DataProduct) GetType() DataProductType
- func (*DataProduct) ProtoMessage()
- func (x *DataProduct) ProtoReflect() protoreflect.Message
- func (x *DataProduct) Reset()
- func (x *DataProduct) String() string
- type DataProductType
- func (DataProductType) Descriptor() protoreflect.EnumDescriptor
- func (x DataProductType) Enum() *DataProductType
- func (DataProductType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DataProductType) Number() protoreflect.EnumNumber
- func (x DataProductType) String() string
- func (DataProductType) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DataProductType_name = map[int32]string{ 0: "DATA_PRODUCT_TYPE_UNSPECIFIED", 1: "DATA_PRODUCT_TYPE_STATE", 2: "DATA_PRODUCT_TYPE_EVENT", 3: "DATA_PRODUCT_TYPE_OBJECT", } DataProductType_value = map[string]int32{ "DATA_PRODUCT_TYPE_UNSPECIFIED": 0, "DATA_PRODUCT_TYPE_STATE": 1, "DATA_PRODUCT_TYPE_EVENT": 2, "DATA_PRODUCT_TYPE_OBJECT": 3, } )
Enum value maps for DataProductType.
View Source
var File_core_v1_core_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DataProduct ¶
type DataProduct struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"` Type DataProductType `protobuf:"varint,4,opt,name=type,proto3,enum=core.v1.DataProductType" json:"type,omitempty"` SourceDataProducts []*DataProduct `protobuf:"bytes,5,rep,name=source_data_products,json=sourceDataProducts,proto3" json:"source_data_products,omitempty"` Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*DataProduct) Descriptor
deprecated
func (*DataProduct) Descriptor() ([]byte, []int)
Deprecated: Use DataProduct.ProtoReflect.Descriptor instead.
func (*DataProduct) GetDescription ¶
func (x *DataProduct) GetDescription() string
func (*DataProduct) GetDomain ¶
func (x *DataProduct) GetDomain() string
func (*DataProduct) GetName ¶
func (x *DataProduct) GetName() string
func (*DataProduct) GetSourceDataProducts ¶
func (x *DataProduct) GetSourceDataProducts() []*DataProduct
func (*DataProduct) GetType ¶
func (x *DataProduct) GetType() DataProductType
func (*DataProduct) ProtoMessage ¶
func (*DataProduct) ProtoMessage()
func (*DataProduct) ProtoReflect ¶
func (x *DataProduct) ProtoReflect() protoreflect.Message
func (*DataProduct) Reset ¶
func (x *DataProduct) Reset()
func (*DataProduct) String ¶
func (x *DataProduct) String() string
type DataProductType ¶
type DataProductType int32
const ( DataProductType_DATA_PRODUCT_TYPE_UNSPECIFIED DataProductType = 0 DataProductType_DATA_PRODUCT_TYPE_STATE DataProductType = 1 DataProductType_DATA_PRODUCT_TYPE_EVENT DataProductType = 2 DataProductType_DATA_PRODUCT_TYPE_OBJECT DataProductType = 3 )
func (DataProductType) Descriptor ¶
func (DataProductType) Descriptor() protoreflect.EnumDescriptor
func (DataProductType) Enum ¶
func (x DataProductType) Enum() *DataProductType
func (DataProductType) EnumDescriptor
deprecated
func (DataProductType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DataProductType.Descriptor instead.
func (DataProductType) Number ¶
func (x DataProductType) Number() protoreflect.EnumNumber
func (DataProductType) String ¶
func (x DataProductType) String() string
func (DataProductType) Type ¶
func (DataProductType) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.