google-cloud-security-private_ca 0.2.0 → 1.0.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: ee65badb8d565f22c8e55bfd15ea6561ef78adaf5da1f827ccaa77e00d7f8e98
4
- data.tar.gz: 00f2e5d22e0987a12e5f33ac176c5b33e544665e6da3e710905d67b6c5aae9d9
3
+ metadata.gz: d35900e356bf6efe985e43c8654de388c0e1e339fbf8fd2ea8520694b646a381
4
+ data.tar.gz: 448d5afce7a9f0846f6d4a4cdc4b825058645c25c724713e9bc8b550907bfda4
5
5
  SHA512:
6
- metadata.gz: 1491d0367bc5d3801475c6e099bbcb52db437dd1e465accacefef1fd860ce95c822f674af5b6dbcd7a2f146e72b53e706eb2bd5d261b3bc326b5a64343524b6f
7
- data.tar.gz: 2d4b50ade0c8b65bcd6154c7d066b46249804888e2b6c51181184099195194ff5c3482aef87804208dffcb589e401e3764433a4f1b6384edb7f25b7cc16b10bb
6
+ metadata.gz: 8092f264a4212435d06d0a56c82ed6d59a15a71b22c93833c8975b8077bf2dd0e1237e601e3b1508a2f558074e8450f0070d1c46072860cb1b657f907b025654
7
+ data.tar.gz: 670e09080a278e19c8412c7daa446b4bac6996561869f54abd67ee7f6c7c2d55fe7b21edf9fff5d88b5c17d32340fe803991e7cdac9338b26aa518b8dd3475ce
data/README.md CHANGED
@@ -16,6 +16,7 @@ for this library, google-cloud-security-private_ca, to see the convenience metho
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
+ [google-cloud-security-private_ca-v1](https://googleapis.dev/ruby/google-cloud-security-private_ca-v1/latest),
19
20
  [google-cloud-security-private_ca-v1beta1](https://googleapis.dev/ruby/google-cloud-security-private_ca-v1beta1/latest).
20
21
 
21
22
  See also the [Product Documentation](https://cloud.google.com/certificate-authority-service/)
@@ -76,7 +77,7 @@ about the Ruby support schedule.
76
77
  Most modern Ruby client libraries for Google APIs come in two flavors: the main
77
78
  client library with a name such as `google-cloud-security-private_ca`,
78
79
  and lower-level _versioned_ client libraries with names such as
79
- `google-cloud-security-private_ca-v1beta1`.
80
+ `google-cloud-security-private_ca-v1`.
80
81
  _In most cases, you should install the main client._
81
82
 
82
83
  ### What's the difference between the main client and a versioned client?
@@ -114,7 +115,7 @@ You can use a versioned client if you are content with a possibly lower-level
114
115
  class interface, you explicitly want to avoid features provided by the main
115
116
  client, or you want to access a specific service version not be covered by the
116
117
  main client. You can identify versioned client gems because the service version
117
- is part of the name, e.g. `google-cloud-security-private_ca-v1beta1`.
118
+ is part of the name, e.g. `google-cloud-security-private_ca-v1`.
118
119
 
119
120
  ### What about the google-apis-<name> clients?
120
121
 
@@ -49,8 +49,8 @@ module Google
49
49
  # Create a new client object for CertificateAuthorityService.
50
50
  #
51
51
  # By default, this returns an instance of
52
- # [Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthorityService::Client](https://googleapis.dev/ruby/google-cloud-security-private_ca-v1beta1/latest/Google/Cloud/Security/PrivateCA/V1beta1/CertificateAuthorityService/Client.html)
53
- # for version V1beta1 of the API.
52
+ # [Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client](https://googleapis.dev/ruby/google-cloud-security-private_ca-v1/latest/Google/Cloud/Security/PrivateCA/V1/CertificateAuthorityService/Client.html)
53
+ # for version V1 of the API.
54
54
  # However, you can specify specify a different API version by passing it in the
55
55
  # `version` parameter. If the CertificateAuthorityService service is
56
56
  # supported by that API version, and the corresponding gem is available, the
@@ -62,10 +62,10 @@ module Google
62
62
  # certificate authorities and issued certificates.
63
63
  #
64
64
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
65
- # Defaults to `:v1beta1`.
65
+ # Defaults to `:v1`.
66
66
  # @return [CertificateAuthorityService::Client] A client object for the specified version.
67
67
  #
68
- def self.certificate_authority_service version: :v1beta1, &block
68
+ def self.certificate_authority_service version: :v1, &block
69
69
  require "google/cloud/security/private_ca/#{version.to_s.downcase}"
70
70
 
71
71
  package_name = Google::Cloud::Security::PrivateCA
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Security
23
23
  module PrivateCA
24
- VERSION = "0.2.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-private_ca
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.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: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: google-cloud-security-private_ca-v1
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '0.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '0.0'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: google-cloud-security-private_ca-v1beta1
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -184,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
198
  - !ruby/object:Gem::Version
185
199
  version: '0'
186
200
  requirements: []
187
- rubygems_version: 3.2.13
201
+ rubygems_version: 3.2.17
188
202
  signing_key:
189
203
  specification_version: 4
190
204
  summary: API Client library for the Certificate Authority Service API