google-apis-privateca_v1 0.57.0 → 0.58.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b8f6bdd30f1ae41964ea716e9035fb077ff967d3f571f7b2f1cc3a739be0145
|
|
4
|
+
data.tar.gz: 7743504217b933d5a3d1525a09120168025b6a6a8de241e8191788397d65deaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc4689bf941b9606d29f8dc4a7f127e82a30787af44bd8b075dde23590b6b654f7dceed6685d8f91ebb9ae0aca1c58e2ccf60041b2e4e8329de2387eec97fcd4
|
|
7
|
+
data.tar.gz: 643ecce2a8263287a44d853d18886fc6f5b30fa79bad24f7594459160f5369df1f1c2dbf43d9172b1c04b349239086ffda6b17ae2baf444104d71a079aef0e16
|
data/CHANGELOG.md
CHANGED
|
@@ -1870,8 +1870,9 @@ module Google
|
|
|
1870
1870
|
attr_accessor :operations
|
|
1871
1871
|
|
|
1872
1872
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
1873
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
1874
|
-
# when attempting to list all resources across all supported
|
|
1873
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
1874
|
+
# For example, when attempting to list all resources across all supported
|
|
1875
|
+
# locations.
|
|
1875
1876
|
# Corresponds to the JSON property `unreachable`
|
|
1876
1877
|
# @return [Array<String>]
|
|
1877
1878
|
attr_accessor :unreachable
|
|
@@ -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.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251229"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1272,8 +1272,14 @@ module Google
|
|
|
1272
1272
|
|
|
1273
1273
|
# Lists Certificates.
|
|
1274
1274
|
# @param [String] parent
|
|
1275
|
-
# Required. The resource name of the
|
|
1276
|
-
#
|
|
1275
|
+
# Required. The resource name of the parent associated with the Certificates, in
|
|
1276
|
+
# the format `projects/*/locations/*/caPools/*`. The parent resource name can be
|
|
1277
|
+
# in one of two forms: 1. **Specific CA Pool:** To list certificates within a
|
|
1278
|
+
# single CA Pool: `projects/*/locations/*/caPools/*` 2. **All CA Pools in a
|
|
1279
|
+
# Location:** To list certificates across *all* CA Pools in a given project and
|
|
1280
|
+
# location, use the wildcard character (`-`) in place of the CA Pool ID. Example:
|
|
1281
|
+
# `projects/*/locations/*/caPools/-` See go/ccfe-nested-collections#aggregate-
|
|
1282
|
+
# listing for more details.
|
|
1277
1283
|
# @param [String] filter
|
|
1278
1284
|
# Optional. Only include resources that match the filter in the response. For
|
|
1279
1285
|
# details on supported filters and syntax, see [Certificates Filtering
|
|
@@ -1863,11 +1869,12 @@ module Google
|
|
|
1863
1869
|
# The standard list page token.
|
|
1864
1870
|
# @param [Boolean] return_partial_success
|
|
1865
1871
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1866
|
-
# those that are unreachable are returned in the
|
|
1867
|
-
# unreachable
|
|
1868
|
-
#
|
|
1869
|
-
# by default
|
|
1870
|
-
# explicitly documented otherwise in service or product specific
|
|
1872
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1873
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1874
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1875
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1876
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1877
|
+
# documentation.
|
|
1871
1878
|
# @param [String] fields
|
|
1872
1879
|
# Selector specifying which fields to include in a partial response.
|
|
1873
1880
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.58.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.58.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|