google-apis-osconfig_v1alpha 0.9.0 → 0.10.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: f140438392fee97ac5f1a910e08936d10f3edfe5a8b12863151e7cd2fc0d944e
4
- data.tar.gz: 320f63aa0c6785f65a19fda20bd99d393cfa8ce397ca1fea3c82a6e5f27b278b
3
+ metadata.gz: ee1f518178f0563c4b56ae706511a792677799f34650b7a23e9da42a41ef7b75
4
+ data.tar.gz: c2d632289d5115cfe62c7cde087156cb8c18332cae3dd3193352de418ce8193c
5
5
  SHA512:
6
- metadata.gz: afc8d212d572853c038aa3ea87e9b49fbb4d12e763773f96e7c21ebeee24ea2d9c8547360efeadbfa4f3db7570ecd99628485b869ef3474ec0455720cdd83f58
7
- data.tar.gz: f2d8515825e9ec6a233bcb953a73b579601ee625b5f9e0570af9f0ab24e05527c418519728a22aee638b374e2e983589954aedc24baa094cb8254b03178703fd
6
+ metadata.gz: '092ed3826848029dcd8921425d39d39d5c5f1edb6dd307f410517d9920cd666e2eee31638a5a0003a17a57355c60d79b5cd4f42020b291baef67579be70c21fb'
7
+ data.tar.gz: c91272202353bfde94673cd1aba928ff9ad8c4e96fb6ac2281549d3fa17ea2786580342502c1249ea0032fd755f9b47436b7728a084cbe03a15019103f0362e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.10.0 (2021-11-06)
4
+
5
+ * Regenerated from discovery document revision 20211029
6
+
3
7
  ### v0.9.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211018
@@ -212,6 +212,52 @@ module Google
212
212
  end
213
213
  end
214
214
 
215
+ # OS policy assignment operation metadata provided by OS policy assignment API
216
+ # methods that return long running operations.
217
+ class GoogleCloudOsconfigV1OsPolicyAssignmentOperationMetadata
218
+ include Google::Apis::Core::Hashable
219
+
220
+ # The OS policy assignment API method.
221
+ # Corresponds to the JSON property `apiMethod`
222
+ # @return [String]
223
+ attr_accessor :api_method
224
+
225
+ # Reference to the `OSPolicyAssignment` API resource. Format: `projects/`
226
+ # project_number`/locations/`location`/osPolicyAssignments/`
227
+ # os_policy_assignment_id@revision_id``
228
+ # Corresponds to the JSON property `osPolicyAssignment`
229
+ # @return [String]
230
+ attr_accessor :os_policy_assignment
231
+
232
+ # Rollout start time
233
+ # Corresponds to the JSON property `rolloutStartTime`
234
+ # @return [String]
235
+ attr_accessor :rollout_start_time
236
+
237
+ # State of the rollout
238
+ # Corresponds to the JSON property `rolloutState`
239
+ # @return [String]
240
+ attr_accessor :rollout_state
241
+
242
+ # Rollout update time
243
+ # Corresponds to the JSON property `rolloutUpdateTime`
244
+ # @return [String]
245
+ attr_accessor :rollout_update_time
246
+
247
+ def initialize(**args)
248
+ update!(**args)
249
+ end
250
+
251
+ # Update properties of this object
252
+ def update!(**args)
253
+ @api_method = args[:api_method] if args.key?(:api_method)
254
+ @os_policy_assignment = args[:os_policy_assignment] if args.key?(:os_policy_assignment)
255
+ @rollout_start_time = args[:rollout_start_time] if args.key?(:rollout_start_time)
256
+ @rollout_state = args[:rollout_state] if args.key?(:rollout_state)
257
+ @rollout_update_time = args[:rollout_update_time] if args.key?(:rollout_update_time)
258
+ end
259
+ end
260
+
215
261
  # This API resource represents the OS policies compliance data for a Compute
216
262
  # Engine virtual machine (VM) instance at a given point in time. A Compute
217
263
  # Engine VM can have multiple OS policy assignments, and each assignment can
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211018"
25
+ REVISION = "20211029"
26
26
  end
27
27
  end
28
28
  end
@@ -52,6 +52,12 @@ module Google
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
+ class GoogleCloudOsconfigV1OsPolicyAssignmentOperationMetadata
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
55
61
  class InstanceOsPoliciesCompliance
56
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
63
 
@@ -470,6 +476,17 @@ module Google
470
476
  end
471
477
  end
472
478
 
479
+ class GoogleCloudOsconfigV1OsPolicyAssignmentOperationMetadata
480
+ # @private
481
+ class Representation < Google::Apis::Core::JsonRepresentation
482
+ property :api_method, as: 'apiMethod'
483
+ property :os_policy_assignment, as: 'osPolicyAssignment'
484
+ property :rollout_start_time, as: 'rolloutStartTime'
485
+ property :rollout_state, as: 'rolloutState'
486
+ property :rollout_update_time, as: 'rolloutUpdateTime'
487
+ end
488
+ end
489
+
473
490
  class InstanceOsPoliciesCompliance
474
491
  # @private
475
492
  class Representation < Google::Apis::Core::JsonRepresentation
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.9.0
4
+ version: 0.10.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.10.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: []