google-apis-osconfig_v1alpha 0.24.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a27a201f661f198d04e3cf5b02f4bdb7b6d03864edde1395872ab3c86ba2e791
4
- data.tar.gz: 70e89f24c2c635290e72e26536bdeb2a6ba66df6a91535e201ad97880730437e
3
+ metadata.gz: 14dd4ac1e7a71ddeee40200d13541910d92e74fcbeb6cfadfb7f8bf61b366aa9
4
+ data.tar.gz: a484282e0adc97848473849f5eab9f9e77ba2a88b546afce58eff6643ac97f33
5
5
  SHA512:
6
- metadata.gz: e560f093835aac1a947ffef38631e57926d4be991e0828ffa09bbe43796832c328f4bd0a84e24f00b6051f899c5ab82f65fde54654c7059011d011b5d0670025
7
- data.tar.gz: caa57ff14dbdb84153cfe287d637f96080d539ae40aba9db7c03145c28d3a5a892da8a11921cc67b4f163388725145c0c94c0ae8b8d5ca91086da5655441d2e5
6
+ metadata.gz: 6f004000fdf817617519c984e7342bd9a794453af2431bacc6b8332262bd2ac1f6bdd689c952a219dd3f76ea6dbab8074026ba9b78466163c9b0efc609d92890
7
+ data.tar.gz: 1832149a1d8c7996adf94955ec1aedf24f0475e7ee6bc854e8061fc4aa2bb970d42714f24f8700f58c287e7e4280c3486457de0fdb9a971f06abefe0e52819e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.26.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230806
6
+
7
+ ### v0.25.0 (2023-06-25)
8
+
9
+ * Regenerated from discovery document revision 20230618
10
+
3
11
  ### v0.24.0 (2023-02-26)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -2540,13 +2540,13 @@ module Google
2540
2540
  # @return [String]
2541
2541
  attr_accessor :name
2542
2542
 
2543
- # The normal response of the operation in case of success. If the original
2544
- # method returns no data on success, such as `Delete`, the response is `google.
2545
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2546
- # the response should be the resource. For other methods, the response should
2547
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2548
- # example, if the original method name is `TakeSnapshot()`, the inferred
2549
- # response type is `TakeSnapshotResponse`.
2543
+ # The normal, successful response of the operation. If the original method
2544
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2545
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2546
+ # response should be the resource. For other methods, the response should have
2547
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2548
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2549
+ # `TakeSnapshotResponse`.
2550
2550
  # Corresponds to the JSON property `response`
2551
2551
  # @return [Hash<String,Object>]
2552
2552
  attr_accessor :response
@@ -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.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221218"
25
+ REVISION = "20230806"
26
26
  end
27
27
  end
28
28
  end
@@ -214,7 +214,7 @@ module Google
214
214
  execute_or_queue_command(command, &block)
215
215
  end
216
216
 
217
- # Get the OS policy asssignment report for the specified Compute Engine VM
217
+ # Get the OS policy assignment report for the specified Compute Engine VM
218
218
  # instance.
219
219
  # @param [String] name
220
220
  # Required. API resource name for OS policy assignment report. Format: `/
@@ -250,7 +250,7 @@ module Google
250
250
  execute_or_queue_command(command, &block)
251
251
  end
252
252
 
253
- # List OS policy asssignment reports for all Compute Engine VM instances in the
253
+ # List OS policy assignment reports for all Compute Engine VM instances in the
254
254
  # specified zone.
255
255
  # @param [String] parent
256
256
  # Required. The parent resource name. Format: `projects/`project`/locations/`
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.24.0
4
+ version: 0.26.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.26.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: []