blob: e1335f87187bb721aa71550be6af8a628f929dd9 [file] [log] [blame]
// Copyright 2019 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.27.1
// protoc v3.17.1
// source: chromiumos/config/api/test/rtd/v1/progress.proto
package rtd
import (
v2 "go.chromium.org/chromiumos/config/go/api/test/results/v2"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// Configuration data needed by clients of ProgressSink.
type ProgressSinkClientConfig struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Local TCP port to be used by the Remote Test Driver to communicate with
// InvocationProgressSink service.
Port int32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
}
func (x *ProgressSinkClientConfig) Reset() {
*x = ProgressSinkClientConfig{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ProgressSinkClientConfig) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ProgressSinkClientConfig) ProtoMessage() {}
func (x *ProgressSinkClientConfig) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ProgressSinkClientConfig.ProtoReflect.Descriptor instead.
func (*ProgressSinkClientConfig) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP(), []int{0}
}
func (x *ProgressSinkClientConfig) GetPort() int32 {
if x != nil {
return x.Port
}
return 0
}
type ReportResultRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// The request to report results for, identified by the
// Invocation.Request.name field.
Request string `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
// Result to report.
Result *v2.Result `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
}
func (x *ReportResultRequest) Reset() {
*x = ReportResultRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ReportResultRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ReportResultRequest) ProtoMessage() {}
func (x *ReportResultRequest) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ReportResultRequest.ProtoReflect.Descriptor instead.
func (*ReportResultRequest) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP(), []int{1}
}
func (x *ReportResultRequest) GetRequest() string {
if x != nil {
return x.Request
}
return ""
}
func (x *ReportResultRequest) GetResult() *v2.Result {
if x != nil {
return x.Result
}
return nil
}
type ReportResultResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// If set, the invocation SHOULD immediately terminate, skipping remaining
// requests.
Terminate bool `protobuf:"varint,1,opt,name=terminate,proto3" json:"terminate,omitempty"`
}
func (x *ReportResultResponse) Reset() {
*x = ReportResultResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ReportResultResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ReportResultResponse) ProtoMessage() {}
func (x *ReportResultResponse) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ReportResultResponse.ProtoReflect.Descriptor instead.
func (*ReportResultResponse) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP(), []int{2}
}
func (x *ReportResultResponse) GetTerminate() bool {
if x != nil {
return x.Terminate
}
return false
}
type ReportLogRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Name of the log sink.
//
// name may be interpreted as a local file path or part of a URL. name MUST be
// a valid resource name per https://aip.dev/122 and MUST be a valid POSIX
// file path.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// The request to report logs for, identified by the
// Invocation.Request.name field.
Request string `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
// Uninterpreted chunk of log-data.
Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
}
func (x *ReportLogRequest) Reset() {
*x = ReportLogRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ReportLogRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ReportLogRequest) ProtoMessage() {}
func (x *ReportLogRequest) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ReportLogRequest.ProtoReflect.Descriptor instead.
func (*ReportLogRequest) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP(), []int{3}
}
func (x *ReportLogRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *ReportLogRequest) GetRequest() string {
if x != nil {
return x.Request
}
return ""
}
func (x *ReportLogRequest) GetData() []byte {
if x != nil {
return x.Data
}
return nil
}
type ReportLogResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *ReportLogResponse) Reset() {
*x = ReportLogResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ReportLogResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ReportLogResponse) ProtoMessage() {}
func (x *ReportLogResponse) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ReportLogResponse.ProtoReflect.Descriptor instead.
func (*ReportLogResponse) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP(), []int{4}
}
type ArchiveArtifactRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Name for the archived artifact.
//
// name may be interpreted as a local file path or part of a URL. name MUST be
// a valid resource name per https://aip.dev/122 and MUST be a valid POSIX
// file path.
//
// name MUST be unique across all artifacts archived from a single invocation
// request.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// The request to archive artifacts for, identified by the
// Invocation.Request.name field.
Request string `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
// Absolute path to a file or directory to archive.
LocalPath string `protobuf:"bytes,3,opt,name=local_path,json=localPath,proto3" json:"local_path,omitempty"`
}
func (x *ArchiveArtifactRequest) Reset() {
*x = ArchiveArtifactRequest{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ArchiveArtifactRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ArchiveArtifactRequest) ProtoMessage() {}
func (x *ArchiveArtifactRequest) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ArchiveArtifactRequest.ProtoReflect.Descriptor instead.
func (*ArchiveArtifactRequest) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP(), []int{5}
}
func (x *ArchiveArtifactRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *ArchiveArtifactRequest) GetRequest() string {
if x != nil {
return x.Request
}
return ""
}
func (x *ArchiveArtifactRequest) GetLocalPath() string {
if x != nil {
return x.LocalPath
}
return ""
}
type ArchiveArtifactResponse struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
}
func (x *ArchiveArtifactResponse) Reset() {
*x = ArchiveArtifactResponse{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ArchiveArtifactResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ArchiveArtifactResponse) ProtoMessage() {}
func (x *ArchiveArtifactResponse) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ArchiveArtifactResponse.ProtoReflect.Descriptor instead.
func (*ArchiveArtifactResponse) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP(), []int{6}
}
var File_chromiumos_config_api_test_rtd_v1_progress_proto protoreflect.FileDescriptor
var file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDesc = []byte{
0x0a, 0x30, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x72, 0x74, 0x64,
0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x12, 0x21, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x72,
0x74, 0x64, 0x2e, 0x76, 0x31, 0x1a, 0x32, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f,
0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x74, 0x65, 0x73,
0x74, 0x2f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x65, 0x73,
0x75, 0x6c, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2e, 0x0a, 0x18, 0x50, 0x72, 0x6f,
0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x69, 0x6e, 0x6b, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20,
0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x76, 0x0a, 0x13, 0x52, 0x65, 0x70,
0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x06, 0x72, 0x65,
0x73, 0x75, 0x6c, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x63, 0x68, 0x72,
0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61,
0x70, 0x69, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x2e,
0x76, 0x32, 0x2e, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c,
0x74, 0x22, 0x34, 0x0a, 0x14, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x75, 0x6c,
0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x72,
0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x74, 0x65,
0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x22, 0x54, 0x0a, 0x10, 0x52, 0x65, 0x70, 0x6f, 0x72,
0x74, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e,
0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74,
0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x13, 0x0a,
0x11, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
0x73, 0x65, 0x22, 0x65, 0x0a, 0x16, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x41, 0x72, 0x74,
0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04,
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x6c, 0x6f,
0x63, 0x61, 0x6c, 0x5f, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x22, 0x19, 0x0a, 0x17, 0x41, 0x72, 0x63,
0x68, 0x69, 0x76, 0x65, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70,
0x6f, 0x6e, 0x73, 0x65, 0x32, 0x94, 0x03, 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73,
0x73, 0x53, 0x69, 0x6e, 0x6b, 0x12, 0x7f, 0x0a, 0x0c, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52,
0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x36, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65,
0x73, 0x74, 0x2e, 0x72, 0x74, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74,
0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x37, 0x2e,
0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x74, 0x64, 0x2e, 0x76,
0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x65,
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x78, 0x0a, 0x09, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74,
0x4c, 0x6f, 0x67, 0x12, 0x33, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73,
0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x73, 0x74,
0x2e, 0x72, 0x74, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x4c, 0x6f,
0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d,
0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69,
0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x74, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x65, 0x70,
0x6f, 0x72, 0x74, 0x4c, 0x6f, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x28, 0x01,
0x12, 0x88, 0x01, 0x0a, 0x0f, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x41, 0x72, 0x74, 0x69,
0x66, 0x61, 0x63, 0x74, 0x12, 0x39, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f,
0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x73,
0x74, 0x2e, 0x72, 0x74, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65,
0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
0x3a, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x72, 0x74, 0x64,
0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x41, 0x72, 0x74, 0x69, 0x66,
0x61, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x3a, 0x5a, 0x38, 0x67,
0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63,
0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67,
0x2f, 0x67, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x72, 0x74, 0x64,
0x2f, 0x76, 0x31, 0x3b, 0x72, 0x74, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescOnce sync.Once
file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescData = file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDesc
)
func file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescGZIP() []byte {
file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescOnce.Do(func() {
file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescData = protoimpl.X.CompressGZIP(file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescData)
})
return file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDescData
}
var file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
var file_chromiumos_config_api_test_rtd_v1_progress_proto_goTypes = []interface{}{
(*ProgressSinkClientConfig)(nil), // 0: chromiumos.config.api.test.rtd.v1.ProgressSinkClientConfig
(*ReportResultRequest)(nil), // 1: chromiumos.config.api.test.rtd.v1.ReportResultRequest
(*ReportResultResponse)(nil), // 2: chromiumos.config.api.test.rtd.v1.ReportResultResponse
(*ReportLogRequest)(nil), // 3: chromiumos.config.api.test.rtd.v1.ReportLogRequest
(*ReportLogResponse)(nil), // 4: chromiumos.config.api.test.rtd.v1.ReportLogResponse
(*ArchiveArtifactRequest)(nil), // 5: chromiumos.config.api.test.rtd.v1.ArchiveArtifactRequest
(*ArchiveArtifactResponse)(nil), // 6: chromiumos.config.api.test.rtd.v1.ArchiveArtifactResponse
(*v2.Result)(nil), // 7: chromiumos.config.api.test.results.v2.Result
}
var file_chromiumos_config_api_test_rtd_v1_progress_proto_depIdxs = []int32{
7, // 0: chromiumos.config.api.test.rtd.v1.ReportResultRequest.result:type_name -> chromiumos.config.api.test.results.v2.Result
1, // 1: chromiumos.config.api.test.rtd.v1.ProgressSink.ReportResult:input_type -> chromiumos.config.api.test.rtd.v1.ReportResultRequest
3, // 2: chromiumos.config.api.test.rtd.v1.ProgressSink.ReportLog:input_type -> chromiumos.config.api.test.rtd.v1.ReportLogRequest
5, // 3: chromiumos.config.api.test.rtd.v1.ProgressSink.ArchiveArtifact:input_type -> chromiumos.config.api.test.rtd.v1.ArchiveArtifactRequest
2, // 4: chromiumos.config.api.test.rtd.v1.ProgressSink.ReportResult:output_type -> chromiumos.config.api.test.rtd.v1.ReportResultResponse
4, // 5: chromiumos.config.api.test.rtd.v1.ProgressSink.ReportLog:output_type -> chromiumos.config.api.test.rtd.v1.ReportLogResponse
6, // 6: chromiumos.config.api.test.rtd.v1.ProgressSink.ArchiveArtifact:output_type -> chromiumos.config.api.test.rtd.v1.ArchiveArtifactResponse
4, // [4:7] is the sub-list for method output_type
1, // [1:4] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name
1, // [1:1] is the sub-list for extension extendee
0, // [0:1] is the sub-list for field type_name
}
func init() { file_chromiumos_config_api_test_rtd_v1_progress_proto_init() }
func file_chromiumos_config_api_test_rtd_v1_progress_proto_init() {
if File_chromiumos_config_api_test_rtd_v1_progress_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ProgressSinkClientConfig); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ReportResultRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ReportResultResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ReportLogRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ReportLogResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ArchiveArtifactRequest); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ArchiveArtifactResponse); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDesc,
NumEnums: 0,
NumMessages: 7,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_chromiumos_config_api_test_rtd_v1_progress_proto_goTypes,
DependencyIndexes: file_chromiumos_config_api_test_rtd_v1_progress_proto_depIdxs,
MessageInfos: file_chromiumos_config_api_test_rtd_v1_progress_proto_msgTypes,
}.Build()
File_chromiumos_config_api_test_rtd_v1_progress_proto = out.File
file_chromiumos_config_api_test_rtd_v1_progress_proto_rawDesc = nil
file_chromiumos_config_api_test_rtd_v1_progress_proto_goTypes = nil
file_chromiumos_config_api_test_rtd_v1_progress_proto_depIdxs = nil
}