google-cloud-filestore-v1 2.1.0 → 2.2.0
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/lib/google/cloud/filestore/v1/cloud_filestore_manager/client.rb +2 -2
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/operations.rb +2 -2
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/rest/client.rb +1 -1
- data/lib/google/cloud/filestore/v1/cloud_filestore_manager/rest/operations.rb +1 -1
- data/lib/google/cloud/filestore/v1/version.rb +1 -1
- metadata +12 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 304d2c355bcd5fa09d190b6fd81c9142881e5315954be8872a90b6b76a5363b2
|
4
|
+
data.tar.gz: 4a068ee14ebfd968b44358106174d410137e350ebdfc5a757ec13335f56b16f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 272a58d617d2a5947bb5d8db16ec47ee8f799292398a2a0edb842841e099249efddc9b336bb1fddcb52302d14af866157b5ce5cb468a01384cec8bef843f46ed
|
7
|
+
data.tar.gz: 761b827659649e759a37bcf44db59302bb4b2e613383a958bd0a42c05961dc144ca704f106aff32ab0e9a5c43dd8ccc34065e80eef7f3763f5518fa988af08b3
|
@@ -2150,8 +2150,8 @@ module Google
|
|
2150
2150
|
|
2151
2151
|
config_attr :endpoint, nil, ::String, nil
|
2152
2152
|
config_attr :credentials, nil do |value|
|
2153
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2154
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
2153
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
2154
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
2155
2155
|
allowed.any? { |klass| klass === value }
|
2156
2156
|
end
|
2157
2157
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -701,8 +701,8 @@ module Google
|
|
701
701
|
|
702
702
|
config_attr :endpoint, nil, ::String, nil
|
703
703
|
config_attr :credentials, nil do |value|
|
704
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
705
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
706
706
|
allowed.any? { |klass| klass === value }
|
707
707
|
end
|
708
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -2009,7 +2009,7 @@ module Google
|
|
2009
2009
|
|
2010
2010
|
config_attr :endpoint, nil, ::String, nil
|
2011
2011
|
config_attr :credentials, nil do |value|
|
2012
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2012
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
2013
2013
|
allowed.any? { |klass| klass === value }
|
2014
2014
|
end
|
2015
2015
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -556,7 +556,7 @@ module Google
|
|
556
556
|
|
557
557
|
config_attr :endpoint, nil, ::String, nil
|
558
558
|
config_attr :credentials, nil do |value|
|
559
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
560
560
|
allowed.any? { |klass| klass === value }
|
561
561
|
end
|
562
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,34 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-filestore-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
18
|
+
version: '1.0'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-common
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -61,22 +55,16 @@ dependencies:
|
|
61
55
|
name: google-cloud-location
|
62
56
|
requirement: !ruby/object:Gem::Requirement
|
63
57
|
requirements:
|
64
|
-
- - "
|
65
|
-
- !ruby/object:Gem::Version
|
66
|
-
version: '0.7'
|
67
|
-
- - "<"
|
58
|
+
- - "~>"
|
68
59
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
60
|
+
version: '1.0'
|
70
61
|
type: :runtime
|
71
62
|
prerelease: false
|
72
63
|
version_requirements: !ruby/object:Gem::Requirement
|
73
64
|
requirements:
|
74
|
-
- - "
|
75
|
-
- !ruby/object:Gem::Version
|
76
|
-
version: '0.7'
|
77
|
-
- - "<"
|
65
|
+
- - "~>"
|
78
66
|
- !ruby/object:Gem::Version
|
79
|
-
version:
|
67
|
+
version: '1.0'
|
80
68
|
description: Filestore instances are fully managed NFS file servers on Google Cloud
|
81
69
|
for use with applications running on Compute Engine virtual machine (VM) instances,
|
82
70
|
Google Kubernetes Engine clusters, external datastores such as Google Cloud VMware
|
@@ -134,14 +122,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
134
122
|
requirements:
|
135
123
|
- - ">="
|
136
124
|
- !ruby/object:Gem::Version
|
137
|
-
version: '3.
|
125
|
+
version: '3.1'
|
138
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
139
127
|
requirements:
|
140
128
|
- - ">="
|
141
129
|
- !ruby/object:Gem::Version
|
142
130
|
version: '0'
|
143
131
|
requirements: []
|
144
|
-
rubygems_version: 3.6.
|
132
|
+
rubygems_version: 3.6.8
|
145
133
|
specification_version: 4
|
146
134
|
summary: The Cloud Filestore API is used for creating and managing cloud file servers.
|
147
135
|
test_files: []
|