google-cloud-privileged_access_manager-v1 1.2.0 → 1.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: d7a18ea52df3017075a6ebfcfbf48bc9ffb069d6da51954519bff3886e91fe70
4
- data.tar.gz: 8eaa6631ab4e8938aa291adeb25bf066845b30f624c671845dc699a37348c613
3
+ metadata.gz: a4d1c29baf063496f8bc6b76b1e86769dc5a7aa180ea996c0d1c8d48b347c77a
4
+ data.tar.gz: 60f7eb80f27344008b0770aa1f31e2359e1870b3204b28f4792784c72ee27e51
5
5
  SHA512:
6
- metadata.gz: 830cdbfb87ae8ef2ffcb386dc08d9c638d62af2622ebb9180f5d99bb95dd9f2e193f0a39fdbbab1fc5c2455cf353843f40f043efc6d6ffa46044b72dca614bff
7
- data.tar.gz: 9b5759a2b19217c8d30b6646298a08142cc7eaf9e6675a0d7b53515861f3028727a74510b7a3ea1ac3636b3930b5126c9a2dc3b9f5ad715851a76fa933e45a65
6
+ metadata.gz: 3af3357dd9b936243d044071125ba6d5be052dc07fe4572ed6890edf63b22f0e7dc166a02efcaeb34979c28217600124451e9a13bb2d0bc88b024ab345e82138
7
+ data.tar.gz: d0a4f7ea34306053cdb5a50ab9ac82ca54583cf2f619ebf3ab29132b84aa673d6e2fbc8eddf7b46f879e506cf402999af73a0de147176970b24afbbef6c01968
@@ -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
@@ -42,7 +42,7 @@ module Google
42
42
  namespace.pop
43
43
  end
44
44
 
45
- default_config = Configuration.new parent_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,
@@ -101,33 +101,6 @@ module Google
101
101
  yield @configure if block_given?
102
102
  @configure
103
103
  end
104
-
105
- ##
106
- # @private
107
- # Configuration class for the google.cloud.privilegedaccessmanager.v1 package.
108
- #
109
- # This class contains common configuration for all services
110
- # of the google.cloud.privilegedaccessmanager.v1 package.
111
- #
112
- # This configuration is for internal use of the client library classes,
113
- # and it is not intended that the end-users will read or change it.
114
- #
115
- class Configuration
116
- extend ::Gapic::Config
117
-
118
- # @private
119
- # Overrides for http bindings for the RPC of the mixins for this package.
120
- # Services in this package should use these when creating clients for the mixin services.
121
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
122
- config_attr :bindings_override, {}, ::Hash, nil
123
-
124
- # @private
125
- def initialize parent_config = nil
126
- @parent_config = parent_config unless parent_config.nil?
127
-
128
- yield self if block_given?
129
- end
130
- end
131
104
  end
132
105
  end
133
106
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PrivilegedAccessManager
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "1.3.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-privileged_access_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.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