google-apis-privateca_v1 0.47.0 → 0.48.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: 54bf4375bc5927c4b4b0731592e7200920516d421b7725f7f473cac2dc800329
|
4
|
+
data.tar.gz: 513eab4018593c7ade04a352f563e1c14c68fc80152cb4ef11440a1dfdd28b86
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ccd8097cf03a0013e47d7dd1ed449fc7fecea12c6a255809b1da8fcd8d1a3aac0b392bd18fd441a9732374e53048da926b315f9c39e6e1f94bdb39397fef83f
|
7
|
+
data.tar.gz: 061aa3ca37e07d19166478d50753ac3557f0f86a736bd99d50e56ab6befbe576ef44ef00d1ac5f682779e8ccb6698883e72112b133ec7bfc37b03a697bb28b45
|
data/CHANGELOG.md
CHANGED
@@ -342,8 +342,8 @@ module Google
|
|
342
342
|
# @return [Hash<String,String>]
|
343
343
|
attr_accessor :labels
|
344
344
|
|
345
|
-
#
|
346
|
-
#
|
345
|
+
# Identifier. The resource name for this CaPool in the format `projects/*/
|
346
|
+
# locations/*/caPools/*`.
|
347
347
|
# Corresponds to the JSON property `name`
|
348
348
|
# @return [String]
|
349
349
|
attr_accessor :name
|
@@ -457,7 +457,7 @@ module Google
|
|
457
457
|
# @return [String]
|
458
458
|
attr_accessor :lifetime
|
459
459
|
|
460
|
-
#
|
460
|
+
# Identifier. The resource name for this Certificate in the format `projects/*/
|
461
461
|
# locations/*/caPools/*/certificates/*`.
|
462
462
|
# Corresponds to the JSON property `name`
|
463
463
|
# @return [String]
|
@@ -583,8 +583,8 @@ module Google
|
|
583
583
|
# @return [String]
|
584
584
|
attr_accessor :lifetime
|
585
585
|
|
586
|
-
#
|
587
|
-
#
|
586
|
+
# Identifier. The resource name for this CertificateAuthority in the format `
|
587
|
+
# projects/*/locations/*/caPools/*/certificateAuthorities/*`.
|
588
588
|
# Corresponds to the JSON property `name`
|
589
589
|
# @return [String]
|
590
590
|
attr_accessor :name
|
@@ -920,8 +920,8 @@ module Google
|
|
920
920
|
# @return [Hash<String,String>]
|
921
921
|
attr_accessor :labels
|
922
922
|
|
923
|
-
#
|
924
|
-
#
|
923
|
+
# Identifier. The resource name for this CertificateRevocationList in the format
|
924
|
+
# `projects/*/locations/*/caPools/*certificateAuthorities/*/
|
925
925
|
# certificateRevocationLists/*`.
|
926
926
|
# Corresponds to the JSON property `name`
|
927
927
|
# @return [String]
|
@@ -1013,7 +1013,7 @@ module Google
|
|
1013
1013
|
# @return [String]
|
1014
1014
|
attr_accessor :maximum_lifetime
|
1015
1015
|
|
1016
|
-
#
|
1016
|
+
# Identifier. The resource name for this CertificateTemplate in the format `
|
1017
1017
|
# projects/*/locations/*/certificateTemplates/*`.
|
1018
1018
|
# Corresponds to the JSON property `name`
|
1019
1019
|
# @return [String]
|
@@ -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.48.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 = "20241204"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -385,8 +385,8 @@ module Google
|
|
385
385
|
|
386
386
|
# Update a CaPool.
|
387
387
|
# @param [String] name
|
388
|
-
#
|
389
|
-
#
|
388
|
+
# Identifier. The resource name for this CaPool in the format `projects/*/
|
389
|
+
# locations/*/caPools/*`.
|
390
390
|
# @param [Google::Apis::PrivatecaV1::CaPool] ca_pool_object
|
391
391
|
# @param [String] request_id
|
392
392
|
# Optional. An ID to identify requests. Specify a unique request ID so that if
|
@@ -836,8 +836,8 @@ module Google
|
|
836
836
|
|
837
837
|
# Update a CertificateAuthority.
|
838
838
|
# @param [String] name
|
839
|
-
#
|
840
|
-
#
|
839
|
+
# Identifier. The resource name for this CertificateAuthority in the format `
|
840
|
+
# 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
|
@@ -1043,8 +1043,8 @@ module Google
|
|
1043
1043
|
|
1044
1044
|
# Update a CertificateRevocationList.
|
1045
1045
|
# @param [String] name
|
1046
|
-
#
|
1047
|
-
#
|
1046
|
+
# Identifier. The resource name for this CertificateRevocationList in the format
|
1047
|
+
# `projects/*/locations/*/caPools/*certificateAuthorities/*/
|
1048
1048
|
# certificateRevocationLists/*`.
|
1049
1049
|
# @param [Google::Apis::PrivatecaV1::CertificateRevocationList] certificate_revocation_list_object
|
1050
1050
|
# @param [String] request_id
|
@@ -1322,7 +1322,7 @@ module Google
|
|
1322
1322
|
# Update a Certificate. Currently, the only field you can update is the labels
|
1323
1323
|
# field.
|
1324
1324
|
# @param [String] name
|
1325
|
-
#
|
1325
|
+
# Identifier. The resource name for this Certificate in the format `projects/*/
|
1326
1326
|
# locations/*/caPools/*/certificates/*`.
|
1327
1327
|
# @param [Google::Apis::PrivatecaV1::Certificate] certificate_object
|
1328
1328
|
# @param [String] request_id
|
@@ -1620,7 +1620,7 @@ module Google
|
|
1620
1620
|
|
1621
1621
|
# Update a CertificateTemplate.
|
1622
1622
|
# @param [String] name
|
1623
|
-
#
|
1623
|
+
# Identifier. The resource name for this CertificateTemplate in the format `
|
1624
1624
|
# projects/*/locations/*/certificateTemplates/*`.
|
1625
1625
|
# @param [Google::Apis::PrivatecaV1::CertificateTemplate] certificate_template_object
|
1626
1626
|
# @param [String] request_id
|
@@ -1749,8 +1749,8 @@ module Google
|
|
1749
1749
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
1750
1750
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
1751
1751
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
1752
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
1753
|
-
# corresponding to `Code.CANCELLED`.
|
1752
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
1753
|
+
# , corresponding to `Code.CANCELLED`.
|
1754
1754
|
# @param [String] name
|
1755
1755
|
# The name of the operation resource to be cancelled.
|
1756
1756
|
# @param [Google::Apis::PrivatecaV1::CancelOperationRequest] cancel_operation_request_object
|
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.48.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-12-
|
11
|
+
date: 2024-12-15 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.48.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.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Certificate Authority API V1
|