Skip to content
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
1 change: 1 addition & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,7 @@ libraries:
- proto_path: google/iam/v1beta
- proto_path: google/iam/v2
- proto_path: google/iam/v2beta
- proto_path: google/iam/v3

- api_shortname: iam-admin
name_pretty: IAM Admin API
Expand Down
2 changes: 2 additions & 0 deletions java-iam/.OwlBot-hermetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ deep-copy-regex:
dest: "/owl-bot-staging/java-iam/v2beta/google-iam-policy/src"
- source: "/google/iam/v2/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/java-iam/v2/google-iam-policy/src"
- source: "/google/iam/v3/.*-java/gapic-google-.*/src"
dest: "/owl-bot-staging/java-iam/v3/google-iam-policy/src"

api-name: iam
14 changes: 14 additions & 0 deletions java-iam/google-iam-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v2</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v3</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -87,6 +91,11 @@
<artifactId>grpc-google-iam-v2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v3</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand All @@ -106,5 +115,10 @@
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Large diffs are not rendered by default.

Loading
Loading