pipeline_go_proto

package
v0.0.53 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: Apache-2.0, NCSA Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_kythe_proto_pipeline_proto protoreflect.FileDescriptor

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,proto3" json:"file_v_name,omitempty"`
	// Types that are assignable to Piece:
	//	*DecorationPiece_File
	//	*DecorationPiece_Reference
	//	*DecorationPiece_Node
	//	*DecorationPiece_Definition_
	//	*DecorationPiece_Diagnostic
	//	*DecorationPiece_TargetOverride
	Piece isDecorationPiece_Piece `protobuf_oneof:"piece"`
	// contains filtered or unexported fields
}

func (*DecorationPiece) Descriptor deprecated added in v0.0.28

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

Deprecated: Use DecorationPiece.ProtoReflect.Descriptor instead.

func (*DecorationPiece) GetDefinition added in v0.0.28

func (x *DecorationPiece) GetDefinition() *DecorationPiece_Definition

func (*DecorationPiece) GetDiagnostic added in v0.0.30

func (x *DecorationPiece) GetDiagnostic() *common_go_proto.Diagnostic

func (*DecorationPiece) GetFile added in v0.0.28

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

func (*DecorationPiece) GetFileVName added in v0.0.28

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

func (*DecorationPiece) GetNode added in v0.0.28

func (x *DecorationPiece) GetNode() *schema_go_proto.Node

func (*DecorationPiece) GetPiece added in v0.0.28

func (m *DecorationPiece) GetPiece() isDecorationPiece_Piece

func (*DecorationPiece) GetReference added in v0.0.28

func (x *DecorationPiece) GetReference() *Reference

func (*DecorationPiece) GetTargetOverride added in v0.0.53

func (*DecorationPiece) ProtoMessage added in v0.0.28

func (*DecorationPiece) ProtoMessage()

func (*DecorationPiece) ProtoReflect added in v0.0.49

func (x *DecorationPiece) ProtoReflect() protoreflect.Message

func (*DecorationPiece) Reset added in v0.0.28

func (x *DecorationPiece) Reset()

func (*DecorationPiece) String added in v0.0.28

func (x *DecorationPiece) String() string

type DecorationPiece_Definition added in v0.0.28

type DecorationPiece_Definition struct {
	Node       *storage_go_proto.VName          `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	Definition *serving_go_proto.ExpandedAnchor `protobuf:"bytes,2,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*DecorationPiece_Definition) Descriptor deprecated added in v0.0.28

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

Deprecated: Use DecorationPiece_Definition.ProtoReflect.Descriptor instead.

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) ProtoReflect added in v0.0.49

func (*DecorationPiece_Definition) Reset added in v0.0.28

func (x *DecorationPiece_Definition) Reset()

func (*DecorationPiece_Definition) String added in v0.0.28

func (x *DecorationPiece_Definition) String() string

type DecorationPiece_Definition_ added in v0.0.28

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

type DecorationPiece_Diagnostic added in v0.0.30

type DecorationPiece_Diagnostic struct {
	Diagnostic *common_go_proto.Diagnostic `protobuf:"bytes,6,opt,name=diagnostic,proto3,oneof"`
}

type DecorationPiece_File added in v0.0.28

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

type DecorationPiece_Node added in v0.0.28

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

type DecorationPiece_Reference added in v0.0.28

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

type DecorationPiece_TargetOverride added in v0.0.53

type DecorationPiece_TargetOverride struct {
	TargetOverride *xref_serving_go_proto.FileDecorations_TargetOverride `protobuf:"bytes,7,opt,name=target_override,json=targetOverride,proto3,oneof"`
}

type Reference added in v0.0.28

type Reference struct {
	Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Types that are assignable to Kind:
	//	*Reference_KytheKind
	//	*Reference_GenericKind
	Kind   isReference_Kind                 `protobuf_oneof:"kind"`
	Anchor *serving_go_proto.ExpandedAnchor `protobuf:"bytes,4,opt,name=anchor,proto3" json:"anchor,omitempty"`
	Scope  *storage_go_proto.VName          `protobuf:"bytes,5,opt,name=scope,proto3" json:"scope,omitempty"`
	// contains filtered or unexported fields
}

func (*Reference) Descriptor deprecated added in v0.0.28

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

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetAnchor added in v0.0.28

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

func (*Reference) GetGenericKind added in v0.0.28

func (x *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 (x *Reference) GetKytheKind() schema_go_proto.EdgeKind

func (*Reference) GetScope added in v0.0.28

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

func (*Reference) GetSource added in v0.0.28

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

func (*Reference) ProtoMessage added in v0.0.28

func (*Reference) ProtoMessage()

func (*Reference) ProtoReflect added in v0.0.49

func (x *Reference) ProtoReflect() protoreflect.Message

func (*Reference) Reset added in v0.0.28

func (x *Reference) Reset()

func (*Reference) String added in v0.0.28

func (x *Reference) String() string

type Reference_GenericKind added in v0.0.28

type Reference_GenericKind struct {
	GenericKind string `protobuf:"bytes,3,opt,name=generic_kind,json=genericKind,proto3,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,proto3,enum=kythe.proto.schema.EdgeKind,oneof"`
}

Jump to

Keyboard shortcuts

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