google-apis-osconfig_v1alpha 0.29.0 → 0.30.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: 456d6f883d3b35f68337aa529acea956780efbd90584fbbeae626faec6ce3f8b
4
- data.tar.gz: 95e9dc7ff921d15e94984505c4e64670f6c59ac43a5a10f3da2d38b8af99456f
3
+ metadata.gz: 60fdc3c879c41817fe47ad085a4e6f356588fcaf47828964403dc05258bcf7a4
4
+ data.tar.gz: 0f34ec7c5ce0db4011f98fa3dca2eea2b80cc5a12ae67af0bafb5489aff5b3a6
5
5
  SHA512:
6
- metadata.gz: 12031e3cf8979f291760514055f2273bd6e6c01ee1897d8bf6128e62028a0b0c17f2c1f714dc39fb936310cbbb8c5d02e1772652ed646b8b8406c53a7318fff2
7
- data.tar.gz: 5e1a3f3876255d45c21b7d7e3bd389b609b6ec62b90bd1ada3d67fb248b03704fddb40aac437dd26f69aecc7cafe2292a2916ecceba2b745327b46b101fbcba1
6
+ metadata.gz: 5c6ab0d9ca88eaa8eafd273305f7a9b3ec2d4986e826c127d0d7de74ce3f131de59e7585b9b9dfa8cdc4c9b587155eb55128d07af10f8c787db55fa1fe46f84b
7
+ data.tar.gz: 5db458ce1c98b0cfb5bf19a249f0f6683c130fd4d94a0e7ff266ea582d5db0e4f4db49d24c69a29e269fc2f43e76ad4348fa448c48f40ee88f773ab264aad890
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.30.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240602
6
+
3
7
  ### v0.29.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240512
@@ -1427,7 +1427,9 @@ module Google
1427
1427
  # agent unexpectedly started working on a different task. This mostly happens
1428
1428
  # when the agent or VM unexpectedly restarts while applying OS policies. * `
1429
1429
  # internal-service-errors`: Internal service errors were encountered while
1430
- # attempting to apply the policy.
1430
+ # attempting to apply the policy. * `os-policy-execution-pending`: OS policy was
1431
+ # assigned to the given VM, but was not executed yet. Typically this is a
1432
+ # transient condition that will go away after the next policy execution cycle.
1431
1433
  # Corresponds to the JSON property `complianceStateReason`
1432
1434
  # @return [String]
1433
1435
  attr_accessor :compliance_state_reason
@@ -1472,7 +1474,9 @@ module Google
1472
1474
  # execution was skipped by the agent because errors were encountered while
1473
1475
  # executing prior resources in the OS policy. * `os-policy-execution-attempt-
1474
1476
  # failed`: The execution of the OS policy containing this resource failed and
1475
- # the compliance state couldn't be determined.
1477
+ # the compliance state couldn't be determined. * `os-policy-execution-pending`:
1478
+ # OS policy that owns this resource was assigned to the given VM, but was not
1479
+ # executed yet.
1476
1480
  # Corresponds to the JSON property `complianceStateReason`
1477
1481
  # @return [String]
1478
1482
  attr_accessor :compliance_state_reason
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OsconfigV1alpha
18
18
  # Version of the google-apis-osconfig_v1alpha gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240512"
25
+ REVISION = "20240602"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-osconfig_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-09 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-osconfig_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []