From 05cfd8ca8f574502aa66b5be491eaaf7c1a01539 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 8 Mar 2021 18:22:08 -0800 Subject: [PATCH] docs: correct label format for monitored_resource and log_entry labels for managed monitored_resource should not have forward slash labels for log_entry should not have forward slash (#128) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/4da2b6d0-16e0-421a-96cf-de5a489d8d5b/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 361581745 Source-Link: https://github.com/googleapis/googleapis/commit/8e71120af081ab9402669df1f290beeae9629e16 --- .../src/main/java/com/google/api/Logging.java | 12 ++++++------ synth.metadata | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/proto-google-common-protos/src/main/java/com/google/api/Logging.java b/proto-google-common-protos/src/main/java/com/google/api/Logging.java index 28057a13..a5b47123 100644 --- a/proto-google-common-protos/src/main/java/com/google/api/Logging.java +++ b/proto-google-common-protos/src/main/java/com/google/api/Logging.java @@ -30,14 +30,14 @@ * monitored_resources: * - type: library.googleapis.com/branch * labels: - * - key: /city + * - key: city * description: The city where the library branch is located in. - * - key: /name + * - key: name * description: The name of the branch. * logs: * - name: activity_history * labels: - * - key: /customer_id + * - key: customer_id * - name: purchase_history * logging: * producer_destinations: @@ -1556,14 +1556,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * monitored_resources: * - type: library.googleapis.com/branch * labels: - * - key: /city + * - key: city * description: The city where the library branch is located in. - * - key: /name + * - key: name * description: The name of the branch. * logs: * - name: activity_history * labels: - * - key: /customer_id + * - key: customer_id * - name: purchase_history * logging: * producer_destinations: diff --git a/synth.metadata b/synth.metadata index 426b13fb..fd17e260 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-common-protos.git", - "sha": "3c1c62aee618ea9958d31216dc84b2b6777b7584" + "sha": "ec091940a39bea49b208bbb688b61588aa71a1ce" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89", - "internalRef": "361377784" + "sha": "8e71120af081ab9402669df1f290beeae9629e16", + "internalRef": "361581745" } }, {