google-apis-compute_v1 0.32.0 → 0.33.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: 235c3539d9112b0ca5cc08f43f374c033ac6f89d16fc53eea51d57776e8eac73
4
- data.tar.gz: c4db73a9f126f0c852f85a8f3047c59c9d6129018add9e11bd5e879c4c528abe
3
+ metadata.gz: ba4822bf8310b0ce1efff14f4f315271e247544f0c334158831102b6e7f2324d
4
+ data.tar.gz: e853ab3c30c27d7a4b26687289908bb7aecf06180c6f8d2d66e9970be65d676b
5
5
  SHA512:
6
- metadata.gz: 9f41c5a71d42d27f5b59f8d3229f6eb9a66e47bc88fab7c8ef0cd765da081333e32ffe2dfa4cb9278e4aa89cad42e2ad165f37072d18923fa4d26c9ebca454f4
7
- data.tar.gz: 24a633d9a50980bd611fab9a014d98f04310db9d00b5b1b4ea7542583c58a2d71a3a541f1287dc18b6709d49d996db186aacc41e5d055986d82cb9a24291acbb
6
+ metadata.gz: ec20174adb56a0227741063dd6ac50c8892b0e77217ea5e7edadd245e8ab492531aec831d4f368cc6a301b45285011b7772671658ec63fbedf26b6466d635811
7
+ data.tar.gz: 496a0036d2a9bbf0be7fb3710a1b224855fb0676d5cded7077a01fcf8fdfe07b886ee1e57bc02bfe7f70c1a3a3f9352fcee1a1b1d6a7e7cfb0e6eee97e4506e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.33.0 (2022-04-22)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+
3
7
  ### v0.32.0 (2022-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220405
@@ -1284,9 +1284,10 @@ module Google
1284
1284
 
1285
1285
  # [Input Only] Specifies the parameters for a new disk that will be created
1286
1286
  # alongside the new instance. Use initialization parameters to create boot disks
1287
- # or local SSDs attached to the new instance. This property is mutually
1288
- # exclusive with the source property; you can only define one or the other, but
1289
- # not both.
1287
+ # or local SSDs attached to the new instance. This field is persisted and
1288
+ # returned for instanceTemplate and not returned in the context of instance.
1289
+ # This property is mutually exclusive with the source property; you can only
1290
+ # define one or the other, but not both.
1290
1291
  # Corresponds to the JSON property `initializeParams`
1291
1292
  # @return [Google::Apis::ComputeV1::AttachedDiskInitializeParams]
1292
1293
  attr_accessor :initialize_params
@@ -1366,9 +1367,10 @@ module Google
1366
1367
 
1367
1368
  # [Input Only] Specifies the parameters for a new disk that will be created
1368
1369
  # alongside the new instance. Use initialization parameters to create boot disks
1369
- # or local SSDs attached to the new instance. This property is mutually
1370
- # exclusive with the source property; you can only define one or the other, but
1371
- # not both.
1370
+ # or local SSDs attached to the new instance. This field is persisted and
1371
+ # returned for instanceTemplate and not returned in the context of instance.
1372
+ # This property is mutually exclusive with the source property; you can only
1373
+ # define one or the other, but not both.
1372
1374
  class AttachedDiskInitializeParams
1373
1375
  include Google::Apis::Core::Hashable
1374
1376
 
@@ -2828,9 +2830,9 @@ module Google
2828
2830
  # @return [Array<String>]
2829
2831
  attr_accessor :include_http_headers
2830
2832
 
2831
- # Names of query string parameters to include in cache keys. All other
2832
- # parameters will be excluded. '&' and '=' will be percent encoded and not
2833
- # treated as delimiters.
2833
+ # Names of query string parameters to include in cache keys. Default parameters
2834
+ # are always included. '&' and '=' will be percent encoded and not treated as
2835
+ # delimiters.
2834
2836
  # Corresponds to the JSON property `queryStringWhitelist`
2835
2837
  # @return [Array<String>]
2836
2838
  attr_accessor :query_string_whitelist
@@ -19775,7 +19777,8 @@ module Google
19775
19777
  attr_accessor :network_endpoint_type
19776
19778
 
19777
19779
  # The target service url used to set up private service connection to a Google
19778
- # API. An example value is: "asia-northeast3-cloudkms.googleapis.com"
19780
+ # API or a PSC Producer Service Attachment. An example value is: "asia-
19781
+ # northeast3-cloudkms.googleapis.com"
19779
19782
  # Corresponds to the JSON property `pscTargetService`
19780
19783
  # @return [String]
19781
19784
  attr_accessor :psc_target_service
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20220405"
25
+ REVISION = "20220420"
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.32.0
4
+ version: 0.33.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-04-18 00:00:00.000000000 Z
11
+ date: 2022-04-25 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.33.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: []