google-apis-vmmigration_v1 0.51.0 → 0.53.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: d046b4ec2458a28832547c3d7f660ee15f993de71ccaf8ec1f65baf055d6ec06
4
- data.tar.gz: 776a3e4ad98c4e30034c24cfac35bb6d59705886594a6e383a382f43561d11a7
3
+ metadata.gz: 90bc95250b792b0901fe7439fce91bb58b9b3f4950b4431d4ad240cf81036e85
4
+ data.tar.gz: 791d73c4a0d95c1324c56299d617a1836b8f8252f3e08eb7053c7d03f2676a90
5
5
  SHA512:
6
- metadata.gz: 4a99868197c4d9cf69d245c311ab1d92a2b93c4b6263390966232e9b368a47e4048af939d27afbdce3bf4d1fe3cf2ff3dfaa81ca3039985ce96c249a015c87e9
7
- data.tar.gz: ee2c34f2cf74c9534234127a2a0a9d899b9d0bacfc76d632dfa57cf25cb64aa0b945ca532d42ef504557e6d76545b8afe82b149a61f46d2dc80a889d4a20cb45
6
+ metadata.gz: 7eaf37b525eb88e12460d7c695643e8b713450d4c62db9c0cffdc95ce597379076f8e1b6556ac41937d333c4d316d3815a9980ce3c5c49352f31c7444485b127
7
+ data.tar.gz: f9b17ed4b8451b5d8d761ccf4333dc3dd0e90794d81884f18d1bf803c39fcb6c8f3e9c8c1e931fb19b1fefb048889a62fd5a1fbfc48af5de3ab993c1e4f16248
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.53.0 (2024-09-22)
4
+
5
+ * Regenerated from discovery document revision 20240912
6
+
7
+ ### v0.52.0 (2024-09-01)
8
+
9
+ * Regenerated from discovery document revision 20240822
10
+
3
11
  ### v0.51.0 (2024-08-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20240808
@@ -1086,7 +1086,8 @@ module Google
1086
1086
  attr_accessor :boot_option
1087
1087
 
1088
1088
  # Scheduling information for VM on maintenance/restart behaviour and node
1089
- # allocation in sole tenant nodes.
1089
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1090
+ # machine undergoes maintenance that may temporarily impact instance performance.
1090
1091
  # Corresponds to the JSON property `computeScheduling`
1091
1092
  # @return [Google::Apis::VmmigrationV1::ComputeScheduling]
1092
1093
  attr_accessor :compute_scheduling
@@ -1242,7 +1243,8 @@ module Google
1242
1243
  attr_accessor :boot_option
1243
1244
 
1244
1245
  # Scheduling information for VM on maintenance/restart behaviour and node
1245
- # allocation in sole tenant nodes.
1246
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1247
+ # machine undergoes maintenance that may temporarily impact instance performance.
1246
1248
  # Corresponds to the JSON property `computeScheduling`
1247
1249
  # @return [Google::Apis::VmmigrationV1::ComputeScheduling]
1248
1250
  attr_accessor :compute_scheduling
@@ -1368,7 +1370,8 @@ module Google
1368
1370
  end
1369
1371
 
1370
1372
  # Scheduling information for VM on maintenance/restart behaviour and node
1371
- # allocation in sole tenant nodes.
1373
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1374
+ # machine undergoes maintenance that may temporarily impact instance performance.
1372
1375
  class ComputeScheduling
1373
1376
  include Google::Apis::Core::Hashable
1374
1377
 
@@ -1931,7 +1934,8 @@ module Google
1931
1934
  attr_accessor :boot_disk_defaults
1932
1935
 
1933
1936
  # Scheduling information for VM on maintenance/restart behaviour and node
1934
- # allocation in sole tenant nodes.
1937
+ # allocation in sole tenant nodes. Options for instance behavior when the host
1938
+ # machine undergoes maintenance that may temporarily impact instance performance.
1935
1939
  # Corresponds to the JSON property `computeScheduling`
1936
1940
  # @return [Google::Apis::VmmigrationV1::ComputeScheduling]
1937
1941
  attr_accessor :compute_scheduling
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1
18
18
  # Version of the google-apis-vmmigration_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240808"
25
+ REVISION = "20240912"
26
26
  end
27
27
  end
28
28
  end
@@ -534,10 +534,10 @@ module Google
534
534
  # @param [String] parent
535
535
  # Required. The parent, which owns this collection of targets.
536
536
  # @param [String] filter
537
- # Optional. The filter request (according to https://google.aip.dev/160).
537
+ # Optional. The filter request (according to AIP-160).
538
538
  # @param [String] order_by
539
- # Optional. The order by fields for the result (according to https://google.aip.
540
- # dev/132#ordering). Currently ordering is only possible by "name" field.
539
+ # Optional. The order by fields for the result (according to AIP-132). Currently
540
+ # ordering is only possible by "name" field.
541
541
  # @param [Fixnum] page_size
542
542
  # Optional. The maximum number of targets to return. The service may return
543
543
  # fewer than this value. If unspecified, at most 500 targets will be returned.
@@ -645,10 +645,10 @@ module Google
645
645
  # @param [String] parent
646
646
  # Required. The parent, which owns this collection of targets.
647
647
  # @param [String] filter
648
- # Optional. The filter request (according to https://google.aip.dev/160).
648
+ # Optional. The filter request (according to AIP-160).
649
649
  # @param [String] order_by
650
- # Optional. The order by fields for the result (according to https://google.aip.
651
- # dev/132#ordering). Currently ordering is only possible by "name" field.
650
+ # Optional. The order by fields for the result (according to AIP-132). Currently
651
+ # ordering is only possible by "name" field.
652
652
  # @param [Fixnum] page_size
653
653
  # Optional. The maximum number of targets to return. The service may return
654
654
  # fewer than this value. If unspecified, at most 500 targets will be returned.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.53.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: 2024-08-18 00:00:00.000000000 Z
11
+ date: 2024-09-22 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-vmmigration_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.53.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []