google-apis-osconfig_v1alpha 0.30.0 → 0.31.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: 3c41c4a8bd0dfe530f9f22e3ba8b20338aafd12f04ea34094511bd3b019167a3
4
+ data.tar.gz: c4234f852b1ff7fa9547f2e5d12f1e91654ffe1aa3a1905a689e627fcb994865
5
5
  SHA512:
6
- metadata.gz: 5c6ab0d9ca88eaa8eafd273305f7a9b3ec2d4986e826c127d0d7de74ce3f131de59e7585b9b9dfa8cdc4c9b587155eb55128d07af10f8c787db55fa1fe46f84b
7
- data.tar.gz: 5db458ce1c98b0cfb5bf19a249f0f6683c130fd4d94a0e7ff266ea582d5db0e4f4db49d24c69a29e269fc2f43e76ad4348fa448c48f40ee88f773ab264aad890
6
+ metadata.gz: 18a05bcaf2c000a20cb71fbbb0542d0a1baef3307b5005b5fe4c5da8aec4952ac9e0080de9720aedcdcffec5bc8741e73a946bffd6170f86b0eaa195c94ddccb
7
+ data.tar.gz: 1da3c7c8e77769d82ab7cb18e61ad735e27d184435b287827fe489c7b00ee88288188eed6ead9e3dcdff75e2a254b5e55280ea54e4062d82734aca2606a05785
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.31.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241117
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.30.0 (2024-06-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20240602
@@ -257,6 +257,65 @@ module Google
257
257
  end
258
258
  end
259
259
 
260
+ # Represents the metadata of the long-running operation.
261
+ class GoogleCloudOsconfigV2betaOperationMetadata
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
+
260
319
  # This API resource represents the OS policies compliance data for a Compute
261
320
  # Engine virtual machine (VM) instance at a given point in time. A Compute
262
321
  # 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.31.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.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240602"
25
+ REVISION = "20241117"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,12 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class GoogleCloudOsconfigV2betaOperationMetadata
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
61
67
  class InstanceOsPoliciesCompliance
62
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
69
 
@@ -493,6 +499,19 @@ module Google
493
499
  end
494
500
  end
495
501
 
502
+ class GoogleCloudOsconfigV2betaOperationMetadata
503
+ # @private
504
+ class Representation < Google::Apis::Core::JsonRepresentation
505
+ property :api_version, as: 'apiVersion'
506
+ property :create_time, as: 'createTime'
507
+ property :end_time, as: 'endTime'
508
+ property :requested_cancellation, as: 'requestedCancellation'
509
+ property :status_message, as: 'statusMessage'
510
+ property :target, as: 'target'
511
+ property :verb, as: 'verb'
512
+ end
513
+ end
514
+
496
515
  class InstanceOsPoliciesCompliance
497
516
  # @private
498
517
  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,14 @@
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.31.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-06-09 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.31.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: []
@@ -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.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for OS Config API V1alpha