google-cloud-deploy-v1 2.2.0 → 2.3.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: a8892469e58baf06baa4d6dd32128aad626bf50fbe14f7cbad4c553aa2271962
|
4
|
+
data.tar.gz: cc76c3a12ffda30f40553af17a9a1ef1990de55d287737d9f165522abd5bfb6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f934565f97c92e00c607c391f1960cb18afa6403ec77762de8d7955dc44d2653b535a6a7ea697fc053b9cfa539956e62e293f3c0480b2a3e4ee5b4ea13245c8
|
7
|
+
data.tar.gz: 76962cd0fa61f301a0ff3d9b07a51dc07b41c0578a96f71825dec93045ac56b5d1af851abeb7c7f161e93d8672df1149d389ccd23f5e69e44c7fc146fe6a4545
|
@@ -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,
|
@@ -158,33 +158,6 @@ module Google
|
|
158
158
|
yield @configure if block_given?
|
159
159
|
@configure
|
160
160
|
end
|
161
|
-
|
162
|
-
##
|
163
|
-
# @private
|
164
|
-
# Configuration class for the google.cloud.deploy.v1 package.
|
165
|
-
#
|
166
|
-
# This class contains common configuration for all services
|
167
|
-
# of the google.cloud.deploy.v1 package.
|
168
|
-
#
|
169
|
-
# This configuration is for internal use of the client library classes,
|
170
|
-
# and it is not intended that the end-users will read or change it.
|
171
|
-
#
|
172
|
-
class Configuration
|
173
|
-
extend ::Gapic::Config
|
174
|
-
|
175
|
-
# @private
|
176
|
-
# Overrides for http bindings for the RPC of the mixins for this package.
|
177
|
-
# Services in this package should use these when creating clients for the mixin services.
|
178
|
-
# @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
|
179
|
-
config_attr :bindings_override, {}, ::Hash, nil
|
180
|
-
|
181
|
-
# @private
|
182
|
-
def initialize parent_config = nil
|
183
|
-
@parent_config = parent_config unless parent_config.nil?
|
184
|
-
|
185
|
-
yield self if block_given?
|
186
|
-
end
|
187
|
-
end
|
188
161
|
end
|
189
162
|
end
|
190
163
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-deploy-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.3.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
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
156
|
- !ruby/object:Gem::Version
|
157
157
|
version: '0'
|
158
158
|
requirements: []
|
159
|
-
rubygems_version: 3.6.
|
159
|
+
rubygems_version: 3.6.9
|
160
160
|
specification_version: 4
|
161
161
|
summary: API Client library for the Google Cloud Deploy V1 API
|
162
162
|
test_files: []
|