google-cloud-secret_manager-v1beta1 0.17.2 → 0.19.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: 97824e0fc1bd7014816dd998e41cde72df2d1ea84282499bbf8a8c3a6f3e351b
4
- data.tar.gz: aadb23c1a260cbd83fe95b21d7ec8d7c5e043417ca6613e4a712551fcbc4c201
3
+ metadata.gz: edc69e220cee406f9dd3a51ffd5af21e5f1f9f569308825d474189f730fcd1f8
4
+ data.tar.gz: 13f4545b4c4b88060c868de07e9e21ec946028c11b0fc3064360fe0e3f5c47c6
5
5
  SHA512:
6
- metadata.gz: ad25bafe1f437043932e87e714e42f57d67106e67fcb8e6e5d2be3aa57c0400a4ce9bb0ee5c2c6db7225fa9636d276956b8c6f524b314db47a94e6dd9a08922e
7
- data.tar.gz: 63d1237bbf35ea087eba2e56f6fe64e1ea58157578259b04668e0b12187d613be3a4830fcf13f787e99e4fa8055c70bf6662455b16f601d2f645b5919f84053a
6
+ metadata.gz: 6d02d739147a120e456bbca3571a98eeea0dda7d60c8613a71b8c51a6ecd915ab4a47c3be358368d9afe8295432a69177c25ad5fdd02f60be226ad3ddbd90140
7
+ data.tar.gz: b39b61e27cc7982dd664df2b227f35f42f71e3c312b6f11858f1df79085841416d12bacd8d1684e979143ae872aeb256fa1463a2d8bec6845cd0cc32e5a1f7c2
@@ -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,
@@ -69,33 +69,6 @@ module Google
69
69
  yield @configure if block_given?
70
70
  @configure
71
71
  end
72
-
73
- ##
74
- # @private
75
- # Configuration class for the google.cloud.secrets.v1beta1 package.
76
- #
77
- # This class contains common configuration for all services
78
- # of the google.cloud.secrets.v1beta1 package.
79
- #
80
- # This configuration is for internal use of the client library classes,
81
- # and it is not intended that the end-users will read or change it.
82
- #
83
- class Configuration
84
- extend ::Gapic::Config
85
-
86
- # @private
87
- # Overrides for http bindings for the RPC of the mixins for this package.
88
- # Services in this package should use these when creating clients for the mixin services.
89
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
90
- config_attr :bindings_override, {}, ::Hash, nil
91
-
92
- # @private
93
- def initialize parent_config = nil
94
- @parent_config = parent_config unless parent_config.nil?
95
-
96
- yield self if block_given?
97
- end
98
- end
99
72
  end
100
73
  end
101
74
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta1
24
- VERSION = "0.17.2"
24
+ VERSION = "0.19.0"
25
25
  end
26
26
  end
27
27
  end
@@ -313,7 +313,7 @@ module Google
313
313
  # Specifies the identities that do not cause logging for this type of
314
314
  # permission.
315
315
  # Follows the same format of
316
- # {::Google::Iam::V1::Binding#members Binding.members}.
316
+ # [Binding.members][google.iam.v1.Binding.members].
317
317
  class AuditLogConfig
318
318
  include ::Google::Protobuf::MessageExts
319
319
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.19.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,36 +41,30 @@ 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
  - !ruby/object:Gem::Dependency
67
55
  name: grpc-google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
58
  - - "~>"
71
59
  - !ruby/object:Gem::Version
72
- version: '1.1'
60
+ version: '1.11'
73
61
  type: :runtime
74
62
  prerelease: false
75
63
  version_requirements: !ruby/object:Gem::Requirement
76
64
  requirements:
77
65
  - - "~>"
78
66
  - !ruby/object:Gem::Version
79
- version: '1.1'
67
+ version: '1.11'
80
68
  description: Secret Manager is a secure and convenient storage system for API keys,
81
69
  passwords, certificates, and other sensitive data. Secret Manager provides a central
82
70
  place and single source of truth to manage, access, and audit secrets across Google
@@ -134,14 +122,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
122
  requirements:
135
123
  - - ">="
136
124
  - !ruby/object:Gem::Version
137
- version: '3.0'
125
+ version: '3.1'
138
126
  required_rubygems_version: !ruby/object:Gem::Requirement
139
127
  requirements:
140
128
  - - ">="
141
129
  - !ruby/object:Gem::Version
142
130
  version: '0'
143
131
  requirements: []
144
- rubygems_version: 3.6.8
132
+ rubygems_version: 3.6.9
145
133
  specification_version: 4
146
134
  summary: Stores sensitive data such as API keys, passwords, and certificates. Provides
147
135
  convenience while improving security.