Skip to content

Commit

Permalink
feat: publish cloud networksecurity v1 (#183)
Browse files Browse the repository at this point in the history
* feat: publish cloud networksecurity v1

PiperOrigin-RevId: 460770654

Source-Link: googleapis/googleapis@e7edbb9

Source-Link: googleapis/googleapis-gen@1b72bc7
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 <lawrenceqiu@google.com>
  • Loading branch information
3 people committed Jul 18, 2022
1 parent 634ebe9 commit 3b88dd4
Show file tree
Hide file tree
Showing 160 changed files with 57,806 additions and 0 deletions.
10 changes: 10 additions & 0 deletions java-network-security/google-cloud-network-security-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,21 @@
<artifactId>grpc-google-cloud-network-security-v1beta1</artifactId>
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-network-security-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-network-security-v1</artifactId>
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-network-security-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-network-security-v1beta1</artifactId>
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-network-security-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-network-security-v1</artifactId>
<version>0.5.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-network-security-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions java-network-security/google-cloud-network-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-network-security-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-network-security-v1beta1</artifactId>
Expand Down Expand Up @@ -76,6 +80,11 @@
<artifactId>grpc-google-cloud-network-security-v1beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-network-security-v1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down
Loading

0 comments on commit 3b88dd4

Please sign in to comment.