Remove BPA from Makefile
[icn.git] / cmd / bpa-operator / vendor / google.golang.org / appengine / internal / modules / modules_service.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: google.golang.org/appengine/internal/modules/modules_service.proto
3
4 package modules
5
6 import proto "github.com/golang/protobuf/proto"
7 import fmt "fmt"
8 import math "math"
9
10 // Reference imports to suppress errors if they are not otherwise used.
11 var _ = proto.Marshal
12 var _ = fmt.Errorf
13 var _ = math.Inf
14
15 // This is a compile-time assertion to ensure that this generated file
16 // is compatible with the proto package it is being compiled against.
17 // A compilation error at this line likely means your copy of the
18 // proto package needs to be updated.
19 const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
20
21 type ModulesServiceError_ErrorCode int32
22
23 const (
24         ModulesServiceError_OK                ModulesServiceError_ErrorCode = 0
25         ModulesServiceError_INVALID_MODULE    ModulesServiceError_ErrorCode = 1
26         ModulesServiceError_INVALID_VERSION   ModulesServiceError_ErrorCode = 2
27         ModulesServiceError_INVALID_INSTANCES ModulesServiceError_ErrorCode = 3
28         ModulesServiceError_TRANSIENT_ERROR   ModulesServiceError_ErrorCode = 4
29         ModulesServiceError_UNEXPECTED_STATE  ModulesServiceError_ErrorCode = 5
30 )
31
32 var ModulesServiceError_ErrorCode_name = map[int32]string{
33         0: "OK",
34         1: "INVALID_MODULE",
35         2: "INVALID_VERSION",
36         3: "INVALID_INSTANCES",
37         4: "TRANSIENT_ERROR",
38         5: "UNEXPECTED_STATE",
39 }
40 var ModulesServiceError_ErrorCode_value = map[string]int32{
41         "OK":                0,
42         "INVALID_MODULE":    1,
43         "INVALID_VERSION":   2,
44         "INVALID_INSTANCES": 3,
45         "TRANSIENT_ERROR":   4,
46         "UNEXPECTED_STATE":  5,
47 }
48
49 func (x ModulesServiceError_ErrorCode) Enum() *ModulesServiceError_ErrorCode {
50         p := new(ModulesServiceError_ErrorCode)
51         *p = x
52         return p
53 }
54 func (x ModulesServiceError_ErrorCode) String() string {
55         return proto.EnumName(ModulesServiceError_ErrorCode_name, int32(x))
56 }
57 func (x *ModulesServiceError_ErrorCode) UnmarshalJSON(data []byte) error {
58         value, err := proto.UnmarshalJSONEnum(ModulesServiceError_ErrorCode_value, data, "ModulesServiceError_ErrorCode")
59         if err != nil {
60                 return err
61         }
62         *x = ModulesServiceError_ErrorCode(value)
63         return nil
64 }
65 func (ModulesServiceError_ErrorCode) EnumDescriptor() ([]byte, []int) {
66         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{0, 0}
67 }
68
69 type ModulesServiceError struct {
70         XXX_NoUnkeyedLiteral struct{} `json:"-"`
71         XXX_unrecognized     []byte   `json:"-"`
72         XXX_sizecache        int32    `json:"-"`
73 }
74
75 func (m *ModulesServiceError) Reset()         { *m = ModulesServiceError{} }
76 func (m *ModulesServiceError) String() string { return proto.CompactTextString(m) }
77 func (*ModulesServiceError) ProtoMessage()    {}
78 func (*ModulesServiceError) Descriptor() ([]byte, []int) {
79         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{0}
80 }
81 func (m *ModulesServiceError) XXX_Unmarshal(b []byte) error {
82         return xxx_messageInfo_ModulesServiceError.Unmarshal(m, b)
83 }
84 func (m *ModulesServiceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
85         return xxx_messageInfo_ModulesServiceError.Marshal(b, m, deterministic)
86 }
87 func (dst *ModulesServiceError) XXX_Merge(src proto.Message) {
88         xxx_messageInfo_ModulesServiceError.Merge(dst, src)
89 }
90 func (m *ModulesServiceError) XXX_Size() int {
91         return xxx_messageInfo_ModulesServiceError.Size(m)
92 }
93 func (m *ModulesServiceError) XXX_DiscardUnknown() {
94         xxx_messageInfo_ModulesServiceError.DiscardUnknown(m)
95 }
96
97 var xxx_messageInfo_ModulesServiceError proto.InternalMessageInfo
98
99 type GetModulesRequest struct {
100         XXX_NoUnkeyedLiteral struct{} `json:"-"`
101         XXX_unrecognized     []byte   `json:"-"`
102         XXX_sizecache        int32    `json:"-"`
103 }
104
105 func (m *GetModulesRequest) Reset()         { *m = GetModulesRequest{} }
106 func (m *GetModulesRequest) String() string { return proto.CompactTextString(m) }
107 func (*GetModulesRequest) ProtoMessage()    {}
108 func (*GetModulesRequest) Descriptor() ([]byte, []int) {
109         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{1}
110 }
111 func (m *GetModulesRequest) XXX_Unmarshal(b []byte) error {
112         return xxx_messageInfo_GetModulesRequest.Unmarshal(m, b)
113 }
114 func (m *GetModulesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
115         return xxx_messageInfo_GetModulesRequest.Marshal(b, m, deterministic)
116 }
117 func (dst *GetModulesRequest) XXX_Merge(src proto.Message) {
118         xxx_messageInfo_GetModulesRequest.Merge(dst, src)
119 }
120 func (m *GetModulesRequest) XXX_Size() int {
121         return xxx_messageInfo_GetModulesRequest.Size(m)
122 }
123 func (m *GetModulesRequest) XXX_DiscardUnknown() {
124         xxx_messageInfo_GetModulesRequest.DiscardUnknown(m)
125 }
126
127 var xxx_messageInfo_GetModulesRequest proto.InternalMessageInfo
128
129 type GetModulesResponse struct {
130         Module               []string `protobuf:"bytes,1,rep,name=module" json:"module,omitempty"`
131         XXX_NoUnkeyedLiteral struct{} `json:"-"`
132         XXX_unrecognized     []byte   `json:"-"`
133         XXX_sizecache        int32    `json:"-"`
134 }
135
136 func (m *GetModulesResponse) Reset()         { *m = GetModulesResponse{} }
137 func (m *GetModulesResponse) String() string { return proto.CompactTextString(m) }
138 func (*GetModulesResponse) ProtoMessage()    {}
139 func (*GetModulesResponse) Descriptor() ([]byte, []int) {
140         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{2}
141 }
142 func (m *GetModulesResponse) XXX_Unmarshal(b []byte) error {
143         return xxx_messageInfo_GetModulesResponse.Unmarshal(m, b)
144 }
145 func (m *GetModulesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
146         return xxx_messageInfo_GetModulesResponse.Marshal(b, m, deterministic)
147 }
148 func (dst *GetModulesResponse) XXX_Merge(src proto.Message) {
149         xxx_messageInfo_GetModulesResponse.Merge(dst, src)
150 }
151 func (m *GetModulesResponse) XXX_Size() int {
152         return xxx_messageInfo_GetModulesResponse.Size(m)
153 }
154 func (m *GetModulesResponse) XXX_DiscardUnknown() {
155         xxx_messageInfo_GetModulesResponse.DiscardUnknown(m)
156 }
157
158 var xxx_messageInfo_GetModulesResponse proto.InternalMessageInfo
159
160 func (m *GetModulesResponse) GetModule() []string {
161         if m != nil {
162                 return m.Module
163         }
164         return nil
165 }
166
167 type GetVersionsRequest struct {
168         Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
169         XXX_NoUnkeyedLiteral struct{} `json:"-"`
170         XXX_unrecognized     []byte   `json:"-"`
171         XXX_sizecache        int32    `json:"-"`
172 }
173
174 func (m *GetVersionsRequest) Reset()         { *m = GetVersionsRequest{} }
175 func (m *GetVersionsRequest) String() string { return proto.CompactTextString(m) }
176 func (*GetVersionsRequest) ProtoMessage()    {}
177 func (*GetVersionsRequest) Descriptor() ([]byte, []int) {
178         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{3}
179 }
180 func (m *GetVersionsRequest) XXX_Unmarshal(b []byte) error {
181         return xxx_messageInfo_GetVersionsRequest.Unmarshal(m, b)
182 }
183 func (m *GetVersionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
184         return xxx_messageInfo_GetVersionsRequest.Marshal(b, m, deterministic)
185 }
186 func (dst *GetVersionsRequest) XXX_Merge(src proto.Message) {
187         xxx_messageInfo_GetVersionsRequest.Merge(dst, src)
188 }
189 func (m *GetVersionsRequest) XXX_Size() int {
190         return xxx_messageInfo_GetVersionsRequest.Size(m)
191 }
192 func (m *GetVersionsRequest) XXX_DiscardUnknown() {
193         xxx_messageInfo_GetVersionsRequest.DiscardUnknown(m)
194 }
195
196 var xxx_messageInfo_GetVersionsRequest proto.InternalMessageInfo
197
198 func (m *GetVersionsRequest) GetModule() string {
199         if m != nil && m.Module != nil {
200                 return *m.Module
201         }
202         return ""
203 }
204
205 type GetVersionsResponse struct {
206         Version              []string `protobuf:"bytes,1,rep,name=version" json:"version,omitempty"`
207         XXX_NoUnkeyedLiteral struct{} `json:"-"`
208         XXX_unrecognized     []byte   `json:"-"`
209         XXX_sizecache        int32    `json:"-"`
210 }
211
212 func (m *GetVersionsResponse) Reset()         { *m = GetVersionsResponse{} }
213 func (m *GetVersionsResponse) String() string { return proto.CompactTextString(m) }
214 func (*GetVersionsResponse) ProtoMessage()    {}
215 func (*GetVersionsResponse) Descriptor() ([]byte, []int) {
216         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{4}
217 }
218 func (m *GetVersionsResponse) XXX_Unmarshal(b []byte) error {
219         return xxx_messageInfo_GetVersionsResponse.Unmarshal(m, b)
220 }
221 func (m *GetVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
222         return xxx_messageInfo_GetVersionsResponse.Marshal(b, m, deterministic)
223 }
224 func (dst *GetVersionsResponse) XXX_Merge(src proto.Message) {
225         xxx_messageInfo_GetVersionsResponse.Merge(dst, src)
226 }
227 func (m *GetVersionsResponse) XXX_Size() int {
228         return xxx_messageInfo_GetVersionsResponse.Size(m)
229 }
230 func (m *GetVersionsResponse) XXX_DiscardUnknown() {
231         xxx_messageInfo_GetVersionsResponse.DiscardUnknown(m)
232 }
233
234 var xxx_messageInfo_GetVersionsResponse proto.InternalMessageInfo
235
236 func (m *GetVersionsResponse) GetVersion() []string {
237         if m != nil {
238                 return m.Version
239         }
240         return nil
241 }
242
243 type GetDefaultVersionRequest struct {
244         Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
245         XXX_NoUnkeyedLiteral struct{} `json:"-"`
246         XXX_unrecognized     []byte   `json:"-"`
247         XXX_sizecache        int32    `json:"-"`
248 }
249
250 func (m *GetDefaultVersionRequest) Reset()         { *m = GetDefaultVersionRequest{} }
251 func (m *GetDefaultVersionRequest) String() string { return proto.CompactTextString(m) }
252 func (*GetDefaultVersionRequest) ProtoMessage()    {}
253 func (*GetDefaultVersionRequest) Descriptor() ([]byte, []int) {
254         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{5}
255 }
256 func (m *GetDefaultVersionRequest) XXX_Unmarshal(b []byte) error {
257         return xxx_messageInfo_GetDefaultVersionRequest.Unmarshal(m, b)
258 }
259 func (m *GetDefaultVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
260         return xxx_messageInfo_GetDefaultVersionRequest.Marshal(b, m, deterministic)
261 }
262 func (dst *GetDefaultVersionRequest) XXX_Merge(src proto.Message) {
263         xxx_messageInfo_GetDefaultVersionRequest.Merge(dst, src)
264 }
265 func (m *GetDefaultVersionRequest) XXX_Size() int {
266         return xxx_messageInfo_GetDefaultVersionRequest.Size(m)
267 }
268 func (m *GetDefaultVersionRequest) XXX_DiscardUnknown() {
269         xxx_messageInfo_GetDefaultVersionRequest.DiscardUnknown(m)
270 }
271
272 var xxx_messageInfo_GetDefaultVersionRequest proto.InternalMessageInfo
273
274 func (m *GetDefaultVersionRequest) GetModule() string {
275         if m != nil && m.Module != nil {
276                 return *m.Module
277         }
278         return ""
279 }
280
281 type GetDefaultVersionResponse struct {
282         Version              *string  `protobuf:"bytes,1,req,name=version" json:"version,omitempty"`
283         XXX_NoUnkeyedLiteral struct{} `json:"-"`
284         XXX_unrecognized     []byte   `json:"-"`
285         XXX_sizecache        int32    `json:"-"`
286 }
287
288 func (m *GetDefaultVersionResponse) Reset()         { *m = GetDefaultVersionResponse{} }
289 func (m *GetDefaultVersionResponse) String() string { return proto.CompactTextString(m) }
290 func (*GetDefaultVersionResponse) ProtoMessage()    {}
291 func (*GetDefaultVersionResponse) Descriptor() ([]byte, []int) {
292         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{6}
293 }
294 func (m *GetDefaultVersionResponse) XXX_Unmarshal(b []byte) error {
295         return xxx_messageInfo_GetDefaultVersionResponse.Unmarshal(m, b)
296 }
297 func (m *GetDefaultVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
298         return xxx_messageInfo_GetDefaultVersionResponse.Marshal(b, m, deterministic)
299 }
300 func (dst *GetDefaultVersionResponse) XXX_Merge(src proto.Message) {
301         xxx_messageInfo_GetDefaultVersionResponse.Merge(dst, src)
302 }
303 func (m *GetDefaultVersionResponse) XXX_Size() int {
304         return xxx_messageInfo_GetDefaultVersionResponse.Size(m)
305 }
306 func (m *GetDefaultVersionResponse) XXX_DiscardUnknown() {
307         xxx_messageInfo_GetDefaultVersionResponse.DiscardUnknown(m)
308 }
309
310 var xxx_messageInfo_GetDefaultVersionResponse proto.InternalMessageInfo
311
312 func (m *GetDefaultVersionResponse) GetVersion() string {
313         if m != nil && m.Version != nil {
314                 return *m.Version
315         }
316         return ""
317 }
318
319 type GetNumInstancesRequest struct {
320         Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
321         Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
322         XXX_NoUnkeyedLiteral struct{} `json:"-"`
323         XXX_unrecognized     []byte   `json:"-"`
324         XXX_sizecache        int32    `json:"-"`
325 }
326
327 func (m *GetNumInstancesRequest) Reset()         { *m = GetNumInstancesRequest{} }
328 func (m *GetNumInstancesRequest) String() string { return proto.CompactTextString(m) }
329 func (*GetNumInstancesRequest) ProtoMessage()    {}
330 func (*GetNumInstancesRequest) Descriptor() ([]byte, []int) {
331         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{7}
332 }
333 func (m *GetNumInstancesRequest) XXX_Unmarshal(b []byte) error {
334         return xxx_messageInfo_GetNumInstancesRequest.Unmarshal(m, b)
335 }
336 func (m *GetNumInstancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
337         return xxx_messageInfo_GetNumInstancesRequest.Marshal(b, m, deterministic)
338 }
339 func (dst *GetNumInstancesRequest) XXX_Merge(src proto.Message) {
340         xxx_messageInfo_GetNumInstancesRequest.Merge(dst, src)
341 }
342 func (m *GetNumInstancesRequest) XXX_Size() int {
343         return xxx_messageInfo_GetNumInstancesRequest.Size(m)
344 }
345 func (m *GetNumInstancesRequest) XXX_DiscardUnknown() {
346         xxx_messageInfo_GetNumInstancesRequest.DiscardUnknown(m)
347 }
348
349 var xxx_messageInfo_GetNumInstancesRequest proto.InternalMessageInfo
350
351 func (m *GetNumInstancesRequest) GetModule() string {
352         if m != nil && m.Module != nil {
353                 return *m.Module
354         }
355         return ""
356 }
357
358 func (m *GetNumInstancesRequest) GetVersion() string {
359         if m != nil && m.Version != nil {
360                 return *m.Version
361         }
362         return ""
363 }
364
365 type GetNumInstancesResponse struct {
366         Instances            *int64   `protobuf:"varint,1,req,name=instances" json:"instances,omitempty"`
367         XXX_NoUnkeyedLiteral struct{} `json:"-"`
368         XXX_unrecognized     []byte   `json:"-"`
369         XXX_sizecache        int32    `json:"-"`
370 }
371
372 func (m *GetNumInstancesResponse) Reset()         { *m = GetNumInstancesResponse{} }
373 func (m *GetNumInstancesResponse) String() string { return proto.CompactTextString(m) }
374 func (*GetNumInstancesResponse) ProtoMessage()    {}
375 func (*GetNumInstancesResponse) Descriptor() ([]byte, []int) {
376         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{8}
377 }
378 func (m *GetNumInstancesResponse) XXX_Unmarshal(b []byte) error {
379         return xxx_messageInfo_GetNumInstancesResponse.Unmarshal(m, b)
380 }
381 func (m *GetNumInstancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
382         return xxx_messageInfo_GetNumInstancesResponse.Marshal(b, m, deterministic)
383 }
384 func (dst *GetNumInstancesResponse) XXX_Merge(src proto.Message) {
385         xxx_messageInfo_GetNumInstancesResponse.Merge(dst, src)
386 }
387 func (m *GetNumInstancesResponse) XXX_Size() int {
388         return xxx_messageInfo_GetNumInstancesResponse.Size(m)
389 }
390 func (m *GetNumInstancesResponse) XXX_DiscardUnknown() {
391         xxx_messageInfo_GetNumInstancesResponse.DiscardUnknown(m)
392 }
393
394 var xxx_messageInfo_GetNumInstancesResponse proto.InternalMessageInfo
395
396 func (m *GetNumInstancesResponse) GetInstances() int64 {
397         if m != nil && m.Instances != nil {
398                 return *m.Instances
399         }
400         return 0
401 }
402
403 type SetNumInstancesRequest struct {
404         Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
405         Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
406         Instances            *int64   `protobuf:"varint,3,req,name=instances" json:"instances,omitempty"`
407         XXX_NoUnkeyedLiteral struct{} `json:"-"`
408         XXX_unrecognized     []byte   `json:"-"`
409         XXX_sizecache        int32    `json:"-"`
410 }
411
412 func (m *SetNumInstancesRequest) Reset()         { *m = SetNumInstancesRequest{} }
413 func (m *SetNumInstancesRequest) String() string { return proto.CompactTextString(m) }
414 func (*SetNumInstancesRequest) ProtoMessage()    {}
415 func (*SetNumInstancesRequest) Descriptor() ([]byte, []int) {
416         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{9}
417 }
418 func (m *SetNumInstancesRequest) XXX_Unmarshal(b []byte) error {
419         return xxx_messageInfo_SetNumInstancesRequest.Unmarshal(m, b)
420 }
421 func (m *SetNumInstancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
422         return xxx_messageInfo_SetNumInstancesRequest.Marshal(b, m, deterministic)
423 }
424 func (dst *SetNumInstancesRequest) XXX_Merge(src proto.Message) {
425         xxx_messageInfo_SetNumInstancesRequest.Merge(dst, src)
426 }
427 func (m *SetNumInstancesRequest) XXX_Size() int {
428         return xxx_messageInfo_SetNumInstancesRequest.Size(m)
429 }
430 func (m *SetNumInstancesRequest) XXX_DiscardUnknown() {
431         xxx_messageInfo_SetNumInstancesRequest.DiscardUnknown(m)
432 }
433
434 var xxx_messageInfo_SetNumInstancesRequest proto.InternalMessageInfo
435
436 func (m *SetNumInstancesRequest) GetModule() string {
437         if m != nil && m.Module != nil {
438                 return *m.Module
439         }
440         return ""
441 }
442
443 func (m *SetNumInstancesRequest) GetVersion() string {
444         if m != nil && m.Version != nil {
445                 return *m.Version
446         }
447         return ""
448 }
449
450 func (m *SetNumInstancesRequest) GetInstances() int64 {
451         if m != nil && m.Instances != nil {
452                 return *m.Instances
453         }
454         return 0
455 }
456
457 type SetNumInstancesResponse struct {
458         XXX_NoUnkeyedLiteral struct{} `json:"-"`
459         XXX_unrecognized     []byte   `json:"-"`
460         XXX_sizecache        int32    `json:"-"`
461 }
462
463 func (m *SetNumInstancesResponse) Reset()         { *m = SetNumInstancesResponse{} }
464 func (m *SetNumInstancesResponse) String() string { return proto.CompactTextString(m) }
465 func (*SetNumInstancesResponse) ProtoMessage()    {}
466 func (*SetNumInstancesResponse) Descriptor() ([]byte, []int) {
467         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{10}
468 }
469 func (m *SetNumInstancesResponse) XXX_Unmarshal(b []byte) error {
470         return xxx_messageInfo_SetNumInstancesResponse.Unmarshal(m, b)
471 }
472 func (m *SetNumInstancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
473         return xxx_messageInfo_SetNumInstancesResponse.Marshal(b, m, deterministic)
474 }
475 func (dst *SetNumInstancesResponse) XXX_Merge(src proto.Message) {
476         xxx_messageInfo_SetNumInstancesResponse.Merge(dst, src)
477 }
478 func (m *SetNumInstancesResponse) XXX_Size() int {
479         return xxx_messageInfo_SetNumInstancesResponse.Size(m)
480 }
481 func (m *SetNumInstancesResponse) XXX_DiscardUnknown() {
482         xxx_messageInfo_SetNumInstancesResponse.DiscardUnknown(m)
483 }
484
485 var xxx_messageInfo_SetNumInstancesResponse proto.InternalMessageInfo
486
487 type StartModuleRequest struct {
488         Module               *string  `protobuf:"bytes,1,req,name=module" json:"module,omitempty"`
489         Version              *string  `protobuf:"bytes,2,req,name=version" json:"version,omitempty"`
490         XXX_NoUnkeyedLiteral struct{} `json:"-"`
491         XXX_unrecognized     []byte   `json:"-"`
492         XXX_sizecache        int32    `json:"-"`
493 }
494
495 func (m *StartModuleRequest) Reset()         { *m = StartModuleRequest{} }
496 func (m *StartModuleRequest) String() string { return proto.CompactTextString(m) }
497 func (*StartModuleRequest) ProtoMessage()    {}
498 func (*StartModuleRequest) Descriptor() ([]byte, []int) {
499         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{11}
500 }
501 func (m *StartModuleRequest) XXX_Unmarshal(b []byte) error {
502         return xxx_messageInfo_StartModuleRequest.Unmarshal(m, b)
503 }
504 func (m *StartModuleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
505         return xxx_messageInfo_StartModuleRequest.Marshal(b, m, deterministic)
506 }
507 func (dst *StartModuleRequest) XXX_Merge(src proto.Message) {
508         xxx_messageInfo_StartModuleRequest.Merge(dst, src)
509 }
510 func (m *StartModuleRequest) XXX_Size() int {
511         return xxx_messageInfo_StartModuleRequest.Size(m)
512 }
513 func (m *StartModuleRequest) XXX_DiscardUnknown() {
514         xxx_messageInfo_StartModuleRequest.DiscardUnknown(m)
515 }
516
517 var xxx_messageInfo_StartModuleRequest proto.InternalMessageInfo
518
519 func (m *StartModuleRequest) GetModule() string {
520         if m != nil && m.Module != nil {
521                 return *m.Module
522         }
523         return ""
524 }
525
526 func (m *StartModuleRequest) GetVersion() string {
527         if m != nil && m.Version != nil {
528                 return *m.Version
529         }
530         return ""
531 }
532
533 type StartModuleResponse struct {
534         XXX_NoUnkeyedLiteral struct{} `json:"-"`
535         XXX_unrecognized     []byte   `json:"-"`
536         XXX_sizecache        int32    `json:"-"`
537 }
538
539 func (m *StartModuleResponse) Reset()         { *m = StartModuleResponse{} }
540 func (m *StartModuleResponse) String() string { return proto.CompactTextString(m) }
541 func (*StartModuleResponse) ProtoMessage()    {}
542 func (*StartModuleResponse) Descriptor() ([]byte, []int) {
543         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{12}
544 }
545 func (m *StartModuleResponse) XXX_Unmarshal(b []byte) error {
546         return xxx_messageInfo_StartModuleResponse.Unmarshal(m, b)
547 }
548 func (m *StartModuleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
549         return xxx_messageInfo_StartModuleResponse.Marshal(b, m, deterministic)
550 }
551 func (dst *StartModuleResponse) XXX_Merge(src proto.Message) {
552         xxx_messageInfo_StartModuleResponse.Merge(dst, src)
553 }
554 func (m *StartModuleResponse) XXX_Size() int {
555         return xxx_messageInfo_StartModuleResponse.Size(m)
556 }
557 func (m *StartModuleResponse) XXX_DiscardUnknown() {
558         xxx_messageInfo_StartModuleResponse.DiscardUnknown(m)
559 }
560
561 var xxx_messageInfo_StartModuleResponse proto.InternalMessageInfo
562
563 type StopModuleRequest struct {
564         Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
565         Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
566         XXX_NoUnkeyedLiteral struct{} `json:"-"`
567         XXX_unrecognized     []byte   `json:"-"`
568         XXX_sizecache        int32    `json:"-"`
569 }
570
571 func (m *StopModuleRequest) Reset()         { *m = StopModuleRequest{} }
572 func (m *StopModuleRequest) String() string { return proto.CompactTextString(m) }
573 func (*StopModuleRequest) ProtoMessage()    {}
574 func (*StopModuleRequest) Descriptor() ([]byte, []int) {
575         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{13}
576 }
577 func (m *StopModuleRequest) XXX_Unmarshal(b []byte) error {
578         return xxx_messageInfo_StopModuleRequest.Unmarshal(m, b)
579 }
580 func (m *StopModuleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
581         return xxx_messageInfo_StopModuleRequest.Marshal(b, m, deterministic)
582 }
583 func (dst *StopModuleRequest) XXX_Merge(src proto.Message) {
584         xxx_messageInfo_StopModuleRequest.Merge(dst, src)
585 }
586 func (m *StopModuleRequest) XXX_Size() int {
587         return xxx_messageInfo_StopModuleRequest.Size(m)
588 }
589 func (m *StopModuleRequest) XXX_DiscardUnknown() {
590         xxx_messageInfo_StopModuleRequest.DiscardUnknown(m)
591 }
592
593 var xxx_messageInfo_StopModuleRequest proto.InternalMessageInfo
594
595 func (m *StopModuleRequest) GetModule() string {
596         if m != nil && m.Module != nil {
597                 return *m.Module
598         }
599         return ""
600 }
601
602 func (m *StopModuleRequest) GetVersion() string {
603         if m != nil && m.Version != nil {
604                 return *m.Version
605         }
606         return ""
607 }
608
609 type StopModuleResponse struct {
610         XXX_NoUnkeyedLiteral struct{} `json:"-"`
611         XXX_unrecognized     []byte   `json:"-"`
612         XXX_sizecache        int32    `json:"-"`
613 }
614
615 func (m *StopModuleResponse) Reset()         { *m = StopModuleResponse{} }
616 func (m *StopModuleResponse) String() string { return proto.CompactTextString(m) }
617 func (*StopModuleResponse) ProtoMessage()    {}
618 func (*StopModuleResponse) Descriptor() ([]byte, []int) {
619         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{14}
620 }
621 func (m *StopModuleResponse) XXX_Unmarshal(b []byte) error {
622         return xxx_messageInfo_StopModuleResponse.Unmarshal(m, b)
623 }
624 func (m *StopModuleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
625         return xxx_messageInfo_StopModuleResponse.Marshal(b, m, deterministic)
626 }
627 func (dst *StopModuleResponse) XXX_Merge(src proto.Message) {
628         xxx_messageInfo_StopModuleResponse.Merge(dst, src)
629 }
630 func (m *StopModuleResponse) XXX_Size() int {
631         return xxx_messageInfo_StopModuleResponse.Size(m)
632 }
633 func (m *StopModuleResponse) XXX_DiscardUnknown() {
634         xxx_messageInfo_StopModuleResponse.DiscardUnknown(m)
635 }
636
637 var xxx_messageInfo_StopModuleResponse proto.InternalMessageInfo
638
639 type GetHostnameRequest struct {
640         Module               *string  `protobuf:"bytes,1,opt,name=module" json:"module,omitempty"`
641         Version              *string  `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
642         Instance             *string  `protobuf:"bytes,3,opt,name=instance" json:"instance,omitempty"`
643         XXX_NoUnkeyedLiteral struct{} `json:"-"`
644         XXX_unrecognized     []byte   `json:"-"`
645         XXX_sizecache        int32    `json:"-"`
646 }
647
648 func (m *GetHostnameRequest) Reset()         { *m = GetHostnameRequest{} }
649 func (m *GetHostnameRequest) String() string { return proto.CompactTextString(m) }
650 func (*GetHostnameRequest) ProtoMessage()    {}
651 func (*GetHostnameRequest) Descriptor() ([]byte, []int) {
652         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{15}
653 }
654 func (m *GetHostnameRequest) XXX_Unmarshal(b []byte) error {
655         return xxx_messageInfo_GetHostnameRequest.Unmarshal(m, b)
656 }
657 func (m *GetHostnameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
658         return xxx_messageInfo_GetHostnameRequest.Marshal(b, m, deterministic)
659 }
660 func (dst *GetHostnameRequest) XXX_Merge(src proto.Message) {
661         xxx_messageInfo_GetHostnameRequest.Merge(dst, src)
662 }
663 func (m *GetHostnameRequest) XXX_Size() int {
664         return xxx_messageInfo_GetHostnameRequest.Size(m)
665 }
666 func (m *GetHostnameRequest) XXX_DiscardUnknown() {
667         xxx_messageInfo_GetHostnameRequest.DiscardUnknown(m)
668 }
669
670 var xxx_messageInfo_GetHostnameRequest proto.InternalMessageInfo
671
672 func (m *GetHostnameRequest) GetModule() string {
673         if m != nil && m.Module != nil {
674                 return *m.Module
675         }
676         return ""
677 }
678
679 func (m *GetHostnameRequest) GetVersion() string {
680         if m != nil && m.Version != nil {
681                 return *m.Version
682         }
683         return ""
684 }
685
686 func (m *GetHostnameRequest) GetInstance() string {
687         if m != nil && m.Instance != nil {
688                 return *m.Instance
689         }
690         return ""
691 }
692
693 type GetHostnameResponse struct {
694         Hostname             *string  `protobuf:"bytes,1,req,name=hostname" json:"hostname,omitempty"`
695         XXX_NoUnkeyedLiteral struct{} `json:"-"`
696         XXX_unrecognized     []byte   `json:"-"`
697         XXX_sizecache        int32    `json:"-"`
698 }
699
700 func (m *GetHostnameResponse) Reset()         { *m = GetHostnameResponse{} }
701 func (m *GetHostnameResponse) String() string { return proto.CompactTextString(m) }
702 func (*GetHostnameResponse) ProtoMessage()    {}
703 func (*GetHostnameResponse) Descriptor() ([]byte, []int) {
704         return fileDescriptor_modules_service_9cd3bffe4e91c59a, []int{16}
705 }
706 func (m *GetHostnameResponse) XXX_Unmarshal(b []byte) error {
707         return xxx_messageInfo_GetHostnameResponse.Unmarshal(m, b)
708 }
709 func (m *GetHostnameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
710         return xxx_messageInfo_GetHostnameResponse.Marshal(b, m, deterministic)
711 }
712 func (dst *GetHostnameResponse) XXX_Merge(src proto.Message) {
713         xxx_messageInfo_GetHostnameResponse.Merge(dst, src)
714 }
715 func (m *GetHostnameResponse) XXX_Size() int {
716         return xxx_messageInfo_GetHostnameResponse.Size(m)
717 }
718 func (m *GetHostnameResponse) XXX_DiscardUnknown() {
719         xxx_messageInfo_GetHostnameResponse.DiscardUnknown(m)
720 }
721
722 var xxx_messageInfo_GetHostnameResponse proto.InternalMessageInfo
723
724 func (m *GetHostnameResponse) GetHostname() string {
725         if m != nil && m.Hostname != nil {
726                 return *m.Hostname
727         }
728         return ""
729 }
730
731 func init() {
732         proto.RegisterType((*ModulesServiceError)(nil), "appengine.ModulesServiceError")
733         proto.RegisterType((*GetModulesRequest)(nil), "appengine.GetModulesRequest")
734         proto.RegisterType((*GetModulesResponse)(nil), "appengine.GetModulesResponse")
735         proto.RegisterType((*GetVersionsRequest)(nil), "appengine.GetVersionsRequest")
736         proto.RegisterType((*GetVersionsResponse)(nil), "appengine.GetVersionsResponse")
737         proto.RegisterType((*GetDefaultVersionRequest)(nil), "appengine.GetDefaultVersionRequest")
738         proto.RegisterType((*GetDefaultVersionResponse)(nil), "appengine.GetDefaultVersionResponse")
739         proto.RegisterType((*GetNumInstancesRequest)(nil), "appengine.GetNumInstancesRequest")
740         proto.RegisterType((*GetNumInstancesResponse)(nil), "appengine.GetNumInstancesResponse")
741         proto.RegisterType((*SetNumInstancesRequest)(nil), "appengine.SetNumInstancesRequest")
742         proto.RegisterType((*SetNumInstancesResponse)(nil), "appengine.SetNumInstancesResponse")
743         proto.RegisterType((*StartModuleRequest)(nil), "appengine.StartModuleRequest")
744         proto.RegisterType((*StartModuleResponse)(nil), "appengine.StartModuleResponse")
745         proto.RegisterType((*StopModuleRequest)(nil), "appengine.StopModuleRequest")
746         proto.RegisterType((*StopModuleResponse)(nil), "appengine.StopModuleResponse")
747         proto.RegisterType((*GetHostnameRequest)(nil), "appengine.GetHostnameRequest")
748         proto.RegisterType((*GetHostnameResponse)(nil), "appengine.GetHostnameResponse")
749 }
750
751 func init() {
752         proto.RegisterFile("google.golang.org/appengine/internal/modules/modules_service.proto", fileDescriptor_modules_service_9cd3bffe4e91c59a)
753 }
754
755 var fileDescriptor_modules_service_9cd3bffe4e91c59a = []byte{
756         // 457 bytes of a gzipped FileDescriptorProto
757         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xc1, 0x6f, 0xd3, 0x30,
758         0x14, 0xc6, 0x69, 0x02, 0xdb, 0xf2, 0x0e, 0x90, 0x3a, 0x5b, 0xd7, 0x4d, 0x1c, 0x50, 0x4e, 0x1c,
759         0x50, 0x2b, 0x90, 0x10, 0xe7, 0xae, 0x35, 0x25, 0xb0, 0xa5, 0x28, 0xce, 0x2a, 0xc4, 0xa5, 0x0a,
760         0xdb, 0x23, 0x8b, 0x94, 0xda, 0xc1, 0x76, 0x77, 0xe4, 0xbf, 0xe0, 0xff, 0x45, 0x4b, 0xed, 0xb6,
761         0x81, 0x4e, 0x45, 0x68, 0xa7, 0xe4, 0x7d, 0xfe, 0xfc, 0x7b, 0x9f, 0x5f, 0xac, 0xc0, 0x59, 0x2e,
762         0x44, 0x5e, 0x62, 0x2f, 0x17, 0x65, 0xc6, 0xf3, 0x9e, 0x90, 0x79, 0x3f, 0xab, 0x2a, 0xe4, 0x79,
763         0xc1, 0xb1, 0x5f, 0x70, 0x8d, 0x92, 0x67, 0x65, 0x7f, 0x2e, 0xae, 0x17, 0x25, 0x2a, 0xfb, 0x9c,
764         0x29, 0x94, 0xb7, 0xc5, 0x15, 0xf6, 0x2a, 0x29, 0xb4, 0x20, 0xde, 0x6a, 0x47, 0xf8, 0xab, 0x05,
765         0xc1, 0xc5, 0xd2, 0xc4, 0x96, 0x1e, 0x2a, 0xa5, 0x90, 0xe1, 0x4f, 0xf0, 0xea, 0x97, 0xa1, 0xb8,
766         0x46, 0xb2, 0x07, 0xce, 0xe4, 0x93, 0xff, 0x88, 0x10, 0x78, 0x1a, 0xc5, 0xd3, 0xc1, 0x79, 0x34,
767         0x9a, 0x5d, 0x4c, 0x46, 0x97, 0xe7, 0xd4, 0x6f, 0x91, 0x00, 0x9e, 0x59, 0x6d, 0x4a, 0x13, 0x16,
768         0x4d, 0x62, 0xdf, 0x21, 0x47, 0xd0, 0xb6, 0x62, 0x14, 0xb3, 0x74, 0x10, 0x0f, 0x29, 0xf3, 0xdd,
769         0x3b, 0x6f, 0x9a, 0x0c, 0x62, 0x16, 0xd1, 0x38, 0x9d, 0xd1, 0x24, 0x99, 0x24, 0xfe, 0x63, 0x72,
770         0x08, 0xfe, 0x65, 0x4c, 0xbf, 0x7c, 0xa6, 0xc3, 0x94, 0x8e, 0x66, 0x2c, 0x1d, 0xa4, 0xd4, 0x7f,
771         0x12, 0x06, 0xd0, 0x1e, 0xa3, 0x36, 0xc9, 0x12, 0xfc, 0xb1, 0x40, 0xa5, 0xc3, 0x57, 0x40, 0x36,
772         0x45, 0x55, 0x09, 0xae, 0x90, 0x74, 0x60, 0x6f, 0x79, 0xcc, 0x6e, 0xeb, 0x85, 0xfb, 0xd2, 0x4b,
773         0x4c, 0x65, 0xdc, 0x53, 0x94, 0xaa, 0x10, 0xdc, 0x32, 0x1a, 0xee, 0xd6, 0x86, 0xbb, 0x0f, 0x41,
774         0xc3, 0x6d, 0xe0, 0x5d, 0xd8, 0xbf, 0x5d, 0x6a, 0x86, 0x6e, 0xcb, 0xf0, 0x0d, 0x74, 0xc7, 0xa8,
775         0x47, 0xf8, 0x3d, 0x5b, 0x94, 0x76, 0xdf, 0xae, 0x26, 0x6f, 0xe1, 0x64, 0xcb, 0x9e, 0x6d, 0xad,
776         0x9c, 0xcd, 0x56, 0x1f, 0xa1, 0x33, 0x46, 0x1d, 0x2f, 0xe6, 0x11, 0x57, 0x3a, 0xe3, 0x57, 0xb8,
777         0xeb, 0x34, 0x9b, 0x2c, 0xa7, 0x5e, 0x58, 0xb1, 0xde, 0xc1, 0xf1, 0x5f, 0x2c, 0x13, 0xe0, 0x39,
778         0x78, 0x85, 0x15, 0xeb, 0x08, 0x6e, 0xb2, 0x16, 0xc2, 0x1b, 0xe8, 0xb0, 0x07, 0x0a, 0xd1, 0xec,
779         0xe4, 0xfe, 0xd9, 0xe9, 0x04, 0x8e, 0xd9, 0xf6, 0x88, 0xe1, 0x7b, 0x20, 0x4c, 0x67, 0xd2, 0xdc,
780         0x81, 0x6d, 0x01, 0x9c, 0xfb, 0x02, 0x34, 0x26, 0x7a, 0x04, 0x41, 0x83, 0x63, 0xf0, 0x14, 0xda,
781         0x4c, 0x8b, 0xea, 0x7e, 0xfa, 0xbf, 0xcd, 0xf8, 0xf0, 0x2e, 0xe5, 0x1a, 0x63, 0xe0, 0xdf, 0xea,
782         0xfb, 0xf8, 0x41, 0x28, 0xcd, 0xb3, 0xf9, 0xff, 0xd3, 0xc9, 0x29, 0x1c, 0xd8, 0x59, 0x75, 0xdd,
783         0x7a, 0x69, 0x55, 0x87, 0xaf, 0xeb, 0x5b, 0xbc, 0xee, 0x61, 0xbe, 0xec, 0x29, 0x1c, 0xdc, 0x18,
784         0xcd, 0x8c, 0x68, 0x55, 0x9f, 0x79, 0x5f, 0xf7, 0xcd, 0x5f, 0xe2, 0x77, 0x00, 0x00, 0x00, 0xff,
785         0xff, 0x6e, 0xbc, 0xe0, 0x61, 0x5c, 0x04, 0x00, 0x00,
786 }