go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/cipd/appengine/impl/repo/tasks/tasks.pb.go (about)

     1  // Copyright 2018 The LUCI Authors.
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //      http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by protoc-gen-go. DO NOT EDIT.
    16  // versions:
    17  // 	protoc-gen-go v1.31.0
    18  // 	protoc        v3.21.7
    19  // source: go.chromium.org/luci/cipd/appengine/impl/repo/tasks/tasks.proto
    20  
    21  package tasks
    22  
    23  import (
    24  	v1 "go.chromium.org/luci/cipd/api/cipd/v1"
    25  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    26  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    27  	reflect "reflect"
    28  	sync "sync"
    29  )
    30  
    31  const (
    32  	// Verify that this generated code is sufficiently up-to-date.
    33  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    34  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    35  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    36  )
    37  
    38  // RunProcessors task runs a processing step on an uploaded package instance.
    39  type RunProcessors struct {
    40  	state         protoimpl.MessageState
    41  	sizeCache     protoimpl.SizeCache
    42  	unknownFields protoimpl.UnknownFields
    43  
    44  	Instance *v1.Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` // an instance to process
    45  }
    46  
    47  func (x *RunProcessors) Reset() {
    48  	*x = RunProcessors{}
    49  	if protoimpl.UnsafeEnabled {
    50  		mi := &file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_msgTypes[0]
    51  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    52  		ms.StoreMessageInfo(mi)
    53  	}
    54  }
    55  
    56  func (x *RunProcessors) String() string {
    57  	return protoimpl.X.MessageStringOf(x)
    58  }
    59  
    60  func (*RunProcessors) ProtoMessage() {}
    61  
    62  func (x *RunProcessors) ProtoReflect() protoreflect.Message {
    63  	mi := &file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_msgTypes[0]
    64  	if protoimpl.UnsafeEnabled && x != nil {
    65  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    66  		if ms.LoadMessageInfo() == nil {
    67  			ms.StoreMessageInfo(mi)
    68  		}
    69  		return ms
    70  	}
    71  	return mi.MessageOf(x)
    72  }
    73  
    74  // Deprecated: Use RunProcessors.ProtoReflect.Descriptor instead.
    75  func (*RunProcessors) Descriptor() ([]byte, []int) {
    76  	return file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescGZIP(), []int{0}
    77  }
    78  
    79  func (x *RunProcessors) GetInstance() *v1.Instance {
    80  	if x != nil {
    81  		return x.Instance
    82  	}
    83  	return nil
    84  }
    85  
    86  var File_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto protoreflect.FileDescriptor
    87  
    88  var file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDesc = []byte{
    89  	0x0a, 0x3f, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72,
    90  	0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x63, 0x69, 0x70, 0x64, 0x2f, 0x61, 0x70, 0x70, 0x65,
    91  	0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x69, 0x6d, 0x70, 0x6c, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x2f,
    92  	0x74, 0x61, 0x73, 0x6b, 0x73, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
    93  	0x6f, 0x12, 0x05, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x1a, 0x30, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72,
    94  	0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x63,
    95  	0x69, 0x70, 0x64, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x69, 0x70, 0x64, 0x2f, 0x76, 0x31, 0x2f,
    96  	0x72, 0x65, 0x70, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x3b, 0x0a, 0x0d, 0x52, 0x75,
    97  	0x6e, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x73, 0x12, 0x2a, 0x0a, 0x08, 0x69,
    98  	0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e,
    99  	0x63, 0x69, 0x70, 0x64, 0x2e, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x08, 0x69,
   100  	0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x6f, 0x2e, 0x63, 0x68,
   101  	0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f,
   102  	0x63, 0x69, 0x70, 0x64, 0x2f, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x69,
   103  	0x6d, 0x70, 0x6c, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x62, 0x06,
   104  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   105  }
   106  
   107  var (
   108  	file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescOnce sync.Once
   109  	file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescData = file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDesc
   110  )
   111  
   112  func file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescGZIP() []byte {
   113  	file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescOnce.Do(func() {
   114  		file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescData = protoimpl.X.CompressGZIP(file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescData)
   115  	})
   116  	return file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDescData
   117  }
   118  
   119  var file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   120  var file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_goTypes = []interface{}{
   121  	(*RunProcessors)(nil), // 0: tasks.RunProcessors
   122  	(*v1.Instance)(nil),   // 1: cipd.Instance
   123  }
   124  var file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_depIdxs = []int32{
   125  	1, // 0: tasks.RunProcessors.instance:type_name -> cipd.Instance
   126  	1, // [1:1] is the sub-list for method output_type
   127  	1, // [1:1] is the sub-list for method input_type
   128  	1, // [1:1] is the sub-list for extension type_name
   129  	1, // [1:1] is the sub-list for extension extendee
   130  	0, // [0:1] is the sub-list for field type_name
   131  }
   132  
   133  func init() { file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_init() }
   134  func file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_init() {
   135  	if File_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto != nil {
   136  		return
   137  	}
   138  	if !protoimpl.UnsafeEnabled {
   139  		file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   140  			switch v := v.(*RunProcessors); i {
   141  			case 0:
   142  				return &v.state
   143  			case 1:
   144  				return &v.sizeCache
   145  			case 2:
   146  				return &v.unknownFields
   147  			default:
   148  				return nil
   149  			}
   150  		}
   151  	}
   152  	type x struct{}
   153  	out := protoimpl.TypeBuilder{
   154  		File: protoimpl.DescBuilder{
   155  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   156  			RawDescriptor: file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDesc,
   157  			NumEnums:      0,
   158  			NumMessages:   1,
   159  			NumExtensions: 0,
   160  			NumServices:   0,
   161  		},
   162  		GoTypes:           file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_goTypes,
   163  		DependencyIndexes: file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_depIdxs,
   164  		MessageInfos:      file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_msgTypes,
   165  	}.Build()
   166  	File_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto = out.File
   167  	file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_rawDesc = nil
   168  	file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_goTypes = nil
   169  	file_go_chromium_org_luci_cipd_appengine_impl_repo_tasks_tasks_proto_depIdxs = nil
   170  }