google-cloud-certificate_manager-v1 0.4.1 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,79 @@
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/certificate_manager/v1/version"
24
+ require "google/cloud/certificate_manager/v1/bindings_override"
25
+
26
+ require "google/cloud/certificate_manager/v1/certificate_manager/credentials"
27
+ require "google/cloud/certificate_manager/v1/certificate_manager/paths"
28
+ require "google/cloud/certificate_manager/v1/certificate_manager/rest/operations"
29
+ require "google/cloud/certificate_manager/v1/certificate_manager/rest/client"
30
+
31
+ module Google
32
+ module Cloud
33
+ module CertificateManager
34
+ module V1
35
+ ##
36
+ # API Overview
37
+ #
38
+ # Certificates Manager API allows customers to see and manage all their TLS
39
+ # certificates.
40
+ #
41
+ # Certificates Manager API service provides methods to manage certificates,
42
+ # group them into collections, and create serving configuration that can be
43
+ # easily applied to other Cloud resources e.g. Target Proxies.
44
+ #
45
+ # Data Model
46
+ #
47
+ # The Certificates Manager service exposes the following resources:
48
+ #
49
+ # * `Certificate` that describes a single TLS certificate.
50
+ # * `CertificateMap` that describes a collection of certificates that can be
51
+ # attached to a target resource.
52
+ # * `CertificateMapEntry` that describes a single configuration entry that
53
+ # consists of a SNI and a group of certificates. It's a subresource of
54
+ # CertificateMap.
55
+ #
56
+ # Certificate, CertificateMap and CertificateMapEntry IDs
57
+ # have to fully match the regexp `[a-z0-9-]{1,63}`. In other words,
58
+ # - only lower case letters, digits, and hyphen are allowed
59
+ # - length of the resource ID has to be in [1,63] range.
60
+ #
61
+ # Provides methods to manage Cloud Certificate Manager entities.
62
+ #
63
+ # To load this service and instantiate a REST client:
64
+ #
65
+ # require "google/cloud/certificate_manager/v1/certificate_manager/rest"
66
+ # client = ::Google::Cloud::CertificateManager::V1::CertificateManager::Rest::Client.new
67
+ #
68
+ module CertificateManager
69
+ # Client for the REST transport
70
+ module Rest
71
+ end
72
+ end
73
+ end
74
+ end
75
+ end
76
+ end
77
+
78
+ helper_path = ::File.join __dir__, "rest", "helpers.rb"
79
+ require "google/cloud/certificate_manager/v1/certificate_manager/rest/helpers" if ::File.file? helper_path
@@ -26,6 +26,7 @@ require "google/cloud/certificate_manager/v1/certificate_manager/credentials"
26
26
  require "google/cloud/certificate_manager/v1/certificate_manager/paths"
27
27
  require "google/cloud/certificate_manager/v1/certificate_manager/operations"
28
28
  require "google/cloud/certificate_manager/v1/certificate_manager/client"
29
+ require "google/cloud/certificate_manager/v1/certificate_manager/rest"
29
30
 
30
31
  module Google
31
32
  module Cloud
@@ -64,6 +65,11 @@ module Google
64
65
  # require "google/cloud/certificate_manager/v1/certificate_manager"
65
66
  # client = ::Google::Cloud::CertificateManager::V1::CertificateManager::Client.new
66
67
  #
68
+ # @example Load this service and instantiate a REST client
69
+ #
70
+ # require "google/cloud/certificate_manager/v1/certificate_manager/rest"
71
+ # client = ::Google::Cloud::CertificateManager::V1::CertificateManager::Rest::Client.new
72
+ #
67
73
  module CertificateManager
68
74
  end
69
75
  end
@@ -0,0 +1,38 @@
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 "google/cloud/certificate_manager/v1/certificate_manager/rest"
20
+ require "google/cloud/certificate_manager/v1/bindings_override"
21
+ require "google/cloud/certificate_manager/v1/version"
22
+
23
+ module Google
24
+ module Cloud
25
+ module CertificateManager
26
+ ##
27
+ # To load just the REST part of this package, including all its services, and instantiate a REST client:
28
+ #
29
+ # @example
30
+ #
31
+ # require "google/cloud/certificate_manager/v1/rest"
32
+ # client = ::Google::Cloud::CertificateManager::V1::CertificateManager::Rest::Client.new
33
+ #
34
+ module V1
35
+ end
36
+ end
37
+ end
38
+ end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CertificateManager
23
23
  module V1
24
- VERSION = "0.4.1"
24
+ VERSION = "0.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -30,6 +30,11 @@ module Google
30
30
  # require "google/cloud/certificate_manager/v1"
31
31
  # client = ::Google::Cloud::CertificateManager::V1::CertificateManager::Client.new
32
32
  #
33
+ # @example Load this package, including all its services, and instantiate a REST client
34
+ #
35
+ # require "google/cloud/certificate_manager/v1"
36
+ # client = ::Google::Cloud::CertificateManager::V1::CertificateManager::Rest::Client.new
37
+ #
33
38
  module V1
34
39
  end
35
40
  end
@@ -9,6 +9,7 @@ require 'google/api/field_behavior_pb'
9
9
  require 'google/api/resource_pb'
10
10
  require 'google/cloud/certificatemanager/v1/certificate_issuance_config_pb'
11
11
  require 'google/longrunning/operations_pb'
12
+ require 'google/protobuf/empty_pb'
12
13
  require 'google/protobuf/field_mask_pb'
13
14
  require 'google/protobuf/timestamp_pb'
14
15
 
@@ -751,7 +751,7 @@ module Google
751
751
  # @!attribute [rw] certificates
752
752
  # @return [::Array<::String>]
753
753
  # A set of Certificates defines for the given `hostname`. There can be
754
- # defined up to fifteen certificates in each Certificate Map Entry. Each
754
+ # defined up to four certificates in each Certificate Map Entry. Each
755
755
  # certificate must match pattern `projects/*/locations/*/certificates/*`.
756
756
  # @!attribute [r] state
757
757
  # @return [::Google::Cloud::CertificateManager::V1::ServingState]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-certificate_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.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-27 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
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: '0.3'
53
+ version: '0.4'
54
54
  - - "<"
55
55
  - !ruby/object:Gem::Version
56
56
  version: 2.a
@@ -60,7 +60,7 @@ dependencies:
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
- version: '0.3'
63
+ version: '0.4'
64
64
  - - "<"
65
65
  - !ruby/object:Gem::Version
66
66
  version: 2.a
@@ -70,14 +70,14 @@ dependencies:
70
70
  requirements:
71
71
  - - "~>"
72
72
  - !ruby/object:Gem::Version
73
- version: 1.26.1
73
+ version: 1.26.3
74
74
  type: :development
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - "~>"
79
79
  - !ruby/object:Gem::Version
80
- version: 1.26.1
80
+ version: 1.26.3
81
81
  - !ruby/object:Gem::Dependency
82
82
  name: minitest
83
83
  requirement: !ruby/object:Gem::Requirement
@@ -192,11 +192,17 @@ files:
192
192
  - README.md
193
193
  - lib/google-cloud-certificate_manager-v1.rb
194
194
  - lib/google/cloud/certificate_manager/v1.rb
195
+ - lib/google/cloud/certificate_manager/v1/bindings_override.rb
195
196
  - lib/google/cloud/certificate_manager/v1/certificate_manager.rb
196
197
  - lib/google/cloud/certificate_manager/v1/certificate_manager/client.rb
197
198
  - lib/google/cloud/certificate_manager/v1/certificate_manager/credentials.rb
198
199
  - lib/google/cloud/certificate_manager/v1/certificate_manager/operations.rb
199
200
  - lib/google/cloud/certificate_manager/v1/certificate_manager/paths.rb
201
+ - lib/google/cloud/certificate_manager/v1/certificate_manager/rest.rb
202
+ - lib/google/cloud/certificate_manager/v1/certificate_manager/rest/client.rb
203
+ - lib/google/cloud/certificate_manager/v1/certificate_manager/rest/operations.rb
204
+ - lib/google/cloud/certificate_manager/v1/certificate_manager/rest/service_stub.rb
205
+ - lib/google/cloud/certificate_manager/v1/rest.rb
200
206
  - lib/google/cloud/certificate_manager/v1/version.rb
201
207
  - lib/google/cloud/certificatemanager/v1/certificate_issuance_config_pb.rb
202
208
  - lib/google/cloud/certificatemanager/v1/certificate_manager_pb.rb