Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ecb036

Browse filesBrowse files
feat: [netapp] add initial version of NetApp v1 APIs (#9713)
* 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 <joewa@google.com>
1 parent f7a6838 commit 1ecb036
Copy full SHA for 1ecb036

350 files changed

+10,144-11,956Lines changed: 10144 additions & 11956 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎java-netapp/README.md‎

Copy file name to clipboardExpand all lines: java-netapp/README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.19.0</version>
26+
<version>26.20.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
201201
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-netapp/java11.html
202202
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
203203
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-netapp.svg
204-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-netapp/0.0.0
204+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-netapp/0.1.0
205205
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
206206
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
207207
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Collapse file

‎java-netapp/google-cloud-netapp-bom/pom.xml‎

Copy file name to clipboardExpand all lines: java-netapp/google-cloud-netapp-bom/pom.xml
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,21 @@
3434
<artifactId>grpc-google-cloud-netapp-v1beta1</artifactId>
3535
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-netapp-v1beta1:current} -->
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.api.grpc</groupId>
39+
<artifactId>grpc-google-cloud-netapp-v1</artifactId>
40+
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-netapp-v1:current} -->
41+
</dependency>
3742
<dependency>
3843
<groupId>com.google.api.grpc</groupId>
3944
<artifactId>proto-google-cloud-netapp-v1beta1</artifactId>
4045
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-netapp-v1beta1:current} -->
4146
</dependency>
47+
<dependency>
48+
<groupId>com.google.api.grpc</groupId>
49+
<artifactId>proto-google-cloud-netapp-v1</artifactId>
50+
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-netapp-v1:current} -->
51+
</dependency>
4252
</dependencies>
4353
</dependencyManagement>
4454
</project>
Collapse file

‎java-netapp/google-cloud-netapp/pom.xml‎

Copy file name to clipboardExpand all lines: java-netapp/google-cloud-netapp/pom.xml
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<artifactId>proto-google-common-protos</artifactId>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>proto-google-cloud-netapp-v1</artifactId>
47+
</dependency>
4448
<dependency>
4549
<groupId>com.google.api.grpc</groupId>
4650
<artifactId>proto-google-cloud-netapp-v1beta1</artifactId>
@@ -65,6 +69,11 @@
6569
<groupId>com.google.api.grpc</groupId>
6670
<artifactId>grpc-google-common-protos</artifactId>
6771
</dependency>
72+
<dependency>
73+
<groupId>com.google.api.grpc</groupId>
74+
<artifactId>grpc-google-cloud-netapp-v1</artifactId>
75+
<scope>test</scope>
76+
</dependency>
6877
<dependency>
6978
<groupId>com.google.api.grpc</groupId>
7079
<artifactId>proto-google-iam-v1</artifactId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.