Skip to content

Commit

Permalink
Add IamCredentials client (#4216)
Browse files Browse the repository at this point in the history
* Add IamCredentials client

* Fix pom versions and formatting

* Remove classes that were in my cache directory from a bad previous generation

* Remove some more files cached from a bad synth

* Fix xml formatting

* Fix xml formatting

* Update README descriptions and links

* Fix generated code lint

* Synth script should format java code
  • Loading branch information
chingor13 committed Dec 13, 2018
1 parent d86fe63 commit c094b95
Show file tree
Hide file tree
Showing 42 changed files with 12,326 additions and 68 deletions.
31 changes: 31 additions & 0 deletions google-api-grpc/grpc-google-cloud-iamcredentials-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-iamcredentials-v1</artifactId>
<version>0.0.1-alpha-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
<name>grpc-google-cloud-iamcredentials-v1</name>
<description>GRPC library for grpc-google-cloud-iamcredentials-v1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.38.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-iamcredentials-v1</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<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>
<groupId>com.google.api.grpc</groupId>
Expand Down Expand Up @@ -634,6 +634,16 @@
<artifactId>grpc-google-cloud-websecurityscanner-v1alpha</artifactId>
<version>0.38.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-websecurityscanner-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
<version>0.0.1-alpha-SNAPSHOT</version><!--{x-version-update:proto-google-cloud-iamcredentials-v1:current}-->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
<version>0.0.1-alpha-SNAPSHOT</version><!--{x-version-update:grpc-google-cloud-iamcredentials-v1:current}-->
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -653,6 +663,7 @@
<module>grpc-google-cloud-dlp-v2</module>
<module>grpc-google-cloud-error-reporting-v1beta1</module>
<module>grpc-google-cloud-firestore-v1beta1</module>
<module>grpc-google-cloud-iamcredentials-v1</module>
<module>grpc-google-cloud-iot-v1</module>
<module>grpc-google-cloud-kms-v1</module>
<module>grpc-google-cloud-language-v1</module>
Expand Down Expand Up @@ -704,6 +715,7 @@
<module>proto-google-cloud-dlp-v2</module>
<module>proto-google-cloud-error-reporting-v1beta1</module>
<module>proto-google-cloud-firestore-v1beta1</module>
<module>proto-google-cloud-iamcredentials-v1</module>
<module>proto-google-cloud-iot-v1</module>
<module>proto-google-cloud-kms-v1</module>
<module>proto-google-cloud-language-v1</module>
Expand Down
36 changes: 36 additions & 0 deletions google-api-grpc/proto-google-cloud-iamcredentials-v1/pom.xml
Original file line number Diff line number Diff line change
@@ -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-iamcredentials-v1</artifactId>
<version>0.0.1-alpha-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
<name>proto-google-cloud-iamcredentials-v1</name>
<description>PROTO library for proto-google-cloud-iamcredentials-v1</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-api-grpc</artifactId>
<version>0.38.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>
Loading

0 comments on commit c094b95

Please sign in to comment.