Skip to content

Commit 75214ab

Browse files
chore(tpu): update the api
1 parent c75e166 commit 75214ab

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/dyn/tpu_v1.projects.locations.nodes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>Instance Methods</h2>
100100
<p class="firstline">Starts a node.</p>
101101
<p class="toc_element">
102102
<code><a href="#stop">stop(name, body=None, x__xgafv=None)</a></code></p>
103-
<p class="firstline">Stops a node.</p>
103+
<p class="firstline">Stops a node, this operation is only available with single TPU nodes.</p>
104104
<h3>Method Details</h3>
105105
<div class="method">
106106
<code class="details" id="close">close()</code>
@@ -437,7 +437,7 @@ <h3>Method Details</h3>
437437

438438
<div class="method">
439439
<code class="details" id="stop">stop(name, body=None, x__xgafv=None)</code>
440-
<pre>Stops a node.
440+
<pre>Stops a node, this operation is only available with single TPU nodes.
441441

442442
Args:
443443
name: string, The resource name. (required)

docs/dyn/tpu_v1alpha1.projects.locations.nodes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2>Instance Methods</h2>
100100
<p class="firstline">Starts a node.</p>
101101
<p class="toc_element">
102102
<code><a href="#stop">stop(name, body=None, x__xgafv=None)</a></code></p>
103-
<p class="firstline">Stops a node.</p>
103+
<p class="firstline">Stops a node. This operation is only available with single TPU nodes.</p>
104104
<h3>Method Details</h3>
105105
<div class="method">
106106
<code class="details" id="close">close()</code>
@@ -439,7 +439,7 @@ <h3>Method Details</h3>
439439

440440
<div class="method">
441441
<code class="details" id="stop">stop(name, body=None, x__xgafv=None)</code>
442-
<pre>Stops a node.
442+
<pre>Stops a node. This operation is only available with single TPU nodes.
443443

444444
Args:
445445
name: string, The resource name. (required)

googleapiclient/discovery_cache/documents/tpu.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
]
431431
},
432432
"stop": {
433-
"description": "Stops a node.",
433+
"description": "Stops a node, this operation is only available with single TPU nodes.",
434434
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/nodes/{nodesId}:stop",
435435
"httpMethod": "POST",
436436
"id": "tpu.projects.locations.nodes.stop",
@@ -659,7 +659,7 @@
659659
}
660660
}
661661
},
662-
"revision": "20210816",
662+
"revision": "20210824",
663663
"rootUrl": "https://tpu.googleapis.com/",
664664
"schemas": {
665665
"AcceleratorType": {
@@ -1052,7 +1052,7 @@
10521052
"type": "string"
10531053
},
10541054
"cancelRequested": {
1055-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1055+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
10561056
"readOnly": true,
10571057
"type": "boolean"
10581058
},

googleapiclient/discovery_cache/documents/tpu.v1alpha1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
]
441441
},
442442
"stop": {
443-
"description": "Stops a node.",
443+
"description": "Stops a node. This operation is only available with single TPU nodes.",
444444
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/nodes/{nodesId}:stop",
445445
"httpMethod": "POST",
446446
"id": "tpu.projects.locations.nodes.stop",
@@ -669,7 +669,7 @@
669669
}
670670
}
671671
},
672-
"revision": "20210816",
672+
"revision": "20210824",
673673
"rootUrl": "https://tpu.googleapis.com/",
674674
"schemas": {
675675
"AcceleratorType": {
@@ -1062,7 +1062,7 @@
10621062
"type": "string"
10631063
},
10641064
"cancelRequested": {
1065-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1065+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
10661066
"readOnly": true,
10671067
"type": "boolean"
10681068
},

0 commit comments

Comments
 (0)