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

Commit 861b2e7

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 68df506 commit 861b2e7

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.kokoro/nightly/samples.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ env_vars: {
1414
# TODO: remove this after we've migrated all tests and scripts
1515
env_vars: {
1616
key: "GCLOUD_PROJECT"
17-
value: "gcloud-devel"
17+
value: "java-docs-samples-testing"
1818
}
1919

2020
env_vars: {
2121
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
22+
value: "java-docs-samples-testing"
2323
}
2424

2525
env_vars: {

.kokoro/presubmit/samples.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ env_vars: {
1414
# TODO: remove this after we've migrated all tests and scripts
1515
env_vars: {
1616
key: "GCLOUD_PROJECT"
17-
value: "gcloud-devel"
17+
value: "java-docs-samples-testing"
1818
}
1919

2020
env_vars: {
2121
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
22+
value: "java-docs-samples-testing"
2323
}
2424

2525
env_vars: {

synth.metadata

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-document-ai.git",
7-
"sha": "8a6630372f63933ee28c76a052da2eeda28c19ae"
7+
"sha": "68df506124b574b93e6019c0c63b7440431c6b71"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "f9d76ac088f5d444b16d5e17fe58a9eea57b7a99",
15-
"internalRef": "305961792"
14+
"sha": "e0f9d9e1f9de890db765be46f45ca8490723e3eb",
15+
"internalRef": "309824146"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "googleapis",
2121
"remote": "https://github.com/googleapis/googleapis.git",
22-
"sha": "f9d76ac088f5d444b16d5e17fe58a9eea57b7a99",
23-
"internalRef": "305961792"
22+
"sha": "e0f9d9e1f9de890db765be46f45ca8490723e3eb",
23+
"internalRef": "309824146"
2424
}
2525
},
2626
{
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "f8a9933e5e98202b04ef427f28d1d79221190fa4"
30+
"sha": "04cb397eb7590ea1e6c10a39fca3d8fe0fb3d256"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)