kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/proto/entryset_go_proto/entryset.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.31.0
     4  // 	protoc        v4.25.2
     5  // source: kythe/proto/entryset.proto
     6  
     7  package entryset_go_proto
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	reflect "reflect"
    13  	sync "sync"
    14  )
    15  
    16  const (
    17  	// Verify that this generated code is sufficiently up-to-date.
    18  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    19  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    20  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    21  )
    22  
    23  type EntrySet struct {
    24  	state         protoimpl.MessageState
    25  	sizeCache     protoimpl.SizeCache
    26  	unknownFields protoimpl.UnknownFields
    27  
    28  	Nodes      []*EntrySet_Node      `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
    29  	FactGroups []*EntrySet_FactGroup `protobuf:"bytes,2,rep,name=fact_groups,json=factGroups,proto3" json:"fact_groups,omitempty"`
    30  	EdgeGroups []*EntrySet_EdgeGroup `protobuf:"bytes,3,rep,name=edge_groups,json=edgeGroups,proto3" json:"edge_groups,omitempty"`
    31  	Symbols    []*EntrySet_String    `protobuf:"bytes,4,rep,name=symbols,proto3" json:"symbols,omitempty"`
    32  }
    33  
    34  func (x *EntrySet) Reset() {
    35  	*x = EntrySet{}
    36  	if protoimpl.UnsafeEnabled {
    37  		mi := &file_kythe_proto_entryset_proto_msgTypes[0]
    38  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    39  		ms.StoreMessageInfo(mi)
    40  	}
    41  }
    42  
    43  func (x *EntrySet) String() string {
    44  	return protoimpl.X.MessageStringOf(x)
    45  }
    46  
    47  func (*EntrySet) ProtoMessage() {}
    48  
    49  func (x *EntrySet) ProtoReflect() protoreflect.Message {
    50  	mi := &file_kythe_proto_entryset_proto_msgTypes[0]
    51  	if protoimpl.UnsafeEnabled && x != nil {
    52  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    53  		if ms.LoadMessageInfo() == nil {
    54  			ms.StoreMessageInfo(mi)
    55  		}
    56  		return ms
    57  	}
    58  	return mi.MessageOf(x)
    59  }
    60  
    61  // Deprecated: Use EntrySet.ProtoReflect.Descriptor instead.
    62  func (*EntrySet) Descriptor() ([]byte, []int) {
    63  	return file_kythe_proto_entryset_proto_rawDescGZIP(), []int{0}
    64  }
    65  
    66  func (x *EntrySet) GetNodes() []*EntrySet_Node {
    67  	if x != nil {
    68  		return x.Nodes
    69  	}
    70  	return nil
    71  }
    72  
    73  func (x *EntrySet) GetFactGroups() []*EntrySet_FactGroup {
    74  	if x != nil {
    75  		return x.FactGroups
    76  	}
    77  	return nil
    78  }
    79  
    80  func (x *EntrySet) GetEdgeGroups() []*EntrySet_EdgeGroup {
    81  	if x != nil {
    82  		return x.EdgeGroups
    83  	}
    84  	return nil
    85  }
    86  
    87  func (x *EntrySet) GetSymbols() []*EntrySet_String {
    88  	if x != nil {
    89  		return x.Symbols
    90  	}
    91  	return nil
    92  }
    93  
    94  type EntrySet_Node struct {
    95  	state         protoimpl.MessageState
    96  	sizeCache     protoimpl.SizeCache
    97  	unknownFields protoimpl.UnknownFields
    98  
    99  	Corpus    int32 `protobuf:"varint,1,opt,name=corpus,proto3" json:"corpus,omitempty"`
   100  	Language  int32 `protobuf:"varint,2,opt,name=language,proto3" json:"language,omitempty"`
   101  	Path      int32 `protobuf:"varint,3,opt,name=path,proto3" json:"path,omitempty"`
   102  	Root      int32 `protobuf:"varint,4,opt,name=root,proto3" json:"root,omitempty"`
   103  	Signature int32 `protobuf:"varint,5,opt,name=signature,proto3" json:"signature,omitempty"`
   104  }
   105  
   106  func (x *EntrySet_Node) Reset() {
   107  	*x = EntrySet_Node{}
   108  	if protoimpl.UnsafeEnabled {
   109  		mi := &file_kythe_proto_entryset_proto_msgTypes[1]
   110  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   111  		ms.StoreMessageInfo(mi)
   112  	}
   113  }
   114  
   115  func (x *EntrySet_Node) String() string {
   116  	return protoimpl.X.MessageStringOf(x)
   117  }
   118  
   119  func (*EntrySet_Node) ProtoMessage() {}
   120  
   121  func (x *EntrySet_Node) ProtoReflect() protoreflect.Message {
   122  	mi := &file_kythe_proto_entryset_proto_msgTypes[1]
   123  	if protoimpl.UnsafeEnabled && x != nil {
   124  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   125  		if ms.LoadMessageInfo() == nil {
   126  			ms.StoreMessageInfo(mi)
   127  		}
   128  		return ms
   129  	}
   130  	return mi.MessageOf(x)
   131  }
   132  
   133  // Deprecated: Use EntrySet_Node.ProtoReflect.Descriptor instead.
   134  func (*EntrySet_Node) Descriptor() ([]byte, []int) {
   135  	return file_kythe_proto_entryset_proto_rawDescGZIP(), []int{0, 0}
   136  }
   137  
   138  func (x *EntrySet_Node) GetCorpus() int32 {
   139  	if x != nil {
   140  		return x.Corpus
   141  	}
   142  	return 0
   143  }
   144  
   145  func (x *EntrySet_Node) GetLanguage() int32 {
   146  	if x != nil {
   147  		return x.Language
   148  	}
   149  	return 0
   150  }
   151  
   152  func (x *EntrySet_Node) GetPath() int32 {
   153  	if x != nil {
   154  		return x.Path
   155  	}
   156  	return 0
   157  }
   158  
   159  func (x *EntrySet_Node) GetRoot() int32 {
   160  	if x != nil {
   161  		return x.Root
   162  	}
   163  	return 0
   164  }
   165  
   166  func (x *EntrySet_Node) GetSignature() int32 {
   167  	if x != nil {
   168  		return x.Signature
   169  	}
   170  	return 0
   171  }
   172  
   173  type EntrySet_Fact struct {
   174  	state         protoimpl.MessageState
   175  	sizeCache     protoimpl.SizeCache
   176  	unknownFields protoimpl.UnknownFields
   177  
   178  	Name  int32 `protobuf:"varint,1,opt,name=name,proto3" json:"name,omitempty"`
   179  	Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
   180  }
   181  
   182  func (x *EntrySet_Fact) Reset() {
   183  	*x = EntrySet_Fact{}
   184  	if protoimpl.UnsafeEnabled {
   185  		mi := &file_kythe_proto_entryset_proto_msgTypes[2]
   186  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   187  		ms.StoreMessageInfo(mi)
   188  	}
   189  }
   190  
   191  func (x *EntrySet_Fact) String() string {
   192  	return protoimpl.X.MessageStringOf(x)
   193  }
   194  
   195  func (*EntrySet_Fact) ProtoMessage() {}
   196  
   197  func (x *EntrySet_Fact) ProtoReflect() protoreflect.Message {
   198  	mi := &file_kythe_proto_entryset_proto_msgTypes[2]
   199  	if protoimpl.UnsafeEnabled && x != nil {
   200  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   201  		if ms.LoadMessageInfo() == nil {
   202  			ms.StoreMessageInfo(mi)
   203  		}
   204  		return ms
   205  	}
   206  	return mi.MessageOf(x)
   207  }
   208  
   209  // Deprecated: Use EntrySet_Fact.ProtoReflect.Descriptor instead.
   210  func (*EntrySet_Fact) Descriptor() ([]byte, []int) {
   211  	return file_kythe_proto_entryset_proto_rawDescGZIP(), []int{0, 1}
   212  }
   213  
   214  func (x *EntrySet_Fact) GetName() int32 {
   215  	if x != nil {
   216  		return x.Name
   217  	}
   218  	return 0
   219  }
   220  
   221  func (x *EntrySet_Fact) GetValue() int32 {
   222  	if x != nil {
   223  		return x.Value
   224  	}
   225  	return 0
   226  }
   227  
   228  type EntrySet_FactGroup struct {
   229  	state         protoimpl.MessageState
   230  	sizeCache     protoimpl.SizeCache
   231  	unknownFields protoimpl.UnknownFields
   232  
   233  	Facts []*EntrySet_Fact `protobuf:"bytes,1,rep,name=facts,proto3" json:"facts,omitempty"`
   234  }
   235  
   236  func (x *EntrySet_FactGroup) Reset() {
   237  	*x = EntrySet_FactGroup{}
   238  	if protoimpl.UnsafeEnabled {
   239  		mi := &file_kythe_proto_entryset_proto_msgTypes[3]
   240  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   241  		ms.StoreMessageInfo(mi)
   242  	}
   243  }
   244  
   245  func (x *EntrySet_FactGroup) String() string {
   246  	return protoimpl.X.MessageStringOf(x)
   247  }
   248  
   249  func (*EntrySet_FactGroup) ProtoMessage() {}
   250  
   251  func (x *EntrySet_FactGroup) ProtoReflect() protoreflect.Message {
   252  	mi := &file_kythe_proto_entryset_proto_msgTypes[3]
   253  	if protoimpl.UnsafeEnabled && x != nil {
   254  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   255  		if ms.LoadMessageInfo() == nil {
   256  			ms.StoreMessageInfo(mi)
   257  		}
   258  		return ms
   259  	}
   260  	return mi.MessageOf(x)
   261  }
   262  
   263  // Deprecated: Use EntrySet_FactGroup.ProtoReflect.Descriptor instead.
   264  func (*EntrySet_FactGroup) Descriptor() ([]byte, []int) {
   265  	return file_kythe_proto_entryset_proto_rawDescGZIP(), []int{0, 2}
   266  }
   267  
   268  func (x *EntrySet_FactGroup) GetFacts() []*EntrySet_Fact {
   269  	if x != nil {
   270  		return x.Facts
   271  	}
   272  	return nil
   273  }
   274  
   275  type EntrySet_Edge struct {
   276  	state         protoimpl.MessageState
   277  	sizeCache     protoimpl.SizeCache
   278  	unknownFields protoimpl.UnknownFields
   279  
   280  	Kind   int32 `protobuf:"varint,1,opt,name=kind,proto3" json:"kind,omitempty"`
   281  	Target int32 `protobuf:"varint,2,opt,name=target,proto3" json:"target,omitempty"`
   282  }
   283  
   284  func (x *EntrySet_Edge) Reset() {
   285  	*x = EntrySet_Edge{}
   286  	if protoimpl.UnsafeEnabled {
   287  		mi := &file_kythe_proto_entryset_proto_msgTypes[4]
   288  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   289  		ms.StoreMessageInfo(mi)
   290  	}
   291  }
   292  
   293  func (x *EntrySet_Edge) String() string {
   294  	return protoimpl.X.MessageStringOf(x)
   295  }
   296  
   297  func (*EntrySet_Edge) ProtoMessage() {}
   298  
   299  func (x *EntrySet_Edge) ProtoReflect() protoreflect.Message {
   300  	mi := &file_kythe_proto_entryset_proto_msgTypes[4]
   301  	if protoimpl.UnsafeEnabled && x != nil {
   302  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   303  		if ms.LoadMessageInfo() == nil {
   304  			ms.StoreMessageInfo(mi)
   305  		}
   306  		return ms
   307  	}
   308  	return mi.MessageOf(x)
   309  }
   310  
   311  // Deprecated: Use EntrySet_Edge.ProtoReflect.Descriptor instead.
   312  func (*EntrySet_Edge) Descriptor() ([]byte, []int) {
   313  	return file_kythe_proto_entryset_proto_rawDescGZIP(), []int{0, 3}
   314  }
   315  
   316  func (x *EntrySet_Edge) GetKind() int32 {
   317  	if x != nil {
   318  		return x.Kind
   319  	}
   320  	return 0
   321  }
   322  
   323  func (x *EntrySet_Edge) GetTarget() int32 {
   324  	if x != nil {
   325  		return x.Target
   326  	}
   327  	return 0
   328  }
   329  
   330  type EntrySet_EdgeGroup struct {
   331  	state         protoimpl.MessageState
   332  	sizeCache     protoimpl.SizeCache
   333  	unknownFields protoimpl.UnknownFields
   334  
   335  	Edges []*EntrySet_Edge `protobuf:"bytes,1,rep,name=edges,proto3" json:"edges,omitempty"`
   336  }
   337  
   338  func (x *EntrySet_EdgeGroup) Reset() {
   339  	*x = EntrySet_EdgeGroup{}
   340  	if protoimpl.UnsafeEnabled {
   341  		mi := &file_kythe_proto_entryset_proto_msgTypes[5]
   342  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   343  		ms.StoreMessageInfo(mi)
   344  	}
   345  }
   346  
   347  func (x *EntrySet_EdgeGroup) String() string {
   348  	return protoimpl.X.MessageStringOf(x)
   349  }
   350  
   351  func (*EntrySet_EdgeGroup) ProtoMessage() {}
   352  
   353  func (x *EntrySet_EdgeGroup) ProtoReflect() protoreflect.Message {
   354  	mi := &file_kythe_proto_entryset_proto_msgTypes[5]
   355  	if protoimpl.UnsafeEnabled && x != nil {
   356  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   357  		if ms.LoadMessageInfo() == nil {
   358  			ms.StoreMessageInfo(mi)
   359  		}
   360  		return ms
   361  	}
   362  	return mi.MessageOf(x)
   363  }
   364  
   365  // Deprecated: Use EntrySet_EdgeGroup.ProtoReflect.Descriptor instead.
   366  func (*EntrySet_EdgeGroup) Descriptor() ([]byte, []int) {
   367  	return file_kythe_proto_entryset_proto_rawDescGZIP(), []int{0, 4}
   368  }
   369  
   370  func (x *EntrySet_EdgeGroup) GetEdges() []*EntrySet_Edge {
   371  	if x != nil {
   372  		return x.Edges
   373  	}
   374  	return nil
   375  }
   376  
   377  type EntrySet_String struct {
   378  	state         protoimpl.MessageState
   379  	sizeCache     protoimpl.SizeCache
   380  	unknownFields protoimpl.UnknownFields
   381  
   382  	Prefix int32  `protobuf:"varint,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
   383  	Suffix []byte `protobuf:"bytes,2,opt,name=suffix,proto3" json:"suffix,omitempty"`
   384  }
   385  
   386  func (x *EntrySet_String) Reset() {
   387  	*x = EntrySet_String{}
   388  	if protoimpl.UnsafeEnabled {
   389  		mi := &file_kythe_proto_entryset_proto_msgTypes[6]
   390  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   391  		ms.StoreMessageInfo(mi)
   392  	}
   393  }
   394  
   395  func (x *EntrySet_String) String() string {
   396  	return protoimpl.X.MessageStringOf(x)
   397  }
   398  
   399  func (*EntrySet_String) ProtoMessage() {}
   400  
   401  func (x *EntrySet_String) ProtoReflect() protoreflect.Message {
   402  	mi := &file_kythe_proto_entryset_proto_msgTypes[6]
   403  	if protoimpl.UnsafeEnabled && x != nil {
   404  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   405  		if ms.LoadMessageInfo() == nil {
   406  			ms.StoreMessageInfo(mi)
   407  		}
   408  		return ms
   409  	}
   410  	return mi.MessageOf(x)
   411  }
   412  
   413  // Deprecated: Use EntrySet_String.ProtoReflect.Descriptor instead.
   414  func (*EntrySet_String) Descriptor() ([]byte, []int) {
   415  	return file_kythe_proto_entryset_proto_rawDescGZIP(), []int{0, 5}
   416  }
   417  
   418  func (x *EntrySet_String) GetPrefix() int32 {
   419  	if x != nil {
   420  		return x.Prefix
   421  	}
   422  	return 0
   423  }
   424  
   425  func (x *EntrySet_String) GetSuffix() []byte {
   426  	if x != nil {
   427  		return x.Suffix
   428  	}
   429  	return nil
   430  }
   431  
   432  var File_kythe_proto_entryset_proto protoreflect.FileDescriptor
   433  
   434  var file_kythe_proto_entryset_proto_rawDesc = []byte{
   435  	0x0a, 0x1a, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x6e,
   436  	0x74, 0x72, 0x79, 0x73, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x6b, 0x79,
   437  	0x74, 0x68, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x22, 0xa5, 0x05, 0x0a, 0x08,
   438  	0x45, 0x6e, 0x74, 0x72, 0x79, 0x53, 0x65, 0x74, 0x12, 0x32, 0x0a, 0x05, 0x6e, 0x6f, 0x64, 0x65,
   439  	0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e,
   440  	0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x53, 0x65, 0x74,
   441  	0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x05, 0x6e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x42, 0x0a, 0x0b,
   442  	0x66, 0x61, 0x63, 0x74, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
   443  	0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67,
   444  	0x65, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x53, 0x65, 0x74, 0x2e, 0x46, 0x61, 0x63, 0x74, 0x47,
   445  	0x72, 0x6f, 0x75, 0x70, 0x52, 0x0a, 0x66, 0x61, 0x63, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73,
   446  	0x12, 0x42, 0x0a, 0x0b, 0x65, 0x64, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18,
   447  	0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x73, 0x74,
   448  	0x6f, 0x72, 0x61, 0x67, 0x65, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x53, 0x65, 0x74, 0x2e, 0x45,
   449  	0x64, 0x67, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x0a, 0x65, 0x64, 0x67, 0x65, 0x47, 0x72,
   450  	0x6f, 0x75, 0x70, 0x73, 0x12, 0x38, 0x0a, 0x07, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x18,
   451  	0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x73, 0x74,
   452  	0x6f, 0x72, 0x61, 0x67, 0x65, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x53, 0x65, 0x74, 0x2e, 0x53,
   453  	0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x07, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x1a, 0x80,
   454  	0x01, 0x0a, 0x04, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x72, 0x70, 0x75,
   455  	0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x63, 0x6f, 0x72, 0x70, 0x75, 0x73, 0x12,
   456  	0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
   457  	0x05, 0x52, 0x08, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70,
   458  	0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12,
   459  	0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x72,
   460  	0x6f, 0x6f, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65,
   461  	0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72,
   462  	0x65, 0x1a, 0x30, 0x0a, 0x04, 0x46, 0x61, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
   463  	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a,
   464  	0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61,
   465  	0x6c, 0x75, 0x65, 0x1a, 0x3f, 0x0a, 0x09, 0x46, 0x61, 0x63, 0x74, 0x47, 0x72, 0x6f, 0x75, 0x70,
   466  	0x12, 0x32, 0x0a, 0x05, 0x66, 0x61, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
   467  	0x1c, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x2e,
   468  	0x45, 0x6e, 0x74, 0x72, 0x79, 0x53, 0x65, 0x74, 0x2e, 0x46, 0x61, 0x63, 0x74, 0x52, 0x05, 0x66,
   469  	0x61, 0x63, 0x74, 0x73, 0x1a, 0x32, 0x0a, 0x04, 0x45, 0x64, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04,
   470  	0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64,
   471  	0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
   472  	0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x1a, 0x3f, 0x0a, 0x09, 0x45, 0x64, 0x67, 0x65,
   473  	0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x32, 0x0a, 0x05, 0x65, 0x64, 0x67, 0x65, 0x73, 0x18, 0x01,
   474  	0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x73, 0x74, 0x6f,
   475  	0x72, 0x61, 0x67, 0x65, 0x2e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x53, 0x65, 0x74, 0x2e, 0x45, 0x64,
   476  	0x67, 0x65, 0x52, 0x05, 0x65, 0x64, 0x67, 0x65, 0x73, 0x1a, 0x38, 0x0a, 0x06, 0x53, 0x74, 0x72,
   477  	0x69, 0x6e, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x01, 0x20,
   478  	0x01, 0x28, 0x05, 0x52, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x12, 0x16, 0x0a, 0x06, 0x73,
   479  	0x75, 0x66, 0x66, 0x69, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x06, 0x73, 0x75, 0x66,
   480  	0x66, 0x69, 0x78, 0x42, 0x28, 0x5a, 0x26, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x69, 0x6f, 0x2f,
   481  	0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x6e, 0x74, 0x72,
   482  	0x79, 0x73, 0x65, 0x74, 0x5f, 0x67, 0x6f, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70,
   483  	0x72, 0x6f, 0x74, 0x6f, 0x33,
   484  }
   485  
   486  var (
   487  	file_kythe_proto_entryset_proto_rawDescOnce sync.Once
   488  	file_kythe_proto_entryset_proto_rawDescData = file_kythe_proto_entryset_proto_rawDesc
   489  )
   490  
   491  func file_kythe_proto_entryset_proto_rawDescGZIP() []byte {
   492  	file_kythe_proto_entryset_proto_rawDescOnce.Do(func() {
   493  		file_kythe_proto_entryset_proto_rawDescData = protoimpl.X.CompressGZIP(file_kythe_proto_entryset_proto_rawDescData)
   494  	})
   495  	return file_kythe_proto_entryset_proto_rawDescData
   496  }
   497  
   498  var file_kythe_proto_entryset_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
   499  var file_kythe_proto_entryset_proto_goTypes = []interface{}{
   500  	(*EntrySet)(nil),           // 0: kythe.storage.EntrySet
   501  	(*EntrySet_Node)(nil),      // 1: kythe.storage.EntrySet.Node
   502  	(*EntrySet_Fact)(nil),      // 2: kythe.storage.EntrySet.Fact
   503  	(*EntrySet_FactGroup)(nil), // 3: kythe.storage.EntrySet.FactGroup
   504  	(*EntrySet_Edge)(nil),      // 4: kythe.storage.EntrySet.Edge
   505  	(*EntrySet_EdgeGroup)(nil), // 5: kythe.storage.EntrySet.EdgeGroup
   506  	(*EntrySet_String)(nil),    // 6: kythe.storage.EntrySet.String
   507  }
   508  var file_kythe_proto_entryset_proto_depIdxs = []int32{
   509  	1, // 0: kythe.storage.EntrySet.nodes:type_name -> kythe.storage.EntrySet.Node
   510  	3, // 1: kythe.storage.EntrySet.fact_groups:type_name -> kythe.storage.EntrySet.FactGroup
   511  	5, // 2: kythe.storage.EntrySet.edge_groups:type_name -> kythe.storage.EntrySet.EdgeGroup
   512  	6, // 3: kythe.storage.EntrySet.symbols:type_name -> kythe.storage.EntrySet.String
   513  	2, // 4: kythe.storage.EntrySet.FactGroup.facts:type_name -> kythe.storage.EntrySet.Fact
   514  	4, // 5: kythe.storage.EntrySet.EdgeGroup.edges:type_name -> kythe.storage.EntrySet.Edge
   515  	6, // [6:6] is the sub-list for method output_type
   516  	6, // [6:6] is the sub-list for method input_type
   517  	6, // [6:6] is the sub-list for extension type_name
   518  	6, // [6:6] is the sub-list for extension extendee
   519  	0, // [0:6] is the sub-list for field type_name
   520  }
   521  
   522  func init() { file_kythe_proto_entryset_proto_init() }
   523  func file_kythe_proto_entryset_proto_init() {
   524  	if File_kythe_proto_entryset_proto != nil {
   525  		return
   526  	}
   527  	if !protoimpl.UnsafeEnabled {
   528  		file_kythe_proto_entryset_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   529  			switch v := v.(*EntrySet); i {
   530  			case 0:
   531  				return &v.state
   532  			case 1:
   533  				return &v.sizeCache
   534  			case 2:
   535  				return &v.unknownFields
   536  			default:
   537  				return nil
   538  			}
   539  		}
   540  		file_kythe_proto_entryset_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   541  			switch v := v.(*EntrySet_Node); i {
   542  			case 0:
   543  				return &v.state
   544  			case 1:
   545  				return &v.sizeCache
   546  			case 2:
   547  				return &v.unknownFields
   548  			default:
   549  				return nil
   550  			}
   551  		}
   552  		file_kythe_proto_entryset_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   553  			switch v := v.(*EntrySet_Fact); i {
   554  			case 0:
   555  				return &v.state
   556  			case 1:
   557  				return &v.sizeCache
   558  			case 2:
   559  				return &v.unknownFields
   560  			default:
   561  				return nil
   562  			}
   563  		}
   564  		file_kythe_proto_entryset_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   565  			switch v := v.(*EntrySet_FactGroup); i {
   566  			case 0:
   567  				return &v.state
   568  			case 1:
   569  				return &v.sizeCache
   570  			case 2:
   571  				return &v.unknownFields
   572  			default:
   573  				return nil
   574  			}
   575  		}
   576  		file_kythe_proto_entryset_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   577  			switch v := v.(*EntrySet_Edge); i {
   578  			case 0:
   579  				return &v.state
   580  			case 1:
   581  				return &v.sizeCache
   582  			case 2:
   583  				return &v.unknownFields
   584  			default:
   585  				return nil
   586  			}
   587  		}
   588  		file_kythe_proto_entryset_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   589  			switch v := v.(*EntrySet_EdgeGroup); i {
   590  			case 0:
   591  				return &v.state
   592  			case 1:
   593  				return &v.sizeCache
   594  			case 2:
   595  				return &v.unknownFields
   596  			default:
   597  				return nil
   598  			}
   599  		}
   600  		file_kythe_proto_entryset_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
   601  			switch v := v.(*EntrySet_String); i {
   602  			case 0:
   603  				return &v.state
   604  			case 1:
   605  				return &v.sizeCache
   606  			case 2:
   607  				return &v.unknownFields
   608  			default:
   609  				return nil
   610  			}
   611  		}
   612  	}
   613  	type x struct{}
   614  	out := protoimpl.TypeBuilder{
   615  		File: protoimpl.DescBuilder{
   616  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   617  			RawDescriptor: file_kythe_proto_entryset_proto_rawDesc,
   618  			NumEnums:      0,
   619  			NumMessages:   7,
   620  			NumExtensions: 0,
   621  			NumServices:   0,
   622  		},
   623  		GoTypes:           file_kythe_proto_entryset_proto_goTypes,
   624  		DependencyIndexes: file_kythe_proto_entryset_proto_depIdxs,
   625  		MessageInfos:      file_kythe_proto_entryset_proto_msgTypes,
   626  	}.Build()
   627  	File_kythe_proto_entryset_proto = out.File
   628  	file_kythe_proto_entryset_proto_rawDesc = nil
   629  	file_kythe_proto_entryset_proto_goTypes = nil
   630  	file_kythe_proto_entryset_proto_depIdxs = nil
   631  }