Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 093ee95

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 <noreply@google.com> Source-Date: Mon May 4 15:06:44 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: e0f9d9e1f9de890db765be46f45ca8490723e3eb Source-Link: googleapis/googleapis@e0f9d9e
1 parent 42470d5 commit 093ee95

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-bigquerystorage</artifactId>
44-
<version>0.131.0-beta</version>
44+
<version>0.131.1-beta</version>
4545
</dependency>
4646

4747
```

synth.metadata

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,46 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "75d59e2d8c67709de8a2d8fb6fc26591186972eb"
14+
"sha": "42470d5b72771c0596efd7b746ade87b0dad776b"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "googleapis",
2020
"remote": "https://github.com/googleapis/googleapis.git",
21-
"sha": "aaff764c185e18a6c73227357c3df5fa60fec85a",
22-
"internalRef": "309426927"
21+
"sha": "e0f9d9e1f9de890db765be46f45ca8490723e3eb",
22+
"internalRef": "309824146"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "googleapis",
2828
"remote": "https://github.com/googleapis/googleapis.git",
29-
"sha": "aaff764c185e18a6c73227357c3df5fa60fec85a",
30-
"internalRef": "309426927"
29+
"sha": "e0f9d9e1f9de890db765be46f45ca8490723e3eb",
30+
"internalRef": "309824146"
3131
}
3232
},
3333
{
3434
"git": {
3535
"name": "googleapis",
3636
"remote": "https://github.com/googleapis/googleapis.git",
37-
"sha": "aaff764c185e18a6c73227357c3df5fa60fec85a",
38-
"internalRef": "309426927"
37+
"sha": "e0f9d9e1f9de890db765be46f45ca8490723e3eb",
38+
"internalRef": "309824146"
3939
}
4040
},
4141
{
4242
"git": {
4343
"name": "googleapis",
4444
"remote": "https://github.com/googleapis/googleapis.git",
45-
"sha": "aaff764c185e18a6c73227357c3df5fa60fec85a",
46-
"internalRef": "309426927"
45+
"sha": "e0f9d9e1f9de890db765be46f45ca8490723e3eb",
46+
"internalRef": "309824146"
4747
}
4848
},
4949
{
5050
"git": {
5151
"name": "synthtool",
5252
"remote": "https://github.com/googleapis/synthtool.git",
53-
"sha": "cdddf139b36000b3a7c65fd2a7781e253262359a"
53+
"sha": "04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256"
5454
}
5555
}
5656
],

0 commit comments

Comments
 (0)