Skip to content

Commit

Permalink
Add Cloud Asset v1 API. (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 authored Apr 1, 2019
1 parent 81f9c46 commit 65f4edd
Show file tree
Hide file tree
Showing 45 changed files with 15,493 additions and 4 deletions.
31 changes: 31 additions & 0 deletions google-api-grpc/grpc-google-cloud-asset-v1/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-asset-v1</artifactId>
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-asset-v1:current} -->
<name>grpc-google-cloud-asset-v1</name>
<description>GRPC library for grpc-google-cloud-asset-v1</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-asset-v1</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 65f4edd

Please sign in to comment.