go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/resultdb/internal/tasks/taskspb/tasks.pb.go (about)

     1  // Copyright 2020 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/resultdb/internal/tasks/taskspb/tasks.proto
    20  
    21  package taskspb
    22  
    23  import (
    24  	v1 "go.chromium.org/luci/resultdb/proto/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  type TryFinalizeInvocation struct {
    39  	state         protoimpl.MessageState
    40  	sizeCache     protoimpl.SizeCache
    41  	unknownFields protoimpl.UnknownFields
    42  
    43  	InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"`
    44  }
    45  
    46  func (x *TryFinalizeInvocation) Reset() {
    47  	*x = TryFinalizeInvocation{}
    48  	if protoimpl.UnsafeEnabled {
    49  		mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[0]
    50  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    51  		ms.StoreMessageInfo(mi)
    52  	}
    53  }
    54  
    55  func (x *TryFinalizeInvocation) String() string {
    56  	return protoimpl.X.MessageStringOf(x)
    57  }
    58  
    59  func (*TryFinalizeInvocation) ProtoMessage() {}
    60  
    61  func (x *TryFinalizeInvocation) ProtoReflect() protoreflect.Message {
    62  	mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[0]
    63  	if protoimpl.UnsafeEnabled && x != nil {
    64  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    65  		if ms.LoadMessageInfo() == nil {
    66  			ms.StoreMessageInfo(mi)
    67  		}
    68  		return ms
    69  	}
    70  	return mi.MessageOf(x)
    71  }
    72  
    73  // Deprecated: Use TryFinalizeInvocation.ProtoReflect.Descriptor instead.
    74  func (*TryFinalizeInvocation) Descriptor() ([]byte, []int) {
    75  	return file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescGZIP(), []int{0}
    76  }
    77  
    78  func (x *TryFinalizeInvocation) GetInvocationId() string {
    79  	if x != nil {
    80  		return x.InvocationId
    81  	}
    82  	return ""
    83  }
    84  
    85  type NotifyInvocationFinalized struct {
    86  	state         protoimpl.MessageState
    87  	sizeCache     protoimpl.SizeCache
    88  	unknownFields protoimpl.UnknownFields
    89  
    90  	// The message to publish to Cloud Pub/Sub.
    91  	Message *v1.InvocationFinalizedNotification `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
    92  }
    93  
    94  func (x *NotifyInvocationFinalized) Reset() {
    95  	*x = NotifyInvocationFinalized{}
    96  	if protoimpl.UnsafeEnabled {
    97  		mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[1]
    98  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    99  		ms.StoreMessageInfo(mi)
   100  	}
   101  }
   102  
   103  func (x *NotifyInvocationFinalized) String() string {
   104  	return protoimpl.X.MessageStringOf(x)
   105  }
   106  
   107  func (*NotifyInvocationFinalized) ProtoMessage() {}
   108  
   109  func (x *NotifyInvocationFinalized) ProtoReflect() protoreflect.Message {
   110  	mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[1]
   111  	if protoimpl.UnsafeEnabled && x != nil {
   112  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   113  		if ms.LoadMessageInfo() == nil {
   114  			ms.StoreMessageInfo(mi)
   115  		}
   116  		return ms
   117  	}
   118  	return mi.MessageOf(x)
   119  }
   120  
   121  // Deprecated: Use NotifyInvocationFinalized.ProtoReflect.Descriptor instead.
   122  func (*NotifyInvocationFinalized) Descriptor() ([]byte, []int) {
   123  	return file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescGZIP(), []int{1}
   124  }
   125  
   126  func (x *NotifyInvocationFinalized) GetMessage() *v1.InvocationFinalizedNotification {
   127  	if x != nil {
   128  		return x.Message
   129  	}
   130  	return nil
   131  }
   132  
   133  type ExportInvocationTestResultsToBQ struct {
   134  	state         protoimpl.MessageState
   135  	sizeCache     protoimpl.SizeCache
   136  	unknownFields protoimpl.UnknownFields
   137  
   138  	InvocationId string             `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"`
   139  	BqExport     *v1.BigQueryExport `protobuf:"bytes,2,opt,name=bq_export,json=bqExport,proto3" json:"bq_export,omitempty"`
   140  }
   141  
   142  func (x *ExportInvocationTestResultsToBQ) Reset() {
   143  	*x = ExportInvocationTestResultsToBQ{}
   144  	if protoimpl.UnsafeEnabled {
   145  		mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[2]
   146  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   147  		ms.StoreMessageInfo(mi)
   148  	}
   149  }
   150  
   151  func (x *ExportInvocationTestResultsToBQ) String() string {
   152  	return protoimpl.X.MessageStringOf(x)
   153  }
   154  
   155  func (*ExportInvocationTestResultsToBQ) ProtoMessage() {}
   156  
   157  func (x *ExportInvocationTestResultsToBQ) ProtoReflect() protoreflect.Message {
   158  	mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[2]
   159  	if protoimpl.UnsafeEnabled && x != nil {
   160  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   161  		if ms.LoadMessageInfo() == nil {
   162  			ms.StoreMessageInfo(mi)
   163  		}
   164  		return ms
   165  	}
   166  	return mi.MessageOf(x)
   167  }
   168  
   169  // Deprecated: Use ExportInvocationTestResultsToBQ.ProtoReflect.Descriptor instead.
   170  func (*ExportInvocationTestResultsToBQ) Descriptor() ([]byte, []int) {
   171  	return file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescGZIP(), []int{2}
   172  }
   173  
   174  func (x *ExportInvocationTestResultsToBQ) GetInvocationId() string {
   175  	if x != nil {
   176  		return x.InvocationId
   177  	}
   178  	return ""
   179  }
   180  
   181  func (x *ExportInvocationTestResultsToBQ) GetBqExport() *v1.BigQueryExport {
   182  	if x != nil {
   183  		return x.BqExport
   184  	}
   185  	return nil
   186  }
   187  
   188  type ExportInvocationArtifactsToBQ struct {
   189  	state         protoimpl.MessageState
   190  	sizeCache     protoimpl.SizeCache
   191  	unknownFields protoimpl.UnknownFields
   192  
   193  	InvocationId string             `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"`
   194  	BqExport     *v1.BigQueryExport `protobuf:"bytes,2,opt,name=bq_export,json=bqExport,proto3" json:"bq_export,omitempty"`
   195  }
   196  
   197  func (x *ExportInvocationArtifactsToBQ) Reset() {
   198  	*x = ExportInvocationArtifactsToBQ{}
   199  	if protoimpl.UnsafeEnabled {
   200  		mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[3]
   201  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   202  		ms.StoreMessageInfo(mi)
   203  	}
   204  }
   205  
   206  func (x *ExportInvocationArtifactsToBQ) String() string {
   207  	return protoimpl.X.MessageStringOf(x)
   208  }
   209  
   210  func (*ExportInvocationArtifactsToBQ) ProtoMessage() {}
   211  
   212  func (x *ExportInvocationArtifactsToBQ) ProtoReflect() protoreflect.Message {
   213  	mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[3]
   214  	if protoimpl.UnsafeEnabled && x != nil {
   215  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   216  		if ms.LoadMessageInfo() == nil {
   217  			ms.StoreMessageInfo(mi)
   218  		}
   219  		return ms
   220  	}
   221  	return mi.MessageOf(x)
   222  }
   223  
   224  // Deprecated: Use ExportInvocationArtifactsToBQ.ProtoReflect.Descriptor instead.
   225  func (*ExportInvocationArtifactsToBQ) Descriptor() ([]byte, []int) {
   226  	return file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescGZIP(), []int{3}
   227  }
   228  
   229  func (x *ExportInvocationArtifactsToBQ) GetInvocationId() string {
   230  	if x != nil {
   231  		return x.InvocationId
   232  	}
   233  	return ""
   234  }
   235  
   236  func (x *ExportInvocationArtifactsToBQ) GetBqExport() *v1.BigQueryExport {
   237  	if x != nil {
   238  		return x.BqExport
   239  	}
   240  	return nil
   241  }
   242  
   243  type UpdateTestMetadata struct {
   244  	state         protoimpl.MessageState
   245  	sizeCache     protoimpl.SizeCache
   246  	unknownFields protoimpl.UnknownFields
   247  
   248  	InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"`
   249  }
   250  
   251  func (x *UpdateTestMetadata) Reset() {
   252  	*x = UpdateTestMetadata{}
   253  	if protoimpl.UnsafeEnabled {
   254  		mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[4]
   255  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   256  		ms.StoreMessageInfo(mi)
   257  	}
   258  }
   259  
   260  func (x *UpdateTestMetadata) String() string {
   261  	return protoimpl.X.MessageStringOf(x)
   262  }
   263  
   264  func (*UpdateTestMetadata) ProtoMessage() {}
   265  
   266  func (x *UpdateTestMetadata) ProtoReflect() protoreflect.Message {
   267  	mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[4]
   268  	if protoimpl.UnsafeEnabled && x != nil {
   269  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   270  		if ms.LoadMessageInfo() == nil {
   271  			ms.StoreMessageInfo(mi)
   272  		}
   273  		return ms
   274  	}
   275  	return mi.MessageOf(x)
   276  }
   277  
   278  // Deprecated: Use UpdateTestMetadata.ProtoReflect.Descriptor instead.
   279  func (*UpdateTestMetadata) Descriptor() ([]byte, []int) {
   280  	return file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescGZIP(), []int{4}
   281  }
   282  
   283  func (x *UpdateTestMetadata) GetInvocationId() string {
   284  	if x != nil {
   285  		return x.InvocationId
   286  	}
   287  	return ""
   288  }
   289  
   290  type MarkInvocationSubmitted struct {
   291  	state         protoimpl.MessageState
   292  	sizeCache     protoimpl.SizeCache
   293  	unknownFields protoimpl.UnknownFields
   294  
   295  	InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"`
   296  }
   297  
   298  func (x *MarkInvocationSubmitted) Reset() {
   299  	*x = MarkInvocationSubmitted{}
   300  	if protoimpl.UnsafeEnabled {
   301  		mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[5]
   302  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   303  		ms.StoreMessageInfo(mi)
   304  	}
   305  }
   306  
   307  func (x *MarkInvocationSubmitted) String() string {
   308  	return protoimpl.X.MessageStringOf(x)
   309  }
   310  
   311  func (*MarkInvocationSubmitted) ProtoMessage() {}
   312  
   313  func (x *MarkInvocationSubmitted) ProtoReflect() protoreflect.Message {
   314  	mi := &file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[5]
   315  	if protoimpl.UnsafeEnabled && x != nil {
   316  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   317  		if ms.LoadMessageInfo() == nil {
   318  			ms.StoreMessageInfo(mi)
   319  		}
   320  		return ms
   321  	}
   322  	return mi.MessageOf(x)
   323  }
   324  
   325  // Deprecated: Use MarkInvocationSubmitted.ProtoReflect.Descriptor instead.
   326  func (*MarkInvocationSubmitted) Descriptor() ([]byte, []int) {
   327  	return file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescGZIP(), []int{5}
   328  }
   329  
   330  func (x *MarkInvocationSubmitted) GetInvocationId() string {
   331  	if x != nil {
   332  		return x.InvocationId
   333  	}
   334  	return ""
   335  }
   336  
   337  var File_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto protoreflect.FileDescriptor
   338  
   339  var file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDesc = []byte{
   340  	0x0a, 0x40, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72,
   341  	0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x64, 0x62, 0x2f,
   342  	0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2f, 0x74,
   343  	0x61, 0x73, 0x6b, 0x73, 0x70, 0x62, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x2e, 0x70, 0x72, 0x6f,
   344  	0x74, 0x6f, 0x12, 0x1c, 0x6c, 0x75, 0x63, 0x69, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x64,
   345  	0x62, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x74, 0x61, 0x73, 0x6b, 0x73,
   346  	0x1a, 0x37, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72,
   347  	0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x64, 0x62, 0x2f,
   348  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74,
   349  	0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x39, 0x67, 0x6f, 0x2e, 0x63, 0x68,
   350  	0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f,
   351  	0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x64, 0x62, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76,
   352  	0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70,
   353  	0x72, 0x6f, 0x74, 0x6f, 0x22, 0x3c, 0x0a, 0x15, 0x54, 0x72, 0x79, 0x46, 0x69, 0x6e, 0x61, 0x6c,
   354  	0x69, 0x7a, 0x65, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a,
   355  	0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01,
   356  	0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   357  	0x49, 0x64, 0x22, 0x68, 0x0a, 0x19, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x79, 0x49, 0x6e, 0x76, 0x6f,
   358  	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x12,
   359  	0x4b, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
   360  	0x32, 0x31, 0x2e, 0x6c, 0x75, 0x63, 0x69, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x64, 0x62,
   361  	0x2e, 0x76, 0x31, 0x2e, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69,
   362  	0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
   363  	0x69, 0x6f, 0x6e, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x85, 0x01, 0x0a,
   364  	0x1f, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x49, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
   365  	0x6e, 0x54, 0x65, 0x73, 0x74, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x54, 0x6f, 0x42, 0x51,
   366  	0x12, 0x23, 0x0a, 0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
   367  	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74,
   368  	0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x3d, 0x0a, 0x09, 0x62, 0x71, 0x5f, 0x65, 0x78, 0x70, 0x6f,
   369  	0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6c, 0x75, 0x63, 0x69, 0x2e,
   370  	0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x64, 0x62, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x69, 0x67, 0x51,
   371  	0x75, 0x65, 0x72, 0x79, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x08, 0x62, 0x71, 0x45, 0x78,
   372  	0x70, 0x6f, 0x72, 0x74, 0x22, 0x83, 0x01, 0x0a, 0x1d, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x49,
   373  	0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63,
   374  	0x74, 0x73, 0x54, 0x6f, 0x42, 0x51, 0x12, 0x23, 0x0a, 0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61,
   375  	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69,
   376  	0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x3d, 0x0a, 0x09, 0x62,
   377  	0x71, 0x5f, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20,
   378  	0x2e, 0x6c, 0x75, 0x63, 0x69, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x64, 0x62, 0x2e, 0x76,
   379  	0x31, 0x2e, 0x42, 0x69, 0x67, 0x51, 0x75, 0x65, 0x72, 0x79, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74,
   380  	0x52, 0x08, 0x62, 0x71, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x39, 0x0a, 0x12, 0x55, 0x70,
   381  	0x64, 0x61, 0x74, 0x65, 0x54, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
   382  	0x12, 0x23, 0x0a, 0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
   383  	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74,
   384  	0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x3e, 0x0a, 0x17, 0x4d, 0x61, 0x72, 0x6b, 0x49, 0x6e, 0x76,
   385  	0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x75, 0x62, 0x6d, 0x69, 0x74, 0x74, 0x65, 0x64,
   386  	0x12, 0x23, 0x0a, 0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69,
   387  	0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74,
   388  	0x69, 0x6f, 0x6e, 0x49, 0x64, 0x42, 0x36, 0x5a, 0x34, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f,
   389  	0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x6c, 0x75, 0x63, 0x69, 0x2f, 0x72, 0x65,
   390  	0x73, 0x75, 0x6c, 0x74, 0x64, 0x62, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f,
   391  	0x74, 0x61, 0x73, 0x6b, 0x73, 0x2f, 0x74, 0x61, 0x73, 0x6b, 0x73, 0x70, 0x62, 0x62, 0x06, 0x70,
   392  	0x72, 0x6f, 0x74, 0x6f, 0x33,
   393  }
   394  
   395  var (
   396  	file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescOnce sync.Once
   397  	file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescData = file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDesc
   398  )
   399  
   400  func file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescGZIP() []byte {
   401  	file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescOnce.Do(func() {
   402  		file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescData = protoimpl.X.CompressGZIP(file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescData)
   403  	})
   404  	return file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDescData
   405  }
   406  
   407  var file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
   408  var file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_goTypes = []interface{}{
   409  	(*TryFinalizeInvocation)(nil),              // 0: luci.resultdb.internal.tasks.TryFinalizeInvocation
   410  	(*NotifyInvocationFinalized)(nil),          // 1: luci.resultdb.internal.tasks.NotifyInvocationFinalized
   411  	(*ExportInvocationTestResultsToBQ)(nil),    // 2: luci.resultdb.internal.tasks.ExportInvocationTestResultsToBQ
   412  	(*ExportInvocationArtifactsToBQ)(nil),      // 3: luci.resultdb.internal.tasks.ExportInvocationArtifactsToBQ
   413  	(*UpdateTestMetadata)(nil),                 // 4: luci.resultdb.internal.tasks.UpdateTestMetadata
   414  	(*MarkInvocationSubmitted)(nil),            // 5: luci.resultdb.internal.tasks.MarkInvocationSubmitted
   415  	(*v1.InvocationFinalizedNotification)(nil), // 6: luci.resultdb.v1.InvocationFinalizedNotification
   416  	(*v1.BigQueryExport)(nil),                  // 7: luci.resultdb.v1.BigQueryExport
   417  }
   418  var file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_depIdxs = []int32{
   419  	6, // 0: luci.resultdb.internal.tasks.NotifyInvocationFinalized.message:type_name -> luci.resultdb.v1.InvocationFinalizedNotification
   420  	7, // 1: luci.resultdb.internal.tasks.ExportInvocationTestResultsToBQ.bq_export:type_name -> luci.resultdb.v1.BigQueryExport
   421  	7, // 2: luci.resultdb.internal.tasks.ExportInvocationArtifactsToBQ.bq_export:type_name -> luci.resultdb.v1.BigQueryExport
   422  	3, // [3:3] is the sub-list for method output_type
   423  	3, // [3:3] is the sub-list for method input_type
   424  	3, // [3:3] is the sub-list for extension type_name
   425  	3, // [3:3] is the sub-list for extension extendee
   426  	0, // [0:3] is the sub-list for field type_name
   427  }
   428  
   429  func init() { file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_init() }
   430  func file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_init() {
   431  	if File_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto != nil {
   432  		return
   433  	}
   434  	if !protoimpl.UnsafeEnabled {
   435  		file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   436  			switch v := v.(*TryFinalizeInvocation); i {
   437  			case 0:
   438  				return &v.state
   439  			case 1:
   440  				return &v.sizeCache
   441  			case 2:
   442  				return &v.unknownFields
   443  			default:
   444  				return nil
   445  			}
   446  		}
   447  		file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   448  			switch v := v.(*NotifyInvocationFinalized); i {
   449  			case 0:
   450  				return &v.state
   451  			case 1:
   452  				return &v.sizeCache
   453  			case 2:
   454  				return &v.unknownFields
   455  			default:
   456  				return nil
   457  			}
   458  		}
   459  		file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   460  			switch v := v.(*ExportInvocationTestResultsToBQ); i {
   461  			case 0:
   462  				return &v.state
   463  			case 1:
   464  				return &v.sizeCache
   465  			case 2:
   466  				return &v.unknownFields
   467  			default:
   468  				return nil
   469  			}
   470  		}
   471  		file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   472  			switch v := v.(*ExportInvocationArtifactsToBQ); i {
   473  			case 0:
   474  				return &v.state
   475  			case 1:
   476  				return &v.sizeCache
   477  			case 2:
   478  				return &v.unknownFields
   479  			default:
   480  				return nil
   481  			}
   482  		}
   483  		file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   484  			switch v := v.(*UpdateTestMetadata); i {
   485  			case 0:
   486  				return &v.state
   487  			case 1:
   488  				return &v.sizeCache
   489  			case 2:
   490  				return &v.unknownFields
   491  			default:
   492  				return nil
   493  			}
   494  		}
   495  		file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   496  			switch v := v.(*MarkInvocationSubmitted); i {
   497  			case 0:
   498  				return &v.state
   499  			case 1:
   500  				return &v.sizeCache
   501  			case 2:
   502  				return &v.unknownFields
   503  			default:
   504  				return nil
   505  			}
   506  		}
   507  	}
   508  	type x struct{}
   509  	out := protoimpl.TypeBuilder{
   510  		File: protoimpl.DescBuilder{
   511  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   512  			RawDescriptor: file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDesc,
   513  			NumEnums:      0,
   514  			NumMessages:   6,
   515  			NumExtensions: 0,
   516  			NumServices:   0,
   517  		},
   518  		GoTypes:           file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_goTypes,
   519  		DependencyIndexes: file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_depIdxs,
   520  		MessageInfos:      file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_msgTypes,
   521  	}.Build()
   522  	File_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto = out.File
   523  	file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_rawDesc = nil
   524  	file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_goTypes = nil
   525  	file_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto_depIdxs = nil
   526  }