OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / genproto / googleapis / devtools / build / v1 / build_status.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: google/devtools/build/v1/build_status.proto
3
4 package build
5
6 import proto "github.com/golang/protobuf/proto"
7 import fmt "fmt"
8 import math "math"
9 import _ "google.golang.org/genproto/googleapis/api/annotations"
10 import google_protobuf1 "github.com/golang/protobuf/ptypes/any"
11
12 // Reference imports to suppress errors if they are not otherwise used.
13 var _ = proto.Marshal
14 var _ = fmt.Errorf
15 var _ = math.Inf
16
17 // The end result of the Build.
18 type BuildStatus_Result int32
19
20 const (
21         // Unspecified or unknown.
22         BuildStatus_UNKNOWN_STATUS BuildStatus_Result = 0
23         // Build was successful and tests (if requested) all pass.
24         BuildStatus_COMMAND_SUCCEEDED BuildStatus_Result = 1
25         // Build error and/or test failure.
26         BuildStatus_COMMAND_FAILED BuildStatus_Result = 2
27         // Unable to obtain a result due to input provided by the user.
28         BuildStatus_USER_ERROR BuildStatus_Result = 3
29         // Unable to obtain a result due to a failure within the build system.
30         BuildStatus_SYSTEM_ERROR BuildStatus_Result = 4
31         // Build required too many resources, such as build tool RAM.
32         BuildStatus_RESOURCE_EXHAUSTED BuildStatus_Result = 5
33         // An invocation attempt time exceeded its deadline.
34         BuildStatus_INVOCATION_DEADLINE_EXCEEDED BuildStatus_Result = 6
35         // Build request time exceeded the request_deadline
36         BuildStatus_REQUEST_DEADLINE_EXCEEDED BuildStatus_Result = 8
37         // The build was cancelled by a call to CancelBuild.
38         BuildStatus_CANCELLED BuildStatus_Result = 7
39 )
40
41 var BuildStatus_Result_name = map[int32]string{
42         0: "UNKNOWN_STATUS",
43         1: "COMMAND_SUCCEEDED",
44         2: "COMMAND_FAILED",
45         3: "USER_ERROR",
46         4: "SYSTEM_ERROR",
47         5: "RESOURCE_EXHAUSTED",
48         6: "INVOCATION_DEADLINE_EXCEEDED",
49         8: "REQUEST_DEADLINE_EXCEEDED",
50         7: "CANCELLED",
51 }
52 var BuildStatus_Result_value = map[string]int32{
53         "UNKNOWN_STATUS":               0,
54         "COMMAND_SUCCEEDED":            1,
55         "COMMAND_FAILED":               2,
56         "USER_ERROR":                   3,
57         "SYSTEM_ERROR":                 4,
58         "RESOURCE_EXHAUSTED":           5,
59         "INVOCATION_DEADLINE_EXCEEDED": 6,
60         "REQUEST_DEADLINE_EXCEEDED":    8,
61         "CANCELLED":                    7,
62 }
63
64 func (x BuildStatus_Result) String() string {
65         return proto.EnumName(BuildStatus_Result_name, int32(x))
66 }
67 func (BuildStatus_Result) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{0, 0} }
68
69 // Status used for both invocation attempt and overall build completion.
70 type BuildStatus struct {
71         // The end result.
72         Result BuildStatus_Result `protobuf:"varint,1,opt,name=result,enum=google.devtools.build.v1.BuildStatus_Result" json:"result,omitempty"`
73         // Fine-grained diagnostic information to complement the status.
74         Details *google_protobuf1.Any `protobuf:"bytes,2,opt,name=details" json:"details,omitempty"`
75 }
76
77 func (m *BuildStatus) Reset()                    { *m = BuildStatus{} }
78 func (m *BuildStatus) String() string            { return proto.CompactTextString(m) }
79 func (*BuildStatus) ProtoMessage()               {}
80 func (*BuildStatus) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
81
82 func (m *BuildStatus) GetResult() BuildStatus_Result {
83         if m != nil {
84                 return m.Result
85         }
86         return BuildStatus_UNKNOWN_STATUS
87 }
88
89 func (m *BuildStatus) GetDetails() *google_protobuf1.Any {
90         if m != nil {
91                 return m.Details
92         }
93         return nil
94 }
95
96 func init() {
97         proto.RegisterType((*BuildStatus)(nil), "google.devtools.build.v1.BuildStatus")
98         proto.RegisterEnum("google.devtools.build.v1.BuildStatus_Result", BuildStatus_Result_name, BuildStatus_Result_value)
99 }
100
101 func init() { proto.RegisterFile("google/devtools/build/v1/build_status.proto", fileDescriptor1) }
102
103 var fileDescriptor1 = []byte{
104         // 390 bytes of a gzipped FileDescriptorProto
105         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x4f, 0x0b, 0xd3, 0x30,
106         0x18, 0xc6, 0xcd, 0xd4, 0x4e, 0x33, 0x1d, 0x35, 0xa8, 0x6c, 0x63, 0xc2, 0xd8, 0x69, 0xa0, 0xa4,
107         0x6c, 0x1e, 0xc5, 0x43, 0xd6, 0x44, 0x2c, 0x6e, 0xe9, 0x4c, 0x5a, 0xff, 0x5d, 0x4a, 0xe6, 0x6a,
108         0x29, 0xd4, 0x66, 0xac, 0xe9, 0x60, 0x1f, 0xd3, 0x93, 0x5f, 0xc5, 0xa3, 0xf4, 0x1f, 0x0c, 0x74,
109         0xb7, 0xf4, 0x7d, 0x7e, 0xcf, 0xf3, 0xbe, 0x3c, 0x14, 0xbe, 0x4c, 0xb4, 0x4e, 0xb2, 0xd8, 0x39,
110         0xc4, 0x67, 0xa3, 0x75, 0x56, 0x38, 0xfb, 0x32, 0xcd, 0x0e, 0xce, 0x79, 0xd9, 0x3c, 0xa2, 0xc2,
111         0x28, 0x53, 0x16, 0xf8, 0x78, 0xd2, 0x46, 0xa3, 0x51, 0x03, 0xe3, 0x0e, 0xc6, 0x35, 0x83, 0xcf,
112         0xcb, 0xc9, 0xb4, 0x8d, 0x51, 0xc7, 0xd4, 0x51, 0x79, 0xae, 0x8d, 0x32, 0xa9, 0xce, 0x5b, 0xdf,
113         0x64, 0xdc, 0xaa, 0xf5, 0xd7, 0xbe, 0xfc, 0xe1, 0xa8, 0xfc, 0xd2, 0x48, 0xf3, 0xdf, 0x3d, 0x38,
114         0x58, 0x57, 0x29, 0xb2, 0x5e, 0x84, 0x28, 0xb4, 0x4e, 0x71, 0x51, 0x66, 0x66, 0x04, 0x66, 0x60,
115         0x31, 0x5c, 0xbd, 0xc2, 0xb7, 0x76, 0xe2, 0x2b, 0x1b, 0x16, 0xb5, 0x47, 0xb4, 0x5e, 0x84, 0x61,
116         0xff, 0x10, 0x1b, 0x95, 0x66, 0xc5, 0xa8, 0x37, 0x03, 0x8b, 0xc1, 0xea, 0x69, 0x17, 0xd3, 0x9d,
117         0x80, 0x49, 0x7e, 0x11, 0x1d, 0x34, 0xff, 0x05, 0xa0, 0xd5, 0x44, 0x20, 0x04, 0x87, 0x21, 0xff,
118         0xc0, 0xfd, 0xcf, 0x3c, 0x92, 0x01, 0x09, 0x42, 0x69, 0xdf, 0x41, 0xcf, 0xe0, 0x13, 0xd7, 0xdf,
119         0x6e, 0x09, 0xa7, 0x91, 0x0c, 0x5d, 0x97, 0x31, 0xca, 0xa8, 0x0d, 0x2a, 0xb4, 0x1b, 0xbf, 0x23,
120         0xde, 0x86, 0x51, 0xbb, 0x87, 0x86, 0x10, 0x86, 0x92, 0x89, 0x88, 0x09, 0xe1, 0x0b, 0xfb, 0x2e,
121         0xb2, 0xe1, 0x23, 0xf9, 0x55, 0x06, 0x6c, 0xdb, 0x4e, 0xee, 0xa1, 0xe7, 0x10, 0x09, 0x26, 0xfd,
122         0x50, 0xb8, 0x2c, 0x62, 0x5f, 0xde, 0x93, 0x50, 0x06, 0x8c, 0xda, 0xf7, 0xd1, 0x0c, 0x4e, 0x3d,
123         0xfe, 0xc9, 0x77, 0x49, 0xe0, 0xf9, 0x3c, 0xa2, 0x8c, 0xd0, 0x8d, 0xc7, 0x2b, 0xa4, 0xdd, 0x67,
124         0xa1, 0x17, 0x70, 0x2c, 0xd8, 0xc7, 0x90, 0xc9, 0xe0, 0x3f, 0xf2, 0x03, 0xf4, 0x18, 0x3e, 0x74,
125         0x09, 0x77, 0xd9, 0xa6, 0xba, 0xa4, 0xbf, 0x36, 0x70, 0xfa, 0x5d, 0xff, 0xbc, 0x59, 0xdf, 0xda,
126         0xbe, 0xea, 0x6f, 0x57, 0xb5, 0xb2, 0x03, 0xdf, 0xde, 0xb6, 0x74, 0xa2, 0x33, 0x95, 0x27, 0x58,
127         0x9f, 0x12, 0x27, 0x89, 0xf3, 0xba, 0x33, 0xa7, 0x91, 0xd4, 0x31, 0x2d, 0xfe, 0xfd, 0x59, 0xde,
128         0xd4, 0x8f, 0x3f, 0x00, 0xec, 0xad, 0x1a, 0x7e, 0xfd, 0x37, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x3d,
129         0xf5, 0x87, 0x58, 0x02, 0x00, 0x00,
130 }