kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/proto/buildinfo_go_proto/buildinfo.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/buildinfo.proto
     6  
     7  package buildinfo_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 BuildDetails struct {
    24  	state         protoimpl.MessageState
    25  	sizeCache     protoimpl.SizeCache
    26  	unknownFields protoimpl.UnknownFields
    27  
    28  	BuildTarget string `protobuf:"bytes,1,opt,name=build_target,json=buildTarget,proto3" json:"build_target,omitempty"`
    29  	RuleType    string `protobuf:"bytes,2,opt,name=rule_type,json=ruleType,proto3" json:"rule_type,omitempty"`
    30  	BuildConfig string `protobuf:"bytes,3,opt,name=build_config,json=buildConfig,proto3" json:"build_config,omitempty"`
    31  }
    32  
    33  func (x *BuildDetails) Reset() {
    34  	*x = BuildDetails{}
    35  	if protoimpl.UnsafeEnabled {
    36  		mi := &file_kythe_proto_buildinfo_proto_msgTypes[0]
    37  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    38  		ms.StoreMessageInfo(mi)
    39  	}
    40  }
    41  
    42  func (x *BuildDetails) String() string {
    43  	return protoimpl.X.MessageStringOf(x)
    44  }
    45  
    46  func (*BuildDetails) ProtoMessage() {}
    47  
    48  func (x *BuildDetails) ProtoReflect() protoreflect.Message {
    49  	mi := &file_kythe_proto_buildinfo_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 BuildDetails.ProtoReflect.Descriptor instead.
    61  func (*BuildDetails) Descriptor() ([]byte, []int) {
    62  	return file_kythe_proto_buildinfo_proto_rawDescGZIP(), []int{0}
    63  }
    64  
    65  func (x *BuildDetails) GetBuildTarget() string {
    66  	if x != nil {
    67  		return x.BuildTarget
    68  	}
    69  	return ""
    70  }
    71  
    72  func (x *BuildDetails) GetRuleType() string {
    73  	if x != nil {
    74  		return x.RuleType
    75  	}
    76  	return ""
    77  }
    78  
    79  func (x *BuildDetails) GetBuildConfig() string {
    80  	if x != nil {
    81  		return x.BuildConfig
    82  	}
    83  	return ""
    84  }
    85  
    86  var File_kythe_proto_buildinfo_proto protoreflect.FileDescriptor
    87  
    88  var file_kythe_proto_buildinfo_proto_rawDesc = []byte{
    89  	0x0a, 0x1b, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x62, 0x75,
    90  	0x69, 0x6c, 0x64, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x6b,
    91  	0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x71, 0x0a, 0x0c, 0x42, 0x75,
    92  	0x69, 0x6c, 0x64, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x75,
    93  	0x69, 0x6c, 0x64, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
    94  	0x52, 0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x1b, 0x0a,
    95  	0x09, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
    96  	0x52, 0x08, 0x72, 0x75, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x62, 0x75,
    97  	0x69, 0x6c, 0x64, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
    98  	0x52, 0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x4a, 0x0a,
    99  	0x1f, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74,
   100  	0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   101  	0x5a, 0x27, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x69, 0x6f, 0x2f, 0x6b, 0x79, 0x74, 0x68, 0x65,
   102  	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x66, 0x6f,
   103  	0x5f, 0x67, 0x6f, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   104  	0x33,
   105  }
   106  
   107  var (
   108  	file_kythe_proto_buildinfo_proto_rawDescOnce sync.Once
   109  	file_kythe_proto_buildinfo_proto_rawDescData = file_kythe_proto_buildinfo_proto_rawDesc
   110  )
   111  
   112  func file_kythe_proto_buildinfo_proto_rawDescGZIP() []byte {
   113  	file_kythe_proto_buildinfo_proto_rawDescOnce.Do(func() {
   114  		file_kythe_proto_buildinfo_proto_rawDescData = protoimpl.X.CompressGZIP(file_kythe_proto_buildinfo_proto_rawDescData)
   115  	})
   116  	return file_kythe_proto_buildinfo_proto_rawDescData
   117  }
   118  
   119  var file_kythe_proto_buildinfo_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   120  var file_kythe_proto_buildinfo_proto_goTypes = []interface{}{
   121  	(*BuildDetails)(nil), // 0: kythe.proto.BuildDetails
   122  }
   123  var file_kythe_proto_buildinfo_proto_depIdxs = []int32{
   124  	0, // [0:0] is the sub-list for method output_type
   125  	0, // [0:0] is the sub-list for method input_type
   126  	0, // [0:0] is the sub-list for extension type_name
   127  	0, // [0:0] is the sub-list for extension extendee
   128  	0, // [0:0] is the sub-list for field type_name
   129  }
   130  
   131  func init() { file_kythe_proto_buildinfo_proto_init() }
   132  func file_kythe_proto_buildinfo_proto_init() {
   133  	if File_kythe_proto_buildinfo_proto != nil {
   134  		return
   135  	}
   136  	if !protoimpl.UnsafeEnabled {
   137  		file_kythe_proto_buildinfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   138  			switch v := v.(*BuildDetails); i {
   139  			case 0:
   140  				return &v.state
   141  			case 1:
   142  				return &v.sizeCache
   143  			case 2:
   144  				return &v.unknownFields
   145  			default:
   146  				return nil
   147  			}
   148  		}
   149  	}
   150  	type x struct{}
   151  	out := protoimpl.TypeBuilder{
   152  		File: protoimpl.DescBuilder{
   153  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   154  			RawDescriptor: file_kythe_proto_buildinfo_proto_rawDesc,
   155  			NumEnums:      0,
   156  			NumMessages:   1,
   157  			NumExtensions: 0,
   158  			NumServices:   0,
   159  		},
   160  		GoTypes:           file_kythe_proto_buildinfo_proto_goTypes,
   161  		DependencyIndexes: file_kythe_proto_buildinfo_proto_depIdxs,
   162  		MessageInfos:      file_kythe_proto_buildinfo_proto_msgTypes,
   163  	}.Build()
   164  	File_kythe_proto_buildinfo_proto = out.File
   165  	file_kythe_proto_buildinfo_proto_rawDesc = nil
   166  	file_kythe_proto_buildinfo_proto_goTypes = nil
   167  	file_kythe_proto_buildinfo_proto_depIdxs = nil
   168  }