Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit a291abd

Browse files
fix: better support for fallback mode (#91)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 468790263 Source-Link: googleapis/googleapis@873ab45 Source-Link: https://github.com/googleapis/googleapis-gen/commit/cb6f37aeff2a3472e40a7bbace8c67d75e24bee5 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I2ZjM3YWVmZjJhMzQ3MmU0MGE3YmJhY2U4YzY3ZDc1ZTI0YmVlNSJ9
1 parent 3d15d50 commit a291abd

30 files changed

Lines changed: 280 additions & 204 deletions

samples/generated/v1/snippet_metadata.google.cloud.tpu.v1.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"segments": [
2323
{
2424
"start": 25,
25-
"end": 60,
25+
"end": 63,
2626
"type": "FULL"
2727
}
2828
],
@@ -70,7 +70,7 @@
7070
"segments": [
7171
{
7272
"start": 25,
73-
"end": 50,
73+
"end": 53,
7474
"type": "FULL"
7575
}
7676
],
@@ -110,7 +110,7 @@
110110
"segments": [
111111
{
112112
"start": 25,
113-
"end": 60,
113+
"end": 63,
114114
"type": "FULL"
115115
}
116116
],
@@ -158,7 +158,7 @@
158158
"segments": [
159159
{
160160
"start": 25,
161-
"end": 51,
161+
"end": 54,
162162
"type": "FULL"
163163
}
164164
],
@@ -198,7 +198,7 @@
198198
"segments": [
199199
{
200200
"start": 25,
201-
"end": 54,
201+
"end": 57,
202202
"type": "FULL"
203203
}
204204
],
@@ -242,7 +242,7 @@
242242
"segments": [
243243
{
244244
"start": 25,
245-
"end": 50,
245+
"end": 53,
246246
"type": "FULL"
247247
}
248248
],
@@ -282,7 +282,7 @@
282282
"segments": [
283283
{
284284
"start": 25,
285-
"end": 50,
285+
"end": 53,
286286
"type": "FULL"
287287
}
288288
],
@@ -322,7 +322,7 @@
322322
"segments": [
323323
{
324324
"start": 25,
325-
"end": 68,
325+
"end": 71,
326326
"type": "FULL"
327327
}
328328
],
@@ -378,7 +378,7 @@
378378
"segments": [
379379
{
380380
"start": 25,
381-
"end": 50,
381+
"end": 53,
382382
"type": "FULL"
383383
}
384384
],
@@ -418,7 +418,7 @@
418418
"segments": [
419419
{
420420
"start": 25,
421-
"end": 68,
421+
"end": 71,
422422
"type": "FULL"
423423
}
424424
],
@@ -474,7 +474,7 @@
474474
"segments": [
475475
{
476476
"start": 25,
477-
"end": 50,
477+
"end": 53,
478478
"type": "FULL"
479479
}
480480
],

samples/generated/v1/tpu.create_node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, node) {
2424
// [START tpu_v1_generated_Tpu_CreateNode_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.delete_node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START tpu_v1_generated_Tpu_DeleteNode_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.get_accelerator_type.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START tpu_v1_generated_Tpu_GetAcceleratorType_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.get_node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START tpu_v1_generated_Tpu_GetNode_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.get_tensor_flow_version.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START tpu_v1_generated_Tpu_GetTensorFlowVersion_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.list_accelerator_types.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent) {
2424
// [START tpu_v1_generated_Tpu_ListAcceleratorTypes_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.list_nodes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent) {
2424
// [START tpu_v1_generated_Tpu_ListNodes_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.list_tensor_flow_versions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent) {
2424
// [START tpu_v1_generated_Tpu_ListTensorFlowVersions_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

samples/generated/v1/tpu.reimage_node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START tpu_v1_generated_Tpu_ReimageNode_async]
2525
/**
26+
* This snippet has been automatically generated and should be regarded as a code template only.
27+
* It will require modifications to work.
28+
* It may require correct/in-range values for request initialization.
2629
* TODO(developer): Uncomment these variables before running the sample.
2730
*/
2831
/**

0 commit comments

Comments
 (0)