corev1

package
v0.0.0-...-6d66bbc Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Enum

func (x DataProductType) Enum() *DataProductType

func (DataProductType) EnumDescriptor deprecated

func (DataProductType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataProductType.Descriptor instead.

func (DataProductType) Number

func (DataProductType) String

func (x DataProductType) String() string

func (DataProductType) Type

Jump to

Keyboard shortcuts

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