Skip to content

Commit 2f447ba

Browse files
authored
---
yaml --- r: 17721 b: refs/heads/autosynth-trace c: c094b95 h: refs/heads/master i: 17719: 82d3e60
1 parent 986396d commit 2f447ba

43 files changed

Lines changed: 12327 additions & 69 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
144144
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145145
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
146146
refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c
147-
refs/heads/autosynth-trace: d86fe63590b89b2cb5039f219d4270cd19c7e22a
147+
refs/heads/autosynth-trace: c094b95399a35e84cecdf166f71ff15f3ed8d512
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64
150150
refs/heads/elharo-patch-1: ce159ef828d3c545991ff78e7b6e0d912a9453e9
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
6+
<version>0.0.1-alpha-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iamcredentials-v1:current} -->
7+
<name>grpc-google-cloud-iamcredentials-v1</name>
8+
<description>GRPC library for grpc-google-cloud-iamcredentials-v1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.38.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
13+
</parent>
14+
<dependencies>
15+
<dependency>
16+
<groupId>io.grpc</groupId>
17+
<artifactId>grpc-stub</artifactId>
18+
<scope>compile</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>io.grpc</groupId>
22+
<artifactId>grpc-protobuf</artifactId>
23+
<scope>compile</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.google.api.grpc</groupId>
27+
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
</project>

branches/autosynth-trace/google-api-grpc/grpc-google-cloud-iamcredentials-v1/src/main/java/com/google/cloud/iam/credentials/v1/IAMCredentialsGrpc.java

Lines changed: 782 additions & 0 deletions
Large diffs are not rendered by default.

branches/autosynth-trace/google-api-grpc/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api.grpc</groupId>
@@ -634,6 +634,16 @@
634634
<artifactId>grpc-google-cloud-websecurityscanner-v1alpha</artifactId>
635635
<version>0.38.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-websecurityscanner-v1alpha:current} -->
636636
</dependency>
637+
<dependency>
638+
<groupId>com.google.api.grpc</groupId>
639+
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
640+
<version>0.0.1-alpha-SNAPSHOT</version><!--{x-version-update:proto-google-cloud-iamcredentials-v1:current}-->
641+
</dependency>
642+
<dependency>
643+
<groupId>com.google.api.grpc</groupId>
644+
<artifactId>grpc-google-cloud-iamcredentials-v1</artifactId>
645+
<version>0.0.1-alpha-SNAPSHOT</version><!--{x-version-update:grpc-google-cloud-iamcredentials-v1:current}-->
646+
</dependency>
637647
</dependencies>
638648
</dependencyManagement>
639649

@@ -653,6 +663,7 @@
653663
<module>grpc-google-cloud-dlp-v2</module>
654664
<module>grpc-google-cloud-error-reporting-v1beta1</module>
655665
<module>grpc-google-cloud-firestore-v1beta1</module>
666+
<module>grpc-google-cloud-iamcredentials-v1</module>
656667
<module>grpc-google-cloud-iot-v1</module>
657668
<module>grpc-google-cloud-kms-v1</module>
658669
<module>grpc-google-cloud-language-v1</module>
@@ -704,6 +715,7 @@
704715
<module>proto-google-cloud-dlp-v2</module>
705716
<module>proto-google-cloud-error-reporting-v1beta1</module>
706717
<module>proto-google-cloud-firestore-v1beta1</module>
718+
<module>proto-google-cloud-iamcredentials-v1</module>
707719
<module>proto-google-cloud-iot-v1</module>
708720
<module>proto-google-cloud-kms-v1</module>
709721
<module>proto-google-cloud-language-v1</module>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
6+
<version>0.0.1-alpha-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-iamcredentials-v1:current} -->
7+
<name>proto-google-cloud-iamcredentials-v1</name>
8+
<description>PROTO library for proto-google-cloud-iamcredentials-v1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.38.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
13+
</parent>
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.google.protobuf</groupId>
17+
<artifactId>protobuf-java</artifactId>
18+
<scope>compile</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>com.google.api</groupId>
22+
<artifactId>api-common</artifactId>
23+
<scope>compile</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.google.api.grpc</groupId>
27+
<artifactId>proto-google-common-protos</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
<dependency>
31+
<groupId>com.google.api.grpc</groupId>
32+
<artifactId>proto-google-iam-v1</artifactId>
33+
<scope>compile</scope>
34+
</dependency>
35+
</dependencies>
36+
</project>

0 commit comments

Comments
 (0)