google-apis-compute_v1 0.67.0 → 0.68.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: d0c25568600bded09137dfd1b0369eb0c6bc7f1580f4a89391426c4c1b0f48c4
4
- data.tar.gz: acb8042c31282ff473a7a7352e61b50a5f6553e27605d0febb933b9725e26843
3
+ metadata.gz: a7e91ba6ef4b7d00e690065539d3f2eafb0638cdd6e62fdde5c7d8df4ac8c85f
4
+ data.tar.gz: 29e7cef6ad7c958fd4351cd88ec783437c87aec4f98f624d0e2167b7e21a40a1
5
5
  SHA512:
6
- metadata.gz: 1e9ef5d6474d9a78756b1ac650ba7519ff0a0b620f8724cdecec83112a2bcff0e46663a5a523c37ecbfaacabf65120b7a2a97fe98d7c74d9827337227eb7855d
7
- data.tar.gz: 68d2795b7102e7e270e5a8db27502223b7487430415fbb979877cea4b7b6c69f705f5d708c90f8f0a334ce6a26a81b99500b3f3822c8ebbb283d9dd65e1698d2
6
+ metadata.gz: c1bdfb37e5c00c8272b074b8e7c964a0cfb66fb1358d727db7dfb6e5562676bc144040b679dfd60a80b5c2594e636d943bff8c69ab29c63b13f49184bbcce49a
7
+ data.tar.gz: 5949ab8693a2b3934d99c2962ea5b85bc4f51ecc40cb7a16199128d3d01387485ec15bc177e73fef552b7b4c413b1deb672adcce364de0a4040a9c4488fd3255
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.68.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230509
6
+
3
7
  ### v0.67.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230502
@@ -14334,12 +14334,13 @@ module Google
14334
14334
  # @return [String]
14335
14335
  attr_accessor :health_check
14336
14336
 
14337
- # The number of seconds that the managed instance group waits before it applies
14338
- # autohealing policies to new instances or recently recreated instances. This
14339
- # initial delay allows instances to initialize and run their startup scripts
14340
- # before the instance group determines that they are UNHEALTHY. This prevents
14341
- # the managed instance group from recreating its instances prematurely. This
14342
- # value must be from range [0, 3600].
14337
+ # The initial delay is the number of seconds that a new VM takes to initialize
14338
+ # and run its startup script. During a VM's initial delay period, the MIG
14339
+ # ignores unsuccessful health checks because the VM might be in the startup
14340
+ # process. This prevents the MIG from prematurely recreating a VM. If the health
14341
+ # check receives a healthy response during the initial delay, it indicates that
14342
+ # the startup process is complete and the VM is ready. The value of initial
14343
+ # delay must be between 0 and 3600 seconds. The default value is 0.
14343
14344
  # Corresponds to the JSON property `initialDelaySec`
14344
14345
  # @return [Fixnum]
14345
14346
  attr_accessor :initial_delay_sec
@@ -34841,7 +34842,7 @@ module Google
34841
34842
  # describes how clients should authenticate with this service's backends.
34842
34843
  # clientTlsPolicy only applies to a global BackendService with the
34843
34844
  # loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank,
34844
- # communications are not encrypted. Note: This field currently has no impact.
34845
+ # communications are not encrypted.
34845
34846
  # Corresponds to the JSON property `clientTlsPolicy`
34846
34847
  # @return [String]
34847
34848
  attr_accessor :client_tls_policy
@@ -34857,7 +34858,7 @@ module Google
34857
34858
  # provisions server identities. Only applies to a global BackendService with
34858
34859
  # loadBalancingScheme set to INTERNAL_SELF_MANAGED. Only applies when
34859
34860
  # BackendService has an attached clientTlsPolicy with clientCertificate (mTLS
34860
- # mode). Note: This field currently has no impact.
34861
+ # mode).
34861
34862
  # Corresponds to the JSON property `subjectAltNames`
34862
34863
  # @return [Array<String>]
34863
34864
  attr_accessor :subject_alt_names
@@ -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.67.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230502"
25
+ REVISION = "20230509"
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.67.0
4
+ version: 0.68.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-21 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.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.68.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: []