google-apis-osconfig_v1alpha 0.30.0 → 0.32.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: 60fdc3c879c41817fe47ad085a4e6f356588fcaf47828964403dc05258bcf7a4
4
- data.tar.gz: 0f34ec7c5ce0db4011f98fa3dca2eea2b80cc5a12ae67af0bafb5489aff5b3a6
3
+ metadata.gz: 3f9949a8659e712fd06aa327ec03d1f8b958cf623cc1615e1b1c3eb3930ee12e
4
+ data.tar.gz: e2ac8c1ee36a8dba8c3035fc4ada13104fe83200c8d4345ac9ac266fc247d0d2
5
5
  SHA512:
6
- metadata.gz: 5c6ab0d9ca88eaa8eafd273305f7a9b3ec2d4986e826c127d0d7de74ce3f131de59e7585b9b9dfa8cdc4c9b587155eb55128d07af10f8c787db55fa1fe46f84b
7
- data.tar.gz: 5db458ce1c98b0cfb5bf19a249f0f6683c130fd4d94a0e7ff266ea582d5db0e4f4db49d24c69a29e269fc2f43e76ad4348fa448c48f40ee88f773ab264aad890
6
+ metadata.gz: 6a5861d3804a1566ef5543214d92b8525c0e6078c41c295d603546c4f91b64711a11af13dcd33b911c631d6b2cb8036bef421a44a17e40c8934eb26ace334cc6
7
+ data.tar.gz: 76ad1dc0b9cc0aa09cced6dcf406d3e0fe28d71c3cb7ebb7663edbfcf811b513915cef311d9bace6c23c057c2ea500b93545c7eaa022a178b04fd3aefe8db0d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.32.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250323
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.31.0 (2024-12-02)
9
+
10
+ * Regenerated from discovery document revision 20241117
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.30.0 (2024-06-09)
4
14
 
5
15
  * Regenerated from discovery document revision 20240602
@@ -257,6 +257,124 @@ module Google
257
257
  end
258
258
  end
259
259
 
260
+ # Represents the metadata of the long-running operation.
261
+ class GoogleCloudOsconfigV2OperationMetadata
262
+ include Google::Apis::Core::Hashable
263
+
264
+ # Output only. API version used to start the operation.
265
+ # Corresponds to the JSON property `apiVersion`
266
+ # @return [String]
267
+ attr_accessor :api_version
268
+
269
+ # Output only. The time the operation was created.
270
+ # Corresponds to the JSON property `createTime`
271
+ # @return [String]
272
+ attr_accessor :create_time
273
+
274
+ # Output only. The time the operation finished running.
275
+ # Corresponds to the JSON property `endTime`
276
+ # @return [String]
277
+ attr_accessor :end_time
278
+
279
+ # Output only. Identifies whether the user has requested cancellation of the
280
+ # operation. Operations that have been cancelled successfully have Operation.
281
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
282
+ # CANCELLED`.
283
+ # Corresponds to the JSON property `requestedCancellation`
284
+ # @return [Boolean]
285
+ attr_accessor :requested_cancellation
286
+ alias_method :requested_cancellation?, :requested_cancellation
287
+
288
+ # Output only. Human-readable status of the operation, if any.
289
+ # Corresponds to the JSON property `statusMessage`
290
+ # @return [String]
291
+ attr_accessor :status_message
292
+
293
+ # Output only. Server-defined resource path for the target of the operation.
294
+ # Corresponds to the JSON property `target`
295
+ # @return [String]
296
+ attr_accessor :target
297
+
298
+ # Output only. Name of the verb executed by the operation.
299
+ # Corresponds to the JSON property `verb`
300
+ # @return [String]
301
+ attr_accessor :verb
302
+
303
+ def initialize(**args)
304
+ update!(**args)
305
+ end
306
+
307
+ # Update properties of this object
308
+ def update!(**args)
309
+ @api_version = args[:api_version] if args.key?(:api_version)
310
+ @create_time = args[:create_time] if args.key?(:create_time)
311
+ @end_time = args[:end_time] if args.key?(:end_time)
312
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
313
+ @status_message = args[:status_message] if args.key?(:status_message)
314
+ @target = args[:target] if args.key?(:target)
315
+ @verb = args[:verb] if args.key?(:verb)
316
+ end
317
+ end
318
+
319
+ # Represents the metadata of the long-running operation.
320
+ class GoogleCloudOsconfigV2betaOperationMetadata
321
+ include Google::Apis::Core::Hashable
322
+
323
+ # Output only. API version used to start the operation.
324
+ # Corresponds to the JSON property `apiVersion`
325
+ # @return [String]
326
+ attr_accessor :api_version
327
+
328
+ # Output only. The time the operation was created.
329
+ # Corresponds to the JSON property `createTime`
330
+ # @return [String]
331
+ attr_accessor :create_time
332
+
333
+ # Output only. The time the operation finished running.
334
+ # Corresponds to the JSON property `endTime`
335
+ # @return [String]
336
+ attr_accessor :end_time
337
+
338
+ # Output only. Identifies whether the user has requested cancellation of the
339
+ # operation. Operations that have been cancelled successfully have Operation.
340
+ # error value with a google.rpc.Status.code of 1, corresponding to `Code.
341
+ # CANCELLED`.
342
+ # Corresponds to the JSON property `requestedCancellation`
343
+ # @return [Boolean]
344
+ attr_accessor :requested_cancellation
345
+ alias_method :requested_cancellation?, :requested_cancellation
346
+
347
+ # Output only. Human-readable status of the operation, if any.
348
+ # Corresponds to the JSON property `statusMessage`
349
+ # @return [String]
350
+ attr_accessor :status_message
351
+
352
+ # Output only. Server-defined resource path for the target of the operation.
353
+ # Corresponds to the JSON property `target`
354
+ # @return [String]
355
+ attr_accessor :target
356
+
357
+ # Output only. Name of the verb executed by the operation.
358
+ # Corresponds to the JSON property `verb`
359
+ # @return [String]
360
+ attr_accessor :verb
361
+
362
+ def initialize(**args)
363
+ update!(**args)
364
+ end
365
+
366
+ # Update properties of this object
367
+ def update!(**args)
368
+ @api_version = args[:api_version] if args.key?(:api_version)
369
+ @create_time = args[:create_time] if args.key?(:create_time)
370
+ @end_time = args[:end_time] if args.key?(:end_time)
371
+ @requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
372
+ @status_message = args[:status_message] if args.key?(:status_message)
373
+ @target = args[:target] if args.key?(:target)
374
+ @verb = args[:verb] if args.key?(:verb)
375
+ end
376
+ end
377
+
260
378
  # This API resource represents the OS policies compliance data for a Compute
261
379
  # Engine virtual machine (VM) instance at a given point in time. A Compute
262
380
  # 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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240602"
25
+ REVISION = "20250323"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,18 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class GoogleCloudOsconfigV2OperationMetadata
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class GoogleCloudOsconfigV2betaOperationMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
61
73
  class InstanceOsPoliciesCompliance
62
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
75
 
@@ -493,6 +505,32 @@ module Google
493
505
  end
494
506
  end
495
507
 
508
+ class GoogleCloudOsconfigV2OperationMetadata
509
+ # @private
510
+ class Representation < Google::Apis::Core::JsonRepresentation
511
+ property :api_version, as: 'apiVersion'
512
+ property :create_time, as: 'createTime'
513
+ property :end_time, as: 'endTime'
514
+ property :requested_cancellation, as: 'requestedCancellation'
515
+ property :status_message, as: 'statusMessage'
516
+ property :target, as: 'target'
517
+ property :verb, as: 'verb'
518
+ end
519
+ end
520
+
521
+ class GoogleCloudOsconfigV2betaOperationMetadata
522
+ # @private
523
+ class Representation < Google::Apis::Core::JsonRepresentation
524
+ property :api_version, as: 'apiVersion'
525
+ property :create_time, as: 'createTime'
526
+ property :end_time, as: 'endTime'
527
+ property :requested_cancellation, as: 'requestedCancellation'
528
+ property :status_message, as: 'statusMessage'
529
+ property :target, as: 'target'
530
+ property :verb, as: 'verb'
531
+ end
532
+ end
533
+
496
534
  class InstanceOsPoliciesCompliance
497
535
  # @private
498
536
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -659,8 +659,8 @@ module Google
659
659
  # Clients can use Operations.GetOperation or other methods to check whether the
660
660
  # cancellation succeeded or whether the operation completed despite cancellation.
661
661
  # On successful cancellation, the operation is not deleted; instead, it becomes
662
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
663
- # corresponding to `Code.CANCELLED`.
662
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
663
+ # , corresponding to `Code.CANCELLED`.
664
664
  # @param [String] name
665
665
  # The name of the operation resource to be cancelled.
666
666
  # @param [Google::Apis::OsconfigV1alpha::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-osconfig_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.32.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1alpha
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for OS Config API V1alpha
82
79
  test_files: []