Skip to content

Commit 18b0ff9

Browse files
fix: better support for fallback mode (#165)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 468790263 Source-Link: googleapis/googleapis@873ab45 Source-Link: googleapis/googleapis-gen@cb6f37a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I2ZjM3YWVmZjJhMzQ3MmU0MGE3YmJhY2U4YzY3ZDc1ZTI0YmVlNSJ9
1 parent 9dba218 commit 18b0ff9

24 files changed

+177
-112
lines changed

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.create_assignment.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 bigqueryreservation_v1_generated_ReservationService_CreateAssignment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.create_capacity_commitment.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 bigqueryreservation_v1_generated_ReservationService_CreateCapacityCommitment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.create_reservation.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 bigqueryreservation_v1_generated_ReservationService_CreateReservation_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.delete_assignment.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 bigqueryreservation_v1_generated_ReservationService_DeleteAssignment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.delete_capacity_commitment.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 bigqueryreservation_v1_generated_ReservationService_DeleteCapacityCommitment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.delete_reservation.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 bigqueryreservation_v1_generated_ReservationService_DeleteReservation_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.get_bi_reservation.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 bigqueryreservation_v1_generated_ReservationService_GetBiReservation_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.get_capacity_commitment.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 bigqueryreservation_v1_generated_ReservationService_GetCapacityCommitment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.get_reservation.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 bigqueryreservation_v1_generated_ReservationService_GetReservation_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.list_assignments.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 bigqueryreservation_v1_generated_ReservationService_ListAssignments_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.list_capacity_commitments.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 bigqueryreservation_v1_generated_ReservationService_ListCapacityCommitments_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.list_reservations.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 bigqueryreservation_v1_generated_ReservationService_ListReservations_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.merge_capacity_commitments.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START bigqueryreservation_v1_generated_ReservationService_MergeCapacityCommitments_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.move_assignment.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 bigqueryreservation_v1_generated_ReservationService_MoveAssignment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.search_all_assignments.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 bigqueryreservation_v1_generated_ReservationService_SearchAllAssignments_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.search_assignments.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 bigqueryreservation_v1_generated_ReservationService_SearchAssignments_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.split_capacity_commitment.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 bigqueryreservation_v1_generated_ReservationService_SplitCapacityCommitment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.update_assignment.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START bigqueryreservation_v1_generated_ReservationService_UpdateAssignment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.update_bi_reservation.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START bigqueryreservation_v1_generated_ReservationService_UpdateBiReservation_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.update_capacity_commitment.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START bigqueryreservation_v1_generated_ReservationService_UpdateCapacityCommitment_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/reservation_service.update_reservation.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START bigqueryreservation_v1_generated_ReservationService_UpdateReservation_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
/**

packages/google-cloud-bigquery-reservation/samples/generated/v1/snippet_metadata.google.cloud.bigquery.reservation.v1.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"segments": [
2323
{
2424
"start": 25,
25-
"end": 61,
25+
"end": 64,
2626
"type": "FULL"
2727
}
2828
],
@@ -70,7 +70,7 @@
7070
"segments": [
7171
{
7272
"start": 25,
73-
"end": 61,
73+
"end": 64,
7474
"type": "FULL"
7575
}
7676
],
@@ -118,7 +118,7 @@
118118
"segments": [
119119
{
120120
"start": 25,
121-
"end": 51,
121+
"end": 54,
122122
"type": "FULL"
123123
}
124124
],
@@ -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": 53,
201+
"end": 56,
202202
"type": "FULL"
203203
}
204204
],
@@ -242,7 +242,7 @@
242242
"segments": [
243243
{
244244
"start": 25,
245-
"end": 68,
245+
"end": 71,
246246
"type": "FULL"
247247
}
248248
],
@@ -294,7 +294,7 @@
294294
"segments": [
295295
{
296296
"start": 25,
297-
"end": 61,
297+
"end": 64,
298298
"type": "FULL"
299299
}
300300
],
@@ -342,7 +342,7 @@
342342
"segments": [
343343
{
344344
"start": 25,
345-
"end": 51,
345+
"end": 54,
346346
"type": "FULL"
347347
}
348348
],
@@ -382,7 +382,7 @@
382382
"segments": [
383383
{
384384
"start": 25,
385-
"end": 57,
385+
"end": 60,
386386
"type": "FULL"
387387
}
388388
],
@@ -426,7 +426,7 @@
426426
"segments": [
427427
{
428428
"start": 25,
429-
"end": 53,
429+
"end": 56,
430430
"type": "FULL"
431431
}
432432
],
@@ -470,7 +470,7 @@
470470
"segments": [
471471
{
472472
"start": 25,
473-
"end": 55,
473+
"end": 58,
474474
"type": "FULL"
475475
}
476476
],
@@ -514,7 +514,7 @@
514514
"segments": [
515515
{
516516
"start": 25,
517-
"end": 58,
517+
"end": 61,
518518
"type": "FULL"
519519
}
520520
],
@@ -558,7 +558,7 @@
558558
"segments": [
559559
{
560560
"start": 25,
561-
"end": 62,
561+
"end": 65,
562562
"type": "FULL"
563563
}
564564
],
@@ -606,7 +606,7 @@
606606
"segments": [
607607
{
608608
"start": 25,
609-
"end": 63,
609+
"end": 66,
610610
"type": "FULL"
611611
}
612612
],
@@ -654,7 +654,7 @@
654654
"segments": [
655655
{
656656
"start": 25,
657-
"end": 51,
657+
"end": 54,
658658
"type": "FULL"
659659
}
660660
],
@@ -694,7 +694,7 @@
694694
"segments": [
695695
{
696696
"start": 25,
697-
"end": 70,
697+
"end": 73,
698698
"type": "FULL"
699699
}
700700
],
@@ -746,7 +746,7 @@
746746
"segments": [
747747
{
748748
"start": 25,
749-
"end": 70,
749+
"end": 73,
750750
"type": "FULL"
751751
}
752752
],
@@ -798,7 +798,7 @@
798798
"segments": [
799799
{
800800
"start": 25,
801-
"end": 57,
801+
"end": 60,
802802
"type": "FULL"
803803
}
804804
],
@@ -842,7 +842,7 @@
842842
"segments": [
843843
{
844844
"start": 25,
845-
"end": 53,
845+
"end": 56,
846846
"type": "FULL"
847847
}
848848
],
@@ -886,7 +886,7 @@
886886
"segments": [
887887
{
888888
"start": 25,
889-
"end": 51,
889+
"end": 54,
890890
"type": "FULL"
891891
}
892892
],
@@ -926,7 +926,7 @@
926926
"segments": [
927927
{
928928
"start": 25,
929-
"end": 53,
929+
"end": 56,
930930
"type": "FULL"
931931
}
932932
],

0 commit comments

Comments
 (0)