google-apis-compute_alpha 0.43.0 → 0.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_alpha/classes.rb +4 -4
- data/lib/google/apis/compute_alpha/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: 156f52f5930287e0eaff0364223177ae710366dea03e04e6da58dbc965020195
|
4
|
+
data.tar.gz: 7c3131f79b531c3e963f239564315f24a9af5cd6392c65115bb067e2c328d086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdd1301ddef91ce5ab5315f7d438219b79fa9aa913944bcda12f7d640dce119cc8263c94967ec97277096e2bcc5396436ad6d4d076eb4331bb13015f64d5f321
|
7
|
+
data.tar.gz: 746c7667377f8c5e6b9e9f6cbf0f05eaf0944353d105430b137e19754a92411426a849d5e669b0f48c32ae3a0d50443a255e7281847132c64d2721f05d07b077
|
data/CHANGELOG.md
CHANGED
@@ -14784,7 +14784,7 @@ module Google
|
|
14784
14784
|
attr_accessor :satisfies_pzs
|
14785
14785
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
14786
14786
|
|
14787
|
-
# Sets the scheduling options for an Instance.
|
14787
|
+
# Sets the scheduling options for an Instance.
|
14788
14788
|
# Corresponds to the JSON property `scheduling`
|
14789
14789
|
# @return [Google::Apis::ComputeAlpha::Scheduling]
|
14790
14790
|
attr_accessor :scheduling
|
@@ -18285,7 +18285,7 @@ module Google
|
|
18285
18285
|
# @return [Array<String>]
|
18286
18286
|
attr_accessor :resource_policies
|
18287
18287
|
|
18288
|
-
# Sets the scheduling options for an Instance.
|
18288
|
+
# Sets the scheduling options for an Instance.
|
18289
18289
|
# Corresponds to the JSON property `scheduling`
|
18290
18290
|
# @return [Google::Apis::ComputeAlpha::Scheduling]
|
18291
18291
|
attr_accessor :scheduling
|
@@ -38348,7 +38348,7 @@ module Google
|
|
38348
38348
|
end
|
38349
38349
|
end
|
38350
38350
|
|
38351
|
-
# Sets the scheduling options for an Instance.
|
38351
|
+
# Sets the scheduling options for an Instance.
|
38352
38352
|
class Scheduling
|
38353
38353
|
include Google::Apis::Core::Hashable
|
38354
38354
|
|
@@ -41533,7 +41533,7 @@ module Google
|
|
41533
41533
|
# @return [String]
|
41534
41534
|
attr_accessor :post_key_revocation_action_type
|
41535
41535
|
|
41536
|
-
# Sets the scheduling options for an Instance.
|
41536
|
+
# Sets the scheduling options for an Instance.
|
41537
41537
|
# Corresponds to the JSON property `scheduling`
|
41538
41538
|
# @return [Google::Apis::ComputeAlpha::Scheduling]
|
41539
41539
|
attr_accessor :scheduling
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.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_alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.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_alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.44.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|