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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_v1/classes.rb +13 -10
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba4822bf8310b0ce1efff14f4f315271e247544f0c334158831102b6e7f2324d
|
4
|
+
data.tar.gz: e853ab3c30c27d7a4b26687289908bb7aecf06180c6f8d2d66e9970be65d676b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec20174adb56a0227741063dd6ac50c8892b0e77217ea5e7edadd245e8ab492531aec831d4f368cc6a301b45285011b7772671658ec63fbedf26b6466d635811
|
7
|
+
data.tar.gz: 496a0036d2a9bbf0be7fb3710a1b224855fb0676d5cded7077a01fcf8fdfe07b886ee1e57bc02bfe7f70c1a3a3f9352fcee1a1b1d6a7e7cfb0e6eee97e4506e7
|
data/CHANGELOG.md
CHANGED
@@ -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
|
1288
|
-
#
|
1289
|
-
#
|
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
|
1370
|
-
#
|
1371
|
-
#
|
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.
|
2832
|
-
#
|
2833
|
-
#
|
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-
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|