google-apis-privateca_v1beta1 0.12.0 → 0.13.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: a0ba17a336237dc2d001b75f1508c2c1dba9f8ae72db0d5c3f0f944f7e0bd81e
|
|
4
|
+
data.tar.gz: fa3118a28262959cd34d603215e401a194eefbcd735eaefdf3f2f729dff367ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b830f818c0037cfba1459a82e855a1c6ec4a03f047e277080092754833a7c872e8784a019bb3f98adf30c82f132f527cb3e00c61214659813df920afa073f41
|
|
7
|
+
data.tar.gz: 8c7d663ca80f122e281db4a8de7a60e46e8e5ffcfc7a4d61a91c6528545d43c6df435408affc3e2a1233fbdee70b8b98236107a0543405f0ed3fe647a2f44980
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -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.13.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 = "20211020"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.13.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: 2021-
|
|
11
|
+
date: 2021-11-01 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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.13.0
|
|
62
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: []
|