google-apis-privateca_v1 0.45.0 → 0.46.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc85182acac9ce5599bd55afbb0ab7b371e516be6b672ea79e2ab04ba34f5b84
|
4
|
+
data.tar.gz: 0cad68e4c7a3c987178267733cf701b3000bc657a17f3d0d4d87553b5e328619
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b9c85e73a004eda8aa076d703ea492253a22aa9a16571130c514dcea5ffe35855a4bf51c00f4eb404a3dd811aa13d96fca3279c3aa4cb42227af42b0860fa39
|
7
|
+
data.tar.gz: f296de802794f8e05a55496215d8f13c576e2ee0d4a0afad6063a02c4bee06043e59608096b249f140462d588196b3ef6acd91b2e732237a1fe830940e8a95af
|
data/CHANGELOG.md
CHANGED
@@ -583,8 +583,8 @@ module Google
|
|
583
583
|
# @return [String]
|
584
584
|
attr_accessor :lifetime
|
585
585
|
|
586
|
-
# Output only. The resource name for this CertificateAuthority in
|
587
|
-
# projects/*/locations/*/caPools/*/certificateAuthorities/*`.
|
586
|
+
# Output only. Identifier. The resource name for this CertificateAuthority in
|
587
|
+
# the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
|
588
588
|
# Corresponds to the JSON property `name`
|
589
589
|
# @return [String]
|
590
590
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PrivatecaV1
|
18
18
|
# Version of the google-apis-privateca_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241002"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -836,8 +836,8 @@ module Google
|
|
836
836
|
|
837
837
|
# Update a CertificateAuthority.
|
838
838
|
# @param [String] name
|
839
|
-
# Output only. The resource name for this CertificateAuthority in
|
840
|
-
# projects/*/locations/*/caPools/*/certificateAuthorities/*`.
|
839
|
+
# Output only. Identifier. The resource name for this CertificateAuthority in
|
840
|
+
# the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
|
841
841
|
# @param [Google::Apis::PrivatecaV1::CertificateAuthority] certificate_authority_object
|
842
842
|
# @param [String] request_id
|
843
843
|
# Optional. An ID to identify requests. Specify a unique request ID so that if
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-privateca_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.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: 2024-
|
11
|
+
date: 2024-10-13 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-privateca_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.46.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Certificate Authority API V1
|