google-apis-compute_v1 0.63.0 → 0.64.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: 22f56772a1a41962896b6cf12acf7924e49acce1f6b3868ac8df2645f5e7c568
4
- data.tar.gz: ac519130f836d8807bda641a5882f391491743d89c0bb6d3ded8c60b05341f16
3
+ metadata.gz: 2085a8a18626a5357ee63c7e94f5b4bb940b6ffb2c80f773fce2f6a466e922a6
4
+ data.tar.gz: 8c9c0502808f3169e0165bef690940cb867820ed764e3b10b14e91daa79fdabb
5
5
  SHA512:
6
- metadata.gz: 5c5b540ac6cfeced8063649c9035fb09763294e7e8837fd337fc94dd9f7c4e3c02cacccac81f25e6f3a6f30335030cbaff8f40fb83c6832034f63dac740ae351
7
- data.tar.gz: 36f99a70002d124eb3fc564e09a7fb9dc944be593387aaa84192be6f6e8e67c24d1c88fc996c01de6fc2d0aa51b42e7541e36431cd1fd91e6f734e416afc1a90
6
+ metadata.gz: 72277574dc088a52e307a020abd6e84663e619e32f7078a6c6bbaeda511253a4ad884eceeed671a370890bb22eeb5a72e3cb2a6aa18e4163e7e85effb9cb8253
7
+ data.tar.gz: c9f9591db4af794f60722d324431b7a570420b42e9c1a814aa843c8add85d077bb6a1883b3b392306648932ee5f4761be4abe1c3c50afa970a66b05258af1eef
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.64.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230307
6
+
3
7
  ### v0.63.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230221
@@ -9803,8 +9803,8 @@ module Google
9803
9803
  # The ID of a supported feature. To add multiple values, use commas to separate
9804
9804
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
9805
9805
  # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
9806
- # SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling
9807
- # guest operating system features.
9806
+ # SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE - TDX_CAPABLE For more information,
9807
+ # see Enabling guest operating system features.
9808
9808
  # Corresponds to the JSON property `type`
9809
9809
  # @return [String]
9810
9810
  attr_accessor :type
@@ -11394,7 +11394,7 @@ module Google
11394
11394
  attr_accessor :port
11395
11395
 
11396
11396
  # The request path of the HTTP health check request. The default value is /.
11397
- # This field does not support query parameters.
11397
+ # This field does not support query parameters. Must comply with RFC3986.
11398
11398
  # Corresponds to the JSON property `requestPath`
11399
11399
  # @return [String]
11400
11400
  attr_accessor :request_path
@@ -12054,6 +12054,7 @@ module Google
12054
12054
  attr_accessor :port
12055
12055
 
12056
12056
  # The request path of the HTTPS health check request. The default value is "/".
12057
+ # Must comply with RFC3986.
12057
12058
  # Corresponds to the JSON property `requestPath`
12058
12059
  # @return [String]
12059
12060
  attr_accessor :request_path
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.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 = "20230221"
25
+ REVISION = "20230307"
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.63.0
4
+ version: 0.64.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-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.64.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: []