1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 package appengine
22
23 import (
24 reflect "reflect"
25
26 proto "github.com/golang/protobuf/proto"
27 _ "google.golang.org/genproto/googleapis/api/annotations"
28 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
29 protoimpl "google.golang.org/protobuf/runtime/protoimpl"
30 )
31
32 const (
33
34 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
35
36 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
37 )
38
39
40
41 const _ = proto.ProtoPackageIsVersion4
42
43 var File_google_appengine_v1beta_deployed_files_proto protoreflect.FileDescriptor
44
45 var file_google_appengine_v1beta_deployed_files_proto_rawDesc = []byte{
46 0x0a, 0x2c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69,
47 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79,
48 0x65, 0x64, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17,
49 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65,
50 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
51 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e,
52 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x42, 0xd8, 0x01, 0x0a, 0x1b, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f,
53 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2e, 0x76,
54 0x31, 0x62, 0x65, 0x74, 0x61, 0x42, 0x12, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x46,
55 0x69, 0x6c, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x40, 0x67, 0x6f, 0x6f,
56 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x67,
57 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70,
58 0x69, 0x73, 0x2f, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x76, 0x31, 0x62,
59 0x65, 0x74, 0x61, 0x3b, 0x61, 0x70, 0x70, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0xaa, 0x02, 0x1d,
60 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x70, 0x70,
61 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2e, 0x56, 0x31, 0x42, 0x65, 0x74, 0x61, 0xca, 0x02, 0x1d,
62 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41, 0x70, 0x70,
63 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0xea, 0x02, 0x20,
64 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41,
65 0x70, 0x70, 0x45, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61,
66 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
67 }
68
69 var file_google_appengine_v1beta_deployed_files_proto_goTypes = []interface{}{}
70 var file_google_appengine_v1beta_deployed_files_proto_depIdxs = []int32{
71 0,
72 0,
73 0,
74 0,
75 0,
76 }
77
78 func init() { file_google_appengine_v1beta_deployed_files_proto_init() }
79 func file_google_appengine_v1beta_deployed_files_proto_init() {
80 if File_google_appengine_v1beta_deployed_files_proto != nil {
81 return
82 }
83 type x struct{}
84 out := protoimpl.TypeBuilder{
85 File: protoimpl.DescBuilder{
86 GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
87 RawDescriptor: file_google_appengine_v1beta_deployed_files_proto_rawDesc,
88 NumEnums: 0,
89 NumMessages: 0,
90 NumExtensions: 0,
91 NumServices: 0,
92 },
93 GoTypes: file_google_appengine_v1beta_deployed_files_proto_goTypes,
94 DependencyIndexes: file_google_appengine_v1beta_deployed_files_proto_depIdxs,
95 }.Build()
96 File_google_appengine_v1beta_deployed_files_proto = out.File
97 file_google_appengine_v1beta_deployed_files_proto_rawDesc = nil
98 file_google_appengine_v1beta_deployed_files_proto_goTypes = nil
99 file_google_appengine_v1beta_deployed_files_proto_depIdxs = nil
100 }
101
View as plain text