Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/image-builder-api/go/subassembly.pb.go
2498 views
1
// Copyright (c) 2025 Gitpod GmbH. All rights reserved.
2
// Licensed under the GNU Affero General Public License (AGPL).
3
// See License.AGPL.txt in the project root for license information.
4
5
// Code generated by protoc-gen-go. DO NOT EDIT.
6
// versions:
7
// protoc-gen-go v1.28.1
8
// protoc v3.20.1
9
// source: subassembly.proto
10
11
package api
12
13
import (
14
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
15
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
16
reflect "reflect"
17
sync "sync"
18
)
19
20
const (
21
// Verify that this generated code is sufficiently up-to-date.
22
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
23
// Verify that runtime/protoimpl is sufficiently up-to-date.
24
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
25
)
26
27
type SubassemblyPhase int32
28
29
const (
30
SubassemblyPhase_SUBASSEMBLY_PHASE_UNSPECIFIED SubassemblyPhase = 0
31
SubassemblyPhase_SUBASSEMBLY_PHASE_CREATING SubassemblyPhase = 1
32
SubassemblyPhase_SUBASSEMBLY_PHASE_AVAILABLE SubassemblyPhase = 2
33
SubassemblyPhase_SUBASSEMBLY_PHASE_UNAVAILABLE SubassemblyPhase = 3
34
)
35
36
// Enum value maps for SubassemblyPhase.
37
var (
38
SubassemblyPhase_name = map[int32]string{
39
0: "SUBASSEMBLY_PHASE_UNSPECIFIED",
40
1: "SUBASSEMBLY_PHASE_CREATING",
41
2: "SUBASSEMBLY_PHASE_AVAILABLE",
42
3: "SUBASSEMBLY_PHASE_UNAVAILABLE",
43
}
44
SubassemblyPhase_value = map[string]int32{
45
"SUBASSEMBLY_PHASE_UNSPECIFIED": 0,
46
"SUBASSEMBLY_PHASE_CREATING": 1,
47
"SUBASSEMBLY_PHASE_AVAILABLE": 2,
48
"SUBASSEMBLY_PHASE_UNAVAILABLE": 3,
49
}
50
)
51
52
func (x SubassemblyPhase) Enum() *SubassemblyPhase {
53
p := new(SubassemblyPhase)
54
*p = x
55
return p
56
}
57
58
func (x SubassemblyPhase) String() string {
59
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
60
}
61
62
func (SubassemblyPhase) Descriptor() protoreflect.EnumDescriptor {
63
return file_subassembly_proto_enumTypes[0].Descriptor()
64
}
65
66
func (SubassemblyPhase) Type() protoreflect.EnumType {
67
return &file_subassembly_proto_enumTypes[0]
68
}
69
70
func (x SubassemblyPhase) Number() protoreflect.EnumNumber {
71
return protoreflect.EnumNumber(x)
72
}
73
74
// Deprecated: Use SubassemblyPhase.Descriptor instead.
75
func (SubassemblyPhase) EnumDescriptor() ([]byte, []int) {
76
return file_subassembly_proto_rawDescGZIP(), []int{0}
77
}
78
79
type CreateSubassemblyRequest struct {
80
state protoimpl.MessageState
81
sizeCache protoimpl.SizeCache
82
unknownFields protoimpl.UnknownFields
83
84
OciReference string `protobuf:"bytes,1,opt,name=oci_reference,json=ociReference,proto3" json:"oci_reference,omitempty"`
85
}
86
87
func (x *CreateSubassemblyRequest) Reset() {
88
*x = CreateSubassemblyRequest{}
89
if protoimpl.UnsafeEnabled {
90
mi := &file_subassembly_proto_msgTypes[0]
91
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
92
ms.StoreMessageInfo(mi)
93
}
94
}
95
96
func (x *CreateSubassemblyRequest) String() string {
97
return protoimpl.X.MessageStringOf(x)
98
}
99
100
func (*CreateSubassemblyRequest) ProtoMessage() {}
101
102
func (x *CreateSubassemblyRequest) ProtoReflect() protoreflect.Message {
103
mi := &file_subassembly_proto_msgTypes[0]
104
if protoimpl.UnsafeEnabled && x != nil {
105
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
106
if ms.LoadMessageInfo() == nil {
107
ms.StoreMessageInfo(mi)
108
}
109
return ms
110
}
111
return mi.MessageOf(x)
112
}
113
114
// Deprecated: Use CreateSubassemblyRequest.ProtoReflect.Descriptor instead.
115
func (*CreateSubassemblyRequest) Descriptor() ([]byte, []int) {
116
return file_subassembly_proto_rawDescGZIP(), []int{0}
117
}
118
119
func (x *CreateSubassemblyRequest) GetOciReference() string {
120
if x != nil {
121
return x.OciReference
122
}
123
return ""
124
}
125
126
type CreateSubassemblyResponse struct {
127
state protoimpl.MessageState
128
sizeCache protoimpl.SizeCache
129
unknownFields protoimpl.UnknownFields
130
131
Status *SubassemblyStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
132
}
133
134
func (x *CreateSubassemblyResponse) Reset() {
135
*x = CreateSubassemblyResponse{}
136
if protoimpl.UnsafeEnabled {
137
mi := &file_subassembly_proto_msgTypes[1]
138
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
139
ms.StoreMessageInfo(mi)
140
}
141
}
142
143
func (x *CreateSubassemblyResponse) String() string {
144
return protoimpl.X.MessageStringOf(x)
145
}
146
147
func (*CreateSubassemblyResponse) ProtoMessage() {}
148
149
func (x *CreateSubassemblyResponse) ProtoReflect() protoreflect.Message {
150
mi := &file_subassembly_proto_msgTypes[1]
151
if protoimpl.UnsafeEnabled && x != nil {
152
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
153
if ms.LoadMessageInfo() == nil {
154
ms.StoreMessageInfo(mi)
155
}
156
return ms
157
}
158
return mi.MessageOf(x)
159
}
160
161
// Deprecated: Use CreateSubassemblyResponse.ProtoReflect.Descriptor instead.
162
func (*CreateSubassemblyResponse) Descriptor() ([]byte, []int) {
163
return file_subassembly_proto_rawDescGZIP(), []int{1}
164
}
165
166
func (x *CreateSubassemblyResponse) GetStatus() *SubassemblyStatus {
167
if x != nil {
168
return x.Status
169
}
170
return nil
171
}
172
173
type GetSubassemblyRequest struct {
174
state protoimpl.MessageState
175
sizeCache protoimpl.SizeCache
176
unknownFields protoimpl.UnknownFields
177
178
OciReference string `protobuf:"bytes,1,opt,name=oci_reference,json=ociReference,proto3" json:"oci_reference,omitempty"`
179
}
180
181
func (x *GetSubassemblyRequest) Reset() {
182
*x = GetSubassemblyRequest{}
183
if protoimpl.UnsafeEnabled {
184
mi := &file_subassembly_proto_msgTypes[2]
185
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
186
ms.StoreMessageInfo(mi)
187
}
188
}
189
190
func (x *GetSubassemblyRequest) String() string {
191
return protoimpl.X.MessageStringOf(x)
192
}
193
194
func (*GetSubassemblyRequest) ProtoMessage() {}
195
196
func (x *GetSubassemblyRequest) ProtoReflect() protoreflect.Message {
197
mi := &file_subassembly_proto_msgTypes[2]
198
if protoimpl.UnsafeEnabled && x != nil {
199
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
200
if ms.LoadMessageInfo() == nil {
201
ms.StoreMessageInfo(mi)
202
}
203
return ms
204
}
205
return mi.MessageOf(x)
206
}
207
208
// Deprecated: Use GetSubassemblyRequest.ProtoReflect.Descriptor instead.
209
func (*GetSubassemblyRequest) Descriptor() ([]byte, []int) {
210
return file_subassembly_proto_rawDescGZIP(), []int{2}
211
}
212
213
func (x *GetSubassemblyRequest) GetOciReference() string {
214
if x != nil {
215
return x.OciReference
216
}
217
return ""
218
}
219
220
type GetSubassemblyResponse struct {
221
state protoimpl.MessageState
222
sizeCache protoimpl.SizeCache
223
unknownFields protoimpl.UnknownFields
224
225
Status *SubassemblyStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
226
}
227
228
func (x *GetSubassemblyResponse) Reset() {
229
*x = GetSubassemblyResponse{}
230
if protoimpl.UnsafeEnabled {
231
mi := &file_subassembly_proto_msgTypes[3]
232
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
233
ms.StoreMessageInfo(mi)
234
}
235
}
236
237
func (x *GetSubassemblyResponse) String() string {
238
return protoimpl.X.MessageStringOf(x)
239
}
240
241
func (*GetSubassemblyResponse) ProtoMessage() {}
242
243
func (x *GetSubassemblyResponse) ProtoReflect() protoreflect.Message {
244
mi := &file_subassembly_proto_msgTypes[3]
245
if protoimpl.UnsafeEnabled && x != nil {
246
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
247
if ms.LoadMessageInfo() == nil {
248
ms.StoreMessageInfo(mi)
249
}
250
return ms
251
}
252
return mi.MessageOf(x)
253
}
254
255
// Deprecated: Use GetSubassemblyResponse.ProtoReflect.Descriptor instead.
256
func (*GetSubassemblyResponse) Descriptor() ([]byte, []int) {
257
return file_subassembly_proto_rawDescGZIP(), []int{3}
258
}
259
260
func (x *GetSubassemblyResponse) GetStatus() *SubassemblyStatus {
261
if x != nil {
262
return x.Status
263
}
264
return nil
265
}
266
267
type SubassemblyStatus struct {
268
state protoimpl.MessageState
269
sizeCache protoimpl.SizeCache
270
unknownFields protoimpl.UnknownFields
271
272
// phase describes the state of the subassembly.
273
Phase SubassemblyPhase `protobuf:"varint,1,opt,name=phase,proto3,enum=builder.SubassemblyPhase" json:"phase,omitempty"`
274
// message details the subassembly's state
275
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
276
// digest is the digest of the subassembly file
277
// Expect this field to only be present when the phase is "available".
278
Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
279
// URL is a URL from which the subassembly can be downloaded.
280
// Expect this field to only be present when the phase is "available".
281
Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
282
// manifest describes the requirements of the subassembly
283
// Expect this field to only be present when the phase is "available".
284
Manifest []byte `protobuf:"bytes,5,opt,name=manifest,proto3" json:"manifest,omitempty"`
285
}
286
287
func (x *SubassemblyStatus) Reset() {
288
*x = SubassemblyStatus{}
289
if protoimpl.UnsafeEnabled {
290
mi := &file_subassembly_proto_msgTypes[4]
291
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
292
ms.StoreMessageInfo(mi)
293
}
294
}
295
296
func (x *SubassemblyStatus) String() string {
297
return protoimpl.X.MessageStringOf(x)
298
}
299
300
func (*SubassemblyStatus) ProtoMessage() {}
301
302
func (x *SubassemblyStatus) ProtoReflect() protoreflect.Message {
303
mi := &file_subassembly_proto_msgTypes[4]
304
if protoimpl.UnsafeEnabled && x != nil {
305
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
306
if ms.LoadMessageInfo() == nil {
307
ms.StoreMessageInfo(mi)
308
}
309
return ms
310
}
311
return mi.MessageOf(x)
312
}
313
314
// Deprecated: Use SubassemblyStatus.ProtoReflect.Descriptor instead.
315
func (*SubassemblyStatus) Descriptor() ([]byte, []int) {
316
return file_subassembly_proto_rawDescGZIP(), []int{4}
317
}
318
319
func (x *SubassemblyStatus) GetPhase() SubassemblyPhase {
320
if x != nil {
321
return x.Phase
322
}
323
return SubassemblyPhase_SUBASSEMBLY_PHASE_UNSPECIFIED
324
}
325
326
func (x *SubassemblyStatus) GetMessage() string {
327
if x != nil {
328
return x.Message
329
}
330
return ""
331
}
332
333
func (x *SubassemblyStatus) GetDigest() string {
334
if x != nil {
335
return x.Digest
336
}
337
return ""
338
}
339
340
func (x *SubassemblyStatus) GetUrl() string {
341
if x != nil {
342
return x.Url
343
}
344
return ""
345
}
346
347
func (x *SubassemblyStatus) GetManifest() []byte {
348
if x != nil {
349
return x.Manifest
350
}
351
return nil
352
}
353
354
var File_subassembly_proto protoreflect.FileDescriptor
355
356
var file_subassembly_proto_rawDesc = []byte{
357
0x0a, 0x11, 0x73, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x2e, 0x70, 0x72,
358
0x6f, 0x74, 0x6f, 0x12, 0x07, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x22, 0x3f, 0x0a, 0x18,
359
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c,
360
0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x63, 0x69, 0x5f,
361
0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
362
0x0c, 0x6f, 0x63, 0x69, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x22, 0x4f, 0x0a,
363
0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62,
364
0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x06, 0x73, 0x74,
365
0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x62, 0x75, 0x69,
366
0x6c, 0x64, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79,
367
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x3c,
368
0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79,
369
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x63, 0x69, 0x5f, 0x72,
370
0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
371
0x6f, 0x63, 0x69, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x22, 0x4c, 0x0a, 0x16,
372
0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x52, 0x65,
373
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
374
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
375
0x2e, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74,
376
0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xa4, 0x01, 0x0a, 0x11, 0x53,
377
0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
378
0x12, 0x2f, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32,
379
0x19, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73,
380
0x65, 0x6d, 0x62, 0x6c, 0x79, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73,
381
0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01,
382
0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64,
383
0x69, 0x67, 0x65, 0x73, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x69, 0x67,
384
0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
385
0x52, 0x03, 0x75, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x61, 0x6e, 0x69, 0x66, 0x65, 0x73,
386
0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6d, 0x61, 0x6e, 0x69, 0x66, 0x65, 0x73,
387
0x74, 0x2a, 0x99, 0x01, 0x0a, 0x10, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c,
388
0x79, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x55, 0x42, 0x41, 0x53, 0x53,
389
0x45, 0x4d, 0x42, 0x4c, 0x59, 0x5f, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50,
390
0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x1e, 0x0a, 0x1a, 0x53, 0x55, 0x42,
391
0x41, 0x53, 0x53, 0x45, 0x4d, 0x42, 0x4c, 0x59, 0x5f, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x43,
392
0x52, 0x45, 0x41, 0x54, 0x49, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x1f, 0x0a, 0x1b, 0x53, 0x55, 0x42,
393
0x41, 0x53, 0x53, 0x45, 0x4d, 0x42, 0x4c, 0x59, 0x5f, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f, 0x41,
394
0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0x02, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x55,
395
0x42, 0x41, 0x53, 0x53, 0x45, 0x4d, 0x42, 0x4c, 0x59, 0x5f, 0x50, 0x48, 0x41, 0x53, 0x45, 0x5f,
396
0x55, 0x4e, 0x41, 0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0x03, 0x32, 0xc7, 0x01,
397
0x0a, 0x12, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x53, 0x65, 0x72,
398
0x76, 0x69, 0x63, 0x65, 0x12, 0x5c, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x75,
399
0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x12, 0x21, 0x2e, 0x62, 0x75, 0x69, 0x6c,
400
0x64, 0x65, 0x72, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73,
401
0x65, 0x6d, 0x62, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x62,
402
0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x75, 0x62,
403
0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
404
0x22, 0x00, 0x12, 0x53, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65,
405
0x6d, 0x62, 0x6c, 0x79, 0x12, 0x1e, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47,
406
0x65, 0x74, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x52, 0x65, 0x71,
407
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47,
408
0x65, 0x74, 0x53, 0x75, 0x62, 0x61, 0x73, 0x73, 0x65, 0x6d, 0x62, 0x6c, 0x79, 0x52, 0x65, 0x73,
409
0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75,
410
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2d, 0x69, 0x6f, 0x2f,
411
0x67, 0x69, 0x74, 0x70, 0x6f, 0x64, 0x2f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2d, 0x62, 0x75, 0x69,
412
0x6c, 0x64, 0x65, 0x72, 0x2f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
413
}
414
415
var (
416
file_subassembly_proto_rawDescOnce sync.Once
417
file_subassembly_proto_rawDescData = file_subassembly_proto_rawDesc
418
)
419
420
func file_subassembly_proto_rawDescGZIP() []byte {
421
file_subassembly_proto_rawDescOnce.Do(func() {
422
file_subassembly_proto_rawDescData = protoimpl.X.CompressGZIP(file_subassembly_proto_rawDescData)
423
})
424
return file_subassembly_proto_rawDescData
425
}
426
427
var file_subassembly_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
428
var file_subassembly_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
429
var file_subassembly_proto_goTypes = []interface{}{
430
(SubassemblyPhase)(0), // 0: builder.SubassemblyPhase
431
(*CreateSubassemblyRequest)(nil), // 1: builder.CreateSubassemblyRequest
432
(*CreateSubassemblyResponse)(nil), // 2: builder.CreateSubassemblyResponse
433
(*GetSubassemblyRequest)(nil), // 3: builder.GetSubassemblyRequest
434
(*GetSubassemblyResponse)(nil), // 4: builder.GetSubassemblyResponse
435
(*SubassemblyStatus)(nil), // 5: builder.SubassemblyStatus
436
}
437
var file_subassembly_proto_depIdxs = []int32{
438
5, // 0: builder.CreateSubassemblyResponse.status:type_name -> builder.SubassemblyStatus
439
5, // 1: builder.GetSubassemblyResponse.status:type_name -> builder.SubassemblyStatus
440
0, // 2: builder.SubassemblyStatus.phase:type_name -> builder.SubassemblyPhase
441
1, // 3: builder.SubassemblyService.CreateSubassembly:input_type -> builder.CreateSubassemblyRequest
442
3, // 4: builder.SubassemblyService.GetSubassembly:input_type -> builder.GetSubassemblyRequest
443
2, // 5: builder.SubassemblyService.CreateSubassembly:output_type -> builder.CreateSubassemblyResponse
444
4, // 6: builder.SubassemblyService.GetSubassembly:output_type -> builder.GetSubassemblyResponse
445
5, // [5:7] is the sub-list for method output_type
446
3, // [3:5] is the sub-list for method input_type
447
3, // [3:3] is the sub-list for extension type_name
448
3, // [3:3] is the sub-list for extension extendee
449
0, // [0:3] is the sub-list for field type_name
450
}
451
452
func init() { file_subassembly_proto_init() }
453
func file_subassembly_proto_init() {
454
if File_subassembly_proto != nil {
455
return
456
}
457
if !protoimpl.UnsafeEnabled {
458
file_subassembly_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
459
switch v := v.(*CreateSubassemblyRequest); i {
460
case 0:
461
return &v.state
462
case 1:
463
return &v.sizeCache
464
case 2:
465
return &v.unknownFields
466
default:
467
return nil
468
}
469
}
470
file_subassembly_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
471
switch v := v.(*CreateSubassemblyResponse); i {
472
case 0:
473
return &v.state
474
case 1:
475
return &v.sizeCache
476
case 2:
477
return &v.unknownFields
478
default:
479
return nil
480
}
481
}
482
file_subassembly_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
483
switch v := v.(*GetSubassemblyRequest); i {
484
case 0:
485
return &v.state
486
case 1:
487
return &v.sizeCache
488
case 2:
489
return &v.unknownFields
490
default:
491
return nil
492
}
493
}
494
file_subassembly_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
495
switch v := v.(*GetSubassemblyResponse); i {
496
case 0:
497
return &v.state
498
case 1:
499
return &v.sizeCache
500
case 2:
501
return &v.unknownFields
502
default:
503
return nil
504
}
505
}
506
file_subassembly_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
507
switch v := v.(*SubassemblyStatus); i {
508
case 0:
509
return &v.state
510
case 1:
511
return &v.sizeCache
512
case 2:
513
return &v.unknownFields
514
default:
515
return nil
516
}
517
}
518
}
519
type x struct{}
520
out := protoimpl.TypeBuilder{
521
File: protoimpl.DescBuilder{
522
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
523
RawDescriptor: file_subassembly_proto_rawDesc,
524
NumEnums: 1,
525
NumMessages: 5,
526
NumExtensions: 0,
527
NumServices: 1,
528
},
529
GoTypes: file_subassembly_proto_goTypes,
530
DependencyIndexes: file_subassembly_proto_depIdxs,
531
EnumInfos: file_subassembly_proto_enumTypes,
532
MessageInfos: file_subassembly_proto_msgTypes,
533
}.Build()
534
File_subassembly_proto = out.File
535
file_subassembly_proto_rawDesc = nil
536
file_subassembly_proto_goTypes = nil
537
file_subassembly_proto_depIdxs = nil
538
}
539
540