Skip to content

Commit

Permalink
Regenerate Clients, add Container Analysis client (#3563)
Browse files Browse the repository at this point in the history
Also remove 'build' from ignored packages in .gitignore (required by io.grafeas.v1beta1.build package added in this PR).
  • Loading branch information
vam-google committed Aug 15, 2018
1 parent a879ecf commit ddcdea6
Show file tree
Hide file tree
Showing 289 changed files with 125,924 additions and 330 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,6 @@

# Packages
dist
build
bin
var
sdist
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -27,6 +27,7 @@ This library supports the following Google Cloud Platform services with clients

- [BigQuery Data Transfer](google-cloud-clients/google-cloud-bigquerydatatransfer) (Beta)
- [Cloud AutoML](google-cloud-clients/google-cloud-automl) (Beta)
- [Cloud Container Analysis](google-cloud-clients/google-cloud-containeranalysis) (Beta)
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
- [Cloud Firestore](google-cloud-clients/google-cloud-firestore) (Beta)
- [Cloud IoT Core](google-cloud-clients/google-cloud-iot) (Beta)
Expand Down
@@ -0,0 +1,31 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>grpc-google-cloud-containeranalysis-v1beta1</artifactId>
<version>0.22.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-containeranalysis-v1beta1:current} -->
<name>grpc-google-cloud-containeranalysis-v1beta1</name>
<description>GRPC library for grpc-google-cloud-containeranalysis-v1beta1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.22.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
</parent>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-containeranalysis-v1beta1</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions google-api-grpc/pom.xml
Expand Up @@ -181,6 +181,16 @@
<artifactId>grpc-google-cloud-container-v1</artifactId>
<version>0.22.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-container-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-containeranalysis-v1beta1</artifactId>
<version>0.22.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-containeranalysis-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-containeranalysis-v1beta1</artifactId>
<version>0.22.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-containeranalysis-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dataproc-v1</artifactId>
Expand Down Expand Up @@ -555,6 +565,7 @@
<module>grpc-google-cloud-bigtable-admin-v2</module>
<module>grpc-google-cloud-bigtable-v2</module>
<module>grpc-google-cloud-container-v1</module>
<module>grpc-google-cloud-containeranalysis-v1beta1</module>
<module>grpc-google-cloud-dataproc-v1</module>
<module>grpc-google-cloud-dataproc-v1beta2</module>
<module>grpc-google-cloud-dialogflow-v2</module>
Expand Down Expand Up @@ -597,6 +608,7 @@
<module>proto-google-cloud-bigtable-admin-v2</module>
<module>proto-google-cloud-bigtable-v2</module>
<module>proto-google-cloud-container-v1</module>
<module>proto-google-cloud-containeranalysis-v1beta1</module>
<module>proto-google-cloud-dataproc-v1</module>
<module>proto-google-cloud-dataproc-v1beta2</module>
<module>proto-google-cloud-datastore-v1</module>
Expand Down
@@ -0,0 +1,36 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>proto-google-cloud-containeranalysis-v1beta1</artifactId>
<version>0.22.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-containeranalysis-v1beta1:current} -->
<name>proto-google-cloud-containeranalysis-v1beta1</name>
<description>PROTO library for proto-google-cloud-containeranalysis-v1beta1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.22.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
</parent>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ddcdea6

Please sign in to comment.