Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 91c1222

Browse files
fix: better support for fallback mode (#1312)
* fix: better support for fallback mode PiperOrigin-RevId: 468790263 Source-Link: googleapis/googleapis@873ab45 Source-Link: googleapis/googleapis-gen@cb6f37a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I2ZjM3YWVmZjJhMzQ3MmU0MGE3YmJhY2U4YzY3ZDc1ZTI0YmVlNSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 42859ab commit 91c1222

44 files changed

Lines changed: 414 additions & 297 deletions

File tree

Some content is hidden

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

samples/generated/v2/config_service_v2.copy_log_entries.js

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

samples/generated/v2/config_service_v2.create_bucket.js

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

samples/generated/v2/config_service_v2.create_exclusion.js

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

samples/generated/v2/config_service_v2.create_sink.js

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

samples/generated/v2/config_service_v2.create_view.js

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

samples/generated/v2/config_service_v2.delete_bucket.js

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

samples/generated/v2/config_service_v2.delete_exclusion.js

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

samples/generated/v2/config_service_v2.delete_sink.js

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

samples/generated/v2/config_service_v2.delete_view.js

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

samples/generated/v2/config_service_v2.get_bucket.js

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

0 commit comments

Comments
 (0)