google-apis-assuredworkloads_v1beta1 0.39.0 → 0.40.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: 8866d9e598aa006c0454766488f871911699d869daf16acd23ac32db7bd118ce
4
- data.tar.gz: a6e53fb9027fe274b11b618b5e1384a97737332c5aeefc8a2520b34c4308cee9
3
+ metadata.gz: 7e0538ffa6bf3c752e501acb41fb46363042a11683efe20d3f5c5708b093f556
4
+ data.tar.gz: 1e7c2b10069616102bd49975250dc1c839b051e6bb3c25f633a1fc014863d1f2
5
5
  SHA512:
6
- metadata.gz: 63015db6f0ce3452ea0ac0eb6d89151015b9e0e8c243ef279155affa368f80e7ba74aa192033cf525efad1f3f3ddf0eb442587770375a2ee8db33f784f6d1083
7
- data.tar.gz: 05ccf73dc94cd948d02a99171cdacf6434edf65f6ecdf2b2e976745972b9ec6ec3384c72e3052921fd2a58d12b26fb48bf0a07c1c3ceef0f8006436b2f4dda36
6
+ metadata.gz: f07ac2dbacc05699c39dff0b9bcd22f5e814e3a97a08481f0f3b945e13765eed4e401d701d5cae07783e5c556462043630f3f6339ec2561478727d0c394103ff
7
+ data.tar.gz: 0e4d7e9537e57d561f87878ff370109acc3d721d708e40f06795a4f4615d346907b781fae76046bfaeb18a46ddfa07e2ab7b05fd28823b932db277e9b2bd1b7b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-assuredworkloads_v1beta1
2
2
 
3
+ ### v0.40.0 (2026-09-20)
4
+
5
+ * Regenerated from discovery document revision 20260914
6
+
3
7
  ### v0.39.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260810
@@ -355,6 +355,16 @@ module Google
355
355
  # @return [Fixnum]
356
356
  attr_accessor :findings_count
357
357
 
358
+ # Output only. Number of organization policy findings for the cloud control.
359
+ # Corresponds to the JSON property `orgPolicyFindingCount`
360
+ # @return [Fixnum]
361
+ attr_accessor :org_policy_finding_count
362
+
363
+ # Output only. Number of resource findings for the cloud control.
364
+ # Corresponds to the JSON property `resourceFindingCount`
365
+ # @return [Fixnum]
366
+ attr_accessor :resource_finding_count
367
+
358
368
  def initialize(**args)
359
369
  update!(**args)
360
370
  end
@@ -363,6 +373,8 @@ module Google
363
373
  def update!(**args)
364
374
  @evaluation_state = args[:evaluation_state] if args.key?(:evaluation_state)
365
375
  @findings_count = args[:findings_count] if args.key?(:findings_count)
376
+ @org_policy_finding_count = args[:org_policy_finding_count] if args.key?(:org_policy_finding_count)
377
+ @resource_finding_count = args[:resource_finding_count] if args.key?(:resource_finding_count)
366
378
  end
367
379
  end
368
380
 
@@ -627,11 +639,21 @@ module Google
627
639
  # @return [String]
628
640
  attr_accessor :name
629
641
 
642
+ # Output only. Number of organization policy findings for this control.
643
+ # Corresponds to the JSON property `orgPolicyFindingCount`
644
+ # @return [Fixnum]
645
+ attr_accessor :org_policy_finding_count
646
+
630
647
  # Output only. The overall evaluation status of the control.
631
648
  # Corresponds to the JSON property `overallEvaluationState`
632
649
  # @return [String]
633
650
  attr_accessor :overall_evaluation_state
634
651
 
652
+ # Output only. Number of resource findings for this control.
653
+ # Corresponds to the JSON property `resourceFindingCount`
654
+ # @return [Fixnum]
655
+ attr_accessor :resource_finding_count
656
+
635
657
  # The list of similar controls.
636
658
  # Corresponds to the JSON property `similarControls`
637
659
  # @return [Array<Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1SimilarControls>]
@@ -656,7 +678,9 @@ module Google
656
678
  @display_name = args[:display_name] if args.key?(:display_name)
657
679
  @is_fake_control = args[:is_fake_control] if args.key?(:is_fake_control)
658
680
  @name = args[:name] if args.key?(:name)
681
+ @org_policy_finding_count = args[:org_policy_finding_count] if args.key?(:org_policy_finding_count)
659
682
  @overall_evaluation_state = args[:overall_evaluation_state] if args.key?(:overall_evaluation_state)
683
+ @resource_finding_count = args[:resource_finding_count] if args.key?(:resource_finding_count)
660
684
  @similar_controls = args[:similar_controls] if args.key?(:similar_controls)
661
685
  @total_findings_count = args[:total_findings_count] if args.key?(:total_findings_count)
662
686
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AssuredworkloadsV1beta1
18
18
  # Version of the google-apis-assuredworkloads_v1beta1 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260810"
25
+ REVISION = "20260914"
26
26
  end
27
27
  end
28
28
  end
@@ -550,6 +550,8 @@ module Google
550
550
  class Representation < Google::Apis::Core::JsonRepresentation
551
551
  property :evaluation_state, as: 'evaluationState'
552
552
  property :findings_count, as: 'findingsCount'
553
+ property :org_policy_finding_count, :numeric_string => true, as: 'orgPolicyFindingCount'
554
+ property :resource_finding_count, :numeric_string => true, as: 'resourceFindingCount'
553
555
  end
554
556
  end
555
557
 
@@ -617,7 +619,9 @@ module Google
617
619
  property :display_name, as: 'displayName'
618
620
  property :is_fake_control, as: 'isFakeControl'
619
621
  property :name, as: 'name'
622
+ property :org_policy_finding_count, :numeric_string => true, as: 'orgPolicyFindingCount'
620
623
  property :overall_evaluation_state, as: 'overallEvaluationState'
624
+ property :resource_finding_count, :numeric_string => true, as: 'resourceFindingCount'
621
625
  collection :similar_controls, as: 'similarControls', class: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1SimilarControls, decorator: Google::Apis::AssuredworkloadsV1beta1::GoogleCloudAssuredworkloadsV1beta1SimilarControls::Representation
622
626
 
623
627
  property :total_findings_count, as: 'totalFindingsCount'
@@ -866,14 +866,14 @@ module Google
866
866
  # Required. Parent Resource to list workloads from. Must be of the form `
867
867
  # organizations/`org_id`/locations/`location``.
868
868
  # @param [String] filter
869
- # A custom filter for filtering by properties of a workload. At this time, only
870
- # filtering by labels is supported.
869
+ # Optional. A custom filter for filtering by properties of a workload. At this
870
+ # time, only filtering by labels is supported.
871
871
  # @param [Fixnum] page_size
872
- # Page size.
872
+ # Optional. Page size.
873
873
  # @param [String] page_token
874
- # Page token returned from previous request. Page token contains context from
875
- # previous request. Page token needs to be passed in the second and following
876
- # requests.
874
+ # Optional. Page token returned from previous request. Page token contains
875
+ # context from previous request. Page token needs to be passed in the second and
876
+ # following requests.
877
877
  # @param [String] fields
878
878
  # Selector specifying which fields to include in a partial response.
879
879
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-assuredworkloads_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.39.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.40.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: