google-apis-osconfig_v1alpha 0.22.0 → 0.24.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: 28a198b1f7cbccb7551cbd23c4e31bdabfd2848f827c5127a21017439de80e60
4
- data.tar.gz: bc6123a6694390ab087c44734003ed408c67cab09c631330b699efe7b7a11f6b
3
+ metadata.gz: a27a201f661f198d04e3cf5b02f4bdb7b6d03864edde1395872ab3c86ba2e791
4
+ data.tar.gz: 70e89f24c2c635290e72e26536bdeb2a6ba66df6a91535e201ad97880730437e
5
5
  SHA512:
6
- metadata.gz: 31875e5b0af2983cbdf6a072c04f2a355f30c493a9203f7605d550eb7df07f5a3c506ece3b85f16ba183b23f092a2102a2b51d567d9ce9344c782d8575d919d4
7
- data.tar.gz: 23ab91f539d1d7cbc799d10ad3299425c953af5b7b835dbe3db128804fdb0b4bca43e4bc632ac4601fdd5d3170b0495339f75ddf4d48375334d153b75668ecde
6
+ metadata.gz: e560f093835aac1a947ffef38631e57926d4be991e0828ffa09bbe43796832c328f4bd0a84e24f00b6051f899c5ab82f65fde54654c7059011d011b5d0670025
7
+ data.tar.gz: caa57ff14dbdb84153cfe287d637f96080d539ae40aba9db7c03145c28d3a5a892da8a11921cc67b4f163388725145c0c94c0ae8b8d5ca91086da5655441d2e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.24.0 (2023-02-26)
4
+
5
+ * Regenerated using generator version 0.12.0
6
+
7
+ ### v0.23.0 (2022-12-30)
8
+
9
+ * Regenerated from discovery document revision 20221218
10
+
3
11
  ### v0.22.0 (2022-11-03)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -1872,7 +1872,7 @@ module Google
1872
1872
  # @return [String]
1873
1873
  attr_accessor :output_file_path
1874
1874
 
1875
- # An inline script. The size of the script is limited to 1024 characters.
1875
+ # An inline script. The size of the script is limited to 32KiB.
1876
1876
  # Corresponds to the JSON property `script`
1877
1877
  # @return [String]
1878
1878
  attr_accessor :script
@@ -1992,8 +1992,7 @@ module Google
1992
1992
  class OsPolicyResourceFileResource
1993
1993
  include Google::Apis::Core::Hashable
1994
1994
 
1995
- # A a file with this content. The size of the content is limited to 1024
1996
- # characters.
1995
+ # A a file with this content. The size of the content is limited to 32KiB.
1997
1996
  # Corresponds to the JSON property `content`
1998
1997
  # @return [String]
1999
1998
  attr_accessor :content
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220319"
25
+ REVISION = "20221218"
26
26
  end
27
27
  end
28
28
  end
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.22.0
4
+ version: 0.24.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: 2022-11-07 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.24.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.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for OS Config API V1alpha