google-apis-osconfig_v1alpha 0.29.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c41c4a8bd0dfe530f9f22e3ba8b20338aafd12f04ea34094511bd3b019167a3
|
4
|
+
data.tar.gz: c4234f852b1ff7fa9547f2e5d12f1e91654ffe1aa3a1905a689e627fcb994865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18a05bcaf2c000a20cb71fbbb0542d0a1baef3307b5005b5fe4c5da8aec4952ac9e0080de9720aedcdcffec5bc8741e73a946bffd6170f86b0eaa195c94ddccb
|
7
|
+
data.tar.gz: 1da3c7c8e77769d82ab7cb18e61ad735e27d184435b287827fe489c7b00ee88288188eed6ead9e3dcdff75e2a254b5e55280ea54e4062d82734aca2606a05785
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
8
|
+
### v0.30.0 (2024-06-09)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20240602
|
11
|
+
|
3
12
|
### v0.29.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240512
|
@@ -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
|
@@ -1427,7 +1486,9 @@ module Google
|
|
1427
1486
|
# agent unexpectedly started working on a different task. This mostly happens
|
1428
1487
|
# when the agent or VM unexpectedly restarts while applying OS policies. * `
|
1429
1488
|
# internal-service-errors`: Internal service errors were encountered while
|
1430
|
-
# attempting to apply the policy.
|
1489
|
+
# attempting to apply the policy. * `os-policy-execution-pending`: OS policy was
|
1490
|
+
# assigned to the given VM, but was not executed yet. Typically this is a
|
1491
|
+
# transient condition that will go away after the next policy execution cycle.
|
1431
1492
|
# Corresponds to the JSON property `complianceStateReason`
|
1432
1493
|
# @return [String]
|
1433
1494
|
attr_accessor :compliance_state_reason
|
@@ -1472,7 +1533,9 @@ module Google
|
|
1472
1533
|
# execution was skipped by the agent because errors were encountered while
|
1473
1534
|
# executing prior resources in the OS policy. * `os-policy-execution-attempt-
|
1474
1535
|
# failed`: The execution of the OS policy containing this resource failed and
|
1475
|
-
# the compliance state couldn't be determined.
|
1536
|
+
# the compliance state couldn't be determined. * `os-policy-execution-pending`:
|
1537
|
+
# OS policy that owns this resource was assigned to the given VM, but was not
|
1538
|
+
# executed yet.
|
1476
1539
|
# Corresponds to the JSON property `complianceStateReason`
|
1477
1540
|
# @return [String]
|
1478
1541
|
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.
|
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.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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.
|
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
|