-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
298 lines (268 loc) · 17 KB
/
Copy pathindex.html
File metadata and controls
298 lines (268 loc) · 17 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
---
layout: phase2
title: Developer Information & Resources
---
<div class="site-wrapper developers">
<div class="maia-stage page-header tertiary scroll-section" data-section-label="Developers">
<div class="maia-aux page-header-inner">
<div class="page-header-inner-inner">
<h1 class="headline">Developers</h1>
<p class="subheadline">
We’ve designed Cloud Platform to make it easy for developers to get started fast. Use this page to access a variety of resources that will help you build your application.
</p>
</div>
</div>
</div>
<div id="maia-main">
<div id="product-documentation" class="generic-section scroll-section" data-section-label="Product Documentation">
<div class="maia-cols">
<div class="header">
<h2 id="documentation" class="headline maia-col-8">Product Documentation</h2>
</div>
</div>
<div class="maia-cols" id="first-row">
<!--first row-->
<div class="inner-block maia-col-6 product">
<div class="product-wrapper">
<div class="icon-wrapper">
<span class="app-icon compute-engine"></span>
</div>
<div class="links-wrapper">
<h3 class="headline">Compute Engine</h3>
<ul class="inline-list">
<li><a href="https://developers.google.com/compute/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Comupute Engine" data-g-label="Documentation">Documentation</a>
</li>
<li><a href="https://developers.google.com/compute/docs/getting-started-with-compute" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Comupute Engine" data-g-label="Getting Started">Getting Started</a>
</li>
<li><a href="https://developers.google.com/compute/docs/samples-and-videos#samples" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Comupute Engine" data-g-label="Sample Code">Sample code</a>
</li>
</ul>
</div>
</div>
</div>
<div class="inner-block maia-col-6 product">
<div class="product-wrapper">
<div class="icon-wrapper">
<span class="app-icon cloud-storage"></span>
</div>
<div class="links-wrapper">
<h3 class="headline">Cloud Storage</h3>
<ul class="inline-list">
<li><a href="https://developers.google.com/storage/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Storage" data-g-label="Documentation">Documentation</a>
</li>
<li><a href="https://developers.google.com/storage/docs/xml-api-overview" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Storage" data-g-label="XML API">XML API</a>
</li>
<li><a href="https://developers.google.com/storage/docs/json_api/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Storage" data-g-label="JSON API">JSON API</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--end first row-->
<div class="maia-cols" id="second-row">
<!--second row-->
<div class="inner-block maia-col-6 product">
<div class="product-wrapper">
<div class="icon-wrapper">
<span class="app-icon app-engine"></span>
</div>
<div class="links-wrapper">
<h3 class="headline">App Engine</h3>
<ul class="inline-list">
<li><span>Documentation</span>
<a href="https://developers.google.com/appengine/docs/python/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Documentation" data-g-label="Python">Python</a>
<a href="https://developers.google.com/appengine/docs/java/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Documentation" data-g-label="Java">Java</a>
<a href="https://developers.google.com/appengine/docs/php/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Documentation" data-g-label="PHP">PHP</a>
<a href="https://developers.google.com/appengine/docs/go/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Documentation" data-g-label="Go">Go</a>
</li></br>
<li><span>Getting started</span>
<a href="https://developers.google.com/appengine/docs/python/gettingstartedpython27/introduction" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Getting Started" data-g-label="Python">Python</a>
<a href="https://developers.google.com/appengine/docs/java/gettingstarted/introduction" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Getting Started" data-g-label="Java">Java</a>
<a href="https://developers.google.com/appengine/docs/php/gettingstarted/introduction" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Getting Started" data-g-label="PHP">PHP</a>
<a href="https://developers.google.com/appengine/docs/go/gettingstarted/introduction" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="App Engine: Getting Started" data-g-label="Go">Go</a>
</li>
</ul>
</div>
</div>
</div>
<div class="inner-block maia-col-6 product">
<div class="product-wrapper">
<div class="icon-wrapper">
<span class="app-icon bigquery"></span>
</div>
<div class="links-wrapper">
<h3 class="headline">BigQuery</h3>
<ul class="inline-list">
<li><a href="https://developers.google.com/bigquery/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="BigQuery" data-g-label="Documentation">Documentation</a>
</li></br>
<li><span>Getting started</span>
<a href="https://developers.google.com/bigquery/browser-tool-quickstart" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="BigQuery" data-g-label="Browser Tool">Browser Tool</a>
<a href="https://developers.google.com/bigquery/bq-command-line-tool-quickstart" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="BigQuery" data-g-label="Command Line">Command Line</a>
<a href="https://developers.google.com/bigquery/bigquery-api-quickstart" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="BigQuery" data-g-label="API">API</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--end second row-->
<div class="maia-cols" id="third-row">
<!--third row-->
<div class="inner-block maia-col-6 product">
<div class="product-wrapper">
<div class="icon-wrapper">
<span class="app-icon cloud-sql"></span>
</div>
<div class="links-wrapper">
<h3 class="headline">Cloud SQL</h3>
<ul class="inline-list">
<li><a href="https://developers.google.com/cloud-sql/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud SQL" data-g-label="Documentation">Documentation</a>
</li>
<li><a href="https://developers.google.com/cloud-sql/docs/getting-started" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud SQL" data-g-label="Getting Started">Getting Started</a>
</li>
<li><a href="https://developers.google.com/cloud-sql/docs/instances" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud SQL" data-g-label="Managing Instances">Managing Instances</a>
</li>
<li><a href="https://developers.google.com/cloud-sql/docs/mysql-client" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud SQL" data-g-label="Using Instances">Using Instances</a>
</li>
</ul>
</div>
</div>
</div>
<div class="inner-block maia-col-6 product">
<div class="product-wrapper">
<div class="icon-wrapper">
<span class="app-icon cloud-endpoints"></span>
</div>
<div class="links-wrapper">
<h3 class="headline">Cloud Endpoints</h3>
<ul class="inline-list">
<li><a href="https://developers.google.com/appengine/docs/java/endpoints/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Endpoints" data-g-label="Documentation">Documentation</a>
</li>
<li><a href="https://developers.google.com/appengine/docs/java/endpoints/getstarted/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Endpoints" data-g-label="Getting Started">Getting Started</a>
</li></br>
<li><span>Using Endpoints in Clients</span>
<a href="https://developers.google.com/appengine/docs/java/endpoints/consume_js" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Endpoints" data-g-label="JavaScript">JavaScript</a>
<a href="https://developers.google.com/appengine/docs/java/endpoints/consume_android" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Endpoints" data-g-label="Android">Android</a>
<a href="https://developers.google.com/appengine/docs/java/endpoints/consume_ios" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Endpoints" data-g-label="iOS">iOS</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--end third row-->
<div class="maia-cols" id="fourth-row">
<!--fourth row-->
<div class="inner-block maia-col-6 last-section">
<div class="product-wrapper">
<div class="icon-wrapper">
<span class="app-icon cloud-datastore"></span>
</div>
<div class="links-wrapper">
<h3 class="headline">Cloud Datastore</h3>
<ul class="inline-list">
<li><a href="https://developers.google.com/datastore/docs/overview" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Datastore" data-g-label="Documentation">Documentation</a>
</li></br>
<li><span>Getting started</span>
<a href="https://developers.google.com/datastore/docs/getstarted/start_nodejs/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Datastore" data-g-label="Node.js">Node.js</a>
<a href="https://developers.google.com/datastore/docs/getstarted/start_python/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Datastore" data-g-label="Python">Python</a>
<a href="https://developers.google.com/datastore/docs/getstarted/start_java/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Datastore" data-g-label="Java">Java</a>
<a href="https://developers.google.com/datastore/docs/getstarted/start_ruby/" class="link-out" event="autotrack-data-g" data-g-event="Developers" data-g-action="Cloud Datastore" data-g-label="Ruby">Ruby</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--end fourth row -->
<div id="articles" class="generic-section last" data-ng-controller="CloudDevResourcesController as ctrl" data-ng-click="ctrl.tryCloseFilter($event)" data-ng-cloak>
<div class="maia-cols">
<div class="header maia-col-8">
<h2 id="resources" class="headline scroll-section" data-section-label="Articles and Resources">Articles and Resources</h2>
</div>
<div class="filter-bar maia-col-12">
<div class="maia-cols">
<div class="filters maia-col-8">
<div class="filters-inner">
<label class="filter-label">Filter by:</label>
<ul class="active-filters">
<li class="filter-item" data-ng-repeat="filter in ctrl.activeFilters">
<a data-ng-click="ctrl.toggleFilter(filter)" data-ng-bind="filter.label"></a>
</li>
<li class="filter-results placeholder" data-ng-hide="ctrl.activeFilters.length">All industries and products</li>
</ul>
</div>
</div>
<div class="maia-col-4 filter-controls">
<div class="clear-filters filters">
<a class="filters-inner clear-filters-label" data-ng-click="ctrl.clearFilters()">Clear all filters X</a>
</div>
<div id="filter-container" class="add-filters filters" data-ng-class="{'active':ctrl.filterDropdownActive}">
<label class="filters-inner add-filters-label" data-ng-click="ctrl.filterDropdownActive = !ctrl.filterDropdownActive">Add a filter +</label>
<div class="available-filter-container">
<ul class="filters-inner">
<li class="filter-item" data-ng-repeat="filter in ctrl.filters">
<a data-ng-click="ctrl.toggleFilter(filter)" data-ng-bind="filter.label" ng-class="{'active':filter.active}"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="maia-col-12 paginator-wrapper" data-ng-show="ctrl.numPages > 0">
<ul class="paginator-container">
<li class="page-item-number"><a data-ng-click="ctrl.previousPage()" data-ng-disabled="ctrl.curPage === 0"><</a>
</li>
<li class="page-item-number" data-ng-repeat="page in ctrl.getPages() track by $index" data-ng-class="{active:$index===ctrl.curPage}"><a data-ng-click="ctrl.setPage($index)" data-ng-bind="$index + 1"></a>
</li>
<li class="page-item-number"><a data-ng-click="ctrl.nextPage()" data-ng-disabled="ctrl.curPage === ctrl.numPages - 1">></a>
</li>
</ul>
</div>
<div class="cse-results maia-col-12">
<div class="maia-cols">
<div class="cse-result inner-block maia-col-12" data-ng-repeat="result in ctrl.results">
<div class="maia-cols">
<div class="text-details-wrapper maia-col-12">
<a data-ng-href="{[result.link]}" class="resources-title-link" target="_blank" data-ng-bind="result.title">
</a>
<p class="published-on">Published on <a data-ng-href="{[result.displayLink]}" data-ng-bind="result.displayLink"></a></p>
<p data-ng-bind="result.snippet">
</p>
<a data-ng-href="{[result.link]}" class="read-more">Read more</a>
</div>
</div>
</div>
</div>
<div data-ng-show="!ctrl.results || !ctrl.results.length">
<div class="clear-filters filters" data-ng-show="ctrl.ready">
<p>No results to display.</p>
</div>
<div data-ng-show="!ctrl.ready" class="ajax-loader">
<img src="/images/google-spinner.gif">
<span>Loading...</span>
</div>
</div>
</div>
<div class="maia-col-12 paginator-wrapper" data-ng-show="ctrl.numPages > 0">
<ul class="paginator-container">
<li class="page-item-number"><a data-ng-click="ctrl.previousPage()" data-ng-disabled="ctrl.curPage === 0"><</a>
</li>
<li class="page-item-number" data-ng-repeat="page in ctrl.getPages() track by $index" data-ng-class="{active:$index===ctrl.curPage}"><a data-ng-click="ctrl.setPage($index)" data-ng-bind="$index + 1"></a>
</li>
<li class="page-item-number"><a data-ng-click="ctrl.nextPage()" data-ng-disabled="ctrl.curPage === ctrl.numPages - 1">></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="//www.google.com/js/gweb/ui/lightbox.js"></script>
<script>
var lightbox = new gweb.ui.LightBox();
lightbox.disableNav();
lightbox.init();
</script>