Documentation ¶
Index ¶
- Variables
- type ContextDependentVersion
- func (*ContextDependentVersion) Descriptor() ([]byte, []int)deprecated
- func (x *ContextDependentVersion) GetRow() []*ContextDependentVersion_Row
- func (*ContextDependentVersion) ProtoMessage()
- func (x *ContextDependentVersion) ProtoReflect() protoreflect.Message
- func (x *ContextDependentVersion) Reset()
- func (x *ContextDependentVersion) String() string
- type ContextDependentVersion_Column
- func (*ContextDependentVersion_Column) Descriptor() ([]byte, []int)deprecated
- func (x *ContextDependentVersion_Column) GetLinkedContext() string
- func (x *ContextDependentVersion_Column) GetOffset() int32
- func (*ContextDependentVersion_Column) ProtoMessage()
- func (x *ContextDependentVersion_Column) ProtoReflect() protoreflect.Message
- func (x *ContextDependentVersion_Column) Reset()
- func (x *ContextDependentVersion_Column) String() string
- type ContextDependentVersion_Row
- func (*ContextDependentVersion_Row) Descriptor() ([]byte, []int)deprecated
- func (x *ContextDependentVersion_Row) GetAlwaysProcess() bool
- func (x *ContextDependentVersion_Row) GetColumn() []*ContextDependentVersion_Column
- func (x *ContextDependentVersion_Row) GetSourceContext() string
- func (*ContextDependentVersion_Row) ProtoMessage()
- func (x *ContextDependentVersion_Row) ProtoReflect() protoreflect.Message
- func (x *ContextDependentVersion_Row) Reset()
- func (x *ContextDependentVersion_Row) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_kythe_proto_filecontext_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ContextDependentVersion ¶
type ContextDependentVersion struct { Row []*ContextDependentVersion_Row `protobuf:"bytes,1,rep,name=row,proto3" json:"row,omitempty"` // contains filtered or unexported fields }
func (*ContextDependentVersion) Descriptor
deprecated
func (*ContextDependentVersion) Descriptor() ([]byte, []int)
Deprecated: Use ContextDependentVersion.ProtoReflect.Descriptor instead.
func (*ContextDependentVersion) GetRow ¶
func (x *ContextDependentVersion) GetRow() []*ContextDependentVersion_Row
func (*ContextDependentVersion) ProtoMessage ¶
func (*ContextDependentVersion) ProtoMessage()
func (*ContextDependentVersion) ProtoReflect ¶ added in v0.0.49
func (x *ContextDependentVersion) ProtoReflect() protoreflect.Message
func (*ContextDependentVersion) Reset ¶
func (x *ContextDependentVersion) Reset()
func (*ContextDependentVersion) String ¶
func (x *ContextDependentVersion) String() string
type ContextDependentVersion_Column ¶
type ContextDependentVersion_Column struct { Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"` LinkedContext string `protobuf:"bytes,2,opt,name=linked_context,json=linkedContext,proto3" json:"linked_context,omitempty"` // contains filtered or unexported fields }
func (*ContextDependentVersion_Column) Descriptor
deprecated
func (*ContextDependentVersion_Column) Descriptor() ([]byte, []int)
Deprecated: Use ContextDependentVersion_Column.ProtoReflect.Descriptor instead.
func (*ContextDependentVersion_Column) GetLinkedContext ¶
func (x *ContextDependentVersion_Column) GetLinkedContext() string
func (*ContextDependentVersion_Column) GetOffset ¶
func (x *ContextDependentVersion_Column) GetOffset() int32
func (*ContextDependentVersion_Column) ProtoMessage ¶
func (*ContextDependentVersion_Column) ProtoMessage()
func (*ContextDependentVersion_Column) ProtoReflect ¶ added in v0.0.49
func (x *ContextDependentVersion_Column) ProtoReflect() protoreflect.Message
func (*ContextDependentVersion_Column) Reset ¶
func (x *ContextDependentVersion_Column) Reset()
func (*ContextDependentVersion_Column) String ¶
func (x *ContextDependentVersion_Column) String() string
type ContextDependentVersion_Row ¶
type ContextDependentVersion_Row struct { SourceContext string `protobuf:"bytes,1,opt,name=source_context,json=sourceContext,proto3" json:"source_context,omitempty"` Column []*ContextDependentVersion_Column `protobuf:"bytes,2,rep,name=column,proto3" json:"column,omitempty"` AlwaysProcess bool `protobuf:"varint,3,opt,name=always_process,json=alwaysProcess,proto3" json:"always_process,omitempty"` // contains filtered or unexported fields }
func (*ContextDependentVersion_Row) Descriptor
deprecated
func (*ContextDependentVersion_Row) Descriptor() ([]byte, []int)
Deprecated: Use ContextDependentVersion_Row.ProtoReflect.Descriptor instead.
func (*ContextDependentVersion_Row) GetAlwaysProcess ¶
func (x *ContextDependentVersion_Row) GetAlwaysProcess() bool
func (*ContextDependentVersion_Row) GetColumn ¶
func (x *ContextDependentVersion_Row) GetColumn() []*ContextDependentVersion_Column
func (*ContextDependentVersion_Row) GetSourceContext ¶
func (x *ContextDependentVersion_Row) GetSourceContext() string
func (*ContextDependentVersion_Row) ProtoMessage ¶
func (*ContextDependentVersion_Row) ProtoMessage()
func (*ContextDependentVersion_Row) ProtoReflect ¶ added in v0.0.49
func (x *ContextDependentVersion_Row) ProtoReflect() protoreflect.Message
func (*ContextDependentVersion_Row) Reset ¶
func (x *ContextDependentVersion_Row) Reset()
func (*ContextDependentVersion_Row) String ¶
func (x *ContextDependentVersion_Row) String() string
Click to show internal directories.
Click to hide internal directories.