google-apis-privateca_v1beta1 0.6.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43c759a22e0e1a835e6ffc7ab8bec3f54a98952a0a8a872b688b35f6c78881a9
4
- data.tar.gz: dba08e1f540867120138a80d923c06fde99104e447a151c4367884edf50a743e
3
+ metadata.gz: 9ed7e39e8c633e3e15825cc3687ffaa3af109cb8b97fa9e78aecf5a2e23ce22e
4
+ data.tar.gz: 540f1392face0b09834e44867c95534ccc5d3d93f4e3f0c6919e0b5052820395
5
5
  SHA512:
6
- metadata.gz: 38d36c4fc8227402aa918e6853a8d5aec622eba50b7d22f7ff622f6c24e60d157615c6ea4c683cf946aa880116a221a8cb7e36abf91b9dfa0ecf9c982fa75150
7
- data.tar.gz: 48d3a1324e5960953fbc19f3e0df0db2962dc3bd0341b7104b5006e8835cf64316128d5bf3e8eede12a0e8cd3784b8215077416fa69efb54105903021b0f90e9
6
+ metadata.gz: 5fd9877a48da841c58add2351dbcc2b50b0787311022a545676f5bf24942093475be475deb5f41f40635537979feb4a3cf31622a5cd557f03fb9fa4f41b28c1c
7
+ data.tar.gz: eb9432644afe83cf9f15686b9fc114b40c36c31e255d24e38256b96dd2f5464c572167d1f0daeeecdcdd46b5b7ca70c9fe33b2643c43e41ea3e2a351e7023a3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-07-27)
4
+
5
+ * Regenerated from discovery document revision 20210721
6
+
7
+ ### v0.9.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.8.0 (2021-06-24)
12
+
13
+ * Regenerated using generator version 0.3.0
14
+
15
+ ### v0.7.0 (2021-05-19)
16
+
17
+ * Unspecified changes
18
+
3
19
  ### v0.6.0 (2021-05-12)
4
20
 
5
21
  * Regenerated from discovery document revision 20210506
@@ -2375,10 +2375,10 @@ module Google
2375
2375
  class SubordinateConfig
2376
2376
  include Google::Apis::Core::Hashable
2377
2377
 
2378
- # Required. This can refer to a CertificateAuthority in the same project that
2379
- # was used to create a subordinate CertificateAuthority. This field is used for
2380
- # information and usability purposes only. The resource name is in the format `
2381
- # projects/*/locations/*/certificateAuthorities/*`.
2378
+ # Required. This can refer to a CertificateAuthority that was used to create a
2379
+ # subordinate CertificateAuthority. This field is used for information and
2380
+ # usability purposes only. The resource name is in the format `projects/*/
2381
+ # locations/*/certificateAuthorities/*`.
2382
2382
  # Corresponds to the JSON property `certificateAuthority`
2383
2383
  # @return [String]
2384
2384
  attr_accessor :certificate_authority
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20210721"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Certificate Authority API V1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []