google-apis-osconfig_v1alpha 0.32.0 → 0.33.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: 3f9949a8659e712fd06aa327ec03d1f8b958cf623cc1615e1b1c3eb3930ee12e
4
- data.tar.gz: e2ac8c1ee36a8dba8c3035fc4ada13104fe83200c8d4345ac9ac266fc247d0d2
3
+ metadata.gz: 3e7b42b550009dbefcdd4dad4bd4f6d964b8754383acf4db512cfdaf6898681e
4
+ data.tar.gz: 6483be48fdd6b672a4685b11a89f5b967ad58ee5d2247232d5de4f452c094dcb
5
5
  SHA512:
6
- metadata.gz: 6a5861d3804a1566ef5543214d92b8525c0e6078c41c295d603546c4f91b64711a11af13dcd33b911c631d6b2cb8036bef421a44a17e40c8934eb26ace334cc6
7
- data.tar.gz: 76ad1dc0b9cc0aa09cced6dcf406d3e0fe28d71c3cb7ebb7663edbfcf811b513915cef311d9bace6c23c057c2ea500b93545c7eaa022a178b04fd3aefe8db0d8
6
+ metadata.gz: 88c674f040ca5c75ceca01d871d1a459ebf7fa9ffec509e37c9f7236706287a8d47ca2b90fa50ec256271cdade089bf58369c28b5e95af1c3355c50d2103d318
7
+ data.tar.gz: 209412ef7f606f52b4c54f377d168d5dd58c0ec14a56630e8d388b5acf240200635c3a17a1b0c00ccaf3ae3bf157c6e4671fa21c6ad9048e101935402ad7427b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.33.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250511
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.32.0 (2025-03-30)
4
9
 
5
10
  * Regenerated from discovery document revision 20250323
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/compute/docs/osconfig/rest)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -1148,6 +1148,27 @@ module Google
1148
1148
  end
1149
1149
  end
1150
1150
 
1151
+ # This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
1152
+ # If you are using editions or proto2, please make your own extendable messages
1153
+ # for your use case. If you are using proto3, please use `Any` instead.
1154
+ # MessageSet was the implementation of extensions for proto1. When proto2 was
1155
+ # introduced, extensions were implemented as a first-class feature. This schema
1156
+ # for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
1157
+ # bearing messages from proto1 to proto2. This schema has been open-sourced only
1158
+ # to facilitate the migration of Google products with MessageSet-bearing
1159
+ # messages to open-source environments.
1160
+ class MessageSet
1161
+ include Google::Apis::Core::Hashable
1162
+
1163
+ def initialize(**args)
1164
+ update!(**args)
1165
+ end
1166
+
1167
+ # Update properties of this object
1168
+ def update!(**args)
1169
+ end
1170
+ end
1171
+
1151
1172
  # An OS policy defines the desired state configuration for a VM.
1152
1173
  class OsPolicy
1153
1174
  include Google::Apis::Core::Hashable
@@ -2726,6 +2747,64 @@ module Google
2726
2747
  end
2727
2748
  end
2728
2749
 
2750
+ # Wire-format for a Status object
2751
+ class StatusProto
2752
+ include Google::Apis::Core::Hashable
2753
+
2754
+ # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
2755
+ # int32 canonical_code = 6;
2756
+ # Corresponds to the JSON property `canonicalCode`
2757
+ # @return [Fixnum]
2758
+ attr_accessor :canonical_code
2759
+
2760
+ # Numeric code drawn from the space specified below. Often, this is the
2761
+ # canonical error space, and code is drawn from google3/util/task/codes.proto
2762
+ # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
2763
+ # int32 code = 1;
2764
+ # Corresponds to the JSON property `code`
2765
+ # @return [Fixnum]
2766
+ attr_accessor :code
2767
+
2768
+ # Detail message copybara:strip_begin(b/383363683) copybara:
2769
+ # strip_end_and_replace optional string message = 3;
2770
+ # Corresponds to the JSON property `message`
2771
+ # @return [String]
2772
+ attr_accessor :message
2773
+
2774
+ # This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
2775
+ # If you are using editions or proto2, please make your own extendable messages
2776
+ # for your use case. If you are using proto3, please use `Any` instead.
2777
+ # MessageSet was the implementation of extensions for proto1. When proto2 was
2778
+ # introduced, extensions were implemented as a first-class feature. This schema
2779
+ # for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
2780
+ # bearing messages from proto1 to proto2. This schema has been open-sourced only
2781
+ # to facilitate the migration of Google products with MessageSet-bearing
2782
+ # messages to open-source environments.
2783
+ # Corresponds to the JSON property `messageSet`
2784
+ # @return [Google::Apis::OsconfigV1alpha::MessageSet]
2785
+ attr_accessor :message_set
2786
+
2787
+ # copybara:strip_begin(b/383363683) Space to which this status belongs copybara:
2788
+ # strip_end_and_replace optional string space = 2; // Space to which this status
2789
+ # belongs
2790
+ # Corresponds to the JSON property `space`
2791
+ # @return [String]
2792
+ attr_accessor :space
2793
+
2794
+ def initialize(**args)
2795
+ update!(**args)
2796
+ end
2797
+
2798
+ # Update properties of this object
2799
+ def update!(**args)
2800
+ @canonical_code = args[:canonical_code] if args.key?(:canonical_code)
2801
+ @code = args[:code] if args.key?(:code)
2802
+ @message = args[:message] if args.key?(:message)
2803
+ @message_set = args[:message_set] if args.key?(:message_set)
2804
+ @space = args[:space] if args.key?(:space)
2805
+ end
2806
+ end
2807
+
2729
2808
  # This API resource represents the vulnerability report for a specified Compute
2730
2809
  # Engine virtual machine (VM) instance at a given point in time. For more
2731
2810
  # information, see [Vulnerability reports](https://cloud.google.com/compute/docs/
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250323"
25
+ REVISION = "20250511"
26
26
  end
27
27
  end
28
28
  end
@@ -178,6 +178,12 @@ module Google
178
178
  include Google::Apis::Core::JsonObjectSupport
179
179
  end
180
180
 
181
+ class MessageSet
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
181
187
  class OsPolicy
182
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
189
 
@@ -418,6 +424,12 @@ module Google
418
424
  include Google::Apis::Core::JsonObjectSupport
419
425
  end
420
426
 
427
+ class StatusProto
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
421
433
  class VulnerabilityReport
422
434
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
435
 
@@ -741,6 +753,12 @@ module Google
741
753
  end
742
754
  end
743
755
 
756
+ class MessageSet
757
+ # @private
758
+ class Representation < Google::Apis::Core::JsonRepresentation
759
+ end
760
+ end
761
+
744
762
  class OsPolicy
745
763
  # @private
746
764
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1160,6 +1178,18 @@ module Google
1160
1178
  end
1161
1179
  end
1162
1180
 
1181
+ class StatusProto
1182
+ # @private
1183
+ class Representation < Google::Apis::Core::JsonRepresentation
1184
+ property :canonical_code, as: 'canonicalCode'
1185
+ property :code, as: 'code'
1186
+ property :message, as: 'message'
1187
+ property :message_set, as: 'messageSet', class: Google::Apis::OsconfigV1alpha::MessageSet, decorator: Google::Apis::OsconfigV1alpha::MessageSet::Representation
1188
+
1189
+ property :space, as: 'space'
1190
+ end
1191
+ end
1192
+
1163
1193
  class VulnerabilityReport
1164
1194
  # @private
1165
1195
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,13 +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.32.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.33.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for OS Config API V1alpha
79
79
  test_files: []