Skip to content

Commit

Permalink
fix: better support for fallback mode (#1312)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 20, 2022
1 parent 42859ab commit 91c1222
Show file tree
Hide file tree
Showing 44 changed files with 414 additions and 297 deletions.
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.copy_log_entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name, destination) {
// [START logging_v2_generated_ConfigServiceV2_CopyLogEntries_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.create_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent, bucketId, bucket) {
// [START logging_v2_generated_ConfigServiceV2_CreateBucket_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.create_exclusion.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent, exclusion) {
// [START logging_v2_generated_ConfigServiceV2_CreateExclusion_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.create_sink.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent, sink) {
// [START logging_v2_generated_ConfigServiceV2_CreateSink_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.create_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent, viewId, view) {
// [START logging_v2_generated_ConfigServiceV2_CreateView_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.delete_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_DeleteBucket_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.delete_exclusion.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_DeleteExclusion_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.delete_sink.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(sinkName) {
// [START logging_v2_generated_ConfigServiceV2_DeleteSink_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.delete_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_DeleteView_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.get_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_GetBucket_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.get_cmek_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_GetCmekSettings_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.get_exclusion.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_GetExclusion_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.get_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_GetSettings_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.get_sink.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(sinkName) {
// [START logging_v2_generated_ConfigServiceV2_GetSink_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.get_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_GetView_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.list_buckets.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent) {
// [START logging_v2_generated_ConfigServiceV2_ListBuckets_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.list_exclusions.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent) {
// [START logging_v2_generated_ConfigServiceV2_ListExclusions_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.list_sinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent) {
// [START logging_v2_generated_ConfigServiceV2_ListSinks_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.list_views.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent) {
// [START logging_v2_generated_ConfigServiceV2_ListViews_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.undelete_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name) {
// [START logging_v2_generated_ConfigServiceV2_UndeleteBucket_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.update_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name, bucket, updateMask) {
// [START logging_v2_generated_ConfigServiceV2_UpdateBucket_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name, cmekSettings) {
// [START logging_v2_generated_ConfigServiceV2_UpdateCmekSettings_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.update_exclusion.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name, exclusion, updateMask) {
// [START logging_v2_generated_ConfigServiceV2_UpdateExclusion_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.update_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name, settings) {
// [START logging_v2_generated_ConfigServiceV2_UpdateSettings_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.update_sink.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(sinkName, sink) {
// [START logging_v2_generated_ConfigServiceV2_UpdateSink_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/config_service_v2.update_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(name, view) {
// [START logging_v2_generated_ConfigServiceV2_UpdateView_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/logging_service_v2.delete_log.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(logName) {
// [START logging_v2_generated_LoggingServiceV2_DeleteLog_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/logging_service_v2.list_log_entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(resourceNames) {
// [START logging_v2_generated_LoggingServiceV2_ListLogEntries_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/logging_service_v2.list_logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent) {
// [START logging_v2_generated_LoggingServiceV2_ListLogs_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main() {
// [START logging_v2_generated_LoggingServiceV2_ListMonitoredResourceDescriptors_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/logging_service_v2.tail_log_entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(resourceNames) {
// [START logging_v2_generated_LoggingServiceV2_TailLogEntries_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/logging_service_v2.write_log_entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(entries) {
// [START logging_v2_generated_LoggingServiceV2_WriteLogEntries_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/metrics_service_v2.create_log_metric.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent, metric) {
// [START logging_v2_generated_MetricsServiceV2_CreateLogMetric_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/metrics_service_v2.delete_log_metric.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(metricName) {
// [START logging_v2_generated_MetricsServiceV2_DeleteLogMetric_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/metrics_service_v2.get_log_metric.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(metricName) {
// [START logging_v2_generated_MetricsServiceV2_GetLogMetric_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/metrics_service_v2.list_log_metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(parent) {
// [START logging_v2_generated_MetricsServiceV2_ListLogMetrics_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v2/metrics_service_v2.update_log_metric.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
function main(metricName, metric) {
// [START logging_v2_generated_MetricsServiceV2_UpdateLogMetric_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
Loading

0 comments on commit 91c1222

Please sign in to comment.