google-apis-osconfig_v1alpha 0.22.0 → 0.23.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: 6995ae6a0c537b898ae764f2c0576868b6724328e4fe0b52b3f5382824043383
4
+ data.tar.gz: 632a0c166b95a472d4fab0a93085da7f513296309036020052b8ef0aa38fae0c
5
5
  SHA512:
6
- metadata.gz: 31875e5b0af2983cbdf6a072c04f2a355f30c493a9203f7605d550eb7df07f5a3c506ece3b85f16ba183b23f092a2102a2b51d567d9ce9344c782d8575d919d4
7
- data.tar.gz: 23ab91f539d1d7cbc799d10ad3299425c953af5b7b835dbe3db128804fdb0b4bca43e4bc632ac4601fdd5d3170b0495339f75ddf4d48375334d153b75668ecde
6
+ metadata.gz: bf5ed28fb9d2907a85fc4e82d8d04ab432d26ee39f80e3b3d8e811427d6af5b569fb59709b61e8e18ed1d26ec63d88a3cdd214e04a82c5c4d09e5dae9aa09ee0
7
+ data.tar.gz: 29dda9d2b28551278f3c1c75dc837a2efd1de701756708a382ae0e21a0ecd7bedfb4977426b63af087af0496b54b8f6e549fef376055af3ad419262a0781be00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-osconfig_v1alpha
2
2
 
3
+ ### v0.23.0 (2022-12-30)
4
+
5
+ * Regenerated from discovery document revision 20221218
6
+
3
7
  ### v0.22.0 (2022-11-03)
4
8
 
5
9
  * 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.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.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.23.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-01-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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1alpha/v0.23.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: []