Skip to content

Commit 3b88dd4

Browse files
feat: publish cloud networksecurity v1 (#183)
* feat: publish cloud networksecurity v1 PiperOrigin-RevId: 460770654 Source-Link: googleapis/googleapis@e7edbb9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1b72bc7f710504bae0e3e6ce6b31bf636a6d2ddd Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWI3MmJjN2Y3MTA1MDRiYWUwZTNlNmNlNmIzMWJmNjM2YTZkMmRkZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: Remove iam dependency Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Lawrence Qiu <[email protected]>
1 parent 634ebe9 commit 3b88dd4

File tree

160 files changed

+57806
-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.

160 files changed

+57806
-0
lines changed

java-network-security/google-cloud-network-security-bom/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,21 @@
6363
<artifactId>grpc-google-cloud-network-security-v1beta1</artifactId>
6464
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-network-security-v1beta1:current} -->
6565
</dependency>
66+
<dependency>
67+
<groupId>com.google.api.grpc</groupId>
68+
<artifactId>grpc-google-cloud-network-security-v1</artifactId>
69+
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-network-security-v1:current} -->
70+
</dependency>
6671
<dependency>
6772
<groupId>com.google.api.grpc</groupId>
6873
<artifactId>proto-google-cloud-network-security-v1beta1</artifactId>
6974
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-network-security-v1beta1:current} -->
7075
</dependency>
76+
<dependency>
77+
<groupId>com.google.api.grpc</groupId>
78+
<artifactId>proto-google-cloud-network-security-v1</artifactId>
79+
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-network-security-v1:current} -->
80+
</dependency>
7181
</dependencies>
7282
</dependencyManagement>
7383

java-network-security/google-cloud-network-security/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
4444

45+
<dependency>
46+
<groupId>com.google.api.grpc</groupId>
47+
<artifactId>proto-google-cloud-network-security-v1</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-network-security-v1beta1</artifactId>
@@ -76,6 +80,11 @@
7680
<artifactId>grpc-google-cloud-network-security-v1beta1</artifactId>
7781
<scope>test</scope>
7882
</dependency>
83+
<dependency>
84+
<groupId>com.google.api.grpc</groupId>
85+
<artifactId>grpc-google-cloud-network-security-v1</artifactId>
86+
<scope>test</scope>
87+
</dependency>
7988
<!-- Need testing utility classes for generated gRPC clients tests -->
8089
<dependency>
8190
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)