google-apis-compute_v1 0.93.0 → 0.94.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 +8 -7
- 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: 6953f21547082d969dba6c3bb241aab523c74331fcf8178362cd9b8a9a7d0c0d
|
|
4
|
+
data.tar.gz: 47364c5d701e432a542ef9df5c67671efc7615e964728b9b215d3984bea28841
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b901afd298a928c303ff667afe31e37c69f8dff7fdad0516e3f6466a044a6326da7330e2806288e701eebbf36742c488e4a49d40b81e931e276bc54dbf9e050
|
|
7
|
+
data.tar.gz: 19427d7689fbed285a02d350285e8a35b12d9662669aa282329a89cc462be8359500df6968317c63d039e3f047f67bc837c09d692a9de387276c3155fccf79f4
|
data/CHANGELOG.md
CHANGED
|
@@ -7923,12 +7923,13 @@ module Google
|
|
|
7923
7923
|
# @return [String]
|
|
7924
7924
|
attr_accessor :domain
|
|
7925
7925
|
|
|
7926
|
-
# Additional structured details about this error. Keys
|
|
7927
|
-
#
|
|
7928
|
-
# value of an exceeded limit, the units
|
|
7929
|
-
# value. For example, rather than `"
|
|
7930
|
-
#
|
|
7931
|
-
#
|
|
7926
|
+
# Additional structured details about this error. Keys must match /a-z+/ but
|
|
7927
|
+
# should ideally be lowerCamelCase. Also they must be limited to 64 characters
|
|
7928
|
+
# in length. When identifying the current value of an exceeded limit, the units
|
|
7929
|
+
# should be contained in the key, not the value. For example, rather than `"
|
|
7930
|
+
# instanceLimit": "100/request"`, should be returned as, `"
|
|
7931
|
+
# instanceLimitPerRequest": "100"`, if the client exceeds the number of
|
|
7932
|
+
# instances that can be created in a single (batch) request.
|
|
7932
7933
|
# Corresponds to the JSON property `metadatas`
|
|
7933
7934
|
# @return [Hash<String,String>]
|
|
7934
7935
|
attr_accessor :metadatas
|
|
@@ -15730,7 +15731,7 @@ module Google
|
|
|
15730
15731
|
attr_accessor :has_stateful_config
|
|
15731
15732
|
alias_method :has_stateful_config?, :has_stateful_config
|
|
15732
15733
|
|
|
15733
|
-
# [Output Only] Status of per-instance configurations on the
|
|
15734
|
+
# [Output Only] Status of per-instance configurations on the instances.
|
|
15734
15735
|
# Corresponds to the JSON property `perInstanceConfigs`
|
|
15735
15736
|
# @return [Google::Apis::ComputeV1::InstanceGroupManagerStatusStatefulPerInstanceConfigs]
|
|
15736
15737
|
attr_accessor :per_instance_configs
|
|
@@ -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.94.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240324"
|
|
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.94.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: 2024-03-
|
|
11
|
+
date: 2024-03-31 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.94.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: []
|