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: 50b4a8f14a5d9cc06d317407e466b0befae8d80d88c98940311d58c8f2fa4c80
4
- data.tar.gz: 7db7957682caf8de2ef392766497b2348dbed4b85a3fb0bac7dcb3874da54863
3
+ metadata.gz: b5d13a1500728573fde54ae34dad428386f06c46e56edbfda2bf74f614e4702f
4
+ data.tar.gz: 4454293fa65f52e8d0713936ad3e88cd608ca73876e701ee01b00bf193cc4633
5
5
  SHA512:
6
- metadata.gz: 0a887ca03096da9169c1dd80170ccbd10a496ff2448fa9824b6921c038c0641344fcfdaba48bac551a903158274eab07aa74c6505cc6105d193caa9d13fae99b
7
- data.tar.gz: 70bc3b932c1689bfa9b61b6c5adbbb049a4e352b21e162e3f4ab7040b77b0cdc8c180093a48902bf7deae4959c2f0a9589ea7f5541186ec9c5e2d45eb3b6486b
6
+ metadata.gz: a8a3ad1e3d4ec5c7414909955279f56bc8f4b54dc0178af95993a1532009131e20df77655ad7b0ec4e870d63e14aeb78dc4372e8dfdd6232ce3d9787455520e8
7
+ data.tar.gz: 3863a670f463b79bae8af597eb5fbf8aca963113ac064676b15012102b3155abb7dd641d92f2c9296bb64b381e1e90842c138e31005a81cffeb63a58132c0136
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.40.0 (2022-06-23)
4
+
5
+ * Regenerated from discovery document revision 20220614
6
+
3
7
  ### v0.39.0 (2022-06-18)
4
8
 
5
9
  * Regenerated using generator version 0.7.0
@@ -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. This can only be specified for an external global forwarding
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.39.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 = "20220607"
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.39.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-20 00:00:00.000000000 Z
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.39.0
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: []