google-cloud-gke_backup-v1 1.3.0 → 1.4.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0d945ce62f37652b4c0673740b0d34a01107340e9db148c2d73dcd3a07544e8
|
4
|
+
data.tar.gz: d91fa5c3ad6a58f72a2bf54ef4bd7205fe31518c58c49cf4a6b60f680415bb11
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 480114d2e4fc5db1a3eb06cc8f734e4b7623eb8facdbf39c25f577c97a0f55b008fa81d88d40f1c2179bd03c02ced18e8703f08d694422771a9c6beeaaca0e10
|
7
|
+
data.tar.gz: d0136af8a0bfa25436335b3803a191aed58e30958ef70c8cb087c97e83943fcf7c5cb1f1768401fe799c7c5dfd8cc77ff2d9f7a3c088a4253d5decebae24ccf1
|
@@ -16,7 +16,7 @@
|
|
16
16
|
|
17
17
|
# Auto-generated by gapic-generator-ruby. DO NOT EDIT!
|
18
18
|
|
19
|
-
require "gapic/
|
19
|
+
require "gapic/rest"
|
20
20
|
|
21
21
|
module Google
|
22
22
|
module Cloud
|
@@ -42,7 +42,7 @@ module Google
|
|
42
42
|
namespace.pop
|
43
43
|
end
|
44
44
|
|
45
|
-
default_config =
|
45
|
+
default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
|
46
46
|
default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
|
47
47
|
Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
|
48
48
|
uri_method: :get,
|
@@ -222,33 +222,6 @@ module Google
|
|
222
222
|
yield @configure if block_given?
|
223
223
|
@configure
|
224
224
|
end
|
225
|
-
|
226
|
-
##
|
227
|
-
# @private
|
228
|
-
# Configuration class for the google.cloud.gkebackup.v1 package.
|
229
|
-
#
|
230
|
-
# This class contains common configuration for all services
|
231
|
-
# of the google.cloud.gkebackup.v1 package.
|
232
|
-
#
|
233
|
-
# This configuration is for internal use of the client library classes,
|
234
|
-
# and it is not intended that the end-users will read or change it.
|
235
|
-
#
|
236
|
-
class Configuration
|
237
|
-
extend ::Gapic::Config
|
238
|
-
|
239
|
-
# @private
|
240
|
-
# Overrides for http bindings for the RPC of the mixins for this package.
|
241
|
-
# Services in this package should use these when creating clients for the mixin services.
|
242
|
-
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
243
|
-
config_attr :bindings_override, {}, ::Hash, nil
|
244
|
-
|
245
|
-
# @private
|
246
|
-
def initialize parent_config = nil
|
247
|
-
@parent_config = parent_config unless parent_config.nil?
|
248
|
-
|
249
|
-
yield self if block_given?
|
250
|
-
end
|
251
|
-
end
|
252
225
|
end
|
253
226
|
end
|
254
227
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-gke_backup-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.2'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.2'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0'
|
153
153
|
requirements: []
|
154
|
-
rubygems_version: 3.6.
|
154
|
+
rubygems_version: 3.6.9
|
155
155
|
specification_version: 4
|
156
156
|
summary: Backup for GKE is a managed Kubernetes workload backup and restore service
|
157
157
|
for GKE clusters.
|