google-cloud-netapp 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -0
- data/lib/google/cloud/netapp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2911fccf3b70c35387c1f0662fc3a15ac4831804b948d5fe0f1c3c234358a2e
|
4
|
+
data.tar.gz: da4ce6460c709bd9a0ac8c412a31713253ce130b8e8d45fe88656932f290f3c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 513c07aed4d8837a0227329caf23f33545d901201d783d9031365dde3c5fdaf5d01e594369abee4499cd282032ee01934d70e8f16096bc94d9351ba32e534c3c
|
7
|
+
data.tar.gz: add81265585cca0308ae56579552e5db561d12a0a44dec150f8c7231b59e2fb185942f948c5f564ac4c2be67f1a7231e665b4c9a10ef2e21ca55627620710bfc
|
data/README.md
CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
|
|
34
34
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/netapp.googleapis.com)
|
35
35
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
36
36
|
|
37
|
+
```ruby
|
38
|
+
require "google/cloud/netapp"
|
39
|
+
|
40
|
+
client = Google::Cloud::NetApp.netapp
|
41
|
+
request = ::Google::Cloud::NetApp::V1::ListStoragePoolsRequest.new # (request fields as keyword arguments...)
|
42
|
+
response = client.list_storage_pools request
|
43
|
+
```
|
44
|
+
|
37
45
|
## Debug Logging
|
38
46
|
|
39
47
|
This library comes with opt-in Debug Logging that can help you troubleshoot
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-netapp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
|
-
rubygems_version: 3.6.
|
73
|
+
rubygems_version: 3.6.9
|
74
74
|
specification_version: 4
|
75
75
|
summary: Google Cloud NetApp Volumes is a fully-managed, cloud-based data storage
|
76
76
|
service that provides advanced data management capabilities and highly scalable
|