Documentation ¶
Index ¶
- Variables
- type VNamesConfiguration
- func (*VNamesConfiguration) Descriptor() ([]byte, []int)deprecated
- func (x *VNamesConfiguration) GetRules() []*VNamesConfiguration_Rule
- func (*VNamesConfiguration) ProtoMessage()
- func (x *VNamesConfiguration) ProtoReflect() protoreflect.Message
- func (x *VNamesConfiguration) Reset()
- func (x *VNamesConfiguration) String() string
- type VNamesConfiguration_Rule
- func (*VNamesConfiguration_Rule) Descriptor() ([]byte, []int)deprecated
- func (x *VNamesConfiguration_Rule) GetPattern() string
- func (x *VNamesConfiguration_Rule) GetVname() *storage_go_proto.VName
- func (*VNamesConfiguration_Rule) ProtoMessage()
- func (x *VNamesConfiguration_Rule) ProtoReflect() protoreflect.Message
- func (x *VNamesConfiguration_Rule) Reset()
- func (x *VNamesConfiguration_Rule) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_kythe_proto_vnames_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type VNamesConfiguration ¶
type VNamesConfiguration struct { Rules []*VNamesConfiguration_Rule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"` // contains filtered or unexported fields }
func (*VNamesConfiguration) Descriptor
deprecated
func (*VNamesConfiguration) Descriptor() ([]byte, []int)
Deprecated: Use VNamesConfiguration.ProtoReflect.Descriptor instead.
func (*VNamesConfiguration) GetRules ¶
func (x *VNamesConfiguration) GetRules() []*VNamesConfiguration_Rule
func (*VNamesConfiguration) ProtoMessage ¶
func (*VNamesConfiguration) ProtoMessage()
func (*VNamesConfiguration) ProtoReflect ¶
func (x *VNamesConfiguration) ProtoReflect() protoreflect.Message
func (*VNamesConfiguration) Reset ¶
func (x *VNamesConfiguration) Reset()
func (*VNamesConfiguration) String ¶
func (x *VNamesConfiguration) String() string
type VNamesConfiguration_Rule ¶
type VNamesConfiguration_Rule struct { Pattern string `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"` Vname *storage_go_proto.VName `protobuf:"bytes,2,opt,name=vname,proto3" json:"vname,omitempty"` // contains filtered or unexported fields }
func (*VNamesConfiguration_Rule) Descriptor
deprecated
func (*VNamesConfiguration_Rule) Descriptor() ([]byte, []int)
Deprecated: Use VNamesConfiguration_Rule.ProtoReflect.Descriptor instead.
func (*VNamesConfiguration_Rule) GetPattern ¶
func (x *VNamesConfiguration_Rule) GetPattern() string
func (*VNamesConfiguration_Rule) GetVname ¶
func (x *VNamesConfiguration_Rule) GetVname() *storage_go_proto.VName
func (*VNamesConfiguration_Rule) ProtoMessage ¶
func (*VNamesConfiguration_Rule) ProtoMessage()
func (*VNamesConfiguration_Rule) ProtoReflect ¶
func (x *VNamesConfiguration_Rule) ProtoReflect() protoreflect.Message
func (*VNamesConfiguration_Rule) Reset ¶
func (x *VNamesConfiguration_Rule) Reset()
func (*VNamesConfiguration_Rule) String ¶
func (x *VNamesConfiguration_Rule) String() string
Click to show internal directories.
Click to hide internal directories.