pipeline_go_proto

package
v0.0.27 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2018 License: Apache-2.0, NCSA Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Edge

type Edge struct {
	Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
	Target *storage_go_proto.VName `protobuf:"bytes,2,opt,name=target" json:"target,omitempty"`
	// Types that are valid to be assigned to Kind:
	//	*Edge_KytheKind
	//	*Edge_GenericKind
	Kind                 isEdge_Kind `protobuf_oneof:"kind"`
	Ordinal              int32       `protobuf:"varint,5,opt,name=ordinal" json:"ordinal,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Edge) Descriptor

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

func (*Edge) GetGenericKind

func (m *Edge) GetGenericKind() string

func (*Edge) GetKind

func (m *Edge) GetKind() isEdge_Kind

func (*Edge) GetKytheKind

func (m *Edge) GetKytheKind() schema_go_proto.EdgeKind

func (*Edge) GetOrdinal

func (m *Edge) GetOrdinal() int32

func (*Edge) GetSource

func (m *Edge) GetSource() *storage_go_proto.VName

func (*Edge) GetTarget

func (m *Edge) GetTarget() *storage_go_proto.VName

func (*Edge) ProtoMessage

func (*Edge) ProtoMessage()

func (*Edge) Reset

func (m *Edge) Reset()

func (*Edge) String

func (m *Edge) String() string

func (*Edge) XXX_DiscardUnknown

func (m *Edge) XXX_DiscardUnknown()

func (*Edge) XXX_Marshal

func (m *Edge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Edge) XXX_Merge

func (dst *Edge) XXX_Merge(src proto.Message)

func (*Edge) XXX_OneofFuncs

func (*Edge) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Edge) XXX_Size

func (m *Edge) XXX_Size() int

func (*Edge) XXX_Unmarshal

func (m *Edge) XXX_Unmarshal(b []byte) error

type Edge_GenericKind

type Edge_GenericKind struct {
	GenericKind string `protobuf:"bytes,4,opt,name=generic_kind,json=genericKind,oneof"`
}

type Edge_KytheKind

type Edge_KytheKind struct {
	KytheKind schema_go_proto.EdgeKind `protobuf:"varint,3,opt,name=kythe_kind,json=kytheKind,enum=kythe.proto.schema.EdgeKind,oneof"`
}

type Fact

type Fact struct {
	Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
	// Types that are valid to be assigned to Name:
	//	*Fact_KytheName
	//	*Fact_GenericName
	Name                 isFact_Name `protobuf_oneof:"name"`
	Value                []byte      `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Fact) Descriptor

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

func (*Fact) GetGenericName

func (m *Fact) GetGenericName() string

func (*Fact) GetKytheName

func (m *Fact) GetKytheName() schema_go_proto.FactName

func (*Fact) GetName

func (m *Fact) GetName() isFact_Name

func (*Fact) GetSource

func (m *Fact) GetSource() *storage_go_proto.VName

func (*Fact) GetValue

func (m *Fact) GetValue() []byte

func (*Fact) ProtoMessage

func (*Fact) ProtoMessage()

func (*Fact) Reset

func (m *Fact) Reset()

func (*Fact) String

func (m *Fact) String() string

func (*Fact) XXX_DiscardUnknown

func (m *Fact) XXX_DiscardUnknown()

func (*Fact) XXX_Marshal

func (m *Fact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Fact) XXX_Merge

func (dst *Fact) XXX_Merge(src proto.Message)

func (*Fact) XXX_OneofFuncs

func (*Fact) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Fact) XXX_Size

func (m *Fact) XXX_Size() int

func (*Fact) XXX_Unmarshal

func (m *Fact) XXX_Unmarshal(b []byte) error

type Fact_GenericName

type Fact_GenericName struct {
	GenericName string `protobuf:"bytes,3,opt,name=generic_name,json=genericName,oneof"`
}

type Fact_KytheName

type Fact_KytheName struct {
	KytheName schema_go_proto.FactName `protobuf:"varint,2,opt,name=kythe_name,json=kytheName,enum=kythe.proto.schema.FactName,oneof"`
}

type Node

type Node struct {
	Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
	Fact   []*Fact                 `protobuf:"bytes,2,rep,name=fact" json:"fact,omitempty"`
	Edge   []*Edge                 `protobuf:"bytes,3,rep,name=edge" json:"edge,omitempty"`
	// Types that are valid to be assigned to Kind:
	//	*Node_KytheKind
	//	*Node_GenericKind
	Kind isNode_Kind `protobuf_oneof:"kind"`
	// Types that are valid to be assigned to Subkind:
	//	*Node_KytheSubkind
	//	*Node_GenericSubkind
	Subkind              isNode_Subkind `protobuf_oneof:"subkind"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Node) Descriptor

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

func (*Node) GetEdge

func (m *Node) GetEdge() []*Edge

func (*Node) GetFact

func (m *Node) GetFact() []*Fact

func (*Node) GetGenericKind

func (m *Node) GetGenericKind() string

func (*Node) GetGenericSubkind

func (m *Node) GetGenericSubkind() string

func (*Node) GetKind

func (m *Node) GetKind() isNode_Kind

func (*Node) GetKytheKind

func (m *Node) GetKytheKind() schema_go_proto.NodeKind

func (*Node) GetKytheSubkind

func (m *Node) GetKytheSubkind() schema_go_proto.Subkind

func (*Node) GetSource

func (m *Node) GetSource() *storage_go_proto.VName

func (*Node) GetSubkind

func (m *Node) GetSubkind() isNode_Subkind

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) String

func (m *Node) String() string

func (*Node) XXX_DiscardUnknown

func (m *Node) XXX_DiscardUnknown()

func (*Node) XXX_Marshal

func (m *Node) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Node) XXX_Merge

func (dst *Node) XXX_Merge(src proto.Message)

func (*Node) XXX_OneofFuncs

func (*Node) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*Node) XXX_Size

func (m *Node) XXX_Size() int

func (*Node) XXX_Unmarshal

func (m *Node) XXX_Unmarshal(b []byte) error

type Node_GenericKind

type Node_GenericKind struct {
	GenericKind string `protobuf:"bytes,5,opt,name=generic_kind,json=genericKind,oneof"`
}

type Node_GenericSubkind

type Node_GenericSubkind struct {
	GenericSubkind string `protobuf:"bytes,7,opt,name=generic_subkind,json=genericSubkind,oneof"`
}

type Node_KytheKind

type Node_KytheKind struct {
	KytheKind schema_go_proto.NodeKind `protobuf:"varint,4,opt,name=kythe_kind,json=kytheKind,enum=kythe.proto.schema.NodeKind,oneof"`
}

type Node_KytheSubkind

type Node_KytheSubkind struct {
	KytheSubkind schema_go_proto.Subkind `protobuf:"varint,6,opt,name=kythe_subkind,json=kytheSubkind,enum=kythe.proto.schema.Subkind,oneof"`
}

Jump to

Keyboard shortcuts

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