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

Commit 4c82e26

Browse files
Integrate Python GAPIC Microgenerator in googleapis. This PR uses using documentai as an example. Depends on googleapis/gapic-generator-python#402
PiperOrigin-RevId: 309824146 Source-Author: Google APIs <[email protected]> Source-Date: Mon May 4 15:06:44 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: e0f9d9e1f9de890db765be46f45ca8490723e3eb Source-Link: googleapis/googleapis@e0f9d9e
1 parent 54dca6c commit 4c82e26

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

google/cloud/secretmanager_v1/proto/resources_pb2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,8 @@
710710
),
711711
"DESCRIPTOR": _REPLICATION,
712712
"__module__": "google.cloud.secretmanager_v1.proto.resources_pb2",
713-
"__doc__": """A policy that defines the replication configuration of data.
713+
"__doc__": """A policy that defines the replication configuration of
714+
data.
714715
715716
716717
Attributes:

synth.metadata

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,30 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/python-secret-manager.git",
7-
"sha": "4934d064dbacc6743a16e3e99adc84359ab002e8"
6+
"remote": "https://github.com/googleapis/python-secret-manager.git",
7+
"sha": "54dca6c3d8943a6455fe0d68c094683ed1e32f3e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "756b174de4a122461993c1c583345533d819936d",
15-
"internalRef": "308824110"
14+
"sha": "e0f9d9e1f9de890db765be46f45ca8490723e3eb",
15+
"internalRef": "309824146"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "01b6f23d24b27878b48667ce597876d66b59780e"
22+
"sha": "04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256"
23+
}
24+
},
25+
{
26+
"git": {
27+
"name": "synthtool",
28+
"remote": "https://github.com/googleapis/synthtool.git",
29+
"sha": "04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256"
2330
}
2431
}
2532
],

0 commit comments

Comments
 (0)