google-apis-compute_v1 0.44.0 → 0.45.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_v1/classes.rb +4 -4
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c99ca90c8d81f26d1eea8d9fee5f2acdc3656b6adb61926cf4f12d260606c0f4
|
|
4
|
+
data.tar.gz: 9371ca0e2cfb417ec59027f58ecd2ae97869dac85e8c5545f1f3f1d3a922db6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a12ef28a9b73a2209f20b5a3b95705e8bff3d4ea4494ff889fed2686e2c6036031731d46fa523e4df8b01229cb5e15f2069b5e5144a69479fba6a06c9ba47ae3
|
|
7
|
+
data.tar.gz: 8cf2d52b3e0bb60e9248caed43f24b84198bcb05b2c58589d12849df1b170588b8a29b4e148659a2bf3562a1c6f21af0a1ecce289aee924df78d1310c84b6581
|
data/CHANGELOG.md
CHANGED
|
@@ -12634,7 +12634,7 @@ module Google
|
|
|
12634
12634
|
attr_accessor :satisfies_pzs
|
|
12635
12635
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
12636
12636
|
|
|
12637
|
-
# Sets the scheduling options for an Instance.
|
|
12637
|
+
# Sets the scheduling options for an Instance.
|
|
12638
12638
|
# Corresponds to the JSON property `scheduling`
|
|
12639
12639
|
# @return [Google::Apis::ComputeV1::Scheduling]
|
|
12640
12640
|
attr_accessor :scheduling
|
|
@@ -15353,7 +15353,7 @@ module Google
|
|
|
15353
15353
|
# @return [Array<String>]
|
|
15354
15354
|
attr_accessor :resource_policies
|
|
15355
15355
|
|
|
15356
|
-
# Sets the scheduling options for an Instance.
|
|
15356
|
+
# Sets the scheduling options for an Instance.
|
|
15357
15357
|
# Corresponds to the JSON property `scheduling`
|
|
15358
15358
|
# @return [Google::Apis::ComputeV1::Scheduling]
|
|
15359
15359
|
attr_accessor :scheduling
|
|
@@ -31264,7 +31264,7 @@ module Google
|
|
|
31264
31264
|
end
|
|
31265
31265
|
end
|
|
31266
31266
|
|
|
31267
|
-
# Sets the scheduling options for an Instance.
|
|
31267
|
+
# Sets the scheduling options for an Instance.
|
|
31268
31268
|
class Scheduling
|
|
31269
31269
|
include Google::Apis::Core::Hashable
|
|
31270
31270
|
|
|
@@ -33715,7 +33715,7 @@ module Google
|
|
|
33715
33715
|
# @return [Array<Google::Apis::ComputeV1::NetworkInterface>]
|
|
33716
33716
|
attr_accessor :network_interfaces
|
|
33717
33717
|
|
|
33718
|
-
# Sets the scheduling options for an Instance.
|
|
33718
|
+
# Sets the scheduling options for an Instance.
|
|
33719
33719
|
# Corresponds to the JSON property `scheduling`
|
|
33720
33720
|
# @return [Google::Apis::ComputeV1::Scheduling]
|
|
33721
33721
|
attr_accessor :scheduling
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeV1
|
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220720"
|
|
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-compute_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.45.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
|
+
date: 2022-08-01 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-compute_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.45.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|