google-apis-assuredworkloads_v1 0.39.0 → 0.41.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: e2ab1e1dba4ffad8bef11ebbb591cb175d446777e91d694c7b800a790c7a72ca
4
- data.tar.gz: 6fc59b7bf573599e057e8dc53f46463db91a5dda5e3b8eb5151e8461ad234662
3
+ metadata.gz: 6ab1163c3b9285027d7572f531e349942197214d58f5b18bf21db029fba85791
4
+ data.tar.gz: b079d1447a0b0ad93bbdc8de40f348b68c2276a0e11b38f16be2f102c565add8
5
5
  SHA512:
6
- metadata.gz: 8d654dec869fef61f9a47e4a622062152d554883a7298d38dbc11b2ea3e12bbb64148581906d3f88e7d22319d20424cd95827192cea4b0f040223b36ad946a61
7
- data.tar.gz: 11fe5fc804725d4c93798dcf01d09ef4f8b06e3d2a1f6984e257bc351b2e85d0a22359b9ff4061b1c5c72a6d0347dabb7d4d54c74b898fbd865c9ec3d3459c86
6
+ metadata.gz: 8baa8742c26cb435151fe6cf59f4673e7f9838a7ea97b2192a2d11a96925afb8850852af67c78d63153392919b1ee0b510be5d44cff00e3934221eaf1996b317
7
+ data.tar.gz: 69d34fd9c2140736bbe8d99b988c7365433a9c10066df9c4b1a425375418be32d7bcd8cfb4222771508c914544d56c84c06dbe350ca082210be0255c8eb032fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-assuredworkloads_v1
2
2
 
3
+ ### v0.41.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230623
6
+
7
+ ### v0.40.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230612
10
+
3
11
  ### v0.39.0 (2023-05-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20230512
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module AssuredworkloadsV1
24
24
 
25
- # Request for acknowledging the violation Next Id: 4
25
+ # Request for acknowledging the violation Next Id: 5
26
26
  class GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest
27
27
  include Google::Apis::Core::Hashable
28
28
 
@@ -284,12 +284,6 @@ module Google
284
284
  # @return [String]
285
285
  attr_accessor :non_compliant_org_policy
286
286
 
287
- # Output only. Immutable. The org-policy-constraint that was incorrectly changed,
288
- # which resulted in this violation.
289
- # Corresponds to the JSON property `orgPolicyConstraint`
290
- # @return [String]
291
- attr_accessor :org_policy_constraint
292
-
293
287
  # Represents remediation guidance to resolve compliance violation for
294
288
  # AssuredWorkload
295
289
  # Corresponds to the JSON property `remediation`
@@ -327,7 +321,6 @@ module Google
327
321
  @exception_audit_log_link = args[:exception_audit_log_link] if args.key?(:exception_audit_log_link)
328
322
  @name = args[:name] if args.key?(:name)
329
323
  @non_compliant_org_policy = args[:non_compliant_org_policy] if args.key?(:non_compliant_org_policy)
330
- @org_policy_constraint = args[:org_policy_constraint] if args.key?(:org_policy_constraint)
331
324
  @remediation = args[:remediation] if args.key?(:remediation)
332
325
  @resolve_time = args[:resolve_time] if args.key?(:resolve_time)
333
326
  @state = args[:state] if args.key?(:state)
@@ -618,12 +611,12 @@ module Google
618
611
  class GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus
619
612
  include Google::Apis::Core::Hashable
620
613
 
621
- # Count of active Violations which are acknowledged in the Workload.
614
+ # Number of current orgPolicy violations which are acknowledged.
622
615
  # Corresponds to the JSON property `acknowledgedViolationCount`
623
616
  # @return [Fixnum]
624
617
  attr_accessor :acknowledged_violation_count
625
618
 
626
- # Count of active Violations which haven't been acknowledged.
619
+ # Number of current orgPolicy violations which are not acknowledged.
627
620
  # Corresponds to the JSON property `activeViolationCount`
628
621
  # @return [Fixnum]
629
622
  attr_accessor :active_violation_count
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AssuredworkloadsV1
18
18
  # Version of the google-apis-assuredworkloads_v1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230512"
25
+ REVISION = "20230623"
26
26
  end
27
27
  end
28
28
  end
@@ -249,7 +249,6 @@ module Google
249
249
  property :exception_audit_log_link, as: 'exceptionAuditLogLink'
250
250
  property :name, as: 'name'
251
251
  property :non_compliant_org_policy, as: 'nonCompliantOrgPolicy'
252
- property :org_policy_constraint, as: 'orgPolicyConstraint'
253
252
  property :remediation, as: 'remediation', class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediation, decorator: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1ViolationRemediation::Representation
254
253
 
255
254
  property :resolve_time, as: 'resolveTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-assuredworkloads_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.41.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: 2023-05-21 00:00:00.000000000 Z
11
+ date: 2023-07-02 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-assuredworkloads_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1
63
63
  post_install_message:
64
64
  rdoc_options: []