blob: 37a042e236cf12aab25d6c6223ee39749f940a33 [file] [log] [blame]
Craig Citroe633be12015-03-02 13:40:36 -08001<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="replicapoolupdater_v1beta1.html">Google Compute Engine Instance Group Updater API</a> . <a href="replicapoolupdater_v1beta1.zoneOperations.html">zoneOperations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#get">get(project, zone, operation)</a></code></p>
79<p class="firstline">Retrieves the specified zone-specific operation resource.</p>
80<h3>Method Details</h3>
81<div class="method">
82 <code class="details" id="get">get(project, zone, operation)</code>
83 <pre>Retrieves the specified zone-specific operation resource.
84
85Args:
86 project: string, Name of the project scoping this request. (required)
87 zone: string, Name of the zone scoping this request. (required)
88 operation: string, Name of the operation resource to return. (required)
89
90Returns:
91 An object of the form:
92
93 { # An operation resource, used to manage asynchronous API requests.
94 "targetId": "A String", # [Output Only] Unique target id which identifies a particular incarnation of the target.
95 "clientOperationId": "A String",
96 "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format (output only).
97 "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
98 "zone": "A String", # [Output Only] URL of the zone where the operation resides (output only).
99 "operationType": "A String",
100 "httpErrorMessage": "A String",
101 "progress": 42,
102 "httpErrorStatusCode": 42,
103 "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
104 "status": "A String", # [Output Only] Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE".
105 "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC 3339 format.
106 "warnings": [
107 {
108 "message": "A String", # [Output only] Optional human-readable details for this warning.
109 "code": "A String", # [Output only] The warning type identifier for this warning.
110 "data": [ # [Output only] Metadata for this warning in key:value format.
111 {
112 "value": "A String", # [Output Only] Metadata value for this warning.
113 "key": "A String", # [Output Only] Metadata key for this warning.
114 },
115 ],
116 },
117 ],
118 "user": "A String",
119 "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC 3339 format.
120 "kind": "replicapoolupdater#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
121 "name": "A String", # [Output Only] Name of the resource (output only).
122 "region": "A String", # [Output Only] URL of the region where the operation resides (output only).
123 "error": { # [Output Only] If errors occurred during processing of this operation, this field will be populated.
124 "errors": [ # [Output Only] The array of errors encountered while processing this operation.
125 {
126 "message": "A String", # [Output Only] An optional, human-readable error message.
127 "code": "A String", # [Output Only] The error type identifier for this error.
128 "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
129 },
130 ],
131 },
132 "endTime": "A String",
133 "selfLink": "A String", # [Output Only] Server defined URL for the resource.
134 "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating (output only).
135 }</pre>
136</div>
137
138</body></html>