Skip to content

Commit f4c8bc0

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

20 files changed

+178
-130
lines changed

packages/google-cloud-clouddms/samples/generated/v1/data_migration_service.create_connection_profile.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, connectionProfileId, connectionProfile) {
2424
// [START datamigration_v1_generated_DataMigrationService_CreateConnectionProfile_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-clouddms/samples/generated/v1/data_migration_service.create_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, migrationJobId, migrationJob) {
2424
// [START datamigration_v1_generated_DataMigrationService_CreateMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.delete_connection_profile.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START datamigration_v1_generated_DataMigrationService_DeleteConnectionProfile_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-clouddms/samples/generated/v1/data_migration_service.delete_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START datamigration_v1_generated_DataMigrationService_DeleteMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.generate_ssh_script.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(vm) {
2424
// [START datamigration_v1_generated_DataMigrationService_GenerateSshScript_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-clouddms/samples/generated/v1/data_migration_service.get_connection_profile.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START datamigration_v1_generated_DataMigrationService_GetConnectionProfile_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-clouddms/samples/generated/v1/data_migration_service.get_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START datamigration_v1_generated_DataMigrationService_GetMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.list_connection_profiles.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent) {
2424
// [START datamigration_v1_generated_DataMigrationService_ListConnectionProfiles_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-clouddms/samples/generated/v1/data_migration_service.list_migration_jobs.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent) {
2424
// [START datamigration_v1_generated_DataMigrationService_ListMigrationJobs_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-clouddms/samples/generated/v1/data_migration_service.promote_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START datamigration_v1_generated_DataMigrationService_PromoteMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.restart_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START datamigration_v1_generated_DataMigrationService_RestartMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.resume_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START datamigration_v1_generated_DataMigrationService_ResumeMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.start_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START datamigration_v1_generated_DataMigrationService_StartMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.stop_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START datamigration_v1_generated_DataMigrationService_StopMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.update_connection_profile.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(updateMask, connectionProfile) {
2424
// [START datamigration_v1_generated_DataMigrationService_UpdateConnectionProfile_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-clouddms/samples/generated/v1/data_migration_service.update_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(updateMask, migrationJob) {
2424
// [START datamigration_v1_generated_DataMigrationService_UpdateMigrationJob_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-clouddms/samples/generated/v1/data_migration_service.verify_migration_job.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main() {
2424
// [START datamigration_v1_generated_DataMigrationService_VerifyMigrationJob_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-clouddms/samples/generated/v1/snippet_metadata.google.cloud.clouddms.v1.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"segments": [
2323
{
2424
"start": 25,
25-
"end": 84,
25+
"end": 87,
2626
"type": "FULL"
2727
}
2828
],
@@ -78,7 +78,7 @@
7878
"segments": [
7979
{
8080
"start": 25,
81-
"end": 50,
81+
"end": 53,
8282
"type": "FULL"
8383
}
8484
],
@@ -118,7 +118,7 @@
118118
"segments": [
119119
{
120120
"start": 25,
121-
"end": 71,
121+
"end": 74,
122122
"type": "FULL"
123123
}
124124
],
@@ -170,7 +170,7 @@
170170
"segments": [
171171
{
172172
"start": 25,
173-
"end": 65,
173+
"end": 68,
174174
"type": "FULL"
175175
}
176176
],
@@ -218,7 +218,7 @@
218218
"segments": [
219219
{
220220
"start": 25,
221-
"end": 65,
221+
"end": 68,
222222
"type": "FULL"
223223
}
224224
],
@@ -266,7 +266,7 @@
266266
"segments": [
267267
{
268268
"start": 25,
269-
"end": 50,
269+
"end": 53,
270270
"type": "FULL"
271271
}
272272
],
@@ -306,7 +306,7 @@
306306
"segments": [
307307
{
308308
"start": 25,
309-
"end": 50,
309+
"end": 53,
310310
"type": "FULL"
311311
}
312312
],
@@ -346,7 +346,7 @@
346346
"segments": [
347347
{
348348
"start": 25,
349-
"end": 50,
349+
"end": 53,
350350
"type": "FULL"
351351
}
352352
],
@@ -386,7 +386,7 @@
386386
"segments": [
387387
{
388388
"start": 25,
389-
"end": 50,
389+
"end": 53,
390390
"type": "FULL"
391391
}
392392
],
@@ -426,7 +426,7 @@
426426
"segments": [
427427
{
428428
"start": 25,
429-
"end": 50,
429+
"end": 53,
430430
"type": "FULL"
431431
}
432432
],
@@ -466,7 +466,7 @@
466466
"segments": [
467467
{
468468
"start": 25,
469-
"end": 50,
469+
"end": 53,
470470
"type": "FULL"
471471
}
472472
],
@@ -506,7 +506,7 @@
506506
"segments": [
507507
{
508508
"start": 25,
509-
"end": 66,
509+
"end": 69,
510510
"type": "FULL"
511511
}
512512
],
@@ -562,7 +562,7 @@
562562
"segments": [
563563
{
564564
"start": 25,
565-
"end": 82,
565+
"end": 85,
566566
"type": "FULL"
567567
}
568568
],
@@ -618,7 +618,7 @@
618618
"segments": [
619619
{
620620
"start": 25,
621-
"end": 50,
621+
"end": 53,
622622
"type": "FULL"
623623
}
624624
],
@@ -658,7 +658,7 @@
658658
"segments": [
659659
{
660660
"start": 25,
661-
"end": 69,
661+
"end": 72,
662662
"type": "FULL"
663663
}
664664
],
@@ -710,7 +710,7 @@
710710
"segments": [
711711
{
712712
"start": 25,
713-
"end": 65,
713+
"end": 68,
714714
"type": "FULL"
715715
}
716716
],
@@ -758,7 +758,7 @@
758758
"segments": [
759759
{
760760
"start": 25,
761-
"end": 64,
761+
"end": 67,
762762
"type": "FULL"
763763
}
764764
],

0 commit comments

Comments
 (0)