google-apis-privateca_v1beta1 0.1.0 → 0.6.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: d11c86afb2db9b141d766d3a8373a48c613642ddf13877754864e3cf3acbe2cc
4
- data.tar.gz: 39df15ce6c01fd4e77ef634d4c62d9bca9f563fe5fdd8723a1fb260bd867e16e
3
+ metadata.gz: 43c759a22e0e1a835e6ffc7ab8bec3f54a98952a0a8a872b688b35f6c78881a9
4
+ data.tar.gz: dba08e1f540867120138a80d923c06fde99104e447a151c4367884edf50a743e
5
5
  SHA512:
6
- metadata.gz: 57acd6f195a9970f61fccb895469d08b24b31e1df83c51104cd87be5d6099078bf5ef93e7df589d89adea668841c3df6c8fd9eb00fe5c18a02122c4787029fa8
7
- data.tar.gz: 13b63ad7b599e1f92f569d33baf3d48a2f3efcb459ce32003abc2537a1c93fb9c7fcbf13fa8ca06714be56755f53fd0cdd5db9a68890165d36030331f880538f
6
+ metadata.gz: 38d36c4fc8227402aa918e6853a8d5aec622eba50b7d22f7ff622f6c24e60d157615c6ea4c683cf946aa880116a221a8cb7e36abf91b9dfa0ecf9c982fa75150
7
+ data.tar.gz: 48d3a1324e5960953fbc19f3e0df0db2962dc3bd0341b7104b5006e8835cf64316128d5bf3e8eede12a0e8cd3784b8215077416fa69efb54105903021b0f90e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-05-12)
4
+
5
+ * Regenerated from discovery document revision 20210506
6
+
7
+ ### v0.5.0 (2021-03-18)
8
+
9
+ * Regenerated from discovery document revision 20210316
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.4.0 (2021-03-04)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.3.0 (2021-02-23)
17
+
18
+ * Regenerated from discovery document revision 20210218
19
+
20
+ ### v0.2.0 (2021-01-21)
21
+
22
+ * Regenerated from discovery document revision 20210119
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1beta1'
33
33
 
34
- # View and manage your data across Google Cloud Platform services
34
+ # See, edit, configure, and delete your Google Cloud Platform data
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  end
@@ -1767,6 +1767,32 @@ module Google
1767
1767
  end
1768
1768
  end
1769
1769
 
1770
+ # Operation metadata returned by the CLH during resource state reconciliation.
1771
+ class ReconciliationOperationMetadata
1772
+ include Google::Apis::Core::Hashable
1773
+
1774
+ # DEPRECATED. Use exclusive_action instead.
1775
+ # Corresponds to the JSON property `deleteResource`
1776
+ # @return [Boolean]
1777
+ attr_accessor :delete_resource
1778
+ alias_method :delete_resource?, :delete_resource
1779
+
1780
+ #
1781
+ # Corresponds to the JSON property `exclusiveAction`
1782
+ # @return [String]
1783
+ attr_accessor :exclusive_action
1784
+
1785
+ def initialize(**args)
1786
+ update!(**args)
1787
+ end
1788
+
1789
+ # Update properties of this object
1790
+ def update!(**args)
1791
+ @delete_resource = args[:delete_resource] if args.key?(:delete_resource)
1792
+ @exclusive_action = args[:exclusive_action] if args.key?(:exclusive_action)
1793
+ end
1794
+ end
1795
+
1770
1796
  # Request message for CertificateAuthorityService.RestoreCertificateAuthority.
1771
1797
  class RestoreCertificateAuthorityRequest
1772
1798
  include Google::Apis::Core::Hashable
@@ -2024,6 +2050,13 @@ module Google
2024
2050
  class ScheduleDeleteCertificateAuthorityRequest
2025
2051
  include Google::Apis::Core::Hashable
2026
2052
 
2053
+ # Optional. This field allows the CA to be scheduled for deletion even if the CA
2054
+ # has active certs. Active certs include both unrevoked and unexpired certs.
2055
+ # Corresponds to the JSON property `ignoreActiveCertificates`
2056
+ # @return [Boolean]
2057
+ attr_accessor :ignore_active_certificates
2058
+ alias_method :ignore_active_certificates?, :ignore_active_certificates
2059
+
2027
2060
  # Optional. An ID to identify requests. Specify a unique request ID so that if
2028
2061
  # you must retry your request, the server will know to ignore the request if it
2029
2062
  # has already been completed. The server will guarantee that for at least 60
@@ -2044,6 +2077,7 @@ module Google
2044
2077
 
2045
2078
  # Update properties of this object
2046
2079
  def update!(**args)
2080
+ @ignore_active_certificates = args[:ignore_active_certificates] if args.key?(:ignore_active_certificates)
2047
2081
  @request_id = args[:request_id] if args.key?(:request_id)
2048
2082
  end
2049
2083
  end
@@ -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.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201203"
25
+ REVISION = "20210506"
26
26
  end
27
27
  end
28
28
  end
@@ -262,6 +262,12 @@ module Google
262
262
  include Google::Apis::Core::JsonObjectSupport
263
263
  end
264
264
 
265
+ class ReconciliationOperationMetadata
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
265
271
  class RestoreCertificateAuthorityRequest
266
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
273
 
@@ -807,6 +813,14 @@ module Google
807
813
  end
808
814
  end
809
815
 
816
+ class ReconciliationOperationMetadata
817
+ # @private
818
+ class Representation < Google::Apis::Core::JsonRepresentation
819
+ property :delete_resource, as: 'deleteResource'
820
+ property :exclusive_action, as: 'exclusiveAction'
821
+ end
822
+ end
823
+
810
824
  class RestoreCertificateAuthorityRequest
811
825
  # @private
812
826
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -879,6 +893,7 @@ module Google
879
893
  class ScheduleDeleteCertificateAuthorityRequest
880
894
  # @private
881
895
  class Representation < Google::Apis::Core::JsonRepresentation
896
+ property :ignore_active_certificates, as: 'ignoreActiveCertificates'
882
897
  property :request_id, as: 'requestId'
883
898
  end
884
899
  end
@@ -85,11 +85,15 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [String] filter
88
- # The standard list filter.
88
+ # A filter to narrow down results to a preferred subset. The filtering language
89
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
90
+ # AIP-160](https://google.aip.dev/160).
89
91
  # @param [Fixnum] page_size
90
- # The standard list page size.
92
+ # The maximum number of results to return. If not set, the service selects a
93
+ # default.
91
94
  # @param [String] page_token
92
- # The standard list page token.
95
+ # A page token received from the `next_page_token` field in the response. Send
96
+ # that page token to receive the subsequent page.
93
97
  # @param [String] fields
94
98
  # Selector specifying which fields to include in a partial response.
95
99
  # @param [String] quota_user
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.1.0
4
+ version: 0.6.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Certificate Authority API V1beta1