xref_serving_go_proto

package
v0.0.30 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2019 License: Apache-2.0, NCSA Imports: 7 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CrossReferences_Callsite_Kind_name = map[int32]string{
	0: "UNKNOWN",
	1: "DIRECT",
	2: "OVERRIDE",
}
View Source
var CrossReferences_Callsite_Kind_value = map[string]int32{
	"UNKNOWN":  0,
	"DIRECT":   1,
	"OVERRIDE": 2,
}
View Source
var FileDecorations_TargetOverride_Kind_name = map[int32]string{
	0: "UNKNOWN",
	1: "OVERRIDES",
	2: "EXTENDS",
}
View Source
var FileDecorations_TargetOverride_Kind_value = map[string]int32{
	"UNKNOWN":   0,
	"OVERRIDES": 1,
	"EXTENDS":   2,
}

Functions

This section is empty.

Types

type CrossReferences

type CrossReferences struct {
	Source *storage_go_proto.VName `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// Types that are valid to be assigned to Entry:
	//	*CrossReferences_Index_
	//	*CrossReferences_Reference_
	//	*CrossReferences_Relation_
	//	*CrossReferences_Caller_
	//	*CrossReferences_Callsite_
	//	*CrossReferences_RelatedNode_
	//	*CrossReferences_NodeDefinition_
	Entry                isCrossReferences_Entry `protobuf_oneof:"entry"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CrossReferences) Descriptor

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

func (*CrossReferences) GetCaller

func (m *CrossReferences) GetCaller() *CrossReferences_Caller

func (*CrossReferences) GetCallsite

func (m *CrossReferences) GetCallsite() *CrossReferences_Callsite

func (*CrossReferences) GetEntry

func (m *CrossReferences) GetEntry() isCrossReferences_Entry

func (*CrossReferences) GetIndex

func (m *CrossReferences) GetIndex() *CrossReferences_Index

func (*CrossReferences) GetNodeDefinition added in v0.0.30

func (m *CrossReferences) GetNodeDefinition() *CrossReferences_NodeDefinition

func (*CrossReferences) GetReference

func (m *CrossReferences) GetReference() *CrossReferences_Reference

func (*CrossReferences) GetRelatedNode

func (m *CrossReferences) GetRelatedNode() *CrossReferences_RelatedNode

func (*CrossReferences) GetRelation

func (m *CrossReferences) GetRelation() *CrossReferences_Relation

func (*CrossReferences) GetSource

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

func (*CrossReferences) ProtoMessage

func (*CrossReferences) ProtoMessage()

func (*CrossReferences) Reset

func (m *CrossReferences) Reset()

func (*CrossReferences) String

func (m *CrossReferences) String() string

func (*CrossReferences) XXX_DiscardUnknown

func (m *CrossReferences) XXX_DiscardUnknown()

func (*CrossReferences) XXX_Marshal

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

func (*CrossReferences) XXX_Merge

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

func (*CrossReferences) XXX_OneofFuncs

func (*CrossReferences) 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 (*CrossReferences) XXX_Size

func (m *CrossReferences) XXX_Size() int

func (*CrossReferences) XXX_Unmarshal

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

type CrossReferences_Caller

type CrossReferences_Caller struct {
	Caller               *storage_go_proto.VName          `protobuf:"bytes,1,opt,name=caller,proto3" json:"caller,omitempty"`
	Location             *serving_go_proto.ExpandedAnchor `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
	MarkedSource         *common_go_proto.MarkedSource    `protobuf:"bytes,3,opt,name=marked_source,json=markedSource,proto3" json:"marked_source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CrossReferences_Caller) Descriptor

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

func (*CrossReferences_Caller) GetCaller

func (*CrossReferences_Caller) GetLocation

func (*CrossReferences_Caller) GetMarkedSource

func (m *CrossReferences_Caller) GetMarkedSource() *common_go_proto.MarkedSource

func (*CrossReferences_Caller) ProtoMessage

func (*CrossReferences_Caller) ProtoMessage()

func (*CrossReferences_Caller) Reset

func (m *CrossReferences_Caller) Reset()

func (*CrossReferences_Caller) String

func (m *CrossReferences_Caller) String() string

func (*CrossReferences_Caller) XXX_DiscardUnknown

func (m *CrossReferences_Caller) XXX_DiscardUnknown()

func (*CrossReferences_Caller) XXX_Marshal

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

func (*CrossReferences_Caller) XXX_Merge

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

func (*CrossReferences_Caller) XXX_Size

func (m *CrossReferences_Caller) XXX_Size() int

func (*CrossReferences_Caller) XXX_Unmarshal

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

type CrossReferences_Caller_

type CrossReferences_Caller_ struct {
	Caller *CrossReferences_Caller `protobuf:"bytes,5,opt,name=caller,proto3,oneof"`
}

type CrossReferences_Callsite

type CrossReferences_Callsite struct {
	Caller               *storage_go_proto.VName          `protobuf:"bytes,1,opt,name=caller,proto3" json:"caller,omitempty"`
	Location             *serving_go_proto.ExpandedAnchor `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
	Kind                 CrossReferences_Callsite_Kind    `protobuf:"varint,3,opt,name=kind,proto3,enum=kythe.proto.serving.xrefs.CrossReferences_Callsite_Kind" json:"kind,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CrossReferences_Callsite) Descriptor

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

func (*CrossReferences_Callsite) GetCaller

func (*CrossReferences_Callsite) GetKind

func (*CrossReferences_Callsite) GetLocation

func (*CrossReferences_Callsite) ProtoMessage

func (*CrossReferences_Callsite) ProtoMessage()

func (*CrossReferences_Callsite) Reset

func (m *CrossReferences_Callsite) Reset()

func (*CrossReferences_Callsite) String

func (m *CrossReferences_Callsite) String() string

func (*CrossReferences_Callsite) XXX_DiscardUnknown

func (m *CrossReferences_Callsite) XXX_DiscardUnknown()

func (*CrossReferences_Callsite) XXX_Marshal

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

func (*CrossReferences_Callsite) XXX_Merge

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

func (*CrossReferences_Callsite) XXX_Size

func (m *CrossReferences_Callsite) XXX_Size() int

func (*CrossReferences_Callsite) XXX_Unmarshal

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

type CrossReferences_Callsite_

type CrossReferences_Callsite_ struct {
	Callsite *CrossReferences_Callsite `protobuf:"bytes,6,opt,name=callsite,proto3,oneof"`
}

type CrossReferences_Callsite_Kind

type CrossReferences_Callsite_Kind int32
const (
	CrossReferences_Callsite_UNKNOWN  CrossReferences_Callsite_Kind = 0
	CrossReferences_Callsite_DIRECT   CrossReferences_Callsite_Kind = 1
	CrossReferences_Callsite_OVERRIDE CrossReferences_Callsite_Kind = 2
)

func (CrossReferences_Callsite_Kind) EnumDescriptor

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

func (CrossReferences_Callsite_Kind) String

type CrossReferences_Index

type CrossReferences_Index struct {
	Node                 *schema_go_proto.Node         `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	MarkedSource         *common_go_proto.MarkedSource `protobuf:"bytes,2,opt,name=marked_source,json=markedSource,proto3" json:"marked_source,omitempty"`
	MergeWith            []*storage_go_proto.VName     `protobuf:"bytes,3,rep,name=merge_with,json=mergeWith,proto3" json:"merge_with,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*CrossReferences_Index) Descriptor

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

func (*CrossReferences_Index) GetMarkedSource

func (m *CrossReferences_Index) GetMarkedSource() *common_go_proto.MarkedSource

func (*CrossReferences_Index) GetMergeWith

func (m *CrossReferences_Index) GetMergeWith() []*storage_go_proto.VName

func (*CrossReferences_Index) GetNode

func (*CrossReferences_Index) ProtoMessage

func (*CrossReferences_Index) ProtoMessage()

func (*CrossReferences_Index) Reset

func (m *CrossReferences_Index) Reset()

func (*CrossReferences_Index) String

func (m *CrossReferences_Index) String() string

func (*CrossReferences_Index) XXX_DiscardUnknown

func (m *CrossReferences_Index) XXX_DiscardUnknown()

func (*CrossReferences_Index) XXX_Marshal

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

func (*CrossReferences_Index) XXX_Merge

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

func (*CrossReferences_Index) XXX_Size

func (m *CrossReferences_Index) XXX_Size() int

func (*CrossReferences_Index) XXX_Unmarshal

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

type CrossReferences_Index_

type CrossReferences_Index_ struct {
	Index *CrossReferences_Index `protobuf:"bytes,2,opt,name=index,proto3,oneof"`
}

type CrossReferences_NodeDefinition added in v0.0.30

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

func (*CrossReferences_NodeDefinition) Descriptor added in v0.0.30

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

func (*CrossReferences_NodeDefinition) GetLocation added in v0.0.30

func (*CrossReferences_NodeDefinition) GetNode added in v0.0.30

func (*CrossReferences_NodeDefinition) ProtoMessage added in v0.0.30

func (*CrossReferences_NodeDefinition) ProtoMessage()

func (*CrossReferences_NodeDefinition) Reset added in v0.0.30

func (m *CrossReferences_NodeDefinition) Reset()

func (*CrossReferences_NodeDefinition) String added in v0.0.30

func (*CrossReferences_NodeDefinition) XXX_DiscardUnknown added in v0.0.30

func (m *CrossReferences_NodeDefinition) XXX_DiscardUnknown()

func (*CrossReferences_NodeDefinition) XXX_Marshal added in v0.0.30

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

func (*CrossReferences_NodeDefinition) XXX_Merge added in v0.0.30

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

func (*CrossReferences_NodeDefinition) XXX_Size added in v0.0.30

func (m *CrossReferences_NodeDefinition) XXX_Size() int

func (*CrossReferences_NodeDefinition) XXX_Unmarshal added in v0.0.30

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

type CrossReferences_NodeDefinition_ added in v0.0.30

type CrossReferences_NodeDefinition_ struct {
	NodeDefinition *CrossReferences_NodeDefinition `protobuf:"bytes,8,opt,name=node_definition,json=nodeDefinition,proto3,oneof"`
}

type CrossReferences_Reference

type CrossReferences_Reference struct {
	// Types that are valid to be assigned to Kind:
	//	*CrossReferences_Reference_KytheKind
	//	*CrossReferences_Reference_GenericKind
	Kind                 isCrossReferences_Reference_Kind `protobuf_oneof:"kind"`
	Location             *serving_go_proto.ExpandedAnchor `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*CrossReferences_Reference) Descriptor

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

func (*CrossReferences_Reference) GetGenericKind

func (m *CrossReferences_Reference) GetGenericKind() string

func (*CrossReferences_Reference) GetKind

func (m *CrossReferences_Reference) GetKind() isCrossReferences_Reference_Kind

func (*CrossReferences_Reference) GetKytheKind

func (*CrossReferences_Reference) GetLocation

func (*CrossReferences_Reference) ProtoMessage

func (*CrossReferences_Reference) ProtoMessage()

func (*CrossReferences_Reference) Reset

func (m *CrossReferences_Reference) Reset()

func (*CrossReferences_Reference) String

func (m *CrossReferences_Reference) String() string

func (*CrossReferences_Reference) XXX_DiscardUnknown

func (m *CrossReferences_Reference) XXX_DiscardUnknown()

func (*CrossReferences_Reference) XXX_Marshal

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

func (*CrossReferences_Reference) XXX_Merge

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

func (*CrossReferences_Reference) XXX_OneofFuncs

func (*CrossReferences_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 (*CrossReferences_Reference) XXX_Size

func (m *CrossReferences_Reference) XXX_Size() int

func (*CrossReferences_Reference) XXX_Unmarshal

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

type CrossReferences_Reference_

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

type CrossReferences_Reference_GenericKind

type CrossReferences_Reference_GenericKind struct {
	GenericKind string `protobuf:"bytes,2,opt,name=generic_kind,json=genericKind,proto3,oneof"`
}

type CrossReferences_Reference_KytheKind

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

type CrossReferences_RelatedNode

type CrossReferences_RelatedNode struct {
	Node                 *schema_go_proto.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CrossReferences_RelatedNode) Descriptor

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

func (*CrossReferences_RelatedNode) GetNode

func (*CrossReferences_RelatedNode) ProtoMessage

func (*CrossReferences_RelatedNode) ProtoMessage()

func (*CrossReferences_RelatedNode) Reset

func (m *CrossReferences_RelatedNode) Reset()

func (*CrossReferences_RelatedNode) String

func (m *CrossReferences_RelatedNode) String() string

func (*CrossReferences_RelatedNode) XXX_DiscardUnknown

func (m *CrossReferences_RelatedNode) XXX_DiscardUnknown()

func (*CrossReferences_RelatedNode) XXX_Marshal

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

func (*CrossReferences_RelatedNode) XXX_Merge

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

func (*CrossReferences_RelatedNode) XXX_Size

func (m *CrossReferences_RelatedNode) XXX_Size() int

func (*CrossReferences_RelatedNode) XXX_Unmarshal

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

type CrossReferences_RelatedNode_

type CrossReferences_RelatedNode_ struct {
	RelatedNode *CrossReferences_RelatedNode `protobuf:"bytes,7,opt,name=related_node,json=relatedNode,proto3,oneof"`
}

type CrossReferences_Relation

type CrossReferences_Relation struct {
	Node *storage_go_proto.VName `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	// Types that are valid to be assigned to Kind:
	//	*CrossReferences_Relation_KytheKind
	//	*CrossReferences_Relation_GenericKind
	Kind                 isCrossReferences_Relation_Kind `protobuf_oneof:"kind"`
	Ordinal              int32                           `protobuf:"varint,4,opt,name=ordinal,proto3" json:"ordinal,omitempty"`
	Reverse              bool                            `protobuf:"varint,5,opt,name=reverse,proto3" json:"reverse,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*CrossReferences_Relation) Descriptor

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

func (*CrossReferences_Relation) GetGenericKind

func (m *CrossReferences_Relation) GetGenericKind() string

func (*CrossReferences_Relation) GetKind

func (m *CrossReferences_Relation) GetKind() isCrossReferences_Relation_Kind

func (*CrossReferences_Relation) GetKytheKind

func (*CrossReferences_Relation) GetNode

func (*CrossReferences_Relation) GetOrdinal

func (m *CrossReferences_Relation) GetOrdinal() int32

func (*CrossReferences_Relation) GetReverse

func (m *CrossReferences_Relation) GetReverse() bool

func (*CrossReferences_Relation) ProtoMessage

func (*CrossReferences_Relation) ProtoMessage()

func (*CrossReferences_Relation) Reset

func (m *CrossReferences_Relation) Reset()

func (*CrossReferences_Relation) String

func (m *CrossReferences_Relation) String() string

func (*CrossReferences_Relation) XXX_DiscardUnknown

func (m *CrossReferences_Relation) XXX_DiscardUnknown()

func (*CrossReferences_Relation) XXX_Marshal

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

func (*CrossReferences_Relation) XXX_Merge

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

func (*CrossReferences_Relation) XXX_OneofFuncs

func (*CrossReferences_Relation) 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 (*CrossReferences_Relation) XXX_Size

func (m *CrossReferences_Relation) XXX_Size() int

func (*CrossReferences_Relation) XXX_Unmarshal

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

type CrossReferences_Relation_

type CrossReferences_Relation_ struct {
	Relation *CrossReferences_Relation `protobuf:"bytes,4,opt,name=relation,proto3,oneof"`
}

type CrossReferences_Relation_GenericKind

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

type CrossReferences_Relation_KytheKind

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

type FileDecorations

type FileDecorations struct {
	File *storage_go_proto.VName `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// Types that are valid to be assigned to Entry:
	//	*FileDecorations_Index_
	//	*FileDecorations_Text_
	//	*FileDecorations_Target_
	//	*FileDecorations_TargetOverride_
	//	*FileDecorations_TargetNode_
	//	*FileDecorations_TargetDefinition_
	//	*FileDecorations_DefinitionLocation_
	//	*FileDecorations_Override_
	//	*FileDecorations_Diagnostic_
	Entry                isFileDecorations_Entry `protobuf_oneof:"entry"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*FileDecorations) Descriptor

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

func (*FileDecorations) GetDefinitionLocation

func (m *FileDecorations) GetDefinitionLocation() *FileDecorations_DefinitionLocation

func (*FileDecorations) GetDiagnostic

func (m *FileDecorations) GetDiagnostic() *FileDecorations_Diagnostic

func (*FileDecorations) GetEntry

func (m *FileDecorations) GetEntry() isFileDecorations_Entry

func (*FileDecorations) GetFile

func (m *FileDecorations) GetFile() *storage_go_proto.VName

func (*FileDecorations) GetIndex

func (m *FileDecorations) GetIndex() *FileDecorations_Index

func (*FileDecorations) GetOverride

func (m *FileDecorations) GetOverride() *FileDecorations_Override

func (*FileDecorations) GetTarget

func (m *FileDecorations) GetTarget() *FileDecorations_Target

func (*FileDecorations) GetTargetDefinition

func (m *FileDecorations) GetTargetDefinition() *FileDecorations_TargetDefinition

func (*FileDecorations) GetTargetNode

func (m *FileDecorations) GetTargetNode() *FileDecorations_TargetNode

func (*FileDecorations) GetTargetOverride

func (m *FileDecorations) GetTargetOverride() *FileDecorations_TargetOverride

func (*FileDecorations) GetText

func (m *FileDecorations) GetText() *FileDecorations_Text

func (*FileDecorations) ProtoMessage

func (*FileDecorations) ProtoMessage()

func (*FileDecorations) Reset

func (m *FileDecorations) Reset()

func (*FileDecorations) String

func (m *FileDecorations) String() string

func (*FileDecorations) XXX_DiscardUnknown

func (m *FileDecorations) XXX_DiscardUnknown()

func (*FileDecorations) XXX_Marshal

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

func (*FileDecorations) XXX_Merge

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

func (*FileDecorations) XXX_OneofFuncs

func (*FileDecorations) 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 (*FileDecorations) XXX_Size

func (m *FileDecorations) XXX_Size() int

func (*FileDecorations) XXX_Unmarshal

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

type FileDecorations_DefinitionLocation

type FileDecorations_DefinitionLocation struct {
	Location             *serving_go_proto.ExpandedAnchor `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*FileDecorations_DefinitionLocation) Descriptor

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

func (*FileDecorations_DefinitionLocation) GetLocation

func (*FileDecorations_DefinitionLocation) ProtoMessage

func (*FileDecorations_DefinitionLocation) ProtoMessage()

func (*FileDecorations_DefinitionLocation) Reset

func (*FileDecorations_DefinitionLocation) String

func (*FileDecorations_DefinitionLocation) XXX_DiscardUnknown

func (m *FileDecorations_DefinitionLocation) XXX_DiscardUnknown()

func (*FileDecorations_DefinitionLocation) XXX_Marshal

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

func (*FileDecorations_DefinitionLocation) XXX_Merge

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

func (*FileDecorations_DefinitionLocation) XXX_Size

func (*FileDecorations_DefinitionLocation) XXX_Unmarshal

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

type FileDecorations_DefinitionLocation_

type FileDecorations_DefinitionLocation_ struct {
	DefinitionLocation *FileDecorations_DefinitionLocation `protobuf:"bytes,8,opt,name=definition_location,json=definitionLocation,proto3,oneof"`
}

type FileDecorations_Diagnostic

type FileDecorations_Diagnostic struct {
	Diagnostic           *common_go_proto.Diagnostic `protobuf:"bytes,1,opt,name=diagnostic,proto3" json:"diagnostic,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*FileDecorations_Diagnostic) Descriptor

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

func (*FileDecorations_Diagnostic) GetDiagnostic

func (*FileDecorations_Diagnostic) ProtoMessage

func (*FileDecorations_Diagnostic) ProtoMessage()

func (*FileDecorations_Diagnostic) Reset

func (m *FileDecorations_Diagnostic) Reset()

func (*FileDecorations_Diagnostic) String

func (m *FileDecorations_Diagnostic) String() string

func (*FileDecorations_Diagnostic) XXX_DiscardUnknown

func (m *FileDecorations_Diagnostic) XXX_DiscardUnknown()

func (*FileDecorations_Diagnostic) XXX_Marshal

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

func (*FileDecorations_Diagnostic) XXX_Merge

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

func (*FileDecorations_Diagnostic) XXX_Size

func (m *FileDecorations_Diagnostic) XXX_Size() int

func (*FileDecorations_Diagnostic) XXX_Unmarshal

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

type FileDecorations_Diagnostic_

type FileDecorations_Diagnostic_ struct {
	Diagnostic *FileDecorations_Diagnostic `protobuf:"bytes,10,opt,name=diagnostic,proto3,oneof"`
}

type FileDecorations_Index

type FileDecorations_Index struct {
	TextEncoding         string   `protobuf:"bytes,1,opt,name=text_encoding,json=textEncoding,proto3" json:"text_encoding,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FileDecorations_Index) Descriptor

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

func (*FileDecorations_Index) GetTextEncoding

func (m *FileDecorations_Index) GetTextEncoding() string

func (*FileDecorations_Index) ProtoMessage

func (*FileDecorations_Index) ProtoMessage()

func (*FileDecorations_Index) Reset

func (m *FileDecorations_Index) Reset()

func (*FileDecorations_Index) String

func (m *FileDecorations_Index) String() string

func (*FileDecorations_Index) XXX_DiscardUnknown

func (m *FileDecorations_Index) XXX_DiscardUnknown()

func (*FileDecorations_Index) XXX_Marshal

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

func (*FileDecorations_Index) XXX_Merge

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

func (*FileDecorations_Index) XXX_Size

func (m *FileDecorations_Index) XXX_Size() int

func (*FileDecorations_Index) XXX_Unmarshal

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

type FileDecorations_Index_

type FileDecorations_Index_ struct {
	Index *FileDecorations_Index `protobuf:"bytes,2,opt,name=index,proto3,oneof"`
}

type FileDecorations_Override

type FileDecorations_Override struct {
	Override             *storage_go_proto.VName       `protobuf:"bytes,1,opt,name=override,proto3" json:"override,omitempty"`
	MarkedSource         *common_go_proto.MarkedSource `protobuf:"bytes,2,opt,name=marked_source,json=markedSource,proto3" json:"marked_source,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*FileDecorations_Override) Descriptor

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

func (*FileDecorations_Override) GetMarkedSource

func (*FileDecorations_Override) GetOverride

func (*FileDecorations_Override) ProtoMessage

func (*FileDecorations_Override) ProtoMessage()

func (*FileDecorations_Override) Reset

func (m *FileDecorations_Override) Reset()

func (*FileDecorations_Override) String

func (m *FileDecorations_Override) String() string

func (*FileDecorations_Override) XXX_DiscardUnknown

func (m *FileDecorations_Override) XXX_DiscardUnknown()

func (*FileDecorations_Override) XXX_Marshal

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

func (*FileDecorations_Override) XXX_Merge

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

func (*FileDecorations_Override) XXX_Size

func (m *FileDecorations_Override) XXX_Size() int

func (*FileDecorations_Override) XXX_Unmarshal

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

type FileDecorations_Override_

type FileDecorations_Override_ struct {
	Override *FileDecorations_Override `protobuf:"bytes,9,opt,name=override,proto3,oneof"`
}

type FileDecorations_Target

type FileDecorations_Target struct {
	StartOffset int32 `protobuf:"varint,1,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"`
	EndOffset   int32 `protobuf:"varint,2,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"`
	// Types that are valid to be assigned to Kind:
	//	*FileDecorations_Target_KytheKind
	//	*FileDecorations_Target_GenericKind
	Kind                 isFileDecorations_Target_Kind `protobuf_oneof:"kind"`
	Target               *storage_go_proto.VName       `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	BuildConfig          string                        `protobuf:"bytes,6,opt,name=build_config,json=buildConfig,proto3" json:"build_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*FileDecorations_Target) Descriptor

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

func (*FileDecorations_Target) GetBuildConfig added in v0.0.30

func (m *FileDecorations_Target) GetBuildConfig() string

func (*FileDecorations_Target) GetEndOffset

func (m *FileDecorations_Target) GetEndOffset() int32

func (*FileDecorations_Target) GetGenericKind

func (m *FileDecorations_Target) GetGenericKind() string

func (*FileDecorations_Target) GetKind

func (m *FileDecorations_Target) GetKind() isFileDecorations_Target_Kind

func (*FileDecorations_Target) GetKytheKind

func (*FileDecorations_Target) GetStartOffset

func (m *FileDecorations_Target) GetStartOffset() int32

func (*FileDecorations_Target) GetTarget

func (*FileDecorations_Target) ProtoMessage

func (*FileDecorations_Target) ProtoMessage()

func (*FileDecorations_Target) Reset

func (m *FileDecorations_Target) Reset()

func (*FileDecorations_Target) String

func (m *FileDecorations_Target) String() string

func (*FileDecorations_Target) XXX_DiscardUnknown

func (m *FileDecorations_Target) XXX_DiscardUnknown()

func (*FileDecorations_Target) XXX_Marshal

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

func (*FileDecorations_Target) XXX_Merge

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

func (*FileDecorations_Target) XXX_OneofFuncs

func (*FileDecorations_Target) 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 (*FileDecorations_Target) XXX_Size

func (m *FileDecorations_Target) XXX_Size() int

func (*FileDecorations_Target) XXX_Unmarshal

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

type FileDecorations_TargetDefinition

type FileDecorations_TargetDefinition struct {
	Target               *storage_go_proto.VName `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Definition           *storage_go_proto.VName `protobuf:"bytes,2,opt,name=definition,proto3" json:"definition,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*FileDecorations_TargetDefinition) Descriptor

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

func (*FileDecorations_TargetDefinition) GetDefinition

func (*FileDecorations_TargetDefinition) GetTarget

func (*FileDecorations_TargetDefinition) ProtoMessage

func (*FileDecorations_TargetDefinition) ProtoMessage()

func (*FileDecorations_TargetDefinition) Reset

func (*FileDecorations_TargetDefinition) String

func (*FileDecorations_TargetDefinition) XXX_DiscardUnknown

func (m *FileDecorations_TargetDefinition) XXX_DiscardUnknown()

func (*FileDecorations_TargetDefinition) XXX_Marshal

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

func (*FileDecorations_TargetDefinition) XXX_Merge

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

func (*FileDecorations_TargetDefinition) XXX_Size

func (m *FileDecorations_TargetDefinition) XXX_Size() int

func (*FileDecorations_TargetDefinition) XXX_Unmarshal

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

type FileDecorations_TargetDefinition_

type FileDecorations_TargetDefinition_ struct {
	TargetDefinition *FileDecorations_TargetDefinition `protobuf:"bytes,7,opt,name=target_definition,json=targetDefinition,proto3,oneof"`
}

type FileDecorations_TargetNode

type FileDecorations_TargetNode struct {
	Node                 *schema_go_proto.Node `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*FileDecorations_TargetNode) Descriptor

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

func (*FileDecorations_TargetNode) GetNode

func (*FileDecorations_TargetNode) ProtoMessage

func (*FileDecorations_TargetNode) ProtoMessage()

func (*FileDecorations_TargetNode) Reset

func (m *FileDecorations_TargetNode) Reset()

func (*FileDecorations_TargetNode) String

func (m *FileDecorations_TargetNode) String() string

func (*FileDecorations_TargetNode) XXX_DiscardUnknown

func (m *FileDecorations_TargetNode) XXX_DiscardUnknown()

func (*FileDecorations_TargetNode) XXX_Marshal

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

func (*FileDecorations_TargetNode) XXX_Merge

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

func (*FileDecorations_TargetNode) XXX_Size

func (m *FileDecorations_TargetNode) XXX_Size() int

func (*FileDecorations_TargetNode) XXX_Unmarshal

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

type FileDecorations_TargetNode_

type FileDecorations_TargetNode_ struct {
	TargetNode *FileDecorations_TargetNode `protobuf:"bytes,6,opt,name=target_node,json=targetNode,proto3,oneof"`
}

type FileDecorations_TargetOverride

type FileDecorations_TargetOverride struct {
	Overridden           *storage_go_proto.VName             `protobuf:"bytes,1,opt,name=overridden,proto3" json:"overridden,omitempty"`
	Kind                 FileDecorations_TargetOverride_Kind `` /* 129-byte string literal not displayed */
	Overriding           *storage_go_proto.VName             `protobuf:"bytes,3,opt,name=overriding,proto3" json:"overriding,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*FileDecorations_TargetOverride) Descriptor

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

func (*FileDecorations_TargetOverride) GetKind

func (*FileDecorations_TargetOverride) GetOverridden

func (*FileDecorations_TargetOverride) GetOverriding

func (*FileDecorations_TargetOverride) ProtoMessage

func (*FileDecorations_TargetOverride) ProtoMessage()

func (*FileDecorations_TargetOverride) Reset

func (m *FileDecorations_TargetOverride) Reset()

func (*FileDecorations_TargetOverride) String

func (*FileDecorations_TargetOverride) XXX_DiscardUnknown

func (m *FileDecorations_TargetOverride) XXX_DiscardUnknown()

func (*FileDecorations_TargetOverride) XXX_Marshal

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

func (*FileDecorations_TargetOverride) XXX_Merge

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

func (*FileDecorations_TargetOverride) XXX_Size

func (m *FileDecorations_TargetOverride) XXX_Size() int

func (*FileDecorations_TargetOverride) XXX_Unmarshal

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

type FileDecorations_TargetOverride_

type FileDecorations_TargetOverride_ struct {
	TargetOverride *FileDecorations_TargetOverride `protobuf:"bytes,5,opt,name=target_override,json=targetOverride,proto3,oneof"`
}

type FileDecorations_TargetOverride_Kind

type FileDecorations_TargetOverride_Kind int32
const (
	FileDecorations_TargetOverride_UNKNOWN   FileDecorations_TargetOverride_Kind = 0
	FileDecorations_TargetOverride_OVERRIDES FileDecorations_TargetOverride_Kind = 1
	FileDecorations_TargetOverride_EXTENDS   FileDecorations_TargetOverride_Kind = 2
)

func (FileDecorations_TargetOverride_Kind) EnumDescriptor

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

func (FileDecorations_TargetOverride_Kind) String

type FileDecorations_Target_

type FileDecorations_Target_ struct {
	Target *FileDecorations_Target `protobuf:"bytes,4,opt,name=target,proto3,oneof"`
}

type FileDecorations_Target_GenericKind

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

type FileDecorations_Target_KytheKind

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

type FileDecorations_Text

type FileDecorations_Text struct {
	StartOffset          int32    `protobuf:"varint,1,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"`
	EndOffset            int32    `protobuf:"varint,2,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"`
	Text                 []byte   `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FileDecorations_Text) Descriptor

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

func (*FileDecorations_Text) GetEndOffset

func (m *FileDecorations_Text) GetEndOffset() int32

func (*FileDecorations_Text) GetStartOffset

func (m *FileDecorations_Text) GetStartOffset() int32

func (*FileDecorations_Text) GetText

func (m *FileDecorations_Text) GetText() []byte

func (*FileDecorations_Text) ProtoMessage

func (*FileDecorations_Text) ProtoMessage()

func (*FileDecorations_Text) Reset

func (m *FileDecorations_Text) Reset()

func (*FileDecorations_Text) String

func (m *FileDecorations_Text) String() string

func (*FileDecorations_Text) XXX_DiscardUnknown

func (m *FileDecorations_Text) XXX_DiscardUnknown()

func (*FileDecorations_Text) XXX_Marshal

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

func (*FileDecorations_Text) XXX_Merge

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

func (*FileDecorations_Text) XXX_Size

func (m *FileDecorations_Text) XXX_Size() int

func (*FileDecorations_Text) XXX_Unmarshal

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

type FileDecorations_Text_

type FileDecorations_Text_ struct {
	Text *FileDecorations_Text `protobuf:"bytes,3,opt,name=text,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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