google-apis-osconfig_v1alpha 0.31.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f9949a8659e712fd06aa327ec03d1f8b958cf623cc1615e1b1c3eb3930ee12e
|
4
|
+
data.tar.gz: e2ac8c1ee36a8dba8c3035fc4ada13104fe83200c8d4345ac9ac266fc247d0d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a5861d3804a1566ef5543214d92b8525c0e6078c41c295d603546c4f91b64711a11af13dcd33b911c631d6b2cb8036bef421a44a17e40c8934eb26ace334cc6
|
7
|
+
data.tar.gz: 76ad1dc0b9cc0aa09cced6dcf406d3e0fe28d71c3cb7ebb7663edbfcf811b513915cef311d9bace6c23c057c2ea500b93545c7eaa022a178b04fd3aefe8db0d8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
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
|
+
|
3
8
|
### v0.31.0 (2024-12-02)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241117
|
@@ -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 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
|
+
|
260
319
|
# Represents the metadata of the long-running operation.
|
261
320
|
class GoogleCloudOsconfigV2betaOperationMetadata
|
262
321
|
include Google::Apis::Core::Hashable
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250323"
|
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 GoogleCloudOsconfigV2OperationMetadata
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
61
67
|
class GoogleCloudOsconfigV2betaOperationMetadata
|
62
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
69
|
|
@@ -499,6 +505,19 @@ module Google
|
|
499
505
|
end
|
500
506
|
end
|
501
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
|
+
|
502
521
|
class GoogleCloudOsconfigV2betaOperationMetadata
|
503
522
|
# @private
|
504
523
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
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:
|
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.
|
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
|
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: []
|