Skip to content

Commit 0eea6ab

Browse files
committed
---
yaml --- r: 11279 b: refs/heads/bigquerystorage c: 4a1b119 h: refs/heads/master i: 11277: b4a57fc 11275: f0eb27e 11271: a40ffe4 11263: ab27cf5
1 parent d4e0c60 commit 0eea6ab

221 files changed

Lines changed: 2431 additions & 1291 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
@@ -147,4 +147,4 @@ refs/heads/autosynth-tasks: 69be7c7aa2f85dd651c7ec2120d9227096fe11b0
147147
refs/heads/autosynth-texttospeech: 14a1e3455c7b78a9558ab1bb74934b3f7b705f11
148148
refs/heads/autosynth-trace: ce82b40155f6e05d2ed50d78386b16203dbf26d4
149149
refs/heads/autosynth-websecurityscanner: 33a2aab15b740c008d320c453a6ce20ca57ca844
150-
refs/heads/bigquerystorage: b68d4ddc05d3d828e31487895c566f708810df29
150+
refs/heads/bigquerystorage: 4a1b119ba3d4f7ff09bd7a808f80981a6fed8361

branches/bigquerystorage/README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,42 @@ This library supports the following Google Cloud Platform services with clients
5555
Quickstart
5656
----------
5757

58-
To call any of the supported Google Cloud Services simply add a corresponding client library artifact as a dependency to your project. The following instructions use `google-cloud-storage` as an example (specific instructions can be found in the README of each client).
58+
To call any of the supported Google Cloud Services simply add a corresponding client library
59+
artifact as a dependency to your project. The following instructions use `google-cloud-storage`
60+
as an example (specific instructions can be found in the README of each client).
5961

60-
[//]: # ({x-version-update-start:google-cloud-storage:released})
62+
[//]: # ({x-version-update-start:google-cloud-bom:released})
6163
If you are using Maven, add this to your pom.xml file
6264
```xml
63-
<dependency>
64-
<groupId>com.google.cloud</groupId>
65-
<artifactId>google-cloud-storage</artifactId>
66-
<version>1.51.0</version>
67-
</dependency>
65+
<dependencyManagement>
66+
<dependencies>
67+
<dependency>
68+
<groupId>com.google.cloud</groupId>
69+
<artifactId>google-cloud-bom</artifactId>
70+
<version>0.70.0-alpha</version>
71+
<type>pom</type>
72+
<scope>import</scope>
73+
</dependency>
74+
</dependencies>
75+
</dependencyManagement>
76+
77+
<dependencies>
78+
<dependency>
79+
<groupId>com.google.cloud</groupId>
80+
<artifactId>google-cloud-storage</artifactId>
81+
</dependency>
82+
...
6883
```
84+
[//]: # ({x-version-update-end})
85+
86+
[//]: # ({x-version-update-start:google-cloud-storage:released})
6987
If you are using Gradle, add this to your dependencies
7088
```Groovy
71-
compile 'com.google.cloud:google-cloud-storage:1.51.0'
89+
compile 'com.google.cloud:google-cloud-storage:1.52.0'
7290
```
7391
If you are using SBT, add this to your dependencies
7492
```Scala
75-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.51.0"
93+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.52.0"
7694
```
7795
[//]: # ({x-version-update-end})
7896

@@ -93,7 +111,7 @@ If you are running into problems with version conflicts, the easiest way to solv
93111
<dependency>
94112
<groupId>com.google.cloud</groupId>
95113
<artifactId>google-cloud-bom</artifactId>
96-
<version>0.57.0-alpha</version>
114+
<version>0.70.0-alpha</version>
97115
<type>pom</type>
98116
<scope>import</scope>
99117
</dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-asset-v1beta1</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1beta1:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1beta1:current} -->
77
<name>grpc-google-cloud-asset-v1beta1</name>
88
<description>GRPC library for grpc-google-cloud-asset-v1beta1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-automl-v1beta1:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-automl-v1beta1:current} -->
77
<name>grpc-google-cloud-automl-v1beta1</name>
88
<description>GRPC library for grpc-google-cloud-automl-v1beta1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-bigquerydatatransfer-v1</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerydatatransfer-v1:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerydatatransfer-v1:current} -->
77
<name>grpc-google-cloud-bigquerydatatransfer-v1</name>
88
<description>GRPC library for grpc-google-cloud-bigquerydatatransfer-v1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-bigtable-admin-v2</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-admin-v2:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-admin-v2:current} -->
77
<name>grpc-google-cloud-bigtable-admin-v2</name>
88
<description>GRPC library for grpc-google-cloud-bigtable-admin-v2</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-v2:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-v2:current} -->
77
<name>grpc-google-cloud-bigtable-v2</name>
88
<description>GRPC library for grpc-google-cloud-bigtable-v2</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

branches/bigquerystorage/google-api-grpc/grpc-google-cloud-container-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-container-v1</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
77
<name>grpc-google-cloud-container-v1</name>
88
<description>GRPC library for grpc-google-cloud-container-v1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-containeranalysis-v1beta1</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-containeranalysis-v1beta1:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-containeranalysis-v1beta1:current} -->
77
<name>grpc-google-cloud-containeranalysis-v1beta1</name>
88
<description>GRPC library for grpc-google-cloud-containeranalysis-v1beta1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

branches/bigquerystorage/google-api-grpc/grpc-google-cloud-dataproc-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>grpc-google-cloud-dataproc-v1</artifactId>
6-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dataproc-v1:current} -->
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dataproc-v1:current} -->
77
<name>grpc-google-cloud-dataproc-v1</name>
88
<description>GRPC library for grpc-google-cloud-dataproc-v1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.34.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

0 commit comments

Comments
 (0)