You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/container_v1.projects.locations.operations.html
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -145,8 +145,8 @@ <h3>Method Details</h3>
145
145
"message": "A String", # Human-friendly representation of the condition
146
146
},
147
147
],
148
-
"detail": "A String", # Detailed operation progress, if available.
149
-
"endTime": "A String", # [Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
"endTime": "A String", # Output only. The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
150
150
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure.
151
151
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
152
152
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -156,17 +156,17 @@ <h3>Method Details</h3>
156
156
],
157
157
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
158
158
},
159
-
"location": "A String", # [Output only] The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.
160
-
"name": "A String", # The server-assigned ID for the operation.
159
+
"location": "A String", # Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.
160
+
"name": "A String", # Output only. The server-assigned ID for the operation.
161
161
"nodepoolConditions": [ # Which conditions caused the current node pool state. Deprecated. Use field error instead.
162
162
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
163
163
"canonicalCode": "A String", # Canonical code of the condition.
164
164
"code": "A String", # Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
165
165
"message": "A String", # Human-friendly representation of the condition
166
166
},
167
167
],
168
-
"operationType": "A String", # The operation type.
169
-
"progress": { # Information about operation (or operation stage) progress. # Output only. [Output only] Progress information for an operation.
168
+
"operationType": "A String", # Output only. The operation type.
169
+
"progress": { # Information about operation (or operation stage) progress. # Output only. Progress information for an operation.
{ # Progress metric is (string, int|float|string) pair.
172
172
"doubleValue": 3.14, # For metrics with floating point value.
@@ -181,12 +181,12 @@ <h3>Method Details</h3>
181
181
],
182
182
"status": "A String", # Status of an operation stage. Unset for single-stage operations.
183
183
},
184
-
"selfLink": "A String", # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
185
-
"startTime": "A String", # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
186
-
"status": "A String", # The current status of the operation.
184
+
"selfLink": "A String", # Output only. Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
185
+
"startTime": "A String", # Output only. The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
186
+
"status": "A String", # Output only. The current status of the operation.
187
187
"statusMessage": "A String", # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
188
-
"targetLink": "A String", # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
189
-
"zone": "A String", # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
188
+
"targetLink": "A String", # Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
189
+
"zone": "A String", # Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
190
190
}</pre>
191
191
</div>
192
192
@@ -219,8 +219,8 @@ <h3>Method Details</h3>
219
219
"message": "A String", # Human-friendly representation of the condition
220
220
},
221
221
],
222
-
"detail": "A String", # Detailed operation progress, if available.
223
-
"endTime": "A String", # [Output only] The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
"endTime": "A String", # Output only. The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
224
224
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure.
225
225
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
226
226
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
@@ -230,17 +230,17 @@ <h3>Method Details</h3>
230
230
],
231
231
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
232
232
},
233
-
"location": "A String", # [Output only] The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.
234
-
"name": "A String", # The server-assigned ID for the operation.
233
+
"location": "A String", # Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.
234
+
"name": "A String", # Output only. The server-assigned ID for the operation.
235
235
"nodepoolConditions": [ # Which conditions caused the current node pool state. Deprecated. Use field error instead.
236
236
{ # StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).
237
237
"canonicalCode": "A String", # Canonical code of the condition.
238
238
"code": "A String", # Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
239
239
"message": "A String", # Human-friendly representation of the condition
240
240
},
241
241
],
242
-
"operationType": "A String", # The operation type.
243
-
"progress": { # Information about operation (or operation stage) progress. # Output only. [Output only] Progress information for an operation.
242
+
"operationType": "A String", # Output only. The operation type.
243
+
"progress": { # Information about operation (or operation stage) progress. # Output only. Progress information for an operation.
{ # Progress metric is (string, int|float|string) pair.
246
246
"doubleValue": 3.14, # For metrics with floating point value.
@@ -255,12 +255,12 @@ <h3>Method Details</h3>
255
255
],
256
256
"status": "A String", # Status of an operation stage. Unset for single-stage operations.
257
257
},
258
-
"selfLink": "A String", # Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
259
-
"startTime": "A String", # [Output only] The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
260
-
"status": "A String", # The current status of the operation.
258
+
"selfLink": "A String", # Output only. Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
259
+
"startTime": "A String", # Output only. The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
260
+
"status": "A String", # Output only. The current status of the operation.
261
261
"statusMessage": "A String", # Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.
262
-
"targetLink": "A String", # Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
263
-
"zone": "A String", # The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
262
+
"targetLink": "A String", # Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
263
+
"zone": "A String", # Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.
0 commit comments