Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat: Artifact Registry v1 public protos (#159)
Browse files Browse the repository at this point in the history
* feat: Artifact Registry v1 public protos

Committer: @alexander-fenster
PiperOrigin-RevId: 398316447

Source-Link: googleapis/googleapis@6d40da4

Source-Link: https://github.com/googleapis/googleapis-gen/commit/95ac2d4027c540ddbde94986555f8f84a443e723
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTVhYzJkNDAyN2M1NDBkZGJkZTk0OTg2NTU1ZjhmODRhNDQzZTcyMyJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Remove unused dependency

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Chanseok Oh <chanseok@google.com>
  • Loading branch information
3 people authored Oct 9, 2021
1 parent 27329b3 commit 3764ef6
Show file tree
Hide file tree
Showing 41 changed files with 14,506 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google-cloud-artifact-registry-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,21 @@
<artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1</artifactId>
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-cloud-artifact-registry/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-artifact-registry-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
Expand Down Expand Up @@ -80,6 +84,11 @@
<artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-artifact-registry-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 3764ef6

Please sign in to comment.