-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.cctemplate
167 lines (167 loc) · 6.51 KB
/
.cctemplate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"metadata": {
"version": "1"
},
"templates": [
{
"path": "java/functions/hello-http",
"name": "Java: Cloud Functions - hello-http",
"description": "An HTTP triggered Java Cloud Functions template"
},
{
"path": "java/functions/hello-gcs",
"name": "Java: Cloud Functions - hello-gcs",
"description": "A Cloud Storage triggered Java Cloud Functions template"
},
{
"path": "java/functions/hello-pubsub",
"name": "Java: Cloud Functions - hello-pubsub",
"description": "A Pub/Sub triggered Java Cloud Functions template"
},
{
"path": "java/functions/hello-auditlog",
"name": "Java: Cloud Functions - hello-auditlog",
"description": "An AuditLog triggered Java Cloud Functions template"
},
{
"path": "java/run/hello-http",
"name": "Java: Cloud Run - hello-http",
"description": "An HTTP triggered Java Cloud Run template"
},
{
"path": "java/run/hello-gcs",
"name": "Java: Cloud Run - hello-gcs",
"description": "A Cloud Storage triggered Java Cloud Run template"
},
{
"path": "java/run/hello-pubsub",
"name": "Java: Cloud Run - hello-pubsub",
"description": "A Pub/Sub triggered Java Cloud Run template"
},
{
"path": "java/run/hello-auditlog",
"name": "Java: Cloud Run - hello-auditlog",
"description": "An AuditLog triggered Java Cloud Run template"
},
{
"path": "dotnet/functions/hello-http",
"name": ".NET: Cloud Functions - hello-http",
"description": "An HTTP triggered .NET Cloud Functions template"
},
{
"path": "dotnet/functions/hello-gcs",
"name": ".NET: Cloud Functions - hello-gcs",
"description": "A Cloud Storage triggered .NET Cloud Functions template"
},
{
"path": "dotnet/functions/hello-pubsub",
"name": ".NET: Cloud Functions - hello-pubsub",
"description": "A Pub/Sub triggered .NET Cloud Functions template"
},
{
"path": "dotnet/functions/hello-auditlog",
"name": ".NET: Cloud Functions - hello-auditlog",
"description": "An AuditLog triggered .NET Cloud Functions template"
},
{
"path": "dotnet/run/hello-http",
"name": ".NET: Cloud Run - hello-http",
"description": "An HTTP triggered .NET Cloud Run template"
},
{
"path": "dotnet/run/hello-gcs",
"name": ".NET: Cloud Run - hello-gcs",
"description": "A Cloud Storage triggered .NET Cloud Run template"
},
{
"path": "dotnet/run/hello-pubsub",
"name": ".NET: Cloud Run - hello-pubsub",
"description": "A Pub/Sub triggered .NET Cloud Run template"
},
{
"path": "dotnet/run/hello-auditlog",
"name": ".NET: Cloud Run - hello-auditlog",
"description": "An AuditLog triggered .NET Cloud Run template"
},
{
"path": "nodejs/functions/hello-http",
"name": "Node.js: Cloud Functions - hello-http",
"description": "An HTTP triggered Node.js Cloud Functions template"
},
{
"path": "nodejs/functions/hello-gcs",
"name": "Node.js: Cloud Functions - hello-gcs",
"description": "A Cloud Storage triggered Node.js Cloud Functions template"
},
{
"path": "nodejs/functions/hello-pubsub",
"name": "Node.js: Cloud Functions - hello-pubsub",
"description": "A Pub/Sub triggered Node.js Cloud Functions template"
},
{
"path": "nodejs/functions/hello-auditlog",
"name": "Node.js: Cloud Functions - hello-auditlog",
"description": "An AuditLog triggered Node.js Cloud Functions template"
},
{
"path": "nodejs/run/hello-http",
"name": "Node.js: Cloud Run - hello-http",
"description": "An HTTP triggered Node.js Cloud Run template"
},
{
"path": "nodejs/run/hello-gcs",
"name": "Node.js: Cloud Run - hello-gcs",
"description": "A Cloud Storage triggered Node.js Cloud Run template"
},
{
"path": "nodejs/run/hello-pubsub",
"name": "Node.js: Cloud Run - hello-pubsub",
"description": "A Pub/Sub triggered Node.js Cloud Run template"
},
{
"path": "nodejs/run/hello-auditLog",
"name": "Node.js: Cloud Run - hello-auditlog",
"description": "An AuditLog triggered Node.js Cloud Run template"
},
{
"path": "python/functions/hello-http",
"name": "Python: Cloud Functions - hello-http",
"description": "An HTTP triggered Python Cloud Functions template"
},
{
"path": "python/functions/hello-gcs",
"name": "Python: Cloud Functions - hello-gcs",
"description": "A Cloud Storage triggered Python Cloud Functions template"
},
{
"path": "python/functions/hello-pubsub",
"name": "Python: Cloud Functions - hello-pubsub",
"description": "A Pub/Sub triggered Python Cloud Functions template"
},
{
"path": "python/functions/hello-auditlog",
"name": "Python: Cloud Functions - hello-auditlog",
"description": "An AuditLog triggered Python Cloud Functions template"
},
{
"path": "python/run/hello-http",
"name": "Python: Cloud Run - hello-http",
"description": "An HTTP triggered Python Cloud Run template"
},
{
"path": "python/run/hello-gcs",
"name": "Python: Cloud Run - hello-gcs",
"description": "A Cloud Storage triggered Python Cloud Run template"
},
{
"path": "python/run/hello-pubsub",
"name": "Python: Cloud Run - hello-pubsub",
"description": "A Pub/Sub triggered Python Cloud Run template"
},
{
"path": "python/run/hello-auditLog",
"name": "Python: Cloud Run - hello-auditlog",
"description": "An AuditLog triggered Python Cloud Run template"
}
]
}