blob: 9fb0febe08908143a30b46c204aebe0605b09642 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: chromiumos/storage_path.proto
package _go
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
type StoragePath_HostType int32
const (
StoragePath_HOSTTYPE_UNSPECIFIED StoragePath_HostType = 0
// The resources are hosted locally.
StoragePath_LOCAL StoragePath_HostType = 1
// The resources are hosted in Google Storage.
StoragePath_GS StoragePath_HostType = 2
)
var StoragePath_HostType_name = map[int32]string{
0: "HOSTTYPE_UNSPECIFIED",
1: "LOCAL",
2: "GS",
}
var StoragePath_HostType_value = map[string]int32{
"HOSTTYPE_UNSPECIFIED": 0,
"LOCAL": 1,
"GS": 2,
}
func (x StoragePath_HostType) String() string {
return proto.EnumName(StoragePath_HostType_name, int32(x))
}
func (StoragePath_HostType) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_78c417772ea43845, []int{0, 0}
}
// Defines remote/local path to storage resources
// E.g. build/test artifacts, logs, telemetry, etc...
//
// This abstraction enables consistent API usage regardless of test
// execution environment (local dev, managed labs, ...).
type StoragePath struct {
// Host of the storage resources.
HostType StoragePath_HostType `protobuf:"varint,1,opt,name=host_type,json=hostType,proto3,enum=chromiumos.StoragePath_HostType" json:"host_type,omitempty"`
// Path to a directory on the host containing the resources.
Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *StoragePath) Reset() { *m = StoragePath{} }
func (m *StoragePath) String() string { return proto.CompactTextString(m) }
func (*StoragePath) ProtoMessage() {}
func (*StoragePath) Descriptor() ([]byte, []int) {
return fileDescriptor_78c417772ea43845, []int{0}
}
func (m *StoragePath) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_StoragePath.Unmarshal(m, b)
}
func (m *StoragePath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_StoragePath.Marshal(b, m, deterministic)
}
func (m *StoragePath) XXX_Merge(src proto.Message) {
xxx_messageInfo_StoragePath.Merge(m, src)
}
func (m *StoragePath) XXX_Size() int {
return xxx_messageInfo_StoragePath.Size(m)
}
func (m *StoragePath) XXX_DiscardUnknown() {
xxx_messageInfo_StoragePath.DiscardUnknown(m)
}
var xxx_messageInfo_StoragePath proto.InternalMessageInfo
func (m *StoragePath) GetHostType() StoragePath_HostType {
if m != nil {
return m.HostType
}
return StoragePath_HOSTTYPE_UNSPECIFIED
}
func (m *StoragePath) GetPath() string {
if m != nil {
return m.Path
}
return ""
}
func init() {
proto.RegisterEnum("chromiumos.StoragePath_HostType", StoragePath_HostType_name, StoragePath_HostType_value)
proto.RegisterType((*StoragePath)(nil), "chromiumos.StoragePath")
}
func init() { proto.RegisterFile("chromiumos/storage_path.proto", fileDescriptor_78c417772ea43845) }
var fileDescriptor_78c417772ea43845 = []byte{
// 212 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4d, 0xce, 0x28, 0xca,
0xcf, 0xcd, 0x2c, 0xcd, 0xcd, 0x2f, 0xd6, 0x2f, 0x2e, 0xc9, 0x2f, 0x4a, 0x4c, 0x4f, 0x8d, 0x2f,
0x48, 0x2c, 0xc9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x42, 0x48, 0x2b, 0xcd, 0x64,
0xe4, 0xe2, 0x0e, 0x86, 0x28, 0x09, 0x48, 0x2c, 0xc9, 0x10, 0xb2, 0xe5, 0xe2, 0xcc, 0xc8, 0x2f,
0x2e, 0x89, 0x2f, 0xa9, 0x2c, 0x48, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x33, 0x52, 0xd0, 0x43,
0xa8, 0xd7, 0x43, 0x52, 0xab, 0xe7, 0x91, 0x5f, 0x5c, 0x12, 0x52, 0x59, 0x90, 0x1a, 0xc4, 0x91,
0x01, 0x65, 0x09, 0x09, 0x71, 0xb1, 0x80, 0x2c, 0x92, 0x60, 0x52, 0x60, 0xd4, 0xe0, 0x0c, 0x02,
0xb3, 0x95, 0xcc, 0xb9, 0x38, 0x60, 0x2a, 0x85, 0x24, 0xb8, 0x44, 0x3c, 0xfc, 0x83, 0x43, 0x42,
0x22, 0x03, 0x5c, 0xe3, 0x43, 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c, 0x5d, 0x5d, 0x04,
0x18, 0x84, 0x38, 0xb9, 0x58, 0x7d, 0xfc, 0x9d, 0x1d, 0x7d, 0x04, 0x18, 0x85, 0xd8, 0xb8, 0x98,
0xdc, 0x83, 0x05, 0x98, 0x9c, 0xb4, 0xa2, 0x34, 0xd2, 0xf3, 0xe1, 0x96, 0xeb, 0xe5, 0x17, 0xa5,
0xeb, 0x23, 0x79, 0x2c, 0x39, 0x3f, 0x2f, 0x2d, 0x33, 0x5d, 0x3f, 0x3d, 0xdf, 0x3a, 0x3e, 0x3d,
0x3f, 0x89, 0x0d, 0xec, 0x35, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdd, 0x12, 0x77, 0x9f,
0xfb, 0x00, 0x00, 0x00,
}