Skip to content

feat: Generate IAM v3beta Client Library #3780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions gapic-generator-java-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
<artifactId>proto-google-iam-v3</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v3beta</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3beta:current} -->
</dependency>

<!-- Following test deps are kept to keep them consistent with versions above -->
<dependency>
Expand All @@ -141,6 +146,11 @@
<artifactId>grpc-google-iam-v3</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v3beta</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3beta:current} -->
</dependency>
</dependencies>

</dependencyManagement>
Expand Down
3 changes: 2 additions & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ libraries:
- proto_path: google/iam/v1
- proto_path: google/iam/v2
- proto_path: google/iam/v2beta
- proto_path: google/iam/v3
- proto_path: google/iam/v3
- proto_path: google/iam/v3beta
45 changes: 45 additions & 0 deletions java-iam/grpc-google-iam-v3beta/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<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>
<artifactId>grpc-google-iam-v3beta</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3beta:current} -->
<name>grpc-google-iam-v3beta</name>
<description>GRPC library for proto-google-iam-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v3beta</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
</project>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions java-iam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v3beta</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v3beta</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v3beta:current} -->
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-bom</artifactId>
Expand Down Expand Up @@ -152,9 +162,11 @@
<module>grpc-google-iam-v2beta</module>
<module>grpc-google-iam-v2</module>
<module>grpc-google-iam-v3</module>
<module>grpc-google-iam-v3beta</module>
<module>proto-google-iam-v2beta</module>
<module>proto-google-iam-v2</module>
<module>proto-google-iam-v3</module>
<module>proto-google-iam-v3beta</module>
<module>grpc-google-iam-v1</module>
</modules>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>

</differences>
33 changes: 33 additions & 0 deletions java-iam/proto-google-iam-v3beta/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<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>
<artifactId>proto-google-iam-v3beta</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v3beta:current} -->
<name>proto-google-iam-v3beta</name>
<description>Proto library for proto-google-iam-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<version>1.50.4-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
</project>
Loading
Loading