Skip to content

Commit

Permalink
Add Cloud Web Risk client. (#4881)
Browse files Browse the repository at this point in the history
* Add Cloud Web Risk client.

* code format fix

* Add note on whitelist / signing up for Beta.

* Delete stray preposition
  • Loading branch information
kolea2 authored Apr 2, 2019
1 parent 3d009ca commit 21dbff1
Show file tree
Hide file tree
Showing 46 changed files with 19,566 additions and 3 deletions.
31 changes: 31 additions & 0 deletions google-api-grpc/grpc-google-cloud-webrisk-v1beta1/pom.xml
Original file line number Diff line number Diff line change
@@ -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-webrisk-v1beta1</artifactId>
<version>0.0.1-alpha-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-webrisk-v1beta1:current} -->
<name>grpc-google-cloud-webrisk-v1beta1</name>
<description>GRPC library for grpc-google-cloud-webrisk-v1beta1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.50.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-webrisk-v1beta1</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 21dbff1

Please sign in to comment.