pipeline_go_proto

package
v0.0.28 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2018 License: Apache-2.0, NCSA Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DecorationPiece added in v0.0.28

type DecorationPiece struct {
	FileVName *storage_go_proto.VName `protobuf:"bytes,1,opt,name=file_v_name,json=fileVName" json:"file_v_name,omitempty"`
	// Types that are valid to be assigned to Piece:
	//	*DecorationPiece_File
	//	*DecorationPiece_Reference
	//	*DecorationPiece_Node
	//	*DecorationPiece_Definition_
	Piece                isDecorationPiece_Piece `protobuf_oneof:"piece"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*DecorationPiece) Descriptor added in v0.0.28

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

func (*DecorationPiece) GetDefinition added in v0.0.28

func (m *DecorationPiece) GetDefinition() *DecorationPiece_Definition

func (*DecorationPiece) GetFile added in v0.0.28

func (m *DecorationPiece) GetFile() *serving_go_proto.File

func (*DecorationPiece) GetFileVName added in v0.0.28

func (m *DecorationPiece) GetFileVName() *storage_go_proto.VName

func (*DecorationPiece) GetNode added in v0.0.28

func (m *DecorationPiece) GetNode() *Node

func (*DecorationPiece) GetPiece added in v0.0.28

func (m *DecorationPiece) GetPiece() isDecorationPiece_Piece

func (*DecorationPiece) GetReference added in v0.0.28

func (m *DecorationPiece) GetReference() *Reference

func (*DecorationPiece) ProtoMessage added in v0.0.28

func (*DecorationPiece) ProtoMessage()

func (*DecorationPiece) Reset added in v0.0.28

func (m *DecorationPiece) Reset()

func (*DecorationPiece) String added in v0.0.28

func (m *DecorationPiece) String() string

func (*DecorationPiece) XXX_DiscardUnknown added in v0.0.28

func (m *DecorationPiece) XXX_DiscardUnknown()

func (*DecorationPiece) XXX_Marshal added in v0.0.28

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

func (*DecorationPiece) XXX_Merge added in v0.0.28

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

func (*DecorationPiece) XXX_OneofFuncs added in v0.0.28

func (*DecorationPiece) 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 (*DecorationPiece) XXX_Size added in v0.0.28

func (m *DecorationPiece) XXX_Size() int

func (*DecorationPiece) XXX_Unmarshal added in v0.0.28

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

type DecorationPiece_Definition added in v0.0.28

type DecorationPiece_Definition struct {
	Node                 *storage_go_proto.VName          `protobuf:"bytes,1,opt,name=node" json:"node,omitempty"`
	Definition           *serving_go_proto.ExpandedAnchor `protobuf:"bytes,2,opt,name=definition" json:"definition,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*DecorationPiece_Definition) Descriptor added in v0.0.28

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

func (*DecorationPiece_Definition) GetDefinition added in v0.0.28

func (*DecorationPiece_Definition) GetNode added in v0.0.28

func (*DecorationPiece_Definition) ProtoMessage added in v0.0.28

func (*DecorationPiece_Definition) ProtoMessage()

func (*DecorationPiece_Definition) Reset added in v0.0.28

func (m *DecorationPiece_Definition) Reset()

func (*DecorationPiece_Definition) String added in v0.0.28

func (m *DecorationPiece_Definition) String() string

func (*DecorationPiece_Definition) XXX_DiscardUnknown added in v0.0.28

func (m *DecorationPiece_Definition) XXX_DiscardUnknown()

func (*DecorationPiece_Definition) XXX_Marshal added in v0.0.28

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

func (*DecorationPiece_Definition) XXX_Merge added in v0.0.28

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

func (*DecorationPiece_Definition) XXX_Size added in v0.0.28

func (m *DecorationPiece_Definition) XXX_Size() int

func (*DecorationPiece_Definition) XXX_Unmarshal added in v0.0.28

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

type DecorationPiece_Definition_ added in v0.0.28

type DecorationPiece_Definition_ struct {
	Definition *DecorationPiece_Definition `protobuf:"bytes,5,opt,name=definition,oneof"`
}

type DecorationPiece_File added in v0.0.28

type DecorationPiece_File struct {
	File *serving_go_proto.File `protobuf:"bytes,2,opt,name=file,oneof"`
}

type DecorationPiece_Node added in v0.0.28

type DecorationPiece_Node struct {
	Node *Node `protobuf:"bytes,4,opt,name=node,oneof"`
}

type DecorationPiece_Reference added in v0.0.28

type DecorationPiece_Reference struct {
	Reference *Reference `protobuf:"bytes,3,opt,name=reference,oneof"`
}

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"`
	SourceNode           *Node       `protobuf:"bytes,6,opt,name=source_node,json=sourceNode" json:"source_node,omitempty"`
	TargetNode           *Node       `protobuf:"bytes,7,opt,name=target_node,json=targetNode" json:"target_node,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) GetSourceNode added in v0.0.28

func (m *Edge) GetSourceNode() *Node

func (*Edge) GetTarget

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

func (*Edge) GetTargetNode added in v0.0.28

func (m *Edge) GetTargetNode() *Node

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"`
}

type Reference added in v0.0.28

type Reference struct {
	Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source" json:"source,omitempty"`
	// Types that are valid to be assigned to Kind:
	//	*Reference_KytheKind
	//	*Reference_GenericKind
	Kind                 isReference_Kind                 `protobuf_oneof:"kind"`
	Anchor               *serving_go_proto.ExpandedAnchor `protobuf:"bytes,4,opt,name=anchor" json:"anchor,omitempty"`
	Scope                *storage_go_proto.VName          `protobuf:"bytes,5,opt,name=scope" json:"scope,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*Reference) Descriptor added in v0.0.28

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

func (*Reference) GetAnchor added in v0.0.28

func (m *Reference) GetAnchor() *serving_go_proto.ExpandedAnchor

func (*Reference) GetGenericKind added in v0.0.28

func (m *Reference) GetGenericKind() string

func (*Reference) GetKind added in v0.0.28

func (m *Reference) GetKind() isReference_Kind

func (*Reference) GetKytheKind added in v0.0.28

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

func (*Reference) GetScope added in v0.0.28

func (m *Reference) GetScope() *storage_go_proto.VName

func (*Reference) GetSource added in v0.0.28

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

func (*Reference) ProtoMessage added in v0.0.28

func (*Reference) ProtoMessage()

func (*Reference) Reset added in v0.0.28

func (m *Reference) Reset()

func (*Reference) String added in v0.0.28

func (m *Reference) String() string

func (*Reference) XXX_DiscardUnknown added in v0.0.28

func (m *Reference) XXX_DiscardUnknown()

func (*Reference) XXX_Marshal added in v0.0.28

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

func (*Reference) XXX_Merge added in v0.0.28

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

func (*Reference) XXX_OneofFuncs added in v0.0.28

func (*Reference) 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 (*Reference) XXX_Size added in v0.0.28

func (m *Reference) XXX_Size() int

func (*Reference) XXX_Unmarshal added in v0.0.28

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

type Reference_GenericKind added in v0.0.28

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

type Reference_KytheKind added in v0.0.28

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

Jump to

Keyboard shortcuts

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