google-apis-compute_alpha 0.27.0 → 0.28.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: 787bd417b14b8b43a342860dbcbc5a402b976ca45c082cbbd462ce1a11dcb453
4
- data.tar.gz: 01a9782bbf3e266e59fc1ebfdad317645c7d9aefeab4a61d8d92b81fae64e85d
3
+ metadata.gz: 12a0d7d352784bf3d35456512fb138ced5ad6b1217f9e0b6f9bd2be9e4aa1150
4
+ data.tar.gz: bcf24ee4bfb3e061f8941bd78949fe6599a002da2992c5824b46b484f3a420b4
5
5
  SHA512:
6
- metadata.gz: 666c25606c719f3745b3cb39f861827947ae63fc7fef5b2bd9c65a5b24189ac4e4879c51f08e3b73fdc581d34f6969b9b4c5aea116c7b68e758b95a424dc28e6
7
- data.tar.gz: 9cac8e0d5d1c1dc7c64d0648295addc882ab69af6ff352349d92935d1c48c862e39fdb1f87c8c317fe36d1bf4c1ca7d7ec58c17abb94157f71659a863ec62425
6
+ metadata.gz: 1310a932328f78af34a401d3053c9fedeaeb7caad270824febc24bd8c5ef417830765d31d37407653dab254ac7726514fcacc53aaa9fb9f0af9271ee6c1f62e6
7
+ data.tar.gz: fcb28cffdf939d5844be21f01ec9ac34de91e644ab3352d6958cc4390269175c7a77e57334c00f2d9cd5ab6cbbf06d9a39676176a5795a7594db42a31e200dfd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.28.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.27.0 (2022-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220224
@@ -1306,6 +1306,12 @@ module Google
1306
1306
  class AttachedDisk
1307
1307
  include Google::Apis::Core::Hashable
1308
1308
 
1309
+ # [Output Only] The architecture of the attached disk. Valid values are ARM64 or
1310
+ # X86_64.
1311
+ # Corresponds to the JSON property `architecture`
1312
+ # @return [String]
1313
+ attr_accessor :architecture
1314
+
1309
1315
  # Specifies whether the disk will be auto-deleted when the instance is deleted (
1310
1316
  # but not when the disk is detached from the instance).
1311
1317
  # Corresponds to the JSON property `autoDelete`
@@ -1464,6 +1470,7 @@ module Google
1464
1470
 
1465
1471
  # Update properties of this object
1466
1472
  def update!(**args)
1473
+ @architecture = args[:architecture] if args.key?(:architecture)
1467
1474
  @auto_delete = args[:auto_delete] if args.key?(:auto_delete)
1468
1475
  @boot = args[:boot] if args.key?(:boot)
1469
1476
  @device_name = args[:device_name] if args.key?(:device_name)
@@ -10025,7 +10032,8 @@ module Google
10025
10032
  # @return [Fixnum]
10026
10033
  attr_accessor :id
10027
10034
 
10028
- #
10035
+ # [Output Only] Type of the resource. Always compute#futureReservation for
10036
+ # future reservations.
10029
10037
  # Corresponds to the JSON property `kind`
10030
10038
  # @return [String]
10031
10039
  attr_accessor :kind
@@ -10227,7 +10235,9 @@ module Google
10227
10235
  # @return [Hash<String,Google::Apis::ComputeAlpha::FutureReservationsScopedList>]
10228
10236
  attr_accessor :items
10229
10237
 
10230
- #
10238
+ # [Output Only] Type of resource. Always compute#
10239
+ # futureReservationsAggregatedListResponse for future resevation aggregated list
10240
+ # response.
10231
10241
  # Corresponds to the JSON property `kind`
10232
10242
  # @return [String]
10233
10243
  attr_accessor :kind
@@ -10357,7 +10367,8 @@ module Google
10357
10367
  # @return [Array<Google::Apis::ComputeAlpha::FutureReservation>]
10358
10368
  attr_accessor :items
10359
10369
 
10360
- #
10370
+ # [Output Only] Type of resource.Always compute#FutureReservationsListResponse
10371
+ # for lists of reservations
10361
10372
  # Corresponds to the JSON property `kind`
10362
10373
  # @return [String]
10363
10374
  attr_accessor :kind
@@ -22184,6 +22195,11 @@ module Google
22184
22195
  # @return [Array<Google::Apis::ComputeAlpha::MachineType::Accelerator>]
22185
22196
  attr_accessor :accelerators
22186
22197
 
22198
+ # [Output Only] The architecture of the machine type.
22199
+ # Corresponds to the JSON property `architecture`
22200
+ # @return [String]
22201
+ attr_accessor :architecture
22202
+
22187
22203
  # [Output Only] Creation timestamp in RFC3339 text format.
22188
22204
  # Corresponds to the JSON property `creationTimestamp`
22189
22205
  # @return [String]
@@ -22267,6 +22283,7 @@ module Google
22267
22283
  # Update properties of this object
22268
22284
  def update!(**args)
22269
22285
  @accelerators = args[:accelerators] if args.key?(:accelerators)
22286
+ @architecture = args[:architecture] if args.key?(:architecture)
22270
22287
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
22271
22288
  @deprecated = args[:deprecated] if args.key?(:deprecated)
22272
22289
  @description = args[:description] if args.key?(:description)
@@ -23316,7 +23333,8 @@ module Google
23316
23333
  # @return [Fixnum]
23317
23334
  attr_accessor :id
23318
23335
 
23319
- #
23336
+ # [Output only] Type of the resource. Always compute#networkEdgeSecurityService
23337
+ # for NetworkEdgeSecurityServices
23320
23338
  # Corresponds to the JSON property `kind`
23321
23339
  # @return [String]
23322
23340
  attr_accessor :kind
@@ -23392,7 +23410,9 @@ module Google
23392
23410
  # @return [Hash<String,Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList>]
23393
23411
  attr_accessor :items
23394
23412
 
23395
- #
23413
+ # [Output Only] Type of resource. Always compute#
23414
+ # networkEdgeSecurityServiceAggregatedList for lists of Network Edge Security
23415
+ # Services.
23396
23416
  # Corresponds to the JSON property `kind`
23397
23417
  # @return [String]
23398
23418
  attr_accessor :kind
@@ -39247,6 +39267,16 @@ module Google
39247
39267
  # @return [String]
39248
39268
  attr_accessor :source_instant_snapshot_id
39249
39269
 
39270
+ # [Output Only] URL of the resource policy which created this scheduled snapshot.
39271
+ # Corresponds to the JSON property `sourceSnapshotSchedulePolicy`
39272
+ # @return [String]
39273
+ attr_accessor :source_snapshot_schedule_policy
39274
+
39275
+ # [Output Only] ID of the resource policy which created this scheduled snapshot.
39276
+ # Corresponds to the JSON property `sourceSnapshotSchedulePolicyId`
39277
+ # @return [String]
39278
+ attr_accessor :source_snapshot_schedule_policy_id
39279
+
39250
39280
  # [Output Only] The status of the snapshot. This can be CREATING, DELETING,
39251
39281
  # FAILED, READY, or UPLOADING.
39252
39282
  # Corresponds to the JSON property `status`
@@ -39312,6 +39342,8 @@ module Google
39312
39342
  @source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
39313
39343
  @source_instant_snapshot = args[:source_instant_snapshot] if args.key?(:source_instant_snapshot)
39314
39344
  @source_instant_snapshot_id = args[:source_instant_snapshot_id] if args.key?(:source_instant_snapshot_id)
39345
+ @source_snapshot_schedule_policy = args[:source_snapshot_schedule_policy] if args.key?(:source_snapshot_schedule_policy)
39346
+ @source_snapshot_schedule_policy_id = args[:source_snapshot_schedule_policy_id] if args.key?(:source_snapshot_schedule_policy_id)
39315
39347
  @status = args[:status] if args.key?(:status)
39316
39348
  @storage_bytes = args[:storage_bytes] if args.key?(:storage_bytes)
39317
39349
  @storage_bytes_status = args[:storage_bytes_status] if args.key?(:storage_bytes_status)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.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 = "20220224"
25
+ REVISION = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -6705,6 +6705,7 @@ module Google
6705
6705
  class AttachedDisk
6706
6706
  # @private
6707
6707
  class Representation < Google::Apis::Core::JsonRepresentation
6708
+ property :architecture, as: 'architecture'
6708
6709
  property :auto_delete, as: 'autoDelete'
6709
6710
  property :boot, as: 'boot'
6710
6711
  property :device_name, as: 'deviceName'
@@ -11675,6 +11676,7 @@ module Google
11675
11676
  class Representation < Google::Apis::Core::JsonRepresentation
11676
11677
  collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeAlpha::MachineType::Accelerator, decorator: Google::Apis::ComputeAlpha::MachineType::Accelerator::Representation
11677
11678
 
11679
+ property :architecture, as: 'architecture'
11678
11680
  property :creation_timestamp, as: 'creationTimestamp'
11679
11681
  property :deprecated, as: 'deprecated', class: Google::Apis::ComputeAlpha::DeprecationStatus, decorator: Google::Apis::ComputeAlpha::DeprecationStatus::Representation
11680
11682
 
@@ -16034,6 +16036,8 @@ module Google
16034
16036
  property :source_disk_id, as: 'sourceDiskId'
16035
16037
  property :source_instant_snapshot, as: 'sourceInstantSnapshot'
16036
16038
  property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
16039
+ property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
16040
+ property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
16037
16041
  property :status, as: 'status'
16038
16042
  property :storage_bytes, :numeric_string => true, as: 'storageBytes'
16039
16043
  property :storage_bytes_status, as: 'storageBytesStatus'
@@ -13310,7 +13310,7 @@ module Google
13310
13310
  execute_or_queue_command(command, &block)
13311
13311
  end
13312
13312
 
13313
- # Performs a reset on the instance. This is a hard reset the VM does not do a
13313
+ # Performs a reset on the instance. This is a hard reset. The VM does not do a
13314
13314
  # graceful shutdown. For more information, see Resetting an instance.
13315
13315
  # @param [String] project
13316
13316
  # Project ID for this request.
@@ -25338,8 +25338,7 @@ module Google
25338
25338
  # @param [Google::Apis::ComputeAlpha::Snapshot] snapshot_object
25339
25339
  # @param [Boolean] guest_flush
25340
25340
  # [Input Only] Specifies to create an application consistent snapshot by
25341
- # informing the OS to prepare for the snapshot process. Currently only supported
25342
- # on Windows instances using the Volume Shadow Copy Service (VSS).
25341
+ # informing the OS to prepare for the snapshot process.
25343
25342
  # @param [String] request_id
25344
25343
  # An optional request ID to identify requests. Specify a unique request ID so
25345
25344
  # that if you must retry your request, the server will know to ignore the
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-14 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
63
63
  post_install_message:
64
64
  rdoc_options: []