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: eaf479a09e7dc4ec4f397cf40f7e6000164816da781a01fbeb7bc9643dbeb49c
4
- data.tar.gz: dc528087bcda294ff55494f1957a0756137933f30be9c5434bbc2e2ee39ef89a
3
+ metadata.gz: a0ba17a336237dc2d001b75f1508c2c1dba9f8ae72db0d5c3f0f944f7e0bd81e
4
+ data.tar.gz: fa3118a28262959cd34d603215e401a194eefbcd735eaefdf3f2f729dff367ee
5
5
  SHA512:
6
- metadata.gz: a0942b7ec2ea7086cb929b5aa580bbf60af8f2b7dfda1d373f4adce222b5d3e903ff650face42c773f3ccb11c09b0b9a160432724cdcfa45814cd6229cbbd892
7
- data.tar.gz: 17d6a52af20a24148d8b5bde0107360518b81e79905f2b96f9f2fdbb08164368d398da13ce14733fc0c96623e56b8bc65eb55473725c7d708ff52c95e3c019b5
6
+ metadata.gz: 6b830f818c0037cfba1459a82e855a1c6ec4a03f047e277080092754833a7c872e8784a019bb3f98adf30c82f132f527cb3e00c61214659813df920afa073f41
7
+ data.tar.gz: 8c7d663ca80f122e281db4a8de7a60e46e8e5ffcfc7a4d61a91c6528545d43c6df435408affc3e2a1233fbdee70b8b98236107a0543405f0ed3fe647a2f44980
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-10-30)
4
+
5
+ * Regenerated from discovery document revision 20211020
6
+
3
7
  ### v0.12.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211006
@@ -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. "\*"). 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'.
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.12.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 = "20211006"
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.12.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-10-27 00:00:00.000000000 Z
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.12.0
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: []