google-apis-privateca_v1beta1 0.11.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/privateca_v1beta1/classes.rb +66 -61
- data/lib/google/apis/privateca_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/privateca_v1beta1/service.rb +31 -22
- data/lib/google/apis/privateca_v1beta1.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a136e6127c6d3e8d99aff116be7d5acdd9c812719fb1587719691d9db1d7622a
|
4
|
+
data.tar.gz: de104d6452fad889150da01f753758401d8399b7d0ac25f09c876c7760534914
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fad284638651bf0dbcd8c0f8f9bc6d719f8f7fc5f1a14e67dcf27b18f2811c6736661c059178991ad2b8d880bef16c793c5e8de560d3e8d7d0a864442f49abdc
|
7
|
+
data.tar.gz: a8ac11be8ee7c5de637094ce8cff96a5f4dab1e332468e91803d6d39f103e4761b16d14596c81bb9bba1db726e5f402c7386bf1febb6e07f164c71edf4695302
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-privateca_v1beta1
|
2
2
|
|
3
|
+
### v0.15.0 (2021-12-14)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.14.0 (2021-11-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20211103
|
10
|
+
|
11
|
+
### v0.13.0 (2021-10-30)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20211020
|
14
|
+
|
15
|
+
### v0.12.0 (2021-10-23)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20211006
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.11.0 (2021-09-01)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210819
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/privateca_v1beta1"
|
|
51
51
|
client = Google::Apis::PrivatecaV1beta1::CertificateAuthorityServiceService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Privateca service in particular.)
|
67
67
|
|
@@ -135,10 +135,10 @@ module Google
|
|
135
135
|
|
136
136
|
# Optional. Contains valid, fully-qualified host names. Glob patterns are also
|
137
137
|
# supported. To allow an explicit wildcard certificate, escape with backlash (i.
|
138
|
-
# e.
|
139
|
-
# not
|
140
|
-
# for wildcard entries:
|
141
|
-
# com
|
138
|
+
# e. `\*`). E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but
|
139
|
+
# not `*.bar.com`, unless the allow_globbing_dns_wildcards field is set. E.g.
|
140
|
+
# for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not `foo.bar.
|
141
|
+
# com`.
|
142
142
|
# Corresponds to the JSON property `allowedDnsNames`
|
143
143
|
# @return [Array<String>]
|
144
144
|
attr_accessor :allowed_dns_names
|
@@ -250,7 +250,7 @@ module Google
|
|
250
250
|
end
|
251
251
|
end
|
252
252
|
|
253
|
-
# Associates `members
|
253
|
+
# Associates `members`, or principals, with a `role`.
|
254
254
|
class Binding
|
255
255
|
include Google::Apis::Core::Hashable
|
256
256
|
|
@@ -273,7 +273,7 @@ module Google
|
|
273
273
|
# @return [Google::Apis::PrivatecaV1beta1::Expr]
|
274
274
|
attr_accessor :condition
|
275
275
|
|
276
|
-
# Specifies the
|
276
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
277
277
|
# members` can have the following values: * `allUsers`: A special identifier
|
278
278
|
# that represents anyone who is on the internet; with or without a Google
|
279
279
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -303,8 +303,8 @@ module Google
|
|
303
303
|
# @return [Array<String>]
|
304
304
|
attr_accessor :members
|
305
305
|
|
306
|
-
# Role that is assigned to `members
|
307
|
-
#
|
306
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
307
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
308
308
|
# Corresponds to the JSON property `role`
|
309
309
|
# @return [String]
|
310
310
|
attr_accessor :role
|
@@ -1648,31 +1648,31 @@ module Google
|
|
1648
1648
|
|
1649
1649
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1650
1650
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1651
|
-
# A `binding` binds one or more `members
|
1652
|
-
# user accounts, service accounts, Google groups, and domains (
|
1653
|
-
# A `role` is a named list of permissions; each `role` can be
|
1654
|
-
# role or a user-created custom role. For some types of Google
|
1655
|
-
# a `binding` can also specify a `condition`, which is a
|
1656
|
-
# allows access to a resource only if the expression
|
1657
|
-
# condition can add constraints based on attributes of
|
1658
|
-
# or both. To learn which resources support
|
1659
|
-
# see the [IAM documentation](https://cloud.
|
1660
|
-
# resource-policies). **JSON example:** ` "
|
1661
|
-
# resourcemanager.organizationAdmin", "members": [
|
1662
|
-
# group:admins@example.com", "domain:google.com", "
|
1663
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1664
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1665
|
-
# title": "expirable access", "description": "Does not grant
|
1666
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1667
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1668
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1669
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1670
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1671
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1672
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1673
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1674
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1675
|
-
# google.com/iam/docs/).
|
1651
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1652
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1653
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1654
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1655
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1656
|
+
# logical expression that allows access to a resource only if the expression
|
1657
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1658
|
+
# the request, the resource, or both. To learn which resources support
|
1659
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1660
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1661
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1662
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1663
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1664
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1665
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1666
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1667
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1668
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1669
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1670
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1671
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1672
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1673
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1674
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1675
|
+
# cloud.google.com/iam/docs/).
|
1676
1676
|
class Policy
|
1677
1677
|
include Google::Apis::Core::Hashable
|
1678
1678
|
|
@@ -1681,9 +1681,14 @@ module Google
|
|
1681
1681
|
# @return [Array<Google::Apis::PrivatecaV1beta1::AuditConfig>]
|
1682
1682
|
attr_accessor :audit_configs
|
1683
1683
|
|
1684
|
-
# Associates a list of `members
|
1685
|
-
# condition` that determines how and when the `bindings` are applied.
|
1686
|
-
# the `bindings` must contain at least one
|
1684
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
1685
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
1686
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
1687
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
1688
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
1689
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
1690
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
1691
|
+
# principals to the `bindings` in the `Policy`.
|
1687
1692
|
# Corresponds to the JSON property `bindings`
|
1688
1693
|
# @return [Array<Google::Apis::PrivatecaV1beta1::Binding>]
|
1689
1694
|
attr_accessor :bindings
|
@@ -2088,31 +2093,31 @@ module Google
|
|
2088
2093
|
|
2089
2094
|
# An Identity and Access Management (IAM) policy, which specifies access
|
2090
2095
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
2091
|
-
# A `binding` binds one or more `members
|
2092
|
-
# user accounts, service accounts, Google groups, and domains (
|
2093
|
-
# A `role` is a named list of permissions; each `role` can be
|
2094
|
-
# role or a user-created custom role. For some types of Google
|
2095
|
-
# a `binding` can also specify a `condition`, which is a
|
2096
|
-
# allows access to a resource only if the expression
|
2097
|
-
# condition can add constraints based on attributes of
|
2098
|
-
# or both. To learn which resources support
|
2099
|
-
# see the [IAM documentation](https://cloud.
|
2100
|
-
# resource-policies). **JSON example:** ` "
|
2101
|
-
# resourcemanager.organizationAdmin", "members": [
|
2102
|
-
# group:admins@example.com", "domain:google.com", "
|
2103
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
2104
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
2105
|
-
# title": "expirable access", "description": "Does not grant
|
2106
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
2107
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
2108
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
2109
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
2110
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
2111
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
2112
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
2113
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
2114
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
2115
|
-
# google.com/iam/docs/).
|
2096
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
2097
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
2098
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
2099
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
2100
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
2101
|
+
# logical expression that allows access to a resource only if the expression
|
2102
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
2103
|
+
# the request, the resource, or both. To learn which resources support
|
2104
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
2105
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
2106
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
2107
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
2108
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
2109
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
2110
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
2111
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
2112
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
2113
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
2114
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
2115
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
2116
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
2117
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
2118
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
2119
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
2120
|
+
# cloud.google.com/iam/docs/).
|
2116
2121
|
# Corresponds to the JSON property `policy`
|
2117
2122
|
# @return [Google::Apis::PrivatecaV1beta1::Policy]
|
2118
2123
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PrivatecaV1beta1
|
18
18
|
# Version of the google-apis-privateca_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -24,7 +24,7 @@ module Google
|
|
24
24
|
#
|
25
25
|
# The Certificate Authority Service API is a highly-available, scalable service
|
26
26
|
# that enables you to simplify and automate the management of private
|
27
|
-
# certificate authorities (CAs) while staying in control of your private keys.
|
27
|
+
# certificate authorities (CAs) while staying in control of your private keys.
|
28
28
|
#
|
29
29
|
# @example
|
30
30
|
# require 'google/apis/privateca_v1beta1'
|
@@ -350,13 +350,16 @@ module Google
|
|
350
350
|
# REQUIRED: The resource for which the policy is being requested. See the
|
351
351
|
# operation documentation for the appropriate value for this field.
|
352
352
|
# @param [Fixnum] options_requested_policy_version
|
353
|
-
# Optional. The policy
|
354
|
-
# 3. Requests specifying an invalid value will be
|
355
|
-
# policies with any conditional bindings must
|
356
|
-
#
|
357
|
-
# field unset.
|
358
|
-
#
|
359
|
-
#
|
353
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
354
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
355
|
+
# rejected. Requests for policies with any conditional role bindings must
|
356
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
357
|
+
# valid value or leave the field unset. The policy in the response might use the
|
358
|
+
# policy version that you specified, or it might use a lower policy version. For
|
359
|
+
# example, if you specify version 3, but the policy has no conditional role
|
360
|
+
# bindings, the response uses version 1. To learn which resources support
|
361
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
362
|
+
# google.com/iam/help/conditions/resource-policies).
|
360
363
|
# @param [String] fields
|
361
364
|
# Selector specifying which fields to include in a partial response.
|
362
365
|
# @param [String] quota_user
|
@@ -660,13 +663,16 @@ module Google
|
|
660
663
|
# REQUIRED: The resource for which the policy is being requested. See the
|
661
664
|
# operation documentation for the appropriate value for this field.
|
662
665
|
# @param [Fixnum] options_requested_policy_version
|
663
|
-
# Optional. The policy
|
664
|
-
# 3. Requests specifying an invalid value will be
|
665
|
-
# policies with any conditional bindings must
|
666
|
-
#
|
667
|
-
# field unset.
|
668
|
-
#
|
669
|
-
#
|
666
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
667
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
668
|
+
# rejected. Requests for policies with any conditional role bindings must
|
669
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
670
|
+
# valid value or leave the field unset. The policy in the response might use the
|
671
|
+
# policy version that you specified, or it might use a lower policy version. For
|
672
|
+
# example, if you specify version 3, but the policy has no conditional role
|
673
|
+
# bindings, the response uses version 1. To learn which resources support
|
674
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
675
|
+
# google.com/iam/help/conditions/resource-policies).
|
670
676
|
# @param [String] fields
|
671
677
|
# Selector specifying which fields to include in a partial response.
|
672
678
|
# @param [String] quota_user
|
@@ -1275,13 +1281,16 @@ module Google
|
|
1275
1281
|
# REQUIRED: The resource for which the policy is being requested. See the
|
1276
1282
|
# operation documentation for the appropriate value for this field.
|
1277
1283
|
# @param [Fixnum] options_requested_policy_version
|
1278
|
-
# Optional. The policy
|
1279
|
-
# 3. Requests specifying an invalid value will be
|
1280
|
-
# policies with any conditional bindings must
|
1281
|
-
#
|
1282
|
-
# field unset.
|
1283
|
-
#
|
1284
|
-
#
|
1284
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
1285
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
1286
|
+
# rejected. Requests for policies with any conditional role bindings must
|
1287
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
1288
|
+
# valid value or leave the field unset. The policy in the response might use the
|
1289
|
+
# policy version that you specified, or it might use a lower policy version. For
|
1290
|
+
# example, if you specify version 3, but the policy has no conditional role
|
1291
|
+
# bindings, the response uses version 1. To learn which resources support
|
1292
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1293
|
+
# google.com/iam/help/conditions/resource-policies).
|
1285
1294
|
# @param [String] fields
|
1286
1295
|
# Selector specifying which fields to include in a partial response.
|
1287
1296
|
# @param [String] quota_user
|
@@ -23,7 +23,7 @@ module Google
|
|
23
23
|
#
|
24
24
|
# The Certificate Authority Service API is a highly-available, scalable service
|
25
25
|
# that enables you to simplify and automate the management of private
|
26
|
-
# certificate authorities (CAs) while staying in control of your private keys.
|
26
|
+
# certificate authorities (CAs) while staying in control of your private keys.
|
27
27
|
#
|
28
28
|
# @see https://cloud.google.com/
|
29
29
|
module PrivatecaV1beta1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-privateca_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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:
|
11
|
+
date: 2022-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.15.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|
@@ -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.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Certificate Authority API V1beta1
|