google-cloud-secret_manager-v1 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,58 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "gapic/rest"
20
+ require "gapic/config"
21
+ require "gapic/config/method"
22
+
23
+ require "google/cloud/secret_manager/v1/version"
24
+
25
+ require "google/cloud/secret_manager/v1/secret_manager_service/credentials"
26
+ require "google/cloud/secret_manager/v1/secret_manager_service/paths"
27
+ require "google/cloud/secret_manager/v1/secret_manager_service/rest/client"
28
+
29
+ module Google
30
+ module Cloud
31
+ module SecretManager
32
+ module V1
33
+ ##
34
+ # Secret Manager Service
35
+ #
36
+ # Manages secrets and operations using those secrets. Implements a REST
37
+ # model with the following objects:
38
+ #
39
+ # * {::Google::Cloud::SecretManager::V1::Secret Secret}
40
+ # * {::Google::Cloud::SecretManager::V1::SecretVersion SecretVersion}
41
+ #
42
+ # To load this service and instantiate a REST client:
43
+ #
44
+ # require "google/cloud/secret_manager/v1/secret_manager_service/rest"
45
+ # client = ::Google::Cloud::SecretManager::V1::SecretManagerService::Rest::Client.new
46
+ #
47
+ module SecretManagerService
48
+ # Client for the REST transport
49
+ module Rest
50
+ end
51
+ end
52
+ end
53
+ end
54
+ end
55
+ end
56
+
57
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
58
+ require "google/cloud/secret_manager/v1/secret_manager_service/rest/helpers" if ::File.file? helper_path
@@ -25,6 +25,7 @@ require "google/cloud/secret_manager/v1/version"
25
25
  require "google/cloud/secret_manager/v1/secret_manager_service/credentials"
26
26
  require "google/cloud/secret_manager/v1/secret_manager_service/paths"
27
27
  require "google/cloud/secret_manager/v1/secret_manager_service/client"
28
+ require "google/cloud/secret_manager/v1/secret_manager_service/rest"
28
29
 
29
30
  module Google
30
31
  module Cloud
@@ -44,6 +45,11 @@ module Google
44
45
  # require "google/cloud/secret_manager/v1/secret_manager_service"
45
46
  # client = ::Google::Cloud::SecretManager::V1::SecretManagerService::Client.new
46
47
  #
48
+ # @example Load this service and instantiate a REST client
49
+ #
50
+ # require "google/cloud/secret_manager/v1/secret_manager_service/rest"
51
+ # client = ::Google::Cloud::SecretManager::V1::SecretManagerService::Rest::Client.new
52
+ #
47
53
  module SecretManagerService
48
54
  end
49
55
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.16.0"
25
25
  end
26
26
  end
27
27
  end
@@ -30,6 +30,11 @@ module Google
30
30
  # require "google/cloud/secret_manager/v1"
31
31
  # client = ::Google::Cloud::SecretManager::V1::SecretManagerService::Client.new
32
32
  #
33
+ # @example Load this package, including all its services, and instantiate a REST client
34
+ #
35
+ # require "google/cloud/secret_manager/v1"
36
+ # client = ::Google::Cloud::SecretManager::V1::SecretManagerService::Rest::Client.new
37
+ #
33
38
  module V1
34
39
  end
35
40
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-06 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.16.0
19
+ version: 0.18.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.16.0
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -64,14 +64,14 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: 1.26.1
67
+ version: 1.26.3
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: 1.26.1
74
+ version: 1.26.3
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -187,10 +187,14 @@ files:
187
187
  - README.md
188
188
  - lib/google-cloud-secret_manager-v1.rb
189
189
  - lib/google/cloud/secret_manager/v1.rb
190
+ - lib/google/cloud/secret_manager/v1/rest.rb
190
191
  - lib/google/cloud/secret_manager/v1/secret_manager_service.rb
191
192
  - lib/google/cloud/secret_manager/v1/secret_manager_service/client.rb
192
193
  - lib/google/cloud/secret_manager/v1/secret_manager_service/credentials.rb
193
194
  - lib/google/cloud/secret_manager/v1/secret_manager_service/paths.rb
195
+ - lib/google/cloud/secret_manager/v1/secret_manager_service/rest.rb
196
+ - lib/google/cloud/secret_manager/v1/secret_manager_service/rest/client.rb
197
+ - lib/google/cloud/secret_manager/v1/secret_manager_service/rest/service_stub.rb
194
198
  - lib/google/cloud/secret_manager/v1/version.rb
195
199
  - lib/google/cloud/secretmanager/v1/resources_pb.rb
196
200
  - lib/google/cloud/secretmanager/v1/service_pb.rb
@@ -229,8 +233,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
229
233
  - !ruby/object:Gem::Version
230
234
  version: '0'
231
235
  requirements: []
232
- rubygems_version: 3.3.14
236
+ rubygems_version: 3.4.2
233
237
  signing_key:
234
238
  specification_version: 4
235
- summary: API Client library for the Secret Manager V1 API
239
+ summary: Stores sensitive data such as API keys, passwords, and certificates. Provides
240
+ convenience while improving security.
236
241
  test_files: []