google-apis-compute_v1 0.36.0 → 0.37.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cf0468533ad5b8b1b9f53386860920d34e8f3b97cfaebc7ab80e724619cc3ab
4
- data.tar.gz: f9e31932d2adedf16ee42ed1bbe89bbede077095e21688a37165593084df7bfa
3
+ metadata.gz: 9125b82701a728089b1a1ce976b9f3517dad08e6a12814b5189d0cd19c0db6b6
4
+ data.tar.gz: 9e271f1456b723e3e39673efd1162c872cfd2c7dd5a86c2bb5aab4f3b7c88627
5
5
  SHA512:
6
- metadata.gz: fe99c4739dd72d41bf6fe0a429fd46fe031250008a0fa422769e0fdc46762a2290b07c4ef8b97f1c2cb68cb8826c36a9daa0950099a43f90040e39765744fbd8
7
- data.tar.gz: 04c9dbb0370409266e8f7bedca2a10b2839da22508758ffe9f68b6135ef99a865027f2896363f2851a2597bcf98413e0762268cb02b76fe4416f2f60e6344473
6
+ metadata.gz: 3cbd987c40dfeee03e4cc41273bfa601cb15d45757ee3a91851d3d6c9789a65a73d1eca5e7b1756788e986d05e68f2353b301b23eb6bdcfb722c62109c4db4cf
7
+ data.tar.gz: 8b5a820d4df05ec2fc2cc58ca9762221f4a77466d5dc49657c1a93ee7ad1e504b33a981e7697d771a13173ffc0a7fd8c9222fc7d43e2f62b6a18eda672378b29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.37.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220517
6
+
3
7
  ### v0.36.0 (2022-05-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20220510
@@ -3013,9 +3013,9 @@ module Google
3013
3013
  # internal HTTP(S) load balancers and Traffic Director and requires
3014
3014
  # GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is
3015
3015
  # non-persistent and lasts only until the end of the browser session (or
3016
- # equivalent). The maximum allowed value is one day (86,400). Not supported when
3017
- # the backend service is referenced by a URL map that is bound to target gRPC
3018
- # proxy that has validateForProxyless field set to true.
3016
+ # equivalent). The maximum allowed value is two weeks (1,209,600). Not supported
3017
+ # when the backend service is referenced by a URL map that is bound to target
3018
+ # gRPC proxy that has validateForProxyless field set to true.
3019
3019
  # Corresponds to the JSON property `affinityCookieTtlSec`
3020
3020
  # @return [Fixnum]
3021
3021
  attr_accessor :affinity_cookie_ttl_sec
@@ -30997,8 +30997,8 @@ module Google
30997
30997
 
30998
30998
  # Defines the maintenance behavior for this instance. For standard instances,
30999
30999
  # the default behavior is MIGRATE. For preemptible instances, the default and
31000
- # only possible behavior is TERMINATE. For more information, see Set VM
31001
- # availability policies.
31000
+ # only possible behavior is TERMINATE. For more information, see Set VM host
31001
+ # maintenance policy.
31002
31002
  # Corresponds to the JSON property `onHostMaintenance`
31003
31003
  # @return [String]
31004
31004
  attr_accessor :on_host_maintenance
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220510"
25
+ REVISION = "20220517"
26
26
  end
27
27
  end
28
28
  end
@@ -11889,8 +11889,8 @@ module Google
11889
11889
  # Sets an instance's scheduling options. You can only call this method on a
11890
11890
  # stopped instance, that is, a VM instance that is in a `TERMINATED` state. See
11891
11891
  # Instance Life Cycle for more information on the possible instance states. For
11892
- # more information about setting scheduling options for a VM, see Set VM
11893
- # availability policies.
11892
+ # more information about setting scheduling options for a VM, see Set VM host
11893
+ # maintenance policy.
11894
11894
  # @param [String] project
11895
11895
  # Project ID for this request.
11896
11896
  # @param [String] zone
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.36.0
4
+ version: 0.37.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-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.37.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Compute Engine API V1