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

Commit 690d808

Browse files
chore: adding cloud-rad java xrefs (#1284)
Source-Author: Emily Ball <emilyball@google.com> Source-Date: Thu May 6 11:48:47 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 046994f491c02806aea60118e214a9edd67f5ab7 Source-Link: googleapis/synthtool@046994f
1 parent 3704a6c commit 690d808

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.kokoro/release/publish_javadoc11.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ pushd target/docfx-yml
4949
python3 -m docuploader create-metadata \
5050
--name ${NAME} \
5151
--version ${VERSION} \
52+
--xrefs devsite://java/gax \
53+
--xrefs devsite://java/google-cloud-core \
54+
--xrefs devsite://java/api-common \
55+
--xrefs devsite://java/proto-google-common-protos \
56+
--xrefs devsite://java/google-api-client \
57+
--xrefs devsite://java/google-http-client \
58+
--xrefs devsite://java/protobuf \
5259
--language java
5360

5461
# upload yml to production bucket

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigquery.git",
7-
"sha": "2a9c29b9bf4375dfa280e682908c32a13c3394b0"
7+
"sha": "3704a6cc46b84ce3b5ba01466ba39333f1b16886"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
14+
"sha": "046994f491c02806aea60118e214a9edd67f5ab7"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)