google-cloud-redis-cluster-v1 1.0.1 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baab8023d62f3767e615aaf1457e9ff95f6b1e50d3d45ac5f69447ad535913c3
4
- data.tar.gz: caf935dc9337c11764fa754db798f32145c860bc71916424f8d31dac4d3583c3
3
+ metadata.gz: 0f79d451e998c308753475ba916da3b62bec6814eb2066ce8f49f18426b500c9
4
+ data.tar.gz: 20e9984b3bdfe79497f01fd67fcfae32c75fd8f250c2e028e71651f5c1d020cf
5
5
  SHA512:
6
- metadata.gz: 32232088c2962717babf10d3fc497d18dab3ca8f7fd777c0936b559cbeb38b07f09ad914e3f7b7b757386d2e7a7f9f32da79f56e9df0d7de3c6390e944177f34
7
- data.tar.gz: a3a1093979bc3e4b87ff8a0118fe8a405ab8c43ac6ddcdc0594dfc64da33bea886922b8535bbce085634812263d8a5d3045a52c6e7203bd55eea45771274eb11
6
+ metadata.gz: f1f8826ccf7a21387b8f1dfbe905eb5bc3a8252ac3870b974e9ee2a77be83950fbb8a8e1a7d03bc2b0390314e55c0439ba6b1ed5f91fb3a3e9ac02b9637dc0df
7
+ data.tar.gz: 6570368a27b275823861ed08becd0b43d41d9004ea762b1543cf780b394868e8d77cb57c05e84808e7d645843771e874c0fe58e2434f48f29542bb570a5cb534
@@ -16,7 +16,7 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- require "gapic/config"
19
+ require "gapic/rest"
20
20
 
21
21
  module Google
22
22
  module Cloud
@@ -43,7 +43,7 @@ module Google
43
43
  namespace.pop
44
44
  end
45
45
 
46
- default_config = Configuration.new parent_config
46
+ default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
47
47
  default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
48
48
  Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
49
49
  uri_method: :get,
@@ -70,33 +70,6 @@ module Google
70
70
  yield @configure if block_given?
71
71
  @configure
72
72
  end
73
-
74
- ##
75
- # @private
76
- # Configuration class for the google.cloud.redis.cluster.v1 package.
77
- #
78
- # This class contains common configuration for all services
79
- # of the google.cloud.redis.cluster.v1 package.
80
- #
81
- # This configuration is for internal use of the client library classes,
82
- # and it is not intended that the end-users will read or change it.
83
- #
84
- class Configuration
85
- extend ::Gapic::Config
86
-
87
- # @private
88
- # Overrides for http bindings for the RPC of the mixins for this package.
89
- # Services in this package should use these when creating clients for the mixin services.
90
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
91
- config_attr :bindings_override, {}, ::Hash, nil
92
-
93
- # @private
94
- def initialize parent_config = nil
95
- @parent_config = parent_config unless parent_config.nil?
96
-
97
- yield self if block_given?
98
- end
99
- end
100
73
  end
101
74
  end
102
75
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module Redis
23
23
  module Cluster
24
24
  module V1
25
- VERSION = "1.0.1"
25
+ VERSION = "1.2.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -13,22 +13,16 @@ dependencies:
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: 2.a
18
+ version: '1.2'
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: 2.a
25
+ version: '1.2'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,22 +41,16 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  description: Creates and manages Redis instances on the Google Cloud Platform. Note
67
55
  that google-cloud-redis-cluster-v1 is a version-specific client library. For most
68
56
  uses, we recommend installing the main client library google-cloud-redis-cluster
@@ -119,14 +107,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
107
  requirements:
120
108
  - - ">="
121
109
  - !ruby/object:Gem::Version
122
- version: '3.0'
110
+ version: '3.1'
123
111
  required_rubygems_version: !ruby/object:Gem::Requirement
124
112
  requirements:
125
113
  - - ">="
126
114
  - !ruby/object:Gem::Version
127
115
  version: '0'
128
116
  requirements: []
129
- rubygems_version: 3.6.8
117
+ rubygems_version: 3.6.9
130
118
  specification_version: 4
131
119
  summary: Creates and manages Redis instances on the Google Cloud Platform.
132
120
  test_files: []