google-cloud-netapp-v1 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/netapp/v1/netapp/client.rb +7 -0
- data/lib/google/cloud/netapp/v1/netapp/operations.rb +7 -0
- data/lib/google/cloud/netapp/v1/netapp/rest/client.rb +7 -0
- data/lib/google/cloud/netapp/v1/netapp/rest/operations.rb +7 -0
- data/lib/google/cloud/netapp/v1/version.rb +1 -1
- data/proto_docs/google/cloud/netapp/v1/volume.rb +4 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e556432a96b0ff75f66f4f7ca223b861295cc5a1e433a8a6348de8a15bacef21
|
4
|
+
data.tar.gz: 3de9137571ce5b7a1e6ee89a710ad4b1a0ddcc88a875bd66068e62c65ecf8a99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e500ad130c2798e600475d1247a8fba7301c159e74dc8ec12bcfd2a5bbdf643e3445cc39d39cb21cb7fab7e4da028c41e4b43deded1024bf9aa4a5bc29b8d911
|
7
|
+
data.tar.gz: 33e5f26b18bee5df2c3a141791f877c402f2b824131b8d426ee48786f39868a1063aa6400f898ae29cc4304477dd83647757e05770417dc7ef8ad8e5c05ae082
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -5741,6 +5741,13 @@ module Google
|
|
5741
5741
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
5742
5742
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
5743
5743
|
# * (`nil`) indicating no credentials
|
5744
|
+
#
|
5745
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
5746
|
+
# external source for authentication to Google Cloud, you must validate it before
|
5747
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
5748
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
5749
|
+
# For more information, refer to [Validate credential configurations from external
|
5750
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
5744
5751
|
# @return [::Object]
|
5745
5752
|
# @!attribute [rw] scope
|
5746
5753
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -5330,6 +5330,13 @@ module Google
|
|
5330
5330
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
5331
5331
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
5332
5332
|
# * (`nil`) indicating no credentials
|
5333
|
+
#
|
5334
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
5335
|
+
# external source for authentication to Google Cloud, you must validate it before
|
5336
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
5337
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
5338
|
+
# For more information, refer to [Validate credential configurations from external
|
5339
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
5333
5340
|
# @return [::Object]
|
5334
5341
|
# @!attribute [rw] scope
|
5335
5342
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -485,11 +485,15 @@ module Google
|
|
485
485
|
# Full name of the snapshot resource.
|
486
486
|
# Format:
|
487
487
|
# projects/\\{project}/locations/\\{location}/volumes/\\{volume}/snapshots/\\{snapshot}
|
488
|
+
#
|
489
|
+
# Note: The following fields are mutually exclusive: `source_snapshot`, `source_backup`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
488
490
|
# @!attribute [rw] source_backup
|
489
491
|
# @return [::String]
|
490
492
|
# Full name of the backup resource.
|
491
493
|
# Format:
|
492
494
|
# projects/\\{project}/locations/\\{location}/backupVaults/\\{backup_vault_id}/backups/\\{backup_id}
|
495
|
+
#
|
496
|
+
# Note: The following fields are mutually exclusive: `source_backup`, `source_snapshot`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
493
497
|
class RestoreParameters
|
494
498
|
include ::Google::Protobuf::MessageExts
|
495
499
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-netapp-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -15,7 +15,7 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 2.a
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: 2.a
|
@@ -138,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
138
|
requirements:
|
139
139
|
- - ">="
|
140
140
|
- !ruby/object:Gem::Version
|
141
|
-
version: '
|
141
|
+
version: '3.0'
|
142
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
144
|
- - ">="
|