diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index b82995b4..9adb97c4 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
- "sha": "ddfd3a39dd08e96b2d03b408208adc528c4d1a0f"
+ "sha": "4ac277855d8062cc7432d9bf3a4d3dcc35e35c09"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc"
+ "sha": "721a7d2abb129029eca9d85a40da6eb7b8b1739a"
}
}
]
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index 239436ec..cb10a780 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -62,7 +62,7 @@ popd
# V2
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
-pushd target/devsite
+pushd target/devsite/reference
# create metadata
python3 -m docuploader create-metadata \
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28583cde..618b72fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.0.15](https://www.github.com/googleapis/java-bigquerydatatransfer/compare/v1.0.14...v1.0.15) (2020-10-23)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-bigquery to v1.123.1 ([#461](https://www.github.com/googleapis/java-bigquerydatatransfer/issues/461)) ([023b15f](https://www.github.com/googleapis/java-bigquerydatatransfer/commit/023b15ffa972affcf2da67339a453cd2cb706fcf))
+
### [1.0.14](https://www.github.com/googleapis/java-bigquerydatatransfer/compare/v1.0.13...v1.0.14) (2020-10-22)
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 6b2238bb..2add2547 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,3 +1,4 @@
+
# Code of Conduct
## Our Pledge
@@ -69,12 +70,12 @@ dispute. If you are unable to resolve the matter for any reason, or if the
behavior is threatening or harassing, report it. We are dedicated to providing
an environment where participants feel welcome and safe.
-Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
-Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
+Reports should be directed to *googleapis-stewards@google.com*, the
+Project Steward(s) for *Google Cloud Client Libraries*. It is the Project Steward’s duty to
receive and address reported violations of the code of conduct. They will then
work with a committee consisting of representatives from the Open Source
Programs Office and the Google Open Source Strategy team. If for any reason you
-are uncomfortable reaching out the Project Steward, please email
+are uncomfortable reaching out to the Project Steward, please email
opensource@google.com.
We will investigate every complaint, but you may not receive a direct response.
diff --git a/README.md b/README.md
index 89c70627..8e4504cf 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 13.1.0
+ 13.2.0
pom
import
@@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquerydatatransfer
- 1.0.13
+ 1.0.14
```
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.0.13'
+compile 'com.google.cloud:google-cloud-bigquerydatatransfer:1.0.14'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.0.13"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "1.0.14"
```
## Authentication
diff --git a/google-cloud-bigquerydatatransfer-bom/pom.xml b/google-cloud-bigquerydatatransfer-bom/pom.xml
index a79d5e7a..bf1d0e7f 100644
--- a/google-cloud-bigquerydatatransfer-bom/pom.xml
+++ b/google-cloud-bigquerydatatransfer-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquerydatatransfer-bom
- 1.0.14
+ 1.0.15
pom
com.google.cloud
@@ -64,17 +64,17 @@
com.google.cloud
google-cloud-bigquerydatatransfer
- 1.0.14
+ 1.0.15
com.google.api.grpc
proto-google-cloud-bigquerydatatransfer-v1
- 1.0.14
+ 1.0.15
com.google.api.grpc
grpc-google-cloud-bigquerydatatransfer-v1
- 1.0.14
+ 1.0.15
diff --git a/google-cloud-bigquerydatatransfer/pom.xml b/google-cloud-bigquerydatatransfer/pom.xml
index 47dd76ea..04469882 100644
--- a/google-cloud-bigquerydatatransfer/pom.xml
+++ b/google-cloud-bigquerydatatransfer/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquerydatatransfer
- 1.0.14
+ 1.0.15
jar
BigQuery DataTransfer
https://github.com/googleapis/java-bigquerydatatransfer
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquerydatatransfer-parent
- 1.0.14
+ 1.0.15
google-cloud-bigquerydatatransfer
diff --git a/grpc-google-cloud-bigquerydatatransfer-v1/pom.xml b/grpc-google-cloud-bigquerydatatransfer-v1/pom.xml
index 5d1b52f2..68060378 100644
--- a/grpc-google-cloud-bigquerydatatransfer-v1/pom.xml
+++ b/grpc-google-cloud-bigquerydatatransfer-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-bigquerydatatransfer-v1
- 1.0.14
+ 1.0.15
grpc-google-cloud-bigquerydatatransfer-v1
GRPC library for grpc-google-cloud-bigquerydatatransfer-v1
com.google.cloud
google-cloud-bigquerydatatransfer-parent
- 1.0.14
+ 1.0.15
diff --git a/pom.xml b/pom.xml
index ff44968a..147a241d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquerydatatransfer-parent
pom
- 1.0.14
+ 1.0.15
BigQuery DataTransfer Parent
https://github.com/googleapis/java-bigquerydatatransfer
@@ -77,17 +77,17 @@
com.google.api.grpc
proto-google-cloud-bigquerydatatransfer-v1
- 1.0.14
+ 1.0.15
com.google.api.grpc
grpc-google-cloud-bigquerydatatransfer-v1
- 1.0.14
+ 1.0.15
com.google.cloud
google-cloud-bigquerydatatransfer
- 1.0.14
+ 1.0.15
diff --git a/proto-google-cloud-bigquerydatatransfer-v1/pom.xml b/proto-google-cloud-bigquerydatatransfer-v1/pom.xml
index e1c7017e..7a7c401c 100644
--- a/proto-google-cloud-bigquerydatatransfer-v1/pom.xml
+++ b/proto-google-cloud-bigquerydatatransfer-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigquerydatatransfer-v1
- 1.0.14
+ 1.0.15
proto-google-cloud-bigquerydatatransfer-v1
PROTO library for proto-google-cloud-bigquerydatatransfer-v1
com.google.cloud
google-cloud-bigquerydatatransfer-parent
- 1.0.14
+ 1.0.15
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 61bcd9eb..364bd560 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-bigquerydatatransfer
- 1.0.13
+ 1.0.14
@@ -53,7 +53,7 @@
com.google.cloud
google-cloud-bigquery
- 1.123.0
+ 1.123.1
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index bfb61795..168ac437 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-bigquerydatatransfer
- 1.0.14
+ 1.0.15
@@ -53,7 +53,7 @@
com.google.cloud
google-cloud-bigquery
- 1.123.0
+ 1.123.1
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 91a75cd6..71651a21 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 13.1.0
+ 13.2.0
pom
import
@@ -65,7 +65,7 @@
com.google.cloud
google-cloud-bigquery
- 1.123.0
+ 1.123.1
test
diff --git a/synth.metadata b/synth.metadata
index 2b253caf..f189220e 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -11,7 +11,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
- "sha": "dcd5c2038f7646177960392ab063469582c9fd82"
+ "sha": "8023ba4af8b5f56a110242930d342ea5626f7662"
}
},
{
@@ -26,7 +26,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
+ "sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
}
}
],
diff --git a/versions.txt b/versions.txt
index f7cfbff5..a891c1a2 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-proto-google-cloud-bigquerydatatransfer-v1:1.0.14:1.0.14
-grpc-google-cloud-bigquerydatatransfer-v1:1.0.14:1.0.14
-google-cloud-bigquerydatatransfer:1.0.14:1.0.14
+proto-google-cloud-bigquerydatatransfer-v1:1.0.15:1.0.15
+grpc-google-cloud-bigquerydatatransfer-v1:1.0.15:1.0.15
+google-cloud-bigquerydatatransfer:1.0.15:1.0.15