google-cloud-security-private_ca-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: c5ee83b5bc68cb229e99d829be4ad3866f429865446d93d31446b01d45750abb
4
- data.tar.gz: d0f75be795006702216ee84ec04c93ee1280f95b47d2bbdd58e1808fa415a32d
3
+ metadata.gz: 01517ceb89709f91ddaa11aa6a8fa5957d6bafde29fe1a33244f3e2671dfc197
4
+ data.tar.gz: '0811f3ac8803867216e102d459d63f72323d1c91204eb5933a2f1293d8c48b9a'
5
5
  SHA512:
6
- metadata.gz: 2cb14ecd43e5f123697ea7f9fd4bb6af1b09711d2d77a91cac77295cec80d4833fbcff587f7d4826acf875fd25bb55c01c60f5bc25ad2b566352398c9d6801c3
7
- data.tar.gz: cd9b597f1926c5863119df008a890beb12251612219b5fc9bcb2ce05d66bc3682a3ff9110ffd79dcf9bf66e703145b8af4c67cd91e83fca73f403dbec8b51ba7
6
+ metadata.gz: f09329aeb3c3afaa2abf1634bb8cb03904f630e1332edd6ae4b098e3a203613a5236b06df7b85371fbaedfc3615c6519f02f35bf14367e305b50be103214eb93
7
+ data.tar.gz: 0a58e595026cc603917f273948d0bdbd28cca7d8a8f367fc430b3014d57bdbdd70c97ad9d776319adf47493c30911c6c972b2c1802d0436d6baca9647d70358e
@@ -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,
@@ -151,33 +151,6 @@ module Google
151
151
  yield @configure if block_given?
152
152
  @configure
153
153
  end
154
-
155
- ##
156
- # @private
157
- # Configuration class for the google.cloud.security.privateca.v1 package.
158
- #
159
- # This class contains common configuration for all services
160
- # of the google.cloud.security.privateca.v1 package.
161
- #
162
- # This configuration is for internal use of the client library classes,
163
- # and it is not intended that the end-users will read or change it.
164
- #
165
- class Configuration
166
- extend ::Gapic::Config
167
-
168
- # @private
169
- # Overrides for http bindings for the RPC of the mixins for this package.
170
- # Services in this package should use these when creating clients for the mixin services.
171
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
172
- config_attr :bindings_override, {}, ::Hash, nil
173
-
174
- # @private
175
- def initialize parent_config = nil
176
- @parent_config = parent_config unless parent_config.nil?
177
-
178
- yield self if block_given?
179
- end
180
- end
181
154
  end
182
155
  end
183
156
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PrivateCA
24
24
  module V1
25
- VERSION = "2.2.0"
25
+ VERSION = "2.3.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-security-private_ca-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
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.0'
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.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement