google-apis-compute_v1 0.39.0 → 0.40.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: b5d13a1500728573fde54ae34dad428386f06c46e56edbfda2bf74f614e4702f
|
4
|
+
data.tar.gz: 4454293fa65f52e8d0713936ad3e88cd608ca73876e701ee01b00bf193cc4633
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8a3ad1e3d4ec5c7414909955279f56bc8f4b54dc0178af95993a1532009131e20df77655ad7b0ec4e870d63e14aeb78dc4372e8dfdd6232ce3d9787455520e8
|
7
|
+
data.tar.gz: 3863a670f463b79bae8af597eb5fbf8aca963113ac064676b15012102b3155abb7dd641d92f2c9296bb64b381e1e90842c138e31005a81cffeb63a58132c0136
|
data/CHANGELOG.md
CHANGED
@@ -8546,8 +8546,7 @@ module Google
|
|
8546
8546
|
attr_accessor :id
|
8547
8547
|
|
8548
8548
|
# The IP Version that will be used by this forwarding rule. Valid options are
|
8549
|
-
# IPV4 or IPV6.
|
8550
|
-
# rule.
|
8549
|
+
# IPV4 or IPV6.
|
8551
8550
|
# Corresponds to the JSON property `ipVersion`
|
8552
8551
|
# @return [String]
|
8553
8552
|
attr_accessor :ip_version
|
@@ -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.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220614"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -9159,7 +9159,9 @@ module Google
|
|
9159
9159
|
# group is performing on the instance. For example, if the group is still
|
9160
9160
|
# creating an instance, the currentAction is CREATING. If a previous action
|
9161
9161
|
# failed, the list displays the errors for that failed action. The orderBy query
|
9162
|
-
# parameter is not supported.
|
9162
|
+
# parameter is not supported. The `pageToken` query parameter is supported only
|
9163
|
+
# in the alpha and beta API and only if the group's `listManagedInstancesResults`
|
9164
|
+
# field is set to `PAGINATED`.
|
9163
9165
|
# @param [String] project
|
9164
9166
|
# Project ID for this request.
|
9165
9167
|
# @param [String] zone
|
@@ -23548,6 +23550,9 @@ module Google
|
|
23548
23550
|
# Lists the instances in the managed instance group and instances that are
|
23549
23551
|
# scheduled to be created. The list includes any current actions that the group
|
23550
23552
|
# has scheduled for its instances. The orderBy query parameter is not supported.
|
23553
|
+
# The `pageToken` query parameter is supported only in the alpha and beta API
|
23554
|
+
# and only if the group's `listManagedInstancesResults` field is set to `
|
23555
|
+
# PAGINATED`.
|
23551
23556
|
# @param [String] project
|
23552
23557
|
# Project ID for this request.
|
23553
23558
|
# @param [String] region
|
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.40.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-06-
|
11
|
+
date: 2022-06-27 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.40.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: []
|