blob: cc78cc43848e00fe083808b3b8d6e4919b137fc2 [file] [log] [blame]
Joe Gregoriob8006ce2013-03-07 10:33:19 -05001<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="compute_v1beta14.html">Compute Engine API</a> . <a href="compute_v1beta14.firewalls.html">firewalls</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#delete">delete(project, firewall)</a></code></p>
79<p class="firstline">Deletes the specified firewall resource.</p>
80<p class="toc_element">
81 <code><a href="#get">get(project, firewall)</a></code></p>
82<p class="firstline">Returns the specified firewall resource.</p>
83<p class="toc_element">
84 <code><a href="#insert">insert(project, body)</a></code></p>
85<p class="firstline">Creates a firewall resource in the specified project using the data included in the request.</p>
86<p class="toc_element">
87 <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
88<p class="firstline">Retrieves the list of firewall resources available to the specified project.</p>
89<p class="toc_element">
90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<p class="toc_element">
93 <code><a href="#patch">patch(project, firewall, body)</a></code></p>
94<p class="firstline">Updates the specified firewall resource with the data included in the request. This method supports patch semantics.</p>
95<p class="toc_element">
96 <code><a href="#update">update(project, firewall, body)</a></code></p>
97<p class="firstline">Updates the specified firewall resource with the data included in the request.</p>
98<h3>Method Details</h3>
99<div class="method">
100 <code class="details" id="delete">delete(project, firewall)</code>
101 <pre>Deletes the specified firewall resource.
102
103Args:
104 project: string, Name of the project scoping this request. (required)
105 firewall: string, Name of the firewall resource to delete. (required)
106
107Returns:
108 An object of the form:
109
110 { # An operation resource, used to manage asynchronous API requests.
111 "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
112 "kind": "compute#operation", # Type of the resource.
113 "name": "A String", # Name of the resource (output only).
114 "zone": "A String", # URL of the zone where the operation resides (output only).
115 "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
116 {
117 "message": "A String", # Optional human-readable details for this warning.
118 "code": "A String", # The warning type identifier for this warning.
119 "data": [ # Metadata for this warning in 'key: value' format.
120 {
121 "value": "A String", # A warning data value corresponding to the key.
122 "key": "A String", # A key for the warning data.
123 },
124 ],
125 },
126 ],
127 "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
128 "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
129 "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
130 "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
131 "errors": [ # The array of errors encountered while processing this operation.
132 {
133 "message": "A String", # An optional, human-readable error message.
134 "code": "A String", # The error type identifier for this error.
135 "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
136 },
137 ],
138 },
139 "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
140 "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
141 "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
142 "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
143 "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
144 "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
145 "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
146 "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
147 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
148 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
149 "selfLink": "A String", # Server defined URL for the resource (output only).
150 "targetLink": "A String", # URL of the resource the operation is mutating (output only).
151 }</pre>
152</div>
153
154<div class="method">
155 <code class="details" id="get">get(project, firewall)</code>
156 <pre>Returns the specified firewall resource.
157
158Args:
159 project: string, Name of the project scoping this request. (required)
160 firewall: string, Name of the firewall resource to return. (required)
161
162Returns:
163 An object of the form:
164
165 { # A firewall resource.
166 "kind": "compute#firewall", # Type of the resource.
167 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
168 "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
169 "A String",
170 ],
171 "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
172 "A String",
173 ],
174 "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
175 "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
176 "A String",
177 ],
178 "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
179 {
180 "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
181 "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
182 # Example inputs include: ["22"], ["80","443"] and ["12345-12349"].
183 "A String",
184 ],
185 },
186 ],
187 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
188 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
189 "selfLink": "A String", # Server defined URL for the resource (output only).
190 "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
191 }</pre>
192</div>
193
194<div class="method">
195 <code class="details" id="insert">insert(project, body)</code>
196 <pre>Creates a firewall resource in the specified project using the data included in the request.
197
198Args:
199 project: string, Name of the project scoping this request. (required)
200 body: object, The request body. (required)
201 The object takes the form of:
202
203{ # A firewall resource.
204 "kind": "compute#firewall", # Type of the resource.
205 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
206 "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
207 "A String",
208 ],
209 "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
210 "A String",
211 ],
212 "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
213 "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
214 "A String",
215 ],
216 "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
217 {
218 "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
219 "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
220 # Example inputs include: ["22"], ["80","443"] and ["12345-12349"].
221 "A String",
222 ],
223 },
224 ],
225 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
226 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
227 "selfLink": "A String", # Server defined URL for the resource (output only).
228 "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
229 }
230
231
232Returns:
233 An object of the form:
234
235 { # An operation resource, used to manage asynchronous API requests.
236 "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
237 "kind": "compute#operation", # Type of the resource.
238 "name": "A String", # Name of the resource (output only).
239 "zone": "A String", # URL of the zone where the operation resides (output only).
240 "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
241 {
242 "message": "A String", # Optional human-readable details for this warning.
243 "code": "A String", # The warning type identifier for this warning.
244 "data": [ # Metadata for this warning in 'key: value' format.
245 {
246 "value": "A String", # A warning data value corresponding to the key.
247 "key": "A String", # A key for the warning data.
248 },
249 ],
250 },
251 ],
252 "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
253 "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
254 "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
255 "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
256 "errors": [ # The array of errors encountered while processing this operation.
257 {
258 "message": "A String", # An optional, human-readable error message.
259 "code": "A String", # The error type identifier for this error.
260 "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
261 },
262 ],
263 },
264 "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
265 "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
266 "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
267 "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
268 "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
269 "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
270 "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
271 "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
272 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
273 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
274 "selfLink": "A String", # Server defined URL for the resource (output only).
275 "targetLink": "A String", # URL of the resource the operation is mutating (output only).
276 }</pre>
277</div>
278
279<div class="method">
280 <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
281 <pre>Retrieves the list of firewall resources available to the specified project.
282
283Args:
284 project: string, Name of the project scoping this request. (required)
285 maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
286 pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
287 filter: string, Optional. Filter expression for filtering listed resources.
288
289Returns:
290 An object of the form:
291
292 { # Contains a list of firewall resources.
293 "nextPageToken": "A String", # A token used to continue a truncated list request (output only).
294 "items": [ # The firewall resources.
295 { # A firewall resource.
296 "kind": "compute#firewall", # Type of the resource.
297 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
298 "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
299 "A String",
300 ],
301 "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
302 "A String",
303 ],
304 "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
305 "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
306 "A String",
307 ],
308 "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
309 {
310 "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
311 "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
312 # Example inputs include: ["22"], ["80","443"] and ["12345-12349"].
313 "A String",
314 ],
315 },
316 ],
317 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
318 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
319 "selfLink": "A String", # Server defined URL for the resource (output only).
320 "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
321 },
322 ],
323 "kind": "compute#firewallList", # Type of resource.
324 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
325 "selfLink": "A String", # Server defined URL for this resource (output only).
326 }</pre>
327</div>
328
329<div class="method">
330 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
331 <pre>Retrieves the next page of results.
332
333Args:
334 previous_request: The request for the previous page. (required)
335 previous_response: The response from the request for the previous page. (required)
336
337Returns:
338 A request object that you can call 'execute()' on to request the next
339 page. Returns None if there are no more items in the collection.
340 </pre>
341</div>
342
343<div class="method">
344 <code class="details" id="patch">patch(project, firewall, body)</code>
345 <pre>Updates the specified firewall resource with the data included in the request. This method supports patch semantics.
346
347Args:
348 project: string, Name of the project scoping this request. (required)
349 firewall: string, Name of the firewall resource to update. (required)
350 body: object, The request body. (required)
351 The object takes the form of:
352
353{ # A firewall resource.
354 "kind": "compute#firewall", # Type of the resource.
355 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
356 "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
357 "A String",
358 ],
359 "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
360 "A String",
361 ],
362 "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
363 "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
364 "A String",
365 ],
366 "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
367 {
368 "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
369 "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
370 # Example inputs include: ["22"], ["80","443"] and ["12345-12349"].
371 "A String",
372 ],
373 },
374 ],
375 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
376 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
377 "selfLink": "A String", # Server defined URL for the resource (output only).
378 "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
379 }
380
381
382Returns:
383 An object of the form:
384
385 { # An operation resource, used to manage asynchronous API requests.
386 "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
387 "kind": "compute#operation", # Type of the resource.
388 "name": "A String", # Name of the resource (output only).
389 "zone": "A String", # URL of the zone where the operation resides (output only).
390 "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
391 {
392 "message": "A String", # Optional human-readable details for this warning.
393 "code": "A String", # The warning type identifier for this warning.
394 "data": [ # Metadata for this warning in 'key: value' format.
395 {
396 "value": "A String", # A warning data value corresponding to the key.
397 "key": "A String", # A key for the warning data.
398 },
399 ],
400 },
401 ],
402 "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
403 "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
404 "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
405 "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
406 "errors": [ # The array of errors encountered while processing this operation.
407 {
408 "message": "A String", # An optional, human-readable error message.
409 "code": "A String", # The error type identifier for this error.
410 "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
411 },
412 ],
413 },
414 "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
415 "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
416 "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
417 "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
418 "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
419 "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
420 "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
421 "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
422 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
423 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
424 "selfLink": "A String", # Server defined URL for the resource (output only).
425 "targetLink": "A String", # URL of the resource the operation is mutating (output only).
426 }</pre>
427</div>
428
429<div class="method">
430 <code class="details" id="update">update(project, firewall, body)</code>
431 <pre>Updates the specified firewall resource with the data included in the request.
432
433Args:
434 project: string, Name of the project scoping this request. (required)
435 firewall: string, Name of the firewall resource to update. (required)
436 body: object, The request body. (required)
437 The object takes the form of:
438
439{ # A firewall resource.
440 "kind": "compute#firewall", # Type of the resource.
441 "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
442 "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
443 "A String",
444 ],
445 "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
446 "A String",
447 ],
448 "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
449 "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
450 "A String",
451 ],
452 "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
453 {
454 "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
455 "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
456 # Example inputs include: ["22"], ["80","443"] and ["12345-12349"].
457 "A String",
458 ],
459 },
460 ],
461 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
462 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
463 "selfLink": "A String", # Server defined URL for the resource (output only).
464 "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
465 }
466
467
468Returns:
469 An object of the form:
470
471 { # An operation resource, used to manage asynchronous API requests.
472 "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
473 "kind": "compute#operation", # Type of the resource.
474 "name": "A String", # Name of the resource (output only).
475 "zone": "A String", # URL of the zone where the operation resides (output only).
476 "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
477 {
478 "message": "A String", # Optional human-readable details for this warning.
479 "code": "A String", # The warning type identifier for this warning.
480 "data": [ # Metadata for this warning in 'key: value' format.
481 {
482 "value": "A String", # A warning data value corresponding to the key.
483 "key": "A String", # A key for the warning data.
484 },
485 ],
486 },
487 ],
488 "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
489 "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
490 "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
491 "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
492 "errors": [ # The array of errors encountered while processing this operation.
493 {
494 "message": "A String", # An optional, human-readable error message.
495 "code": "A String", # The error type identifier for this error.
496 "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
497 },
498 ],
499 },
500 "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
501 "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
502 "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
503 "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
504 "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
505 "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
506 "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
507 "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
508 "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
509 "id": "A String", # Unique identifier for the resource; defined by the server (output only).
510 "selfLink": "A String", # Server defined URL for the resource (output only).
511 "targetLink": "A String", # URL of the resource the operation is mutating (output only).
512 }</pre>
513</div>
514
515</body></html>