Skip to content

Commit 2400120

Browse files
committed
Merge branch 'master' into pubsub-ordering-keys
2 parents cec8e94 + 7ef8b85 commit 2400120

768 files changed

Lines changed: 34406 additions & 11691 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.

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This library supports the following Google Cloud Platform services with clients
2121
- [Cloud Speech](google-cloud-clients/google-cloud-speech) (GA)
2222
- [Cloud Storage](google-cloud-clients/google-cloud-storage) (GA)
2323
- [Cloud Translation](google-cloud-clients/google-cloud-translate) (GA)
24+
- [Cloud Tasks](google-cloud-clients/google-cloud-tasks) (GA)
2425
- [Cloud Vision](google-cloud-clients/google-cloud-vision) (GA)
2526
- [Stackdriver Logging](google-cloud-clients/google-cloud-logging) (GA)
2627
- [Stackdriver Monitoring](google-cloud-clients/google-cloud-monitoring) (GA)
@@ -33,25 +34,31 @@ This library supports the following Google Cloud Platform services with clients
3334
- [Cloud Container Analysis](google-cloud-clients/google-cloud-containeranalysis) (Beta)
3435
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
3536
- [Cloud IoT Core](google-cloud-clients/google-cloud-iot) (Beta)
36-
- [Cloud Tasks](google-cloud-clients/google-cloud-tasks) (Beta)
37+
- [Cloud Phishing Protection](google-cloud-clients/google-cloud-phishingprotection) (Beta)
38+
- [Cloud Scheduler](google-cloud-clients/google-cloud-scheduler) (Beta)
39+
- [Cloud Talent Solution](google-cloud-clients/google-cloud-talent) (Beta)
3740
- [Cloud Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)
3841
- [Cloud Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta)
3942
- [Kubernetes Engine](google-cloud-clients/google-cloud-container) (Beta)
43+
- [reCAPTCHA Enterprise](google-cloud-clients/google-cloud-recaptchaenterprise) (Beta)
4044
- [Stackdriver Error Reporting](google-cloud-clients/google-cloud-errorreporting) (Beta)
4145
- [Stackdriver Trace](google-cloud-clients/google-cloud-trace) (Beta)
4246

4347
This library supports the following Google Cloud Platform services with clients at an [Alpha](#versioning) quality level:
4448

49+
- [BigQuery Storage](google-cloud-clients/google-cloud-bigquerystorage) (Alpha)
4550
- [Cloud Bigtable](google-cloud-clients/google-cloud-bigtable) (Alpha)
4651
- [Cloud Compute](google-cloud-clients/google-cloud-compute) (Alpha)
52+
- [Cloud Data Catalog](google-cloud-clients/google-cloud-datacatalog) (Alpha)
4753
- [Cloud Data Labeling](google-cloud-clients/google-cloud-datalabeling) (Alpha)
4854
- [Cloud Dataproc](google-cloud-clients/google-cloud-dataproc) (Alpha)
4955
- [Cloud DNS](google-cloud-clients/google-cloud-dns) (Alpha)
56+
- [Cloud IAM Service Account Credentials API](google-cloud-clients/google-cloud-iamcredentials) (Alpha)
5057
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
5158
- [Cloud Memorystore for Redis](google-cloud-clients/google-cloud-redis) (Alpha)
5259
- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha)
53-
- [Cloud Scheduler](google-cloud-clients/google-cloud-scheduler) (Alpha)
5460
- [Cloud Security Scanner](google-cloud-clients/google-cloud-websecurityscanner) (Alpha)
61+
- [Cloud Web Risk](google-cloud-clients/google-cloud-webrisk) (Alpha)
5562
- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha)
5663

5764
Quickstart
@@ -69,7 +76,7 @@ If you are using Maven, add this to your pom.xml file
6976
<dependency>
7077
<groupId>com.google.cloud</groupId>
7178
<artifactId>google-cloud-bom</artifactId>
72-
<version>0.89.0-alpha</version>
79+
<version>0.93.0-alpha</version>
7380
<type>pom</type>
7481
<scope>import</scope>
7582
</dependency>
@@ -88,11 +95,11 @@ If you are using Maven, add this to your pom.xml file
8895
[//]: # ({x-version-update-start:google-cloud-storage:released})
8996
If you are using Gradle, add this to your dependencies
9097
```Groovy
91-
compile 'com.google.cloud:google-cloud-storage:1.71.0'
98+
compile 'com.google.cloud:google-cloud-storage:1.75.0'
9299
```
93100
If you are using SBT, add this to your dependencies
94101
```Scala
95-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.71.0"
102+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.75.0"
96103
```
97104
[//]: # ({x-version-update-end})
98105

@@ -113,7 +120,7 @@ If you are running into problems with version conflicts, the easiest way to solv
113120
<dependency>
114121
<groupId>com.google.cloud</groupId>
115122
<artifactId>google-cloud-bom</artifactId>
116-
<version>0.89.0-alpha</version>
123+
<version>0.93.0-alpha</version>
117124
<type>pom</type>
118125
<scope>import</scope>
119126
</dependency>

google-api-grpc/grpc-google-cloud-asset-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-asset-v1</artifactId>
6-
<version>0.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1:current} -->
6+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1:current} -->
77
<name>grpc-google-cloud-asset-v1</name>
88
<description>GRPC library for grpc-google-cloud-asset-v1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1beta1:current} -->
6+
<version>0.58.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.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-automl-v1beta1:current} -->
6+
<version>0.58.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.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerydatatransfer-v1:current} -->
6+
<version>0.58.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.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

google-api-grpc/grpc-google-cloud-bigquerystorage-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-bigquerystorage-v1beta1</artifactId>
6-
<version>0.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
6+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
77
<name>grpc-google-cloud-bigquerystorage-v1beta1</name>
88
<description>GRPC library for grpc-google-cloud-bigquerystorage-v1beta1</description>
99
<parent>
1010
<groupId>com.google.api.grpc</groupId>
1111
<artifactId>google-api-grpc</artifactId>
12-
<version>0.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-admin-v2:current} -->
6+
<version>0.58.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.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigtable-v2:current} -->
6+
<version>0.58.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.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
6+
<version>0.58.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.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

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.54.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-containeranalysis-v1beta1:current} -->
6+
<version>0.58.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.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
12+
<version>0.58.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
1313
</parent>
1414
<dependencies>
1515
<dependency>

0 commit comments

Comments
 (0)