Skip to content

Commit 00d271c

Browse files
committed
---
yaml --- r: 27671 b: refs/heads/includeuserproj c: fae1df5 h: refs/heads/master i: 27669: 51174b7 27667: f63896b 27663: 7289020
1 parent 939e21a commit 00d271c

133 files changed

Lines changed: 2932 additions & 382 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ refs/heads/allowcolonsinids: 5a44af8de49d149f471a7e4ffcb19e30a0e815b1
197197
refs/heads/autosynth-datacatalog: 676291c4f791a8034800833c1eaf2f8890f37f1a
198198
refs/heads/autosynth-translate: 25ab4522da474982ea5d988537b50b0a649623b9
199199
refs/heads/cbt-hw-region-tags: 53245fa2f7217f453cbb13ac95ed6659b99b5f27
200-
refs/heads/includeuserproj: 1661cd58476e6e3a44a7d017867a35cf6552eb1a
200+
refs/heads/includeuserproj: fae1df51e4433dffe81d1850ffccaaf94f23eb3e

branches/includeuserproj/.kokoro/release/publish_javadoc.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22
env_vars: {
33
key: "STAGING_BUCKET"
4-
value: "docs_staging"
4+
value: "docs-staging"
55
}
66

77
env_vars: {

branches/includeuserproj/.kokoro/release/publish_javadoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
if [[ -z "${CREDENTIALS}" ]]; then
19-
CREDENTIALS=${KOKORO_KEYSTORE_DIR}/73713-docuploader_service_account
19+
CREDENTIALS=${KOKORO_KEYSTORE_DIR}/73713_docuploader_service_account
2020
fi
2121

2222
if [[ -z "${STAGING_BUCKET}" ]]; then

branches/includeuserproj/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This library supports the following Google Cloud Platform services with clients
3333
- [Cloud Container Analysis](google-cloud-clients/google-cloud-containeranalysis) (Beta)
3434
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
3535
- [Cloud IoT Core](google-cloud-clients/google-cloud-iot) (Beta)
36+
- [Cloud Tasks](google-cloud-clients/google-cloud-tasks) (Beta)
3637
- [Cloud Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)
3738
- [Cloud Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta)
3839
- [Kubernetes Engine](google-cloud-clients/google-cloud-container) (Beta)
@@ -49,6 +50,7 @@ This library supports the following Google Cloud Platform services with clients
4950
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
5051
- [Cloud Memorystore for Redis](google-cloud-clients/google-cloud-redis) (Alpha)
5152
- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha)
53+
- [Cloud Scheduler](google-cloud-clients/google-cloud-scheduler) (Alpha)
5254
- [Cloud Security Scanner](google-cloud-clients/google-cloud-websecurityscanner) (Alpha)
5355
- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha)
5456

branches/includeuserproj/google-api-grpc/grpc-google-cloud-asset-v1/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,25 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-asset-v1/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
3152
</project>

branches/includeuserproj/google-api-grpc/grpc-google-cloud-asset-v1beta1/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,25 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-asset-v1beta1/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
3152
</project>

branches/includeuserproj/google-api-grpc/grpc-google-cloud-automl-v1beta1/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,25 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-automl-v1beta1/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
3152
</project>

branches/includeuserproj/google-api-grpc/grpc-google-cloud-bigquerydatatransfer-v1/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,25 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31-
</project>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-bigquerydatatransfer-v1/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
52+
</project>

branches/includeuserproj/google-api-grpc/grpc-google-cloud-bigquerystorage-v1beta1/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,25 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31-
</project>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-bigquerystorage-v1beta1/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
52+
</project>

branches/includeuserproj/google-api-grpc/grpc-google-cloud-bigtable-admin-v2/pom.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,25 @@
2828
<scope>compile</scope>
2929
</dependency>
3030
</dependencies>
31-
</project>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-bigtable-admin-v2/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
52+
</project>

0 commit comments

Comments
 (0)