google-apis-certificatemanager_v1 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03b44be4fd3c20a7518dbfc03c35178090dc40e19987f8d83bd5a82161f25e9f
4
- data.tar.gz: aafa73052bdf5ee43a33c2996c56f1712eaa91ac63cf96c70b510500094a0011
3
+ metadata.gz: 8fe6248c6f45ab3e896d03d0a8876ed576485dcbb89b84ed89bf175e4035bb52
4
+ data.tar.gz: da45809ef624c64754dcf5344cbc25c519929f200e738653a0fab3e830677ae9
5
5
  SHA512:
6
- metadata.gz: e27137ff74c03585456ab807664d7d5267526fa63d104d11417d1086b1166fd160bed4920d4e1b860f5197461f2e62bdc8d58cb07e8d7ee52b40099a5324a3c5
7
- data.tar.gz: 283476fb5b096097231004ebf52a964e5420dcd8d76059d57934d2d9e86b75f4be5a092d782ac92508004215af43a42ddfffdb587d0f164756b0f95db9bb6873
6
+ metadata.gz: 4e08d684a65630834c8cacd4c5e3ef59cb41048124258c94ce57240dcf48fe99baa6b3d7f2c114db7d46b90de397f0696d865cf954db010f4e41ffcf2b048790
7
+ data.tar.gz: 66d6a7fb78536c8ce3355fa79c24f37f5b3b6ee711e10188ae67fb805eb6e33139015d8c21788d8827ffcb775add2573f3e761dee3eb530bb54eebb134923d4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.2.0 (2022-02-08)
4
+
5
+ * Regenerated from discovery document revision 20220202
6
+
3
7
  ### v0.1.0 (2022-02-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20220119
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://cloud.google.com/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/certificate-manager) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CertificatemanagerV1
18
18
  # Version of the google-apis-certificatemanager_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220119"
25
+ REVISION = "20220202"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Certificatemanager = Google::Apis::CertificatemanagerV1 # Alias the module
31
31
  # service = Certificatemanager::CertificateManagerService.new
32
32
  #
33
- # @see https://cloud.google.com/
33
+ # @see https://cloud.google.com/certificate-manager
34
34
  class CertificateManagerService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  #
25
25
  #
26
- # @see https://cloud.google.com/
26
+ # @see https://cloud.google.com/certificate-manager
27
27
  module CertificatemanagerV1
28
28
  # Version of the Certificate Manager API this client connects to.
29
29
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-certificatemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2022-02-07 00:00:00.000000000 Z
11
+ date: 2022-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []