google-apis-compute_beta 0.69.0 → 0.70.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: 37f4fe75ef69906ceae35c192b2a34a4411f14a7c19133bc1c3424e8cf6e75c0
4
- data.tar.gz: 83bfaaed914a3c639951274baf53d98ba8663ad5291153e0e7631749d6dc541f
3
+ metadata.gz: a0c3b32dbc50af415e1623dd4fafc64ae9b0d41b74136589090bb043f3334ef2
4
+ data.tar.gz: c0d5fcd602827cb3ca8e1d4d3e6cc4bc4a2de52519652262f8cd1ec4727e8d17
5
5
  SHA512:
6
- metadata.gz: 3dfb848631d669f21181551c6dd749896fcea148c62aa35e1a8a0a1218ed240c2ebe8987b9af7b3b56496a7470bc15ca15d433c1d554698a47ac8edce410f3d0
7
- data.tar.gz: a994d48a3a0f60577131df5f16db15cece4faba98036609d65bce671c7301cde40e7d3d49aa2efd4efec4609729fbb6f7ffa2e8d4b8ef3626e6c27a55ced38c4
6
+ metadata.gz: 662b928f049e6805781801ed9e2c0d82f17d0b523377565db353271c2d7e628ba51489287bcf2197110b55aba85797a3895a4d14defb31d01e191422c2e8bf03
7
+ data.tar.gz: 5b49a1c74e801a12d76ff20156f7a9169f1725d74a9c7950000729d75fb3e9d9c7ff2d6e4ec29dbc76568ee3b7b23108b50a47e2c70e02a17c1a8cd68ea676aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.70.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230530
6
+
3
7
  ### v0.69.0 (2023-05-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20230516
@@ -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.69.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 = "20230516"
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.69.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-05-28 00:00:00.000000000 Z
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.69.0
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: []