Skip to content

Commit fa7285c

Browse files
---
yaml --- r: 8941 b: refs/heads/lesv-patch-1 c: d491ea5 h: refs/heads/master i: 8939: 389efc0
1 parent 293a0b6 commit fa7285c

79 files changed

Lines changed: 218 additions & 218 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
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: a39e616029e3f9bf71bd32f12e4b912ce726e763
69+
refs/heads/lesv-patch-1: d491ea5c3f4be85985f4484ed280103f4b0715aa
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb

branches/lesv-patch-1/google-cloud-bigquery/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ If you are using Maven, add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-bigquery</artifactId>
25-
<version>0.32.0-beta</version>
25+
<version>0.33.0-beta</version>
2626
</dependency>
2727
```
2828
If you are using Gradle, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-bigquery:0.32.0-beta'
30+
compile 'com.google.cloud:google-cloud-bigquery:0.33.0-beta'
3131
```
3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.32.0-beta"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "0.33.0-beta"
3535
```
3636

3737
Example Application

branches/lesv-patch-1/google-cloud-bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigquery</artifactId>
5-
<version>0.32.1-beta-SNAPSHOT</version>
5+
<version>0.33.0-beta</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud BigQuery</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquery</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.32.1-alpha-SNAPSHOT</version>
15+
<version>0.33.0-alpha</version>
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigquery</site.installationModule>

branches/lesv-patch-1/google-cloud-bigquerydatatransfer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Add this to your pom.xml file
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
27-
<version>0.32.0-beta</version>
27+
<version>0.33.0-beta</version>
2828
</dependency>
2929
```
3030
If you are using Gradle, add this to your dependencies
3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.32.0-beta'
32+
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:0.33.0-beta'
3333
```
3434
If you are using SBT, add this to your dependencies
3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.32.0-beta"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "0.33.0-beta"
3737
```
3838

3939
Authentication

branches/lesv-patch-1/google-cloud-bigquerydatatransfer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
5-
<version>0.32.1-beta-SNAPSHOT</version>
5+
<version>0.33.0-beta</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigquery Data Transfer</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigquerydatatransfer</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.32.1-alpha-SNAPSHOT</version>
15+
<version>0.33.0-alpha</version>
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigquerydatatransfer</site.installationModule>

branches/lesv-patch-1/google-cloud-bigtable/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-bigtable</artifactId>
5-
<version>0.32.1-beta-SNAPSHOT</version>
5+
<version>0.33.0-beta</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Bigtable</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigtable</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.32.1-alpha-SNAPSHOT</version>
15+
<version>0.33.0-alpha</version>
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-bigtable</site.installationModule>

branches/lesv-patch-1/google-cloud-bom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use it in Maven, add the following to your POM:
1212
<dependency>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-bom</artifactId>
15-
<version>0.32.0-alpha</version>
15+
<version>0.33.0-alpha</version>
1616
<type>pom</type>
1717
<scope>import</scope>
1818
</dependency>

branches/lesv-patch-1/google-cloud-bom/pom.xml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.32.1-alpha-SNAPSHOT</version>
7+
<version>0.33.0-alpha</version>
88
<name>Google Cloud Java BOM</name>
99
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bom</url>
1010
<description>
@@ -140,38 +140,38 @@
140140
<protobuf.version>3.5.1</protobuf.version>
141141
<opencensus.version>0.10.0</opencensus.version>
142142

143-
<cloud.version>0.32.1-alpha-SNAPSHOT</cloud.version>
144-
<bigtable.version>0.32.1-beta-SNAPSHOT</bigtable.version>
145-
<bigquery.version>0.32.1-beta-SNAPSHOT</bigquery.version>
146-
<bigquerydatatransfer.version>0.32.1-beta-SNAPSHOT</bigquerydatatransfer.version>
147-
<compute.version>0.32.1-alpha-SNAPSHOT</compute.version>
148-
<container.version>0.32.1-beta-SNAPSHOT</container.version>
149-
<contrib.version>0.32.1-alpha-SNAPSHOT</contrib.version>
150-
<core.version>1.14.1-SNAPSHOT</core.version>
151-
<core-http.version>1.14.1-SNAPSHOT</core-http.version>
152-
<core-grpc.version>1.14.1-SNAPSHOT</core-grpc.version>
153-
<datastore.version>1.14.1-SNAPSHOT</datastore.version>
154-
<dataproc.version>0.32.1-alpha-SNAPSHOT</dataproc.version>
155-
<dialogflow.version>0.32.1-alpha-SNAPSHOT</dialogflow.version>
156-
<dlp.version>0.32.1-beta-SNAPSHOT</dlp.version>
157-
<dns.version>0.32.1-alpha-SNAPSHOT</dns.version>
158-
<errorreporting.version>0.32.1-beta-SNAPSHOT</errorreporting.version>
159-
<firestore.version>0.32.1-beta-SNAPSHOT</firestore.version>
160-
<examples.version>0.32.1-alpha-SNAPSHOT</examples.version>
161-
<language.version>1.14.1-SNAPSHOT</language.version>
162-
<logging.version>1.14.1-SNAPSHOT</logging.version>
163-
<monitoring.version>0.32.1-beta-SNAPSHOT</monitoring.version>
164-
<os-login.version>0.32.1-alpha-SNAPSHOT</os-login.version>
165-
<pubsub.version>0.32.1-beta-SNAPSHOT</pubsub.version>
166-
<resourcemanager.version>0.32.1-alpha-SNAPSHOT</resourcemanager.version>
167-
<spanner.version>0.32.1-beta-SNAPSHOT</spanner.version>
168-
<speech.version>0.32.1-alpha-SNAPSHOT</speech.version>
169-
<storage.version>1.14.1-SNAPSHOT</storage.version>
170-
<trace.version>0.32.1-beta-SNAPSHOT</trace.version>
171-
<translate.version>1.14.1-SNAPSHOT</translate.version>
172-
<vision.version>1.14.1-SNAPSHOT</vision.version>
173-
<video-intelligence.version>0.32.1-beta-SNAPSHOT</video-intelligence.version>
174-
<testing.version>0.32.1-alpha-SNAPSHOT</testing.version>
143+
<cloud.version>0.33.0-alpha</cloud.version>
144+
<bigtable.version>0.33.0-beta</bigtable.version>
145+
<bigquery.version>0.33.0-beta</bigquery.version>
146+
<bigquerydatatransfer.version>0.33.0-beta</bigquerydatatransfer.version>
147+
<compute.version>0.33.0-alpha</compute.version>
148+
<container.version>0.33.0-beta</container.version>
149+
<contrib.version>0.33.0-alpha</contrib.version>
150+
<core.version>1.15.0</core.version>
151+
<core-http.version>1.15.0</core-http.version>
152+
<core-grpc.version>1.15.0</core-grpc.version>
153+
<datastore.version>1.15.0</datastore.version>
154+
<dataproc.version>0.33.0-alpha</dataproc.version>
155+
<dialogflow.version>0.33.0-alpha</dialogflow.version>
156+
<dlp.version>0.33.0-beta</dlp.version>
157+
<dns.version>0.33.0-alpha</dns.version>
158+
<errorreporting.version>0.33.0-beta</errorreporting.version>
159+
<firestore.version>0.33.0-beta</firestore.version>
160+
<examples.version>0.33.0-alpha</examples.version>
161+
<language.version>1.15.0</language.version>
162+
<logging.version>1.15.0</logging.version>
163+
<monitoring.version>0.33.0-beta</monitoring.version>
164+
<os-login.version>0.33.0-alpha</os-login.version>
165+
<pubsub.version>0.33.0-beta</pubsub.version>
166+
<resourcemanager.version>0.33.0-alpha</resourcemanager.version>
167+
<spanner.version>0.33.0-beta</spanner.version>
168+
<speech.version>0.33.0-alpha</speech.version>
169+
<storage.version>1.15.0</storage.version>
170+
<trace.version>0.33.0-beta</trace.version>
171+
<translate.version>1.15.0</translate.version>
172+
<vision.version>1.15.0</vision.version>
173+
<video-intelligence.version>0.33.0-beta</video-intelligence.version>
174+
<testing.version>0.33.0-alpha</testing.version>
175175
</properties>
176176
<dependencyManagement>
177177
<dependencies>

branches/lesv-patch-1/google-cloud-compute/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ If you are using Maven, add this to your pom.xml file
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-compute</artifactId>
26-
<version>0.32.0-alpha</version>
26+
<version>0.33.0-alpha</version>
2727
</dependency>
2828
```
2929
If you are using Gradle, add this to your dependencies
3030
```Groovy
31-
compile 'com.google.cloud:google-cloud-compute:0.32.0-alpha'
31+
compile 'com.google.cloud:google-cloud-compute:0.33.0-alpha'
3232
```
3333
If you are using SBT, add this to your dependencies
3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.32.0-alpha"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.33.0-alpha"
3636
```
3737

3838
Example Application

branches/lesv-patch-1/google-cloud-compute/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-compute</artifactId>
5-
<version>0.32.1-alpha-SNAPSHOT</version>
5+
<version>0.33.0-alpha</version>
66
<packaging>jar</packaging>
77
<name>Google Cloud Compute</name>
88
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-compute</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-pom</artifactId>
15-
<version>0.32.1-alpha-SNAPSHOT</version>
15+
<version>0.33.0-alpha</version>
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-compute</site.installationModule>

0 commit comments

Comments
 (0)