blob: 5f0e3d7fd8538aaaea7fb39fe330389bca9eabd9 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: test_platform/execution/param.proto
package execution
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Uniformly applied parameters for all test executions in a test platform
// request.
type Param struct {
// If set, crash reports generated during test execution are uploaded to a
// builder-determined crash server (e.g. http://crash or
// http://crash-staging)
UploadCrashes bool `protobuf:"varint,1,opt,name=upload_crashes,json=uploadCrashes,proto3" json:"upload_crashes,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Param) Reset() { *m = Param{} }
func (m *Param) String() string { return proto.CompactTextString(m) }
func (*Param) ProtoMessage() {}
func (*Param) Descriptor() ([]byte, []int) {
return fileDescriptor_fc6ec3ce2d4aaa92, []int{0}
}
func (m *Param) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Param.Unmarshal(m, b)
}
func (m *Param) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Param.Marshal(b, m, deterministic)
}
func (m *Param) XXX_Merge(src proto.Message) {
xxx_messageInfo_Param.Merge(m, src)
}
func (m *Param) XXX_Size() int {
return xxx_messageInfo_Param.Size(m)
}
func (m *Param) XXX_DiscardUnknown() {
xxx_messageInfo_Param.DiscardUnknown(m)
}
var xxx_messageInfo_Param proto.InternalMessageInfo
func (m *Param) GetUploadCrashes() bool {
if m != nil {
return m.UploadCrashes
}
return false
}
func init() {
proto.RegisterType((*Param)(nil), "test_platform.execution.Param")
}
func init() {
proto.RegisterFile("test_platform/execution/param.proto", fileDescriptor_fc6ec3ce2d4aaa92)
}
var fileDescriptor_fc6ec3ce2d4aaa92 = []byte{
// 150 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x2e, 0x49, 0x2d, 0x2e,
0x89, 0x2f, 0xc8, 0x49, 0x2c, 0x49, 0xcb, 0x2f, 0xca, 0xd5, 0x4f, 0xad, 0x48, 0x4d, 0x2e, 0x2d,
0xc9, 0xcc, 0xcf, 0xd3, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17,
0x12, 0x47, 0x51, 0xa4, 0x07, 0x57, 0xa4, 0xa4, 0xc7, 0xc5, 0x1a, 0x00, 0x52, 0x27, 0xa4, 0xca,
0xc5, 0x57, 0x5a, 0x90, 0x93, 0x9f, 0x98, 0x12, 0x9f, 0x5c, 0x94, 0x58, 0x9c, 0x91, 0x5a, 0x2c,
0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x11, 0xc4, 0x0b, 0x11, 0x75, 0x86, 0x08, 0x3a, 0x39, 0x47, 0x39,
0xa6, 0xe7, 0xeb, 0x25, 0x67, 0x14, 0xe5, 0xe7, 0x66, 0x96, 0xe6, 0xea, 0xe5, 0x17, 0xa5, 0xeb,
0xc3, 0x38, 0xf9, 0xc5, 0xfa, 0x99, 0x79, 0x69, 0x45, 0x89, 0xfa, 0x60, 0x2b, 0xf5, 0xd3, 0xf3,
0xf5, 0x71, 0xb8, 0x2c, 0x89, 0x0d, 0xac, 0xc2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xa5, 0x7d,
0xea, 0xf6, 0xbb, 0x00, 0x00, 0x00,
}