google-apis-privateca_v1 0.46.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/privateca_v1/classes.rb +17 -17
- data/lib/google/apis/privateca_v1/gem_version.rb +2 -2
- data/lib/google/apis/privateca_v1/service.rb +11 -11
- metadata +4 -4
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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-privateca_v1
|
2
2
|
|
3
|
+
### v0.48.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241204
|
6
|
+
|
7
|
+
### v0.47.0 (2024-11-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241106
|
10
|
+
|
3
11
|
### v0.46.0 (2024-10-13)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20241002
|
@@ -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]
|
@@ -1599,7 +1599,7 @@ module Google
|
|
1599
1599
|
attr_accessor :ca_pools
|
1600
1600
|
|
1601
1601
|
# A token to retrieve next page of results. Pass this value in
|
1602
|
-
# ListCertificateAuthoritiesRequest.
|
1602
|
+
# ListCertificateAuthoritiesRequest.page_token to retrieve the next page of
|
1603
1603
|
# results.
|
1604
1604
|
# Corresponds to the JSON property `nextPageToken`
|
1605
1605
|
# @return [String]
|
@@ -1632,7 +1632,7 @@ module Google
|
|
1632
1632
|
attr_accessor :certificate_authorities
|
1633
1633
|
|
1634
1634
|
# A token to retrieve next page of results. Pass this value in
|
1635
|
-
# ListCertificateAuthoritiesRequest.
|
1635
|
+
# ListCertificateAuthoritiesRequest.page_token to retrieve the next page of
|
1636
1636
|
# results.
|
1637
1637
|
# Corresponds to the JSON property `nextPageToken`
|
1638
1638
|
# @return [String]
|
@@ -1666,8 +1666,8 @@ module Google
|
|
1666
1666
|
attr_accessor :certificate_revocation_lists
|
1667
1667
|
|
1668
1668
|
# A token to retrieve next page of results. Pass this value in
|
1669
|
-
# ListCertificateRevocationListsRequest.
|
1670
|
-
#
|
1669
|
+
# ListCertificateRevocationListsRequest.page_token to retrieve the next page of
|
1670
|
+
# results.
|
1671
1671
|
# Corresponds to the JSON property `nextPageToken`
|
1672
1672
|
# @return [String]
|
1673
1673
|
attr_accessor :next_page_token
|
@@ -1699,7 +1699,7 @@ module Google
|
|
1699
1699
|
attr_accessor :certificate_templates
|
1700
1700
|
|
1701
1701
|
# A token to retrieve next page of results. Pass this value in
|
1702
|
-
# ListCertificateTemplatesRequest.
|
1702
|
+
# ListCertificateTemplatesRequest.page_token to retrieve the next page of
|
1703
1703
|
# results.
|
1704
1704
|
# Corresponds to the JSON property `nextPageToken`
|
1705
1705
|
# @return [String]
|
@@ -1732,7 +1732,7 @@ module Google
|
|
1732
1732
|
attr_accessor :certificates
|
1733
1733
|
|
1734
1734
|
# A token to retrieve next page of results. Pass this value in
|
1735
|
-
# ListCertificatesRequest.
|
1735
|
+
# ListCertificatesRequest.page_token to retrieve the next page of results.
|
1736
1736
|
# Corresponds to the JSON property `nextPageToken`
|
1737
1737
|
# @return [String]
|
1738
1738
|
attr_accessor :next_page_token
|
@@ -2041,9 +2041,9 @@ module Google
|
|
2041
2041
|
attr_accessor :end_time
|
2042
2042
|
|
2043
2043
|
# Output only. Identifies whether the user has requested cancellation of the
|
2044
|
-
# operation. Operations that have successfully been cancelled have
|
2045
|
-
# error value with a google.rpc.Status.code of 1,
|
2046
|
-
# CANCELLED`.
|
2044
|
+
# operation. Operations that have successfully been cancelled have google.
|
2045
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
2046
|
+
# corresponding to `Code.CANCELLED`.
|
2047
2047
|
# Corresponds to the JSON property `requestedCancellation`
|
2048
2048
|
# @return [Boolean]
|
2049
2049
|
attr_accessor :requested_cancellation
|
@@ -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
|
@@ -1175,7 +1175,7 @@ module Google
|
|
1175
1175
|
# @param [String] certificate_id
|
1176
1176
|
# Optional. It must be unique within a location and match the regular expression
|
1177
1177
|
# `[a-zA-Z0-9_-]`1,63``. This field is required when using a
|
1178
|
-
# CertificateAuthority in the Enterprise CertificateAuthority.
|
1178
|
+
# CertificateAuthority in the Enterprise CertificateAuthority.tier, but is
|
1179
1179
|
# optional and its value is ignored otherwise.
|
1180
1180
|
# @param [String] issuing_certificate_authority_id
|
1181
1181
|
# Optional. The resource ID of the CertificateAuthority that should issue the
|
@@ -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-
|
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
|