Skip to content

Commit 99c50c8

Browse files
chore: generate libraries at Fri May 2 19:08:03 UTC 2025
1 parent 62e1793 commit 99c50c8

File tree

64 files changed

+39255
-0
lines changed

Some content is hidden

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

64 files changed

+39255
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
<groupId>com.google.api.grpc.api.grpc</groupId>
6+
<artifactId>grpc-google-iam-v3</artifactId>
7+
<version>1.50.2</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
8+
<name>grpc-google-iam-v3</name>
9+
<description>GRPC library for proto-google-iam-v1</description>
10+
<parent>
11+
<groupId>com.google.api.grpc</groupId>
12+
<artifactId>proto-google-iam-v1-parent</artifactId>
13+
<version>1.50.2</version><!-- {x-version-update:proto-google-iam-v1:current} -->
14+
</parent>
15+
<dependencies>
16+
<dependency>
17+
<groupId>io.grpc</groupId>
18+
<artifactId>grpc-api</artifactId>
19+
</dependency>
20+
<dependency>
21+
<groupId>io.grpc</groupId>
22+
<artifactId>grpc-stub</artifactId>
23+
</dependency>
24+
<dependency>
25+
<groupId>io.grpc</groupId>
26+
<artifactId>grpc-protobuf</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>com.google.protobuf</groupId>
30+
<artifactId>protobuf-java</artifactId>
31+
</dependency>
32+
<dependency>
33+
<groupId>com.google.api.grpc</groupId>
34+
<artifactId>proto-google-common-protos</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>com.google.api.grpc.api.grpc</groupId>
38+
<artifactId>proto-google-iam-v3</artifactId>
39+
</dependency>
40+
<dependency>
41+
<groupId>com.google.guava</groupId>
42+
<artifactId>guava</artifactId>
43+
</dependency>
44+
</dependencies>
45+
</project>

java-iam/grpc-google-iam-v3/src/main/java/com/google/iam/v3/PolicyBindingsGrpc.java

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

java-iam/grpc-google-iam-v3/src/main/java/com/google/iam/v3/PrincipalAccessBoundaryPoliciesGrpc.java

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

java-iam/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>
57+
<dependency>
58+
<groupId>com.google.api.grpc.api.grpc</groupId>
59+
<artifactId>proto-google-iam-v3</artifactId>
60+
<version>1.50.2</version><!-- {x-version-update:proto-google-iam-v3:current} -->
61+
</dependency>
62+
<dependency>
63+
<groupId>com.google.api.grpc.api.grpc</groupId>
64+
<artifactId>grpc-google-iam-v3</artifactId>
65+
<version>1.50.2</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
66+
</dependency>
5767
<dependency>
5868
<groupId>com.google.guava</groupId>
5969
<artifactId>guava-bom</artifactId>
@@ -136,8 +146,10 @@
136146
<module>proto-google-iam-v1</module>
137147
<module>grpc-google-iam-v2beta</module>
138148
<module>grpc-google-iam-v2</module>
149+
<module>grpc-google-iam-v3</module>
139150
<module>proto-google-iam-v2beta</module>
140151
<module>proto-google-iam-v2</module>
152+
<module>proto-google-iam-v3</module>
141153
<module>grpc-google-iam-v1</module>
142154
</modules>
143155

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
5+
</differences>
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
<groupId>com.google.api.grpc.api.grpc</groupId>
6+
<artifactId>proto-google-iam-v3</artifactId>
7+
<version>1.50.2</version><!-- {x-version-update:proto-google-iam-v3:current} -->
8+
<name>proto-google-iam-v3</name>
9+
<description>Proto library for proto-google-iam-v1</description>
10+
<parent>
11+
<groupId>com.google.api.grpc</groupId>
12+
<artifactId>proto-google-iam-v1-parent</artifactId>
13+
<version>1.50.2</version><!-- {x-version-update:proto-google-iam-v1:current} -->
14+
</parent>
15+
<dependencies>
16+
<dependency>
17+
<groupId>com.google.protobuf</groupId>
18+
<artifactId>protobuf-java</artifactId>
19+
</dependency>
20+
<dependency>
21+
<groupId>com.google.api.grpc</groupId>
22+
<artifactId>proto-google-common-protos</artifactId>
23+
</dependency>
24+
<dependency>
25+
<groupId>com.google.api.grpc</groupId>
26+
<artifactId>proto-google-iam-v1</artifactId>
27+
</dependency>
28+
<dependency>
29+
<groupId>com.google.api</groupId>
30+
<artifactId>api-common</artifactId>
31+
</dependency>
32+
<dependency>
33+
<groupId>com.google.guava</groupId>
34+
<artifactId>guava</artifactId>
35+
</dependency>
36+
</dependencies>
37+
</project>

0 commit comments

Comments
 (0)