Skip to content

Commit c3d240f

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

File tree

54 files changed

+493
-333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+493
-333
lines changed

packages/google-cloud-metastore/samples/generated/v1/dataproc_metastore.create_backup.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, backupId, backup) {
2424
// [START metastore_v1_generated_DataprocMetastore_CreateBackup_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-metastore/samples/generated/v1/dataproc_metastore.create_metadata_import.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, metadataImportId, metadataImport) {
2424
// [START metastore_v1_generated_DataprocMetastore_CreateMetadataImport_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-metastore/samples/generated/v1/dataproc_metastore.create_service.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, serviceId, service) {
2424
// [START metastore_v1_generated_DataprocMetastore_CreateService_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-metastore/samples/generated/v1/dataproc_metastore.delete_backup.js

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

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

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(service) {
2424
// [START metastore_v1_generated_DataprocMetastore_ExportMetadata_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-metastore/samples/generated/v1/dataproc_metastore.get_backup.js

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

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

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

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

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

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

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(service, backup) {
2424
// [START metastore_v1_generated_DataprocMetastore_RestoreService_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-metastore/samples/generated/v1/dataproc_metastore.update_metadata_import.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(updateMask, metadataImport) {
2424
// [START metastore_v1_generated_DataprocMetastore_UpdateMetadataImport_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-metastore/samples/generated/v1/dataproc_metastore.update_service.js

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

+15-15
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"segments": [
2323
{
2424
"start": 25,
25-
"end": 79,
25+
"end": 82,
2626
"type": "FULL"
2727
}
2828
],
@@ -78,7 +78,7 @@
7878
"segments": [
7979
{
8080
"start": 25,
81-
"end": 52,
81+
"end": 55,
8282
"type": "FULL"
8383
}
8484
],
@@ -118,7 +118,7 @@
118118
"segments": [
119119
{
120120
"start": 25,
121-
"end": 82,
121+
"end": 85,
122122
"type": "FULL"
123123
}
124124
],
@@ -170,7 +170,7 @@
170170
"segments": [
171171
{
172172
"start": 25,
173-
"end": 75,
173+
"end": 78,
174174
"type": "FULL"
175175
}
176176
],
@@ -218,7 +218,7 @@
218218
"segments": [
219219
{
220220
"start": 25,
221-
"end": 66,
221+
"end": 69,
222222
"type": "FULL"
223223
}
224224
],
@@ -262,7 +262,7 @@
262262
"segments": [
263263
{
264264
"start": 25,
265-
"end": 79,
265+
"end": 82,
266266
"type": "FULL"
267267
}
268268
],
@@ -318,7 +318,7 @@
318318
"segments": [
319319
{
320320
"start": 25,
321-
"end": 52,
321+
"end": 55,
322322
"type": "FULL"
323323
}
324324
],
@@ -358,7 +358,7 @@
358358
"segments": [
359359
{
360360
"start": 25,
361-
"end": 82,
361+
"end": 85,
362362
"type": "FULL"
363363
}
364364
],
@@ -410,7 +410,7 @@
410410
"segments": [
411411
{
412412
"start": 25,
413-
"end": 75,
413+
"end": 78,
414414
"type": "FULL"
415415
}
416416
],
@@ -458,7 +458,7 @@
458458
"segments": [
459459
{
460460
"start": 25,
461-
"end": 76,
461+
"end": 79,
462462
"type": "FULL"
463463
}
464464
],
@@ -510,7 +510,7 @@
510510
"segments": [
511511
{
512512
"start": 25,
513-
"end": 77,
513+
"end": 80,
514514
"type": "FULL"
515515
}
516516
],
@@ -562,7 +562,7 @@
562562
"segments": [
563563
{
564564
"start": 25,
565-
"end": 79,
565+
"end": 82,
566566
"type": "FULL"
567567
}
568568
],
@@ -618,7 +618,7 @@
618618
"segments": [
619619
{
620620
"start": 25,
621-
"end": 52,
621+
"end": 55,
622622
"type": "FULL"
623623
}
624624
],
@@ -658,7 +658,7 @@
658658
"segments": [
659659
{
660660
"start": 25,
661-
"end": 81,
661+
"end": 84,
662662
"type": "FULL"
663663
}
664664
],
@@ -710,7 +710,7 @@
710710
"segments": [
711711
{
712712
"start": 25,
713-
"end": 66,
713+
"end": 69,
714714
"type": "FULL"
715715
}
716716
],

packages/google-cloud-metastore/samples/generated/v1alpha/dataproc_metastore.create_backup.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, backupId, backup) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_CreateBackup_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-metastore/samples/generated/v1alpha/dataproc_metastore.create_metadata_import.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, metadataImportId, metadataImport) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_CreateMetadataImport_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-metastore/samples/generated/v1alpha/dataproc_metastore.create_service.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent, serviceId, service) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_CreateService_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-metastore/samples/generated/v1alpha/dataproc_metastore.delete_backup.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_DeleteBackup_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-metastore/samples/generated/v1alpha/dataproc_metastore.delete_service.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_DeleteService_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-metastore/samples/generated/v1alpha/dataproc_metastore.export_metadata.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(service) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_ExportMetadata_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-metastore/samples/generated/v1alpha/dataproc_metastore.get_backup.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_GetBackup_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-metastore/samples/generated/v1alpha/dataproc_metastore.get_metadata_import.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_GetMetadataImport_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-metastore/samples/generated/v1alpha/dataproc_metastore.get_service.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(name) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_GetService_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-metastore/samples/generated/v1alpha/dataproc_metastore.list_backups.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_ListBackups_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-metastore/samples/generated/v1alpha/dataproc_metastore.list_metadata_imports.js

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
function main(parent) {
2424
// [START metastore_v1alpha_generated_DataprocMetastore_ListMetadataImports_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)