blob: d1eb5f4ded9c9c81006df495ddde28d30fa1cf0c [file] [log] [blame]
Craig Citro065b5302014-08-14 00:47:23 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="autoscaler_v1beta2.html">Google Compute Engine Autoscaler API</a> . <a href="autoscaler_v1beta2.zoneOperations.html">zoneOperations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#delete">delete(project, zone, operation)</a></code></p>
79<p class="firstline">Deletes the specified zone-specific operation resource.</p>
80<p class="toc_element">
81 <code><a href="#get">get(project, zone, operation)</a></code></p>
82<p class="firstline">Retrieves the specified zone-specific operation resource.</p>
83<p class="toc_element">
84 <code><a href="#list">list(project, zone, maxResults=None, pageToken=None, filter=None)</a></code></p>
85<p class="firstline">Retrieves the list of operation resources contained within the specified zone.</p>
86<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
91 <code class="details" id="delete">delete(project, zone, operation)</code>
92 <pre>Deletes the specified zone-specific operation resource.
93
94Args:
95 project: string, A parameter (required)
96 zone: string, A parameter (required)
97 operation: string, A parameter (required)
98</pre>
99</div>
100
101<div class="method">
102 <code class="details" id="get">get(project, zone, operation)</code>
103 <pre>Retrieves the specified zone-specific operation resource.
104
105Args:
106 project: string, A parameter (required)
107 zone: string, A parameter (required)
108 operation: string, A parameter (required)
109
110Returns:
111 An object of the form:
112
113 {
114 "targetId": "A String",
115 "clientOperationId": "A String",
116 "creationTimestamp": "A String",
117 "id": "A String",
118 "zone": "A String",
119 "operationType": "A String",
120 "httpErrorMessage": "A String",
121 "progress": 42,
122 "httpErrorStatusCode": 42,
123 "statusMessage": "A String",
124 "status": "A String",
125 "insertTime": "A String",
126 "warnings": [
127 {
128 "message": "A String",
129 "code": "A String",
130 "data": [
131 {
132 "value": "A String",
133 "key": "A String",
134 },
135 ],
136 },
137 ],
138 "user": "A String",
139 "startTime": "A String",
Craig Citroe633be12015-03-02 13:40:36 -0800140 "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
Craig Citro065b5302014-08-14 00:47:23 -0700141 "name": "A String",
142 "region": "A String",
143 "error": {
144 "errors": [
145 {
146 "message": "A String",
147 "code": "A String",
148 "location": "A String",
149 },
150 ],
151 },
152 "endTime": "A String",
153 "selfLink": "A String",
154 "targetLink": "A String",
155 }</pre>
156</div>
157
158<div class="method">
159 <code class="details" id="list">list(project, zone, maxResults=None, pageToken=None, filter=None)</code>
160 <pre>Retrieves the list of operation resources contained within the specified zone.
161
162Args:
163 project: string, A parameter (required)
164 zone: string, A parameter (required)
165 maxResults: integer, A parameter
166 pageToken: string, A parameter
167 filter: string, A parameter
168
169Returns:
170 An object of the form:
171
172 {
173 "nextPageToken": "A String",
174 "items": [
175 {
176 "targetId": "A String",
177 "clientOperationId": "A String",
178 "creationTimestamp": "A String",
179 "id": "A String",
180 "zone": "A String",
181 "operationType": "A String",
182 "httpErrorMessage": "A String",
183 "progress": 42,
184 "httpErrorStatusCode": 42,
185 "statusMessage": "A String",
186 "status": "A String",
187 "insertTime": "A String",
188 "warnings": [
189 {
190 "message": "A String",
191 "code": "A String",
192 "data": [
193 {
194 "value": "A String",
195 "key": "A String",
196 },
197 ],
198 },
199 ],
200 "user": "A String",
201 "startTime": "A String",
Craig Citroe633be12015-03-02 13:40:36 -0800202 "kind": "autoscaler#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
Craig Citro065b5302014-08-14 00:47:23 -0700203 "name": "A String",
204 "region": "A String",
205 "error": {
206 "errors": [
207 {
208 "message": "A String",
209 "code": "A String",
210 "location": "A String",
211 },
212 ],
213 },
214 "endTime": "A String",
215 "selfLink": "A String",
216 "targetLink": "A String",
217 },
218 ],
Craig Citroe633be12015-03-02 13:40:36 -0800219 "kind": "autoscaler#operationList", # Type of resource. Always compute#operations for Operations resource.
Craig Citro065b5302014-08-14 00:47:23 -0700220 "id": "A String",
221 "selfLink": "A String",
222 }</pre>
223</div>
224
225<div class="method">
226 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
227 <pre>Retrieves the next page of results.
228
229Args:
230 previous_request: The request for the previous page. (required)
231 previous_response: The response from the request for the previous page. (required)
232
233Returns:
234 A request object that you can call 'execute()' on to request the next
235 page. Returns None if there are no more items in the collection.
236 </pre>
237</div>
238
239</body></html>