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

Commit 05cfd8c

Browse files
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. 🌈 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
1 parent ec09194 commit 05cfd8c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

proto-google-common-protos/src/main/java/com/google/api/Logging.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
* monitored_resources:
3131
* - type: library.googleapis.com/branch
3232
* labels:
33-
* - key: /city
33+
* - key: city
3434
* description: The city where the library branch is located in.
35-
* - key: /name
35+
* - key: name
3636
* description: The name of the branch.
3737
* logs:
3838
* - name: activity_history
3939
* labels:
40-
* - key: /customer_id
40+
* - key: customer_id
4141
* - name: purchase_history
4242
* logging:
4343
* producer_destinations:
@@ -1556,14 +1556,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
15561556
* monitored_resources:
15571557
* - type: library.googleapis.com/branch
15581558
* labels:
1559-
* - key: /city
1559+
* - key: city
15601560
* description: The city where the library branch is located in.
1561-
* - key: /name
1561+
* - key: name
15621562
* description: The name of the branch.
15631563
* logs:
15641564
* - name: activity_history
15651565
* labels:
1566-
* - key: /customer_id
1566+
* - key: customer_id
15671567
* - name: purchase_history
15681568
* logging:
15691569
* producer_destinations:

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-common-protos.git",
7-
"sha": "3c1c62aee618ea9958d31216dc84b2b6777b7584"
7+
"sha": "ec091940a39bea49b208bbb688b61588aa71a1ce"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
15-
"internalRef": "361377784"
14+
"sha": "8e71120af081ab9402669df1f290beeae9629e16",
15+
"internalRef": "361581745"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)