google-apis-migrationcenter_v1alpha1 0.59.0 → 0.60.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: 82821ac615777feee740a8d27ef19c9e509b97d487693db3e87301a0f3155e9c
4
- data.tar.gz: 23818d4c054a51b91546ddb7b4116f53f601f6370f10f649bceb471a0890ed70
3
+ metadata.gz: e24abc87dd0acba11205f638a65e252c1da20badc1ce39e5327784912c5a601e
4
+ data.tar.gz: 57421b2cc1c411c6d64897d623ec3b559fbfa6823e0c2a9721e4f4bf7bb2573e
5
5
  SHA512:
6
- metadata.gz: 899f49230266e3b95b7e14c29a3b971e9942322cf39b50cb5f11bb7d880f5065a83d5e88497af72f0dd899dd26c092885a9c4652026f60b360d3ea264324a657
7
- data.tar.gz: a643d70474d924c6e2bc45a0e7142d64de9869b4a486d5516193f128e7213005850874d572000c8e93f31b7acd5f4154ac7ac6fd88c23200217be67aa16924a1
6
+ metadata.gz: 2f1b99ab4bdc4861b417e97656a1516803e4d67effa97f0e1fecbe3386a47e1ae5331eda155faaeec034bf5a34a0f71b40594aeda7c574802aebcef4ecb7e7a5
7
+ data.tar.gz: 06ba2def947bcb9e9283e5ffd647182e4c0b34b45d80fb825a8f4b2b84b6ba2d3b0c65e0ca8018c3126a31d887581afcc2a2b0e67d353a7a53d3a18d04d57d5d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-migrationcenter_v1alpha1
2
2
 
3
+ ### v0.60.0 (2026-06-28)
4
+
5
+ * Regenerated from discovery document revision 20260621
6
+
3
7
  ### v0.59.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -472,6 +472,11 @@ module Google
472
472
  # @return [Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails]
473
473
  attr_accessor :aws_elastic_network_interface_details
474
474
 
475
+ # Details of an AWS ElastiCache Cluster.
476
+ # Corresponds to the JSON property `awsElasticacheClusterDetails`
477
+ # @return [Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails]
478
+ attr_accessor :aws_elasticache_cluster_details
479
+
475
480
  # Asset information specific for AWS Load Balancers.
476
481
  # Corresponds to the JSON property `awsElbLoadBalancerDetails`
477
482
  # @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
@@ -646,6 +651,7 @@ module Google
646
651
  @aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
647
652
  @aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
648
653
  @aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
654
+ @aws_elasticache_cluster_details = args[:aws_elasticache_cluster_details] if args.key?(:aws_elasticache_cluster_details)
649
655
  @aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
650
656
  @aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
651
657
  @aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
@@ -763,6 +769,11 @@ module Google
763
769
  # @return [Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails]
764
770
  attr_accessor :aws_elastic_network_interface_details
765
771
 
772
+ # Details of an AWS ElastiCache Cluster.
773
+ # Corresponds to the JSON property `awsElasticacheClusterDetails`
774
+ # @return [Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails]
775
+ attr_accessor :aws_elasticache_cluster_details
776
+
766
777
  # Asset information specific for AWS Load Balancers.
767
778
  # Corresponds to the JSON property `awsElbLoadBalancerDetails`
768
779
  # @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
@@ -908,6 +919,7 @@ module Google
908
919
  @aws_eks_cluster_details = args[:aws_eks_cluster_details] if args.key?(:aws_eks_cluster_details)
909
920
  @aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
910
921
  @aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
922
+ @aws_elasticache_cluster_details = args[:aws_elasticache_cluster_details] if args.key?(:aws_elasticache_cluster_details)
911
923
  @aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
912
924
  @aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
913
925
  @aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
@@ -1416,6 +1428,19 @@ module Google
1416
1428
  end
1417
1429
  end
1418
1430
 
1431
+ # Details of an AWS ElastiCache Cluster.
1432
+ class AwsElastiCacheClusterDetails
1433
+ include Google::Apis::Core::Hashable
1434
+
1435
+ def initialize(**args)
1436
+ update!(**args)
1437
+ end
1438
+
1439
+ # Update properties of this object
1440
+ def update!(**args)
1441
+ end
1442
+ end
1443
+
1419
1444
  # Asset information specific for AWS Elastic IP Addresses.
1420
1445
  class AwsElasticIpAddressDetails
1421
1446
  include Google::Apis::Core::Hashable
@@ -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.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260512"
25
+ REVISION = "20260621"
26
26
  end
27
27
  end
28
28
  end
@@ -256,6 +256,12 @@ module Google
256
256
  include Google::Apis::Core::JsonObjectSupport
257
257
  end
258
258
 
259
+ class AwsElastiCacheClusterDetails
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
259
265
  class AwsElasticIpAddressDetails
260
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
267
 
@@ -1834,6 +1840,8 @@ module Google
1834
1840
 
1835
1841
  property :aws_elastic_network_interface_details, as: 'awsElasticNetworkInterfaceDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails::Representation
1836
1842
 
1843
+ property :aws_elasticache_cluster_details, as: 'awsElasticacheClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails::Representation
1844
+
1837
1845
  property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
1838
1846
 
1839
1847
  property :aws_emr_cluster_details, as: 'awsEmrClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails::Representation
@@ -1921,6 +1929,8 @@ module Google
1921
1929
 
1922
1930
  property :aws_elastic_network_interface_details, as: 'awsElasticNetworkInterfaceDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElasticNetworkInterfaceDetails::Representation
1923
1931
 
1932
+ property :aws_elasticache_cluster_details, as: 'awsElasticacheClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElastiCacheClusterDetails::Representation
1933
+
1924
1934
  property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
1925
1935
 
1926
1936
  property :aws_emr_cluster_details, as: 'awsEmrClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails::Representation
@@ -2143,6 +2153,12 @@ module Google
2143
2153
  end
2144
2154
  end
2145
2155
 
2156
+ class AwsElastiCacheClusterDetails
2157
+ # @private
2158
+ class Representation < Google::Apis::Core::JsonRepresentation
2159
+ end
2160
+ end
2161
+
2146
2162
  class AwsElasticIpAddressDetails
2147
2163
  # @private
2148
2164
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-migrationcenter_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.59.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.60.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: