kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/proto/claim_go_proto/claim.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/claim.proto
     6  
     7  package claim_go_proto
     8  
     9  import (
    10  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    11  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    12  	storage_go_proto "kythe.io/kythe/proto/storage_go_proto"
    13  	reflect "reflect"
    14  	sync "sync"
    15  )
    16  
    17  const (
    18  	// Verify that this generated code is sufficiently up-to-date.
    19  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    20  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    21  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    22  )
    23  
    24  type ClaimAssignment struct {
    25  	state         protoimpl.MessageState
    26  	sizeCache     protoimpl.SizeCache
    27  	unknownFields protoimpl.UnknownFields
    28  
    29  	CompilationVName *storage_go_proto.VName `protobuf:"bytes,1,opt,name=compilation_v_name,json=compilationVName,proto3" json:"compilation_v_name,omitempty"`
    30  	DependencyVName  *storage_go_proto.VName `protobuf:"bytes,2,opt,name=dependency_v_name,json=dependencyVName,proto3" json:"dependency_v_name,omitempty"`
    31  }
    32  
    33  func (x *ClaimAssignment) Reset() {
    34  	*x = ClaimAssignment{}
    35  	if protoimpl.UnsafeEnabled {
    36  		mi := &file_kythe_proto_claim_proto_msgTypes[0]
    37  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    38  		ms.StoreMessageInfo(mi)
    39  	}
    40  }
    41  
    42  func (x *ClaimAssignment) String() string {
    43  	return protoimpl.X.MessageStringOf(x)
    44  }
    45  
    46  func (*ClaimAssignment) ProtoMessage() {}
    47  
    48  func (x *ClaimAssignment) ProtoReflect() protoreflect.Message {
    49  	mi := &file_kythe_proto_claim_proto_msgTypes[0]
    50  	if protoimpl.UnsafeEnabled && x != nil {
    51  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    52  		if ms.LoadMessageInfo() == nil {
    53  			ms.StoreMessageInfo(mi)
    54  		}
    55  		return ms
    56  	}
    57  	return mi.MessageOf(x)
    58  }
    59  
    60  // Deprecated: Use ClaimAssignment.ProtoReflect.Descriptor instead.
    61  func (*ClaimAssignment) Descriptor() ([]byte, []int) {
    62  	return file_kythe_proto_claim_proto_rawDescGZIP(), []int{0}
    63  }
    64  
    65  func (x *ClaimAssignment) GetCompilationVName() *storage_go_proto.VName {
    66  	if x != nil {
    67  		return x.CompilationVName
    68  	}
    69  	return nil
    70  }
    71  
    72  func (x *ClaimAssignment) GetDependencyVName() *storage_go_proto.VName {
    73  	if x != nil {
    74  		return x.DependencyVName
    75  	}
    76  	return nil
    77  }
    78  
    79  var File_kythe_proto_claim_proto protoreflect.FileDescriptor
    80  
    81  var file_kythe_proto_claim_proto_rawDesc = []byte{
    82  	0x0a, 0x17, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6c,
    83  	0x61, 0x69, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x6b, 0x79, 0x74, 0x68, 0x65,
    84  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72,
    85  	0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
    86  	0x6f, 0x22, 0x93, 0x01, 0x0a, 0x0f, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x41, 0x73, 0x73, 0x69, 0x67,
    87  	0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x40, 0x0a, 0x12, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x61,
    88  	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x76, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
    89  	0x0b, 0x32, 0x12, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
    90  	0x56, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x61, 0x74, 0x69,
    91  	0x6f, 0x6e, 0x56, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x3e, 0x0a, 0x11, 0x64, 0x65, 0x70, 0x65, 0x6e,
    92  	0x64, 0x65, 0x6e, 0x63, 0x79, 0x5f, 0x76, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
    93  	0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
    94  	0x2e, 0x56, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x0f, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e,
    95  	0x63, 0x79, 0x56, 0x4e, 0x61, 0x6d, 0x65, 0x42, 0x46, 0x0a, 0x1f, 0x63, 0x6f, 0x6d, 0x2e, 0x67,
    96  	0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x6b,
    97  	0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5a, 0x23, 0x6b, 0x79, 0x74, 0x68,
    98  	0x65, 0x2e, 0x69, 0x6f, 0x2f, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
    99  	0x2f, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x5f, 0x67, 0x6f, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
   100  	0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   101  }
   102  
   103  var (
   104  	file_kythe_proto_claim_proto_rawDescOnce sync.Once
   105  	file_kythe_proto_claim_proto_rawDescData = file_kythe_proto_claim_proto_rawDesc
   106  )
   107  
   108  func file_kythe_proto_claim_proto_rawDescGZIP() []byte {
   109  	file_kythe_proto_claim_proto_rawDescOnce.Do(func() {
   110  		file_kythe_proto_claim_proto_rawDescData = protoimpl.X.CompressGZIP(file_kythe_proto_claim_proto_rawDescData)
   111  	})
   112  	return file_kythe_proto_claim_proto_rawDescData
   113  }
   114  
   115  var file_kythe_proto_claim_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   116  var file_kythe_proto_claim_proto_goTypes = []interface{}{
   117  	(*ClaimAssignment)(nil),        // 0: kythe.proto.ClaimAssignment
   118  	(*storage_go_proto.VName)(nil), // 1: kythe.proto.VName
   119  }
   120  var file_kythe_proto_claim_proto_depIdxs = []int32{
   121  	1, // 0: kythe.proto.ClaimAssignment.compilation_v_name:type_name -> kythe.proto.VName
   122  	1, // 1: kythe.proto.ClaimAssignment.dependency_v_name:type_name -> kythe.proto.VName
   123  	2, // [2:2] is the sub-list for method output_type
   124  	2, // [2:2] is the sub-list for method input_type
   125  	2, // [2:2] is the sub-list for extension type_name
   126  	2, // [2:2] is the sub-list for extension extendee
   127  	0, // [0:2] is the sub-list for field type_name
   128  }
   129  
   130  func init() { file_kythe_proto_claim_proto_init() }
   131  func file_kythe_proto_claim_proto_init() {
   132  	if File_kythe_proto_claim_proto != nil {
   133  		return
   134  	}
   135  	if !protoimpl.UnsafeEnabled {
   136  		file_kythe_proto_claim_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   137  			switch v := v.(*ClaimAssignment); i {
   138  			case 0:
   139  				return &v.state
   140  			case 1:
   141  				return &v.sizeCache
   142  			case 2:
   143  				return &v.unknownFields
   144  			default:
   145  				return nil
   146  			}
   147  		}
   148  	}
   149  	type x struct{}
   150  	out := protoimpl.TypeBuilder{
   151  		File: protoimpl.DescBuilder{
   152  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   153  			RawDescriptor: file_kythe_proto_claim_proto_rawDesc,
   154  			NumEnums:      0,
   155  			NumMessages:   1,
   156  			NumExtensions: 0,
   157  			NumServices:   0,
   158  		},
   159  		GoTypes:           file_kythe_proto_claim_proto_goTypes,
   160  		DependencyIndexes: file_kythe_proto_claim_proto_depIdxs,
   161  		MessageInfos:      file_kythe_proto_claim_proto_msgTypes,
   162  	}.Build()
   163  	File_kythe_proto_claim_proto = out.File
   164  	file_kythe_proto_claim_proto_rawDesc = nil
   165  	file_kythe_proto_claim_proto_goTypes = nil
   166  	file_kythe_proto_claim_proto_depIdxs = nil
   167  }