google-apis-compute_beta 0.69.0 → 0.70.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0c3b32dbc50af415e1623dd4fafc64ae9b0d41b74136589090bb043f3334ef2
|
|
4
|
+
data.tar.gz: c0d5fcd602827cb3ca8e1d4d3e6cc4bc4a2de52519652262f8cd1ec4727e8d17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 662b928f049e6805781801ed9e2c0d82f17d0b523377565db353271c2d7e628ba51489287bcf2197110b55aba85797a3895a4d14defb31d01e191422c2e8bf03
|
|
7
|
+
data.tar.gz: 5b49a1c74e801a12d76ff20156f7a9169f1725d74a9c7950000729d75fb3e9d9c7ff2d6e4ec29dbc76568ee3b7b23108b50a47e2c70e02a17c1a8cd68ea676aa
|
data/CHANGELOG.md
CHANGED
|
@@ -38577,6 +38577,11 @@ module Google
|
|
|
38577
38577
|
# @return [String]
|
|
38578
38578
|
attr_accessor :source_instant_snapshot
|
|
38579
38579
|
|
|
38580
|
+
# Customer provided encryption key when creating Snapshot from Instant Snapshot.
|
|
38581
|
+
# Corresponds to the JSON property `sourceInstantSnapshotEncryptionKey`
|
|
38582
|
+
# @return [Google::Apis::ComputeBeta::CustomerEncryptionKey]
|
|
38583
|
+
attr_accessor :source_instant_snapshot_encryption_key
|
|
38584
|
+
|
|
38580
38585
|
# [Output Only] The unique ID of the instant snapshot used to create this
|
|
38581
38586
|
# snapshot. This value identifies the exact instant snapshot that was used to
|
|
38582
38587
|
# create this persistent disk. For example, if you created the persistent disk
|
|
@@ -38660,6 +38665,7 @@ module Google
|
|
|
38660
38665
|
@source_disk_encryption_key = args[:source_disk_encryption_key] if args.key?(:source_disk_encryption_key)
|
|
38661
38666
|
@source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
|
|
38662
38667
|
@source_instant_snapshot = args[:source_instant_snapshot] if args.key?(:source_instant_snapshot)
|
|
38668
|
+
@source_instant_snapshot_encryption_key = args[:source_instant_snapshot_encryption_key] if args.key?(:source_instant_snapshot_encryption_key)
|
|
38663
38669
|
@source_instant_snapshot_id = args[:source_instant_snapshot_id] if args.key?(:source_instant_snapshot_id)
|
|
38664
38670
|
@source_snapshot_schedule_policy = args[:source_snapshot_schedule_policy] if args.key?(:source_snapshot_schedule_policy)
|
|
38665
38671
|
@source_snapshot_schedule_policy_id = args[:source_snapshot_schedule_policy_id] if args.key?(:source_snapshot_schedule_policy_id)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeBeta
|
|
18
18
|
# Version of the google-apis-compute_beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.70.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 = "
|
|
25
|
+
REVISION = "20230530"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -15675,6 +15675,8 @@ module Google
|
|
|
15675
15675
|
|
|
15676
15676
|
property :source_disk_id, as: 'sourceDiskId'
|
|
15677
15677
|
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
|
15678
|
+
property :source_instant_snapshot_encryption_key, as: 'sourceInstantSnapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
|
15679
|
+
|
|
15678
15680
|
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
|
15679
15681
|
property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
|
|
15680
15682
|
property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.70.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-
|
|
11
|
+
date: 2023-06-11 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_beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.70.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|