Commit 1ecb036
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 1ecb036Copy 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
- java-netapp
- google-cloud-netapp-bom
- google-cloud-netapp
- src
- main
- java/com/google/cloud/netapp/v1
- stub
- resources/META-INF/native-image/com.google.cloud.netapp.v1
- test/java/com/google/cloud/netapp
- v1beta1
- v1
- grpc-google-cloud-netapp-v1
- src/main/java/com/google/cloud/netapp/v1
- proto-google-cloud-netapp-v1beta1/src/main/java/com/google/cloud/netapp/v1beta1
- proto-google-cloud-netapp-v1
- src/main
- java/com/google/cloud/netapp/v1
- proto/google/cloud/netapp/v1
- samples/snippets/generated/com/google/cloud/netapp
- v1beta1/netapp
- getlocation
- listlocations
- v1
- netappsettings/getstoragepool
- netapp
- createactivedirectory
- createkmsconfig
- createreplication
- createsnapshot
- createstoragepool
- createvolume
- create
- deleteactivedirectory
- deletekmsconfig
- deletereplication
- deletesnapshot
- deletestoragepool
- deletevolume
- encryptvolumes
- getactivedirectory
- getkmsconfig
- getreplication
- getsnapshot
- getstoragepool
- getvolume
- listactivedirectories
- listkmsconfigs
- listreplications
- listsnapshots
- liststoragepools
- listvolumes
- resumereplication
- reversereplicationdirection
- revertvolume
- stopreplication
- updateactivedirectory
- updatekmsconfig
- updatereplication
- updatesnapshot
- updatestoragepool
- updatevolume
- verifykmsconfig
- stub/netappstubsettings/getstoragepool
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
26 | | - |
| 26 | + |
27 | 27 | |
28 | 28 | |
29 | 29 | |
| ||
201 | 201 | |
202 | 202 | |
203 | 203 | |
204 | | - |
| 204 | + |
205 | 205 | |
206 | 206 | |
207 | 207 | |
|
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
37 | 42 | |
38 | 43 | |
39 | 44 | |
40 | 45 | |
41 | 46 | |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
42 | 52 | |
43 | 53 | |
44 | 54 | |
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
44 | 48 | |
45 | 49 | |
46 | 50 | |
| ||
65 | 69 | |
66 | 70 | |
67 | 71 | |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
68 | 77 | |
69 | 78 | |
70 | 79 | |
|
0 commit comments