google-apis-osconfig_v1beta 0.14.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fc93b2d6ea13ee61c0401f4189360abe82862bcdaca53e59f590e6fd03273a2
|
4
|
+
data.tar.gz: eafe4d2dfa79a3c335e137ab0d9213679c5792c7e5b982a3c2d30f22aea4b9e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2769588dfc15a18c1844c684df3fd0f54fabd534083a08fecdfe3b1ae23d3b097ab9e5fb2eeea8d8975870f849e5ca60151645b4039670f61173b535b421fa1c
|
7
|
+
data.tar.gz: 92a8d0dbe5597edb5d1ee0bc274ed9a11a9bf4cb5d07b0ba191f0b488fb43e7743035df308cf2dd78fbfeac2dfe491a538ecf49301f8871ceecabc92bdf583d4
|
data/CHANGELOG.md
CHANGED
@@ -1059,6 +1059,12 @@ module Google
|
|
1059
1059
|
# @return [Google::Apis::OsconfigV1beta::GooSettings]
|
1060
1060
|
attr_accessor :goo
|
1061
1061
|
|
1062
|
+
# Allows the patch job to run on Managed instance groups (MIGs).
|
1063
|
+
# Corresponds to the JSON property `migInstancesAllowed`
|
1064
|
+
# @return [Boolean]
|
1065
|
+
attr_accessor :mig_instances_allowed
|
1066
|
+
alias_method :mig_instances_allowed?, :mig_instances_allowed
|
1067
|
+
|
1062
1068
|
# A step that runs an executable for a PatchJob.
|
1063
1069
|
# Corresponds to the JSON property `postStep`
|
1064
1070
|
# @return [Google::Apis::OsconfigV1beta::ExecStep]
|
@@ -1100,6 +1106,7 @@ module Google
|
|
1100
1106
|
def update!(**args)
|
1101
1107
|
@apt = args[:apt] if args.key?(:apt)
|
1102
1108
|
@goo = args[:goo] if args.key?(:goo)
|
1109
|
+
@mig_instances_allowed = args[:mig_instances_allowed] if args.key?(:mig_instances_allowed)
|
1103
1110
|
@post_step = args[:post_step] if args.key?(:post_step)
|
1104
1111
|
@pre_step = args[:pre_step] if args.key?(:pre_step)
|
1105
1112
|
@reboot_config = args[:reboot_config] if args.key?(:reboot_config)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OsconfigV1beta
|
18
18
|
# Version of the google-apis-osconfig_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -694,6 +694,7 @@ module Google
|
|
694
694
|
|
695
695
|
property :goo, as: 'goo', class: Google::Apis::OsconfigV1beta::GooSettings, decorator: Google::Apis::OsconfigV1beta::GooSettings::Representation
|
696
696
|
|
697
|
+
property :mig_instances_allowed, as: 'migInstancesAllowed'
|
697
698
|
property :post_step, as: 'postStep', class: Google::Apis::OsconfigV1beta::ExecStep, decorator: Google::Apis::OsconfigV1beta::ExecStep::Representation
|
698
699
|
|
699
700
|
property :pre_step, as: 'preStep', class: Google::Apis::OsconfigV1beta::ExecStep, decorator: Google::Apis::OsconfigV1beta::ExecStep::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-osconfig_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.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-01-
|
11
|
+
date: 2022-01-17 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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1beta/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1beta
|
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.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for OS Config API V1beta
|