Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
docs: correct label format for monitored_resource and log_entry label…
Browse files Browse the repository at this point in the history
…s 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. 🌈

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: googleapis/googleapis@8e71120
  • Loading branch information
yoshi-automation committed Mar 9, 2021
1 parent ec09194 commit 05cfd8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -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"
}
},
{
Expand Down

0 comments on commit 05cfd8c

Please sign in to comment.