google-apis-workloadmanager_v1 0.24.0 → 0.25.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: a8c7f5a25d8dce9a321bc0ac448b3210c7013f238995c7f55e7f668ea2103c50
4
- data.tar.gz: 8cf9b0aee0afb986a6c2db5b1f845851f800adda91d2b5099cf16a581ef17f1f
3
+ metadata.gz: a908dd1056693897d7d4f1a98cdab7f5059feff1fe0b8d9209cbf2bf692cddec
4
+ data.tar.gz: af3afc700f3a0ded3cae24127af8bfde4fcdd3ab3faf21f83b7458444441ea05
5
5
  SHA512:
6
- metadata.gz: b32ec8e1a6f5a9703f62bbc63ed35e59e250b019f9dbe73a37f1b25e9efdf9f0615899d5d92948eac572e091bd12412506568b03ed21ba3af36afb857e19dbc2
7
- data.tar.gz: 003a5de8433154017644b10ad57dbe5f8bdfb9d788c61c7e73b3d10bcef96ebcdfecff94d088b2916840d54099af873579a4fb554619a951dafb577dd57184b2
6
+ metadata.gz: 2cb22c475b06b7f88f318c678a667e2f32301164ac1a34341f00b2d57788cbc30398f988c202817ddb199544d0d528b1f2ef35a2520bf9b77e1be5b2ee4acdd7
7
+ data.tar.gz: 12b5018ab5bb900898dc9aa53f5b1c4eb1affa05293a6509ddcd3e7ca5a40a6df2aca298912b2809bb14129081956d5bcc94f160dad1f1d0f5a4d0cd680daded
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workloadmanager_v1
2
2
 
3
+ ### v0.25.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241002
6
+
3
7
  ### v0.24.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240717
@@ -444,6 +444,11 @@ module Google
444
444
  # @return [String]
445
445
  attr_accessor :severity
446
446
 
447
+ # Execution result type of the scanned resource
448
+ # Corresponds to the JSON property `type`
449
+ # @return [String]
450
+ attr_accessor :type
451
+
447
452
  # Message describing the violation in an evaluation result.
448
453
  # Corresponds to the JSON property `violationDetails`
449
454
  # @return [Google::Apis::WorkloadmanagerV1::ViolationDetails]
@@ -465,6 +470,7 @@ module Google
465
470
  @resource = args[:resource] if args.key?(:resource)
466
471
  @rule = args[:rule] if args.key?(:rule)
467
472
  @severity = args[:severity] if args.key?(:severity)
473
+ @type = args[:type] if args.key?(:type)
468
474
  @violation_details = args[:violation_details] if args.key?(:violation_details)
469
475
  @violation_message = args[:violation_message] if args.key?(:violation_message)
470
476
  end
@@ -1724,6 +1730,12 @@ module Google
1724
1730
  # @return [String]
1725
1731
  attr_accessor :instance_role
1726
1732
 
1733
+ # Optional. Instance is part of a DR site.
1734
+ # Corresponds to the JSON property `isDrSite`
1735
+ # @return [Boolean]
1736
+ attr_accessor :is_dr_site
1737
+ alias_method :is_dr_site?, :is_dr_site
1738
+
1727
1739
  # Optional. A virtual hostname of the instance if it has one.
1728
1740
  # Corresponds to the JSON property `virtualHostname`
1729
1741
  # @return [String]
@@ -1739,6 +1751,7 @@ module Google
1739
1751
  @cluster_instances = args[:cluster_instances] if args.key?(:cluster_instances)
1740
1752
  @instance_number = args[:instance_number] if args.key?(:instance_number)
1741
1753
  @instance_role = args[:instance_role] if args.key?(:instance_role)
1754
+ @is_dr_site = args[:is_dr_site] if args.key?(:is_dr_site)
1742
1755
  @virtual_hostname = args[:virtual_hostname] if args.key?(:virtual_hostname)
1743
1756
  end
1744
1757
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkloadmanagerV1
18
18
  # Version of the google-apis-workloadmanager_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240717"
25
+ REVISION = "20241002"
26
26
  end
27
27
  end
28
28
  end
@@ -531,6 +531,7 @@ module Google
531
531
 
532
532
  property :rule, as: 'rule'
533
533
  property :severity, as: 'severity'
534
+ property :type, as: 'type'
534
535
  property :violation_details, as: 'violationDetails', class: Google::Apis::WorkloadmanagerV1::ViolationDetails, decorator: Google::Apis::WorkloadmanagerV1::ViolationDetails::Representation
535
536
 
536
537
  property :violation_message, as: 'violationMessage'
@@ -889,6 +890,7 @@ module Google
889
890
  collection :cluster_instances, as: 'clusterInstances'
890
891
  property :instance_number, :numeric_string => true, as: 'instanceNumber'
891
892
  property :instance_role, as: 'instanceRole'
893
+ property :is_dr_site, as: 'isDrSite'
892
894
  property :virtual_hostname, as: 'virtualHostname'
893
895
  end
894
896
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workloadmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.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: 2024-08-04 00:00:00.000000000 Z
11
+ date: 2024-10-13 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-workloadmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Workload Manager API V1