Skip to content

Commit

Permalink
feat: [netapp] add initial version of NetApp v1 APIs (#9713)
Browse files Browse the repository at this point in the history
* feat: remove NetApp v1beta1 protos

PiperOrigin-RevId: 551632142

Source-Link: googleapis/googleapis@ee33983

Source-Link: https://github.com/googleapis/googleapis-gen/commit/5931beab0cb6378fa77392fd45878180583e522b
Copy-Tag: eyJwIjoiamF2YS1uZXRhcHAvLk93bEJvdC55YW1sIiwiaCI6IjU5MzFiZWFiMGNiNjM3OGZhNzczOTJmZDQ1ODc4MTgwNTgzZTUyMmIifQ==

* feat: add initial version of NetApp v1 APIs

PiperOrigin-RevId: 551644534

Source-Link: googleapis/googleapis@40231fb

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c73317962639e1187cb61898633cb8d0d0f265cf
Copy-Tag: eyJwIjoiamF2YS1uZXRhcHAvLk93bEJvdC55YW1sIiwiaCI6ImM3MzMxNzk2MjYzOWUxMTg3Y2I2MTg5ODYzM2NiOGQwZDBmMjY1Y2YifQ==

* 🦉 Updates from OwlBot post-processor

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

* fix netapp pom

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Joe Wang <[email protected]>
  • Loading branch information
3 people authored Aug 2, 2023
1 parent f7a6838 commit 1ecb036
Show file tree
Hide file tree
Showing 350 changed files with 10,144 additions and 11,956 deletions.
4 changes: 2 additions & 2 deletions java-netapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.19.0</version>
<version>26.20.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-netapp/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-netapp.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-netapp/0.0.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-netapp/0.1.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
10 changes: 10 additions & 0 deletions java-netapp/google-cloud-netapp-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,21 @@
<artifactId>grpc-google-cloud-netapp-v1beta1</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-netapp-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-netapp-v1</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-netapp-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-netapp-v1beta1</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-netapp-v1beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-netapp-v1</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-netapp-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
</project>
9 changes: 9 additions & 0 deletions java-netapp/google-cloud-netapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-netapp-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-netapp-v1beta1</artifactId>
Expand All @@ -65,6 +69,11 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-netapp-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
Expand Down
Loading

0 comments on commit 1ecb036

Please sign in to comment.