blob: c5e98e0ff82dd913636d7864f5a2fa3472d3958d [file]
// Code generated by protoc-gen-go.
// source: github.com/luci/luci-go/vpython/api/vpython/env.proto
// DO NOT EDIT!
/*
Package vpython is a generated protocol buffer package.
It is generated from these files:
github.com/luci/luci-go/vpython/api/vpython/env.proto
github.com/luci/luci-go/vpython/api/vpython/pep425.proto
github.com/luci/luci-go/vpython/api/vpython/spec.proto
It has these top-level messages:
Environment
Pep425Tag
Spec
*/
package vpython
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import 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.ProtoPackageIsVersion2 // please upgrade the proto package
// Environment describes a constructed VirtualEnv.
type Environment struct {
// A constructed VirtualEnv.
Spec *Spec `protobuf:"bytes,1,opt,name=spec" json:"spec,omitempty"`
// The PEP425 tags that were probed for this Python environment.
Pep425Tag []*Pep425Tag `protobuf:"bytes,2,rep,name=pep425_tag,json=pep425Tag" json:"pep425_tag,omitempty"`
}
func (m *Environment) Reset() { *m = Environment{} }
func (m *Environment) String() string { return proto.CompactTextString(m) }
func (*Environment) ProtoMessage() {}
func (*Environment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
func (m *Environment) GetSpec() *Spec {
if m != nil {
return m.Spec
}
return nil
}
func (m *Environment) GetPep425Tag() []*Pep425Tag {
if m != nil {
return m.Pep425Tag
}
return nil
}
func init() {
proto.RegisterType((*Environment)(nil), "vpython.Environment")
}
func init() {
proto.RegisterFile("github.com/luci/luci-go/vpython/api/vpython/env.proto", fileDescriptor0)
}
var fileDescriptor0 = []byte{
// 171 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4d, 0xcf, 0x2c, 0xc9,
0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xcf, 0x29, 0x4d, 0xce, 0x04, 0x13, 0xba, 0xe9, 0xf9,
0xfa, 0x65, 0x05, 0x95, 0x25, 0x19, 0xf9, 0x79, 0xfa, 0x89, 0x05, 0x99, 0x70, 0x76, 0x6a, 0x5e,
0x99, 0x5e, 0x41, 0x51, 0x7e, 0x49, 0xbe, 0x10, 0x3b, 0x54, 0x48, 0xca, 0x82, 0x14, 0xfd, 0x05,
0xa9, 0x05, 0x26, 0x46, 0xa6, 0x10, 0x23, 0xa4, 0xcc, 0x48, 0xd1, 0x59, 0x5c, 0x90, 0x9a, 0x0c,
0xd1, 0xa7, 0x94, 0xcc, 0xc5, 0xed, 0x9a, 0x57, 0x96, 0x59, 0x94, 0x9f, 0x97, 0x9b, 0x9a, 0x57,
0x22, 0xa4, 0xc8, 0xc5, 0x02, 0x92, 0x94, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x36, 0xe2, 0xd5, 0x83,
0xea, 0xd0, 0x0b, 0x2e, 0x48, 0x4d, 0x0e, 0x02, 0x4b, 0x09, 0x19, 0x72, 0x71, 0x41, 0x6c, 0x8e,
0x2f, 0x49, 0x4c, 0x97, 0x60, 0x52, 0x60, 0xd6, 0xe0, 0x36, 0x12, 0x82, 0x2b, 0x0c, 0x00, 0x4b,
0x85, 0x24, 0xa6, 0x07, 0x71, 0x16, 0xc0, 0x98, 0x49, 0x6c, 0x60, 0xbb, 0x8c, 0x01, 0x01, 0x00,
0x00, 0xff, 0xff, 0xd4, 0x12, 0xee, 0x6f, 0x1f, 0x01, 0x00, 0x00,
}