google-apis-migrationcenter_v1alpha1 0.7.0 → 0.9.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: 4ab987963da72d7ba702732b2d3695823de85891623d7c4fb5fb2e6c8f08451a
4
- data.tar.gz: 551f1c2b983c5fe86e002ac6b1d9bfbd38d0e814a2e2990214e8d5d745b3fe4e
3
+ metadata.gz: 50c770033156ed22af4431edfca23147028b0bb17d0d41b5c31fe3cf0e34f041
4
+ data.tar.gz: 41cd7f78e89113f3afcf9d3d6a95aec96fec5bd98731f77ee5e67ccc07641d23
5
5
  SHA512:
6
- metadata.gz: 35e1413add9eae7f8f23cd32d3de69a131a8af575298b98a419dfc6e032a95557e6cf8dae6b1061bad1de9353570cf7a1efa8be988840e7aba25fd5d3b9f44f6
7
- data.tar.gz: 93fc9d2ce2ef1f77057d81662354a6e01f7fc1cbd2f669c02867ad14f6fb96d8cb4b5cd6d94746cfbf1326acae8714ad120735a4e693d900ce0b12e285e217c8
6
+ metadata.gz: d51bb20ef1fb5c26e9f83b2e9e99d89dedb8413e7f0d50d3462cafa9d2860d672c9ccdd982bdf25d2cbee30b0eb0bc6974021786749870642b478ae3632a4d65
7
+ data.tar.gz: b3fa0118252f54b78cf7a302ddbf387d08117b844c3d52044ea0f316169b6ff8ac7725889dee27b8f55e59d28a29e876497fcf65334d1f72423c43b27063247c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-migrationcenter_v1alpha1
2
2
 
3
+ ### v0.9.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230602
6
+
7
+ ### v0.8.0 (2023-05-28)
8
+
9
+ * Regenerated from discovery document revision 20230519
10
+
3
11
  ### v0.7.0 (2023-05-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20230505
@@ -521,7 +521,8 @@ module Google
521
521
  include Google::Apis::Core::Hashable
522
522
 
523
523
  # Daily resource usage aggregations. Contains all of the data available for an
524
- # asset, up to the last 420 days.
524
+ # asset, up to the last 420 days. Aggregations are sorted from oldest to most
525
+ # recent.
525
526
  # Corresponds to the JSON property `dailyResourceUsageAggregations`
526
527
  # @return [Array<Google::Apis::MigrationcenterV1alpha1::DailyResourceUsageAggregation>]
527
528
  attr_accessor :daily_resource_usage_aggregations
@@ -605,7 +606,7 @@ module Google
605
606
  alias_method :allow_missing?, :allow_missing
606
607
 
607
608
  # Required. The IDs of the assets to delete. A maximum of 1000 assets can be
608
- # deleted in a batch. format: projects/`project`/locations/`location`/asset/`
609
+ # deleted in a batch. Format: projects/`project`/locations/`location`/assets/`
609
610
  # name`.
610
611
  # Corresponds to the JSON property `names`
611
612
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MigrationcenterV1alpha1
18
18
  # Version of the google-apis-migrationcenter_v1alpha1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.9.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 = "20230505"
25
+ REVISION = "20230602"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,8 @@ module Google
22
22
  module MigrationcenterV1alpha1
23
23
  # Migration Center API
24
24
  #
25
- #
25
+ # A unified platform that helps you accelerate your end-to-end cloud journey
26
+ # from your current on-premises or cloud environments to Google Cloud.
26
27
  #
27
28
  # @example
28
29
  # require 'google/apis/migrationcenter_v1alpha1'
@@ -21,7 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Migration Center API
23
23
  #
24
- #
24
+ # A unified platform that helps you accelerate your end-to-end cloud journey
25
+ # from your current on-premises or cloud environments to Google Cloud.
25
26
  #
26
27
  # @see https://cloud.google.com/migration-center
27
28
  module MigrationcenterV1alpha1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-migrationcenter_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.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-14 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-migrationcenter_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []